{
  "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/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/A3zLhhX2gmms5ppvQ3UM/Pf1jDvozWvGyfkVs7WWD/WYe1trYtP.js", "ssg:https://framerusercontent.com/modules/oLp5AkgLa1IJkeVNspXq/OOVQLUDp8jsnqKSb3R7j/b3VkMzTjR.js", "ssg:https://framerusercontent.com/modules/6qLlRuKpCKlQALWUHPt7/JiN3SlwxK1ANPTU71hiu/GJDYW1pCq.js", "ssg:https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/PajmEC9KX2YkEmLmmwER/StopScroll_Prod.js", "ssg:https://framerusercontent.com/modules/oVpg7vedvTwaN24i3Hob/t0JSGmPLELzeD1kSzMdm/SXxpl9onw.js", "ssg:https://framerusercontent.com/modules/7NbO73g7NjdM2j3odnYD/ed9fP6WZcs6Wq3aHHZLa/ePYScSbZ9.js", "ssg:https://framerusercontent.com/modules/6htxP22mVlxt0FMd53ns/zXvCEc7ST58f53a37guf/gvLY5FfCM.js", "ssg:https://framerusercontent.com/modules/sSv3KXwBnuuddsgCxC3f/OgeW0LbShV0dlWWsgVhT/JM55RxQUn.js", "ssg:https://framerusercontent.com/modules/nrv3biSpbreQbr20SJ2P/9xgFvn2DOnwIwgRzjGng/mJJRxIbgH.js", "ssg:https://framerusercontent.com/modules/dl1VoYsac8f563IoSUqi/k0v90Q388VRQi12yzVxJ/RbrbqlAlj.js", "ssg:https://framerusercontent.com/modules/r62F7VnCsEBFeJmbXYWU/4NiZkMRThJHS81jJvvT2/XrwYu3XaF.js", "ssg:https://framerusercontent.com/modules/wYJJuL93hjy2nHc5NWMu/fjAucMqTEOI6rpGKjTW5/V2tVaJMnZ.js", "ssg:https://framerusercontent.com/modules/eSuyaa4qP3CldADDcJHb/2BHDxXouB0kgjMDpG3mu/ByHdovmDL.js", "ssg:https://framerusercontent.com/modules/wuIuS7tFtbHhGiJVfCsm/X5Wb2VpHKqgc5MAvmB8k/l6fBe7Wqi.js", "ssg:https://framerusercontent.com/modules/36yflqXX5DOrec4tdqmo/0dx2q9f4mEVamZUr3wke/augiA20Il.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,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}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={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// 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,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 renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",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(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\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??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??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??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//     !isStaticRenderer\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??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??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?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\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},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\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-BpSrK .framer-styles-preset-182h62l:not(.rich-text-wrapper), .framer-BpSrK .framer-styles-preset-182h62l.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1799px) and (min-width: 1440px) { .framer-BpSrK .framer-styles-preset-182h62l:not(.rich-text-wrapper), .framer-BpSrK .framer-styles-preset-182h62l.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 700px) { .framer-BpSrK .framer-styles-preset-182h62l:not(.rich-text-wrapper), .framer-BpSrK .framer-styles-preset-182h62l.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 699px) and (min-width: 0px) { .framer-BpSrK .framer-styles-preset-182h62l:not(.rich-text-wrapper), .framer-BpSrK .framer-styles-preset-182h62l.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-BpSrK\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lUp6acp5KMNc39JK7AZ9/NdmZXMAjXYB21VYV2GKd/pLdfyfLcz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6rTWNiHFxUyB7GxMi5pU/1VxpGCZjzFWxYrRVT5j2/rYiD74HIx.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/A3zLhhX2gmms5ppvQ3UM/Pf1jDvozWvGyfkVs7WWD/WYe1trYtP.js\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"UatWf8nOq\",\"XEwZTiMic\",\"ubjWj6517\",\"XMwvH5yPU\",\"W4wRU_4QP\",\"VtV5Jm9TT\",\"rwvYuH711\",\"SIWEoAuvI\",\"j2ZW0eat_\",\"hFO2DLFqz\",\"DkJ1ib72A\",\"JaXCxkqL7\",\"AakjnH0SQ\",\"h3EcHMj35\",\"pmtuDJbNb\",\"dV5e81YFo\"];const serializationHash=\"framer-B7noM\";const variantClassNames={AakjnH0SQ:\"framer-v-1dy7rpd\",DkJ1ib72A:\"framer-v-lz4ayi\",dV5e81YFo:\"framer-v-q2055y\",h3EcHMj35:\"framer-v-117agb9\",hFO2DLFqz:\"framer-v-vjkbpx\",j2ZW0eat_:\"framer-v-w6ebgz\",JaXCxkqL7:\"framer-v-18i48xu\",pmtuDJbNb:\"framer-v-1nztv20\",rwvYuH711:\"framer-v-be0f3p\",SIWEoAuvI:\"framer-v-43muz3\",UatWf8nOq:\"framer-v-5dvmja\",ubjWj6517:\"framer-v-1v0ftf4\",VtV5Jm9TT:\"framer-v-1r4z2py\",W4wRU_4QP:\"framer-v-mydn3m\",XEwZTiMic:\"framer-v-hthwz0\",XMwvH5yPU:\"framer-v-15wk9rf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.34,0,0,1],type:\"tween\"};const transition2={damping:30,delay:0,mass:.1,stiffness:150,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};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 humanReadableVariantMap={\"Desktop - 1\":\"W4wRU_4QP\",\"Desktop - 2\":\"VtV5Jm9TT\",\"Desktop - 3\":\"rwvYuH711\",\"Desktop - 4\":\"SIWEoAuvI\",\"Desktop Wide - 1\":\"UatWf8nOq\",\"Desktop Wide - 2\":\"XEwZTiMic\",\"Desktop Wide - 3\":\"ubjWj6517\",\"Desktop Wide - 4\":\"XMwvH5yPU\",\"Mobile - 1\":\"AakjnH0SQ\",\"Mobile - 2\":\"h3EcHMj35\",\"Mobile - 3\":\"pmtuDJbNb\",\"Mobile - 4\":\"dV5e81YFo\",\"Tablet - 1\":\"j2ZW0eat_\",\"Tablet - 2\":\"hFO2DLFqz\",\"Tablet - 3\":\"DkJ1ib72A\",\"Tablet - 4\":\"JaXCxkqL7\"};const getProps=({height,id,step1Description,step1Title,step2Description,step2Title,step3Description,step3Title,step4Description,step4Title,width,...props})=>{return{...props,ABhjoVYbl:step3Title??props.ABhjoVYbl??\"Step 3 Title\",BnyZ96QnB:step4Description??props.BnyZ96QnB??\"Step 4 Description\",djJ5KsOoe:step1Title??props.djJ5KsOoe??\"Step 1 Title\",DlORNs8O2:step2Description??props.DlORNs8O2??\"Step 2 Description\",lsMFZ8vVK:step3Description??props.lsMFZ8vVK??\"Step 3 Description\",nJ5dPbvqW:step4Title??props.nJ5dPbvqW??\"Step 4 Title\",RS8YgudzG:step2Title??props.RS8YgudzG??\"Step 2 Title\",uHu6pwXJB:step1Description??props.uHu6pwXJB??\"Step 1 Description\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UatWf8nOq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,djJ5KsOoe,uHu6pwXJB,RS8YgudzG,DlORNs8O2,ABhjoVYbl,lsMFZ8vVK,nJ5dPbvqW,BnyZ96QnB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UatWf8nOq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave2uhz3v=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"UatWf8nOq\");});const onMouseLeavewwt1vc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"W4wRU_4QP\");});const onMouseEnter1oh61e0=activeVariantCallback(async(...args)=>{setVariant(\"UatWf8nOq\");});const onMouseEnter2lc7ee=activeVariantCallback(async(...args)=>{setVariant(\"W4wRU_4QP\");});const onTap1s2fdge=activeVariantCallback(async(...args)=>{setVariant(\"j2ZW0eat_\");});const onTap1e2zfpu=activeVariantCallback(async(...args)=>{setVariant(\"AakjnH0SQ\");});const onMouseEnterat7uqd=activeVariantCallback(async(...args)=>{setVariant(\"XEwZTiMic\");});const onMouseEnterao6232=activeVariantCallback(async(...args)=>{setVariant(\"VtV5Jm9TT\");});const onTap1urouf5=activeVariantCallback(async(...args)=>{setVariant(\"hFO2DLFqz\");});const onTapzu1y1l=activeVariantCallback(async(...args)=>{setVariant(\"h3EcHMj35\");});const onMouseEnter1qhoy8d=activeVariantCallback(async(...args)=>{setVariant(\"ubjWj6517\");});const onMouseEnter6ts4na=activeVariantCallback(async(...args)=>{setVariant(\"rwvYuH711\");});const onTap15l1p9l=activeVariantCallback(async(...args)=>{setVariant(\"DkJ1ib72A\");});const onTap1845ou8=activeVariantCallback(async(...args)=>{setVariant(\"pmtuDJbNb\");});const onMouseEnterb9at5y=activeVariantCallback(async(...args)=>{setVariant(\"XMwvH5yPU\");});const onMouseEnter1njorzp=activeVariantCallback(async(...args)=>{setVariant(\"SIWEoAuvI\");});const onTap9jqlgm=activeVariantCallback(async(...args)=>{setVariant(\"JaXCxkqL7\");});const onTap1j0snvq=activeVariantCallback(async(...args)=>{setVariant(\"dV5e81YFo\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5dvmja\",className,classNames),\"data-framer-name\":\"Desktop Wide - 1\",layoutDependency:layoutDependency,layoutId:\"UatWf8nOq\",ref:ref??ref1,style:{...style},...addPropertyOverrides({AakjnH0SQ:{\"data-framer-name\":\"Mobile - 1\"},DkJ1ib72A:{\"data-framer-name\":\"Tablet - 3\"},dV5e81YFo:{\"data-framer-name\":\"Mobile - 4\"},h3EcHMj35:{\"data-framer-name\":\"Mobile - 2\"},hFO2DLFqz:{\"data-framer-name\":\"Tablet - 2\"},j2ZW0eat_:{\"data-framer-name\":\"Tablet - 1\"},JaXCxkqL7:{\"data-framer-name\":\"Tablet - 4\"},pmtuDJbNb:{\"data-framer-name\":\"Mobile - 3\"},rwvYuH711:{\"data-framer-name\":\"Desktop - 3\",\"data-highlight\":true,onMouseLeave:onMouseLeavewwt1vc},SIWEoAuvI:{\"data-framer-name\":\"Desktop - 4\",\"data-highlight\":true,onMouseLeave:onMouseLeavewwt1vc},ubjWj6517:{\"data-framer-name\":\"Desktop Wide - 3\",\"data-highlight\":true,onMouseLeave:onMouseLeave2uhz3v},VtV5Jm9TT:{\"data-framer-name\":\"Desktop - 2\",\"data-highlight\":true,onMouseLeave:onMouseLeavewwt1vc},W4wRU_4QP:{\"data-framer-name\":\"Desktop - 1\"},XEwZTiMic:{\"data-framer-name\":\"Desktop Wide - 2\",\"data-highlight\":true,onMouseLeave:onMouseLeave2uhz3v},XMwvH5yPU:{\"data-framer-name\":\"Desktop Wide - 4\",\"data-highlight\":true,onMouseLeave:onMouseLeave2uhz3v}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-125gbiq\",\"data-border\":true,\"data-framer-name\":\"Step 1\",layoutDependency:layoutDependency,layoutId:\"VkEkiaEBY\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(255, 255, 255, 0.8)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{DkJ1ib72A:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},dV5e81YFo:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},h3EcHMj35:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},hFO2DLFqz:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},JaXCxkqL7:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},pmtuDJbNb:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},rwvYuH711:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},SIWEoAuvI:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},ubjWj6517:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},VtV5Jm9TT:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},XEwZTiMic:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"},XMwvH5yPU:{\"--border-color\":\"rgba(255, 255, 255, 0.3)\"}},...addPropertyOverrides({DkJ1ib72A:{\"data-highlight\":true,onTap:onTap1s2fdge},dV5e81YFo:{\"data-highlight\":true,onTap:onTap1e2zfpu},h3EcHMj35:{\"data-highlight\":true,onTap:onTap1e2zfpu},hFO2DLFqz:{\"data-highlight\":true,onTap:onTap1s2fdge},JaXCxkqL7:{\"data-highlight\":true,onTap:onTap1s2fdge},pmtuDJbNb:{\"data-highlight\":true,onTap:onTap1e2zfpu},rwvYuH711:{\"data-highlight\":true,onMouseEnter:onMouseEnter2lc7ee},SIWEoAuvI:{\"data-highlight\":true,onMouseEnter:onMouseEnter2lc7ee},ubjWj6517:{\"data-highlight\":true,onMouseEnter:onMouseEnter1oh61e0},VtV5Jm9TT:{\"data-highlight\":true,onMouseEnter:onMouseEnter2lc7ee},XEwZTiMic:{\"data-highlight\":true,onMouseEnter:onMouseEnter1oh61e0},XMwvH5yPU:{\"data-highlight\":true,onMouseEnter:onMouseEnter1oh61e0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ml9nwo\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"A_xJpN32q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"01\"})}),className:\"framer-in0vnc\",\"data-framer-name\":\"01\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sn6_xBk1Y\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},variants:{DkJ1ib72A:{opacity:.3},dV5e81YFo:{opacity:.3},h3EcHMj35:{opacity:.3},hFO2DLFqz:{opacity:.3},JaXCxkqL7:{opacity:.3},pmtuDJbNb:{opacity:.3},rwvYuH711:{opacity:.3},SIWEoAuvI:{opacity:.3},ubjWj6517:{opacity:.3},VtV5Jm9TT:{opacity:.3},XEwZTiMic:{opacity:.3},XMwvH5yPU:{opacity:.3}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-182h62l\",\"data-styles-preset\":\"WYe1trYtP\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 1 Title\"})}),className:\"framer-1s7r5y0\",\"data-framer-name\":\"Strategy & Research\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lFWcTqzqH\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:djJ5KsOoe,variants:{AakjnH0SQ:{opacity:1},DkJ1ib72A:{opacity:.3},dV5e81YFo:{opacity:.3},h3EcHMj35:{opacity:.3},hFO2DLFqz:{opacity:.3},j2ZW0eat_:{opacity:1},JaXCxkqL7:{opacity:.3},pmtuDJbNb:{opacity:.3},rwvYuH711:{opacity:.3},SIWEoAuvI:{opacity:.3},ubjWj6517:{opacity:.3},VtV5Jm9TT:{opacity:.3},W4wRU_4QP:{opacity:1},XEwZTiMic:{opacity:.3},XMwvH5yPU:{opacity:.3}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jsuuc\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"CDRS90Vwf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 1 Description\"})}),className:\"framer-cbf53a\",\"data-framer-name\":\"Step 1 Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tDjdeP69o\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},text:uHu6pwXJB,variants:{DkJ1ib72A:{opacity:0},dV5e81YFo:{opacity:0},h3EcHMj35:{opacity:0},hFO2DLFqz:{opacity:0},JaXCxkqL7:{opacity:0},pmtuDJbNb:{opacity:0},rwvYuH711:{opacity:0},SIWEoAuvI:{opacity:0},ubjWj6517:{opacity:0},VtV5Jm9TT:{opacity:0},XEwZTiMic:{opacity:0},XMwvH5yPU:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-s9mx4g\",\"data-border\":true,\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"j8wzVRlvb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1},variants:{AakjnH0SQ:{opacity:1},DkJ1ib72A:{opacity:0},dV5e81YFo:{opacity:0},h3EcHMj35:{opacity:0},hFO2DLFqz:{opacity:0},j2ZW0eat_:{opacity:1},JaXCxkqL7:{opacity:0},pmtuDJbNb:{opacity:0},rwvYuH711:{opacity:0},SIWEoAuvI:{opacity:0},ubjWj6517:{opacity:0},VtV5Jm9TT:{opacity:0},W4wRU_4QP:{opacity:1},XEwZTiMic:{opacity:0},XMwvH5yPU:{opacity:0}},...addPropertyOverrides({DkJ1ib72A:{__targetOpacity:0},dV5e81YFo:{__targetOpacity:0},h3EcHMj35:{__targetOpacity:0},hFO2DLFqz:{__targetOpacity:0},JaXCxkqL7:{__targetOpacity:0},pmtuDJbNb:{__targetOpacity:0},rwvYuH711:{__targetOpacity:0},SIWEoAuvI:{__targetOpacity:0},ubjWj6517:{__targetOpacity:0},VtV5Jm9TT:{__targetOpacity:0},XEwZTiMic:{__targetOpacity:0},XMwvH5yPU:{__targetOpacity:0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1icpp1a\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"Y0jM5i1Az\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17tzkyg\",\"data-border\":true,\"data-framer-name\":\"Step 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sG6h39s2c\",onMouseEnter:onMouseEnterat7uqd,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(255, 255, 255, 0.3)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{h3EcHMj35:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},hFO2DLFqz:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},VtV5Jm9TT:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},XEwZTiMic:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"}},...addPropertyOverrides({AakjnH0SQ:{onMouseEnter:undefined,onTap:onTapzu1y1l},DkJ1ib72A:{onMouseEnter:undefined,onTap:onTap1urouf5},dV5e81YFo:{onMouseEnter:undefined,onTap:onTapzu1y1l},h3EcHMj35:{\"data-highlight\":undefined,onMouseEnter:undefined},hFO2DLFqz:{\"data-highlight\":undefined,onMouseEnter:undefined},j2ZW0eat_:{onMouseEnter:undefined,onTap:onTap1urouf5},JaXCxkqL7:{onMouseEnter:undefined,onTap:onTap1urouf5},pmtuDJbNb:{onMouseEnter:undefined,onTap:onTapzu1y1l},rwvYuH711:{onMouseEnter:onMouseEnterao6232},SIWEoAuvI:{onMouseEnter:onMouseEnterao6232},VtV5Jm9TT:{\"data-highlight\":undefined,onMouseEnter:undefined},W4wRU_4QP:{onMouseEnter:onMouseEnterao6232},XEwZTiMic:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3s19iu\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Om4kmkOSF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"02\"})}),className:\"framer-1oqto1b\",\"data-framer-name\":\"02\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OZO7aRhNZ\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},variants:{h3EcHMj35:{opacity:.8},hFO2DLFqz:{opacity:.8},VtV5Jm9TT:{opacity:.8},XEwZTiMic:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-182h62l\",\"data-styles-preset\":\"WYe1trYtP\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 2 Title\"})}),className:\"framer-1diog2u\",\"data-framer-name\":\"Design & Prototype\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DD4kSrV02\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},text:RS8YgudzG,variants:{h3EcHMj35:{opacity:1},hFO2DLFqz:{opacity:1},VtV5Jm9TT:{opacity:1},XEwZTiMic:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18i4yum\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"rMRPGd0rW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 2 Description\"})}),className:\"framer-1xzo7h6\",\"data-framer-name\":\"Step 2 Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q2keuggWu\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:DlORNs8O2,variants:{h3EcHMj35:{opacity:.8},hFO2DLFqz:{opacity:.8},VtV5Jm9TT:{opacity:.8},XEwZTiMic:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-bozfi\",\"data-border\":true,\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"Yb9opOMUn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:0},variants:{h3EcHMj35:{opacity:1},hFO2DLFqz:{opacity:1},VtV5Jm9TT:{opacity:1},XEwZTiMic:{opacity:1}},...addPropertyOverrides({DkJ1ib72A:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},dV5e81YFo:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},h3EcHMj35:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},hFO2DLFqz:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},JaXCxkqL7:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},pmtuDJbNb:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},rwvYuH711:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},SIWEoAuvI:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},VtV5Jm9TT:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},XEwZTiMic:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hi5v7l\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"WJ_pwtZC1\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ua8ft4\",\"data-border\":true,\"data-framer-name\":\"Step 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BTk9CIoeE\",onMouseEnter:onMouseEnter1qhoy8d,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(255, 255, 255, 0.3)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{DkJ1ib72A:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},pmtuDJbNb:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},rwvYuH711:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},ubjWj6517:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"}},...addPropertyOverrides({AakjnH0SQ:{onMouseEnter:undefined,onTap:onTap1845ou8},DkJ1ib72A:{\"data-highlight\":undefined,onMouseEnter:undefined},dV5e81YFo:{onMouseEnter:undefined,onTap:onTap1845ou8},h3EcHMj35:{onMouseEnter:undefined,onTap:onTap1845ou8},hFO2DLFqz:{onMouseEnter:undefined,onTap:onTap15l1p9l},j2ZW0eat_:{onMouseEnter:undefined,onTap:onTap15l1p9l},JaXCxkqL7:{onMouseEnter:undefined,onTap:onTap15l1p9l},pmtuDJbNb:{\"data-highlight\":undefined,onMouseEnter:undefined},rwvYuH711:{\"data-highlight\":undefined,onMouseEnter:undefined},SIWEoAuvI:{onMouseEnter:onMouseEnter6ts4na},ubjWj6517:{\"data-highlight\":undefined,onMouseEnter:undefined},VtV5Jm9TT:{onMouseEnter:onMouseEnter6ts4na},W4wRU_4QP:{onMouseEnter:onMouseEnter6ts4na}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12t23jw\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"pbJx03vSB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"03\"})}),className:\"framer-1h7c3zz\",\"data-framer-name\":\"03\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iL0Gq1ks8\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},variants:{DkJ1ib72A:{opacity:.8},pmtuDJbNb:{opacity:.8},rwvYuH711:{opacity:.8},ubjWj6517:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-182h62l\",\"data-styles-preset\":\"WYe1trYtP\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 3 Title\"})}),className:\"framer-15atft8\",\"data-framer-name\":\"Build & Test\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TovXs0lnL\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},text:ABhjoVYbl,variants:{DkJ1ib72A:{opacity:1},pmtuDJbNb:{opacity:1},rwvYuH711:{opacity:1},ubjWj6517:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bcf2d4\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ljBRmKRPy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 3 Description\"})}),className:\"framer-7a57t0\",\"data-framer-name\":\"Step 3 Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HxLtl1qDE\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:lsMFZ8vVK,variants:{DkJ1ib72A:{opacity:.8},pmtuDJbNb:{opacity:.8},rwvYuH711:{opacity:.8},ubjWj6517:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-1vkgmoo\",\"data-border\":true,\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"zp3dz1CG3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:0},variants:{DkJ1ib72A:{opacity:1},pmtuDJbNb:{opacity:1},rwvYuH711:{opacity:1},ubjWj6517:{opacity:1}},...addPropertyOverrides({DkJ1ib72A:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},dV5e81YFo:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},JaXCxkqL7:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},pmtuDJbNb:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},rwvYuH711:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},SIWEoAuvI:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0},ubjWj6517:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},XMwvH5yPU:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hy18c8\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"oHVabymsY\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-129kv0d\",\"data-border\":true,\"data-framer-name\":\"Step 4\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NPNJxiI2E\",onMouseEnter:onMouseEnterb9at5y,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(255, 255, 255, 0.3)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{dV5e81YFo:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},JaXCxkqL7:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},SIWEoAuvI:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"},XMwvH5yPU:{\"--border-color\":\"rgba(255, 255, 255, 0.8)\"}},...addPropertyOverrides({AakjnH0SQ:{onMouseEnter:undefined,onTap:onTap1j0snvq},DkJ1ib72A:{onMouseEnter:undefined,onTap:onTap9jqlgm},dV5e81YFo:{\"data-highlight\":undefined,onMouseEnter:undefined},h3EcHMj35:{onMouseEnter:undefined,onTap:onTap1j0snvq},hFO2DLFqz:{onMouseEnter:undefined,onTap:onTap9jqlgm},j2ZW0eat_:{onMouseEnter:undefined,onTap:onTap9jqlgm},JaXCxkqL7:{\"data-highlight\":undefined,onMouseEnter:undefined},pmtuDJbNb:{onMouseEnter:undefined,onTap:onTap1j0snvq},rwvYuH711:{onMouseEnter:onMouseEnter1njorzp},SIWEoAuvI:{\"data-highlight\":undefined,onMouseEnter:undefined},VtV5Jm9TT:{onMouseEnter:onMouseEnter1njorzp},W4wRU_4QP:{onMouseEnter:onMouseEnter1njorzp}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2wlm5b\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"ntjBSejrM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"04\"})}),className:\"framer-1bf4e0m\",\"data-framer-name\":\"04\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qonYSOka6\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},variants:{dV5e81YFo:{opacity:.8},JaXCxkqL7:{opacity:.8},SIWEoAuvI:{opacity:.8},XMwvH5yPU:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-182h62l\",\"data-styles-preset\":\"WYe1trYtP\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 4 Title\"})}),className:\"framer-mfisud\",\"data-framer-name\":\"Launch & Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AGa7zPMks\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.3},text:nJ5dPbvqW,variants:{dV5e81YFo:{opacity:1},JaXCxkqL7:{opacity:1},SIWEoAuvI:{opacity:1},XMwvH5yPU:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ipt7fa\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"mEJIMo05B\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Step 4 Description\"})}),className:\"framer-bg4z4y\",\"data-framer-name\":\"Step 4 Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZytvLUKMu\",style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:BnyZ96QnB,variants:{dV5e81YFo:{opacity:.8},JaXCxkqL7:{opacity:.8},SIWEoAuvI:{opacity:.8},XMwvH5yPU:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-1gqgx05\",\"data-border\":true,\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"vA3_NH3ra\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:0},variants:{dV5e81YFo:{opacity:1},JaXCxkqL7:{opacity:1},SIWEoAuvI:{opacity:1},XMwvH5yPU:{opacity:1}},...addPropertyOverrides({dV5e81YFo:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},JaXCxkqL7:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},SIWEoAuvI:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},XMwvH5yPU:{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-be0rgt\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"BHl0ylbsI\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B7noM.framer-150a4zl, .framer-B7noM .framer-150a4zl { display: block; }\",\".framer-B7noM.framer-5dvmja { display: grid; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(5, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 500px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1672px; }\",\".framer-B7noM .framer-125gbiq { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; grid-column: auto / span 2; height: 100%; justify-content: space-between; justify-self: start; overflow: hidden; padding: 36px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-B7noM .framer-1ml9nwo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7noM .framer-in0vnc, .framer-B7noM .framer-1s7r5y0, .framer-B7noM .framer-1diog2u, .framer-B7noM .framer-15atft8, .framer-B7noM .framer-mfisud { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7noM .framer-1jsuuc, .framer-B7noM .framer-18i4yum, .framer-B7noM .framer-bcf2d4, .framer-B7noM .framer-ipt7fa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 580px; }\",\".framer-B7noM .framer-cbf53a, .framer-B7noM .framer-1xzo7h6, .framer-B7noM .framer-7a57t0, .framer-B7noM .framer-bg4z4y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-B7noM .framer-s9mx4g, .framer-B7noM .framer-bozfi, .framer-B7noM .framer-1vkgmoo, .framer-B7noM .framer-1gqgx05 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: min-content; }\",\".framer-B7noM .framer-1icpp1a, .framer-B7noM .framer-hi5v7l, .framer-B7noM .framer-1hy18c8, .framer-B7noM .framer-be0rgt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-B7noM .framer-17tzkyg, .framer-B7noM .framer-ua8ft4, .framer-B7noM .framer-129kv0d { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; overflow: hidden; padding: 36px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-B7noM .framer-3s19iu, .framer-B7noM .framer-12t23jw, .framer-B7noM .framer-2wlm5b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B7noM .framer-1oqto1b, .framer-B7noM .framer-1h7c3zz, .framer-B7noM .framer-1bf4e0m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 234px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM .framer-1ml9nwo, .framer-B7noM .framer-1jsuuc, .framer-B7noM .framer-s9mx4g, .framer-B7noM .framer-3s19iu, .framer-B7noM .framer-18i4yum, .framer-B7noM .framer-bozfi, .framer-B7noM .framer-12t23jw, .framer-B7noM .framer-bcf2d4, .framer-B7noM .framer-1vkgmoo, .framer-B7noM .framer-2wlm5b, .framer-B7noM .framer-ipt7fa, .framer-B7noM .framer-1gqgx05 { gap: 0px; } .framer-B7noM .framer-1ml9nwo > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-B7noM .framer-1ml9nwo > :first-child, .framer-B7noM .framer-1jsuuc > :first-child, .framer-B7noM .framer-3s19iu > :first-child, .framer-B7noM .framer-18i4yum > :first-child, .framer-B7noM .framer-12t23jw > :first-child, .framer-B7noM .framer-bcf2d4 > :first-child, .framer-B7noM .framer-2wlm5b > :first-child, .framer-B7noM .framer-ipt7fa > :first-child { margin-top: 0px; } .framer-B7noM .framer-1ml9nwo > :last-child, .framer-B7noM .framer-1jsuuc > :last-child, .framer-B7noM .framer-3s19iu > :last-child, .framer-B7noM .framer-18i4yum > :last-child, .framer-B7noM .framer-12t23jw > :last-child, .framer-B7noM .framer-bcf2d4 > :last-child, .framer-B7noM .framer-2wlm5b > :last-child, .framer-B7noM .framer-ipt7fa > :last-child { margin-bottom: 0px; } .framer-B7noM .framer-1jsuuc > *, .framer-B7noM .framer-18i4yum > *, .framer-B7noM .framer-bcf2d4 > *, .framer-B7noM .framer-ipt7fa > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-B7noM .framer-s9mx4g > *, .framer-B7noM .framer-bozfi > *, .framer-B7noM .framer-1vkgmoo > *, .framer-B7noM .framer-1gqgx05 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-B7noM .framer-s9mx4g > :first-child, .framer-B7noM .framer-bozfi > :first-child, .framer-B7noM .framer-1vkgmoo > :first-child, .framer-B7noM .framer-1gqgx05 > :first-child { margin-left: 0px; } .framer-B7noM .framer-s9mx4g > :last-child, .framer-B7noM .framer-bozfi > :last-child, .framer-B7noM .framer-1vkgmoo > :last-child, .framer-B7noM .framer-1gqgx05 > :last-child { margin-right: 0px; } .framer-B7noM .framer-3s19iu > *, .framer-B7noM .framer-12t23jw > *, .framer-B7noM .framer-2wlm5b > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-B7noM.framer-v-hthwz0 .framer-125gbiq, .framer-B7noM.framer-v-1v0ftf4 .framer-125gbiq, .framer-B7noM.framer-v-15wk9rf .framer-125gbiq, .framer-B7noM.framer-v-1r4z2py .framer-125gbiq, .framer-B7noM.framer-v-be0f3p .framer-125gbiq, .framer-B7noM.framer-v-43muz3 .framer-125gbiq { grid-column: unset; }\",\".framer-B7noM.framer-v-hthwz0 .framer-17tzkyg, .framer-B7noM.framer-v-1v0ftf4 .framer-ua8ft4, .framer-B7noM.framer-v-15wk9rf .framer-129kv0d, .framer-B7noM.framer-v-1r4z2py .framer-17tzkyg, .framer-B7noM.framer-v-be0f3p .framer-ua8ft4, .framer-B7noM.framer-v-43muz3 .framer-129kv0d { grid-column: auto / span 2; }\",\".framer-B7noM.framer-v-mydn3m.framer-5dvmja, .framer-B7noM.framer-v-1r4z2py.framer-5dvmja, .framer-B7noM.framer-v-be0f3p.framer-5dvmja, .framer-B7noM.framer-v-43muz3.framer-5dvmja { gap: 16px; width: 1300px; }\",\".framer-B7noM.framer-v-mydn3m .framer-1jsuuc, .framer-B7noM.framer-v-mydn3m .framer-18i4yum, .framer-B7noM.framer-v-mydn3m .framer-bcf2d4, .framer-B7noM.framer-v-mydn3m .framer-ipt7fa, .framer-B7noM.framer-v-1r4z2py .framer-1jsuuc, .framer-B7noM.framer-v-1r4z2py .framer-18i4yum, .framer-B7noM.framer-v-1r4z2py .framer-bcf2d4, .framer-B7noM.framer-v-1r4z2py .framer-ipt7fa, .framer-B7noM.framer-v-be0f3p .framer-1jsuuc, .framer-B7noM.framer-v-be0f3p .framer-18i4yum, .framer-B7noM.framer-v-be0f3p .framer-bcf2d4, .framer-B7noM.framer-v-be0f3p .framer-ipt7fa, .framer-B7noM.framer-v-43muz3 .framer-1jsuuc, .framer-B7noM.framer-v-43muz3 .framer-18i4yum, .framer-B7noM.framer-v-43muz3 .framer-bcf2d4, .framer-B7noM.framer-v-43muz3 .framer-ipt7fa { width: 438px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-mydn3m.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-mydn3m.framer-5dvmja > *, .framer-B7noM.framer-v-mydn3m.framer-5dvmja > :first-child, .framer-B7noM.framer-v-mydn3m.framer-5dvmja > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-1r4z2py.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-1r4z2py.framer-5dvmja > *, .framer-B7noM.framer-v-1r4z2py.framer-5dvmja > :first-child, .framer-B7noM.framer-v-1r4z2py.framer-5dvmja > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-be0f3p.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-be0f3p.framer-5dvmja > *, .framer-B7noM.framer-v-be0f3p.framer-5dvmja > :first-child, .framer-B7noM.framer-v-be0f3p.framer-5dvmja > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-43muz3.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-43muz3.framer-5dvmja > *, .framer-B7noM.framer-v-43muz3.framer-5dvmja > :first-child, .framer-B7noM.framer-v-43muz3.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-w6ebgz.framer-5dvmja, .framer-B7noM.framer-v-vjkbpx.framer-5dvmja, .framer-B7noM.framer-v-lz4ayi.framer-5dvmja, .framer-B7noM.framer-v-18i48xu.framer-5dvmja, .framer-B7noM.framer-v-1dy7rpd.framer-5dvmja, .framer-B7noM.framer-v-117agb9.framer-5dvmja, .framer-B7noM.framer-v-1nztv20.framer-5dvmja, .framer-B7noM.framer-v-q2055y.framer-5dvmja { gap: 16px; grid-auto-rows: 200px; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(5, 200px); height: min-content; width: 636px; }\",\".framer-B7noM.framer-v-w6ebgz .framer-125gbiq { grid-column: auto / span 1; grid-row: auto / span 2; }\",\".framer-B7noM.framer-v-w6ebgz .framer-1jsuuc, .framer-B7noM.framer-v-w6ebgz .framer-18i4yum, .framer-B7noM.framer-v-w6ebgz .framer-bcf2d4, .framer-B7noM.framer-v-w6ebgz .framer-ipt7fa, .framer-B7noM.framer-v-vjkbpx .framer-1jsuuc, .framer-B7noM.framer-v-vjkbpx .framer-18i4yum, .framer-B7noM.framer-v-vjkbpx .framer-bcf2d4, .framer-B7noM.framer-v-vjkbpx .framer-ipt7fa, .framer-B7noM.framer-v-lz4ayi .framer-1jsuuc, .framer-B7noM.framer-v-lz4ayi .framer-18i4yum, .framer-B7noM.framer-v-lz4ayi .framer-bcf2d4, .framer-B7noM.framer-v-lz4ayi .framer-ipt7fa, .framer-B7noM.framer-v-18i48xu .framer-1jsuuc, .framer-B7noM.framer-v-18i48xu .framer-18i4yum, .framer-B7noM.framer-v-18i48xu .framer-bcf2d4, .framer-B7noM.framer-v-18i48xu .framer-ipt7fa, .framer-B7noM.framer-v-1dy7rpd .framer-1jsuuc, .framer-B7noM.framer-v-1dy7rpd .framer-18i4yum, .framer-B7noM.framer-v-1dy7rpd .framer-bcf2d4, .framer-B7noM.framer-v-1dy7rpd .framer-ipt7fa, .framer-B7noM.framer-v-117agb9 .framer-1jsuuc, .framer-B7noM.framer-v-117agb9 .framer-18i4yum, .framer-B7noM.framer-v-117agb9 .framer-bcf2d4, .framer-B7noM.framer-v-117agb9 .framer-ipt7fa, .framer-B7noM.framer-v-1nztv20 .framer-1jsuuc, .framer-B7noM.framer-v-1nztv20 .framer-18i4yum, .framer-B7noM.framer-v-1nztv20 .framer-bcf2d4, .framer-B7noM.framer-v-1nztv20 .framer-ipt7fa, .framer-B7noM.framer-v-q2055y .framer-1jsuuc, .framer-B7noM.framer-v-q2055y .framer-18i4yum, .framer-B7noM.framer-v-q2055y .framer-bcf2d4, .framer-B7noM.framer-v-q2055y .framer-ipt7fa { width: 100%; }\",\".framer-B7noM.framer-v-w6ebgz .framer-17tzkyg, .framer-B7noM.framer-v-w6ebgz .framer-ua8ft4, .framer-B7noM.framer-v-w6ebgz .framer-129kv0d, .framer-B7noM.framer-v-lz4ayi .framer-17tzkyg, .framer-B7noM.framer-v-lz4ayi .framer-129kv0d { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-w6ebgz.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-w6ebgz.framer-5dvmja > *, .framer-B7noM.framer-v-w6ebgz.framer-5dvmja > :first-child, .framer-B7noM.framer-v-w6ebgz.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-vjkbpx .framer-125gbiq, .framer-B7noM.framer-v-18i48xu .framer-125gbiq { cursor: pointer; grid-column: auto / span 1; order: 0; }\",\".framer-B7noM.framer-v-vjkbpx .framer-17tzkyg { grid-row: auto / span 2; order: 1; }\",\".framer-B7noM.framer-v-vjkbpx .framer-ua8ft4, .framer-B7noM.framer-v-18i48xu .framer-ua8ft4 { cursor: pointer; order: 2; }\",\".framer-B7noM.framer-v-vjkbpx .framer-129kv0d { cursor: pointer; order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-vjkbpx.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-vjkbpx.framer-5dvmja > *, .framer-B7noM.framer-v-vjkbpx.framer-5dvmja > :first-child, .framer-B7noM.framer-v-vjkbpx.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-lz4ayi .framer-125gbiq { cursor: pointer; grid-column: auto / span 1; }\",\".framer-B7noM.framer-v-lz4ayi .framer-ua8ft4 { grid-row: auto / span 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-lz4ayi.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-lz4ayi.framer-5dvmja > *, .framer-B7noM.framer-v-lz4ayi.framer-5dvmja > :first-child, .framer-B7noM.framer-v-lz4ayi.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-18i48xu .framer-17tzkyg { cursor: pointer; order: 1; }\",\".framer-B7noM.framer-v-18i48xu .framer-129kv0d { grid-row: auto / span 2; order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-18i48xu.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-18i48xu.framer-5dvmja > *, .framer-B7noM.framer-v-18i48xu.framer-5dvmja > :first-child, .framer-B7noM.framer-v-18i48xu.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-1dy7rpd .framer-125gbiq { grid-column: auto / span 1; grid-row: auto / span 2; padding: 24px; }\",\".framer-B7noM.framer-v-1dy7rpd .framer-17tzkyg, .framer-B7noM.framer-v-1dy7rpd .framer-ua8ft4, .framer-B7noM.framer-v-1dy7rpd .framer-129kv0d, .framer-B7noM.framer-v-1nztv20 .framer-17tzkyg, .framer-B7noM.framer-v-1nztv20 .framer-129kv0d { cursor: pointer; padding: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-1dy7rpd.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-1dy7rpd.framer-5dvmja > *, .framer-B7noM.framer-v-1dy7rpd.framer-5dvmja > :first-child, .framer-B7noM.framer-v-1dy7rpd.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-117agb9 .framer-125gbiq, .framer-B7noM.framer-v-q2055y .framer-125gbiq { cursor: pointer; grid-column: auto / span 1; order: 0; padding: 24px; }\",\".framer-B7noM.framer-v-117agb9 .framer-17tzkyg { grid-row: auto / span 2; order: 1; padding: 24px; }\",\".framer-B7noM.framer-v-117agb9 .framer-ua8ft4, .framer-B7noM.framer-v-q2055y .framer-ua8ft4 { cursor: pointer; order: 2; padding: 24px; }\",\".framer-B7noM.framer-v-117agb9 .framer-129kv0d { cursor: pointer; order: 3; padding: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-117agb9.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-117agb9.framer-5dvmja > *, .framer-B7noM.framer-v-117agb9.framer-5dvmja > :first-child, .framer-B7noM.framer-v-117agb9.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-1nztv20 .framer-125gbiq { cursor: pointer; grid-column: auto / span 1; padding: 24px; }\",\".framer-B7noM.framer-v-1nztv20 .framer-ua8ft4 { grid-row: auto / span 2; padding: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-1nztv20.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-1nztv20.framer-5dvmja > *, .framer-B7noM.framer-v-1nztv20.framer-5dvmja > :first-child, .framer-B7noM.framer-v-1nztv20.framer-5dvmja > :last-child { margin: 0px; } }\",\".framer-B7noM.framer-v-q2055y .framer-17tzkyg { cursor: pointer; order: 1; padding: 24px; }\",\".framer-B7noM.framer-v-q2055y .framer-129kv0d { grid-row: auto / span 2; order: 3; padding: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B7noM.framer-v-q2055y.framer-5dvmja { gap: 0px; } .framer-B7noM.framer-v-q2055y.framer-5dvmja > *, .framer-B7noM.framer-v-q2055y.framer-5dvmja > :first-child, .framer-B7noM.framer-v-q2055y.framer-5dvmja > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-B7noM[data-border=\"true\"]::after, .framer-B7noM [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 1672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"XEwZTiMic\":{\"layout\":[\"fixed\",\"fixed\"]},\"ubjWj6517\":{\"layout\":[\"fixed\",\"fixed\"]},\"XMwvH5yPU\":{\"layout\":[\"fixed\",\"fixed\"]},\"W4wRU_4QP\":{\"layout\":[\"fixed\",\"fixed\"]},\"VtV5Jm9TT\":{\"layout\":[\"fixed\",\"fixed\"]},\"rwvYuH711\":{\"layout\":[\"fixed\",\"fixed\"]},\"SIWEoAuvI\":{\"layout\":[\"fixed\",\"fixed\"]},\"j2ZW0eat_\":{\"layout\":[\"fixed\",\"auto\"]},\"hFO2DLFqz\":{\"layout\":[\"fixed\",\"auto\"]},\"DkJ1ib72A\":{\"layout\":[\"fixed\",\"auto\"]},\"JaXCxkqL7\":{\"layout\":[\"fixed\",\"auto\"]},\"AakjnH0SQ\":{\"layout\":[\"fixed\",\"auto\"]},\"h3EcHMj35\":{\"layout\":[\"fixed\",\"auto\"]},\"pmtuDJbNb\":{\"layout\":[\"fixed\",\"auto\"]},\"dV5e81YFo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"djJ5KsOoe\":\"step1Title\",\"uHu6pwXJB\":\"step1Description\",\"RS8YgudzG\":\"step2Title\",\"DlORNs8O2\":\"step2Description\",\"ABhjoVYbl\":\"step3Title\",\"lsMFZ8vVK\":\"step3Description\",\"nJ5dPbvqW\":\"step4Title\",\"BnyZ96QnB\":\"step4Description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb3VkMzTjR=withCSS(Component,css,\"framer-B7noM\");export default Framerb3VkMzTjR;Framerb3VkMzTjR.displayName=\"Process Slider\";Framerb3VkMzTjR.defaultProps={height:500,width:1672};addPropertyControls(Framerb3VkMzTjR,{variant:{options:[\"UatWf8nOq\",\"XEwZTiMic\",\"ubjWj6517\",\"XMwvH5yPU\",\"W4wRU_4QP\",\"VtV5Jm9TT\",\"rwvYuH711\",\"SIWEoAuvI\",\"j2ZW0eat_\",\"hFO2DLFqz\",\"DkJ1ib72A\",\"JaXCxkqL7\",\"AakjnH0SQ\",\"h3EcHMj35\",\"pmtuDJbNb\",\"dV5e81YFo\"],optionTitles:[\"Desktop Wide - 1\",\"Desktop Wide - 2\",\"Desktop Wide - 3\",\"Desktop Wide - 4\",\"Desktop - 1\",\"Desktop - 2\",\"Desktop - 3\",\"Desktop - 4\",\"Tablet - 1\",\"Tablet - 2\",\"Tablet - 3\",\"Tablet - 4\",\"Mobile - 1\",\"Mobile - 2\",\"Mobile - 3\",\"Mobile - 4\"],title:\"Variant\",type:ControlType.Enum},djJ5KsOoe:{defaultValue:\"Step 1 Title\",displayTextArea:false,title:\"Step 1 Title\",type:ControlType.String},uHu6pwXJB:{defaultValue:\"Step 1 Description\",displayTextArea:false,title:\"Step 1 Description\",type:ControlType.String},RS8YgudzG:{defaultValue:\"Step 2 Title\",displayTextArea:false,title:\"Step 2 Title\",type:ControlType.String},DlORNs8O2:{defaultValue:\"Step 2 Description\",displayTextArea:false,title:\"Step 2 Description\",type:ControlType.String},ABhjoVYbl:{defaultValue:\"Step 3 Title\",displayTextArea:false,title:\"Step 3 Title\",type:ControlType.String},lsMFZ8vVK:{defaultValue:\"Step 3 Description\",displayTextArea:false,title:\"Step 3 Description\",type:ControlType.String},nJ5dPbvqW:{defaultValue:\"Step 4 Title\",displayTextArea:false,title:\"Step 4 Title\",type:ControlType.String},BnyZ96QnB:{defaultValue:\"Step 4 Description\",displayTextArea:false,title:\"Step 4 Description\",type:ControlType.String}});addFonts(Framerb3VkMzTjR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb3VkMzTjR\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XEwZTiMic\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ubjWj6517\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XMwvH5yPU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W4wRU_4QP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VtV5Jm9TT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rwvYuH711\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SIWEoAuvI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j2ZW0eat_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hFO2DLFqz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DkJ1ib72A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JaXCxkqL7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AakjnH0SQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h3EcHMj35\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pmtuDJbNb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dV5e81YFo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1672\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"djJ5KsOoe\\\":\\\"step1Title\\\",\\\"uHu6pwXJB\\\":\\\"step1Description\\\",\\\"RS8YgudzG\\\":\\\"step2Title\\\",\\\"DlORNs8O2\\\":\\\"step2Description\\\",\\\"ABhjoVYbl\\\":\\\"step3Title\\\",\\\"lsMFZ8vVK\\\":\\\"step3Description\\\",\\\"nJ5dPbvqW\\\":\\\"step4Title\\\",\\\"BnyZ96QnB\\\":\\\"step4Description\\\"}\",\"framerIntrinsicHeight\":\"500\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o7lqkSVt4f4lOQ4d5SmJ/0YAkL1JQBYzbYjJYpVSy/cGUnsbRA0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6rTWNiHFxUyB7GxMi5pU/1VxpGCZjzFWxYrRVT5j2/rYiD74HIx.js\";import Icon from\"https://framerusercontent.com/modules/h7HwhCjRBexhJwjJIxha/ntv7objyDBw7ENbQtjyd/ZW0Ba5id9.js\";const IconFonts=getFonts(Icon);const cycleOrder=[\"FLlA3Brnp\",\"PgJ7nvpo0\"];const serializationHash=\"framer-ZpSEh\";const variantClassNames={FLlA3Brnp:\"framer-v-8ucjap\",PgJ7nvpo0:\"framer-v-1m59w3e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.6,ease:[.34,0,0,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"FLlA3Brnp\",Mobile:\"PgJ7nvpo0\"};const getProps=({bodyText,featuredImage,height,id,link,title,width,...props})=>{return{...props,J9vGJDkJg:bodyText??props.J9vGJDkJg??\"text\",LDuE5EoSk:featuredImage??props.LDuE5EoSk??{alt:\"\",pixelHeight:1500,pixelWidth:2e3,src:\"https://framerusercontent.com/images/5nhHslmYV7zKF897DVz1Eh5le9U.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/5nhHslmYV7zKF897DVz1Eh5le9U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5nhHslmYV7zKF897DVz1Eh5le9U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5nhHslmYV7zKF897DVz1Eh5le9U.jpg 2000w\"},qO_DKqW6f:link??props.qO_DKqW6f,variant:humanReadableVariantMap[props.variant]??props.variant??\"FLlA3Brnp\",YSJmrStKy:title??props.YSJmrStKy??\"Arrows\"};};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,qO_DKqW6f,YSJmrStKy,LDuE5EoSk,J9vGJDkJg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FLlA3Brnp\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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:transition1,children:/*#__PURE__*/_jsx(Link,{href:qO_DKqW6f,motionChild:true,nodeId:\"FLlA3Brnp\",openInNewTab:false,scopeId:\"GJDYW1pCq\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-8ucjap\",className,classNames)} framer-1906j7i`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FLlA3Brnp\",ref:refBinding,style:{...style},...addPropertyOverrides({PgJ7nvpo0:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ef5mrj\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZhB0IRgzE\",style:{backgroundColor:\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(LDuE5EoSk)},className:\"framer-1wunhkf\",\"data-framer-name\":\"Featured Image\",layoutDependency:layoutDependency,layoutId:\"FK34skhlm\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hmcjsa\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"CnwAh2Ofd\",style:{backgroundColor:\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",y:(componentViewport?.y||0)+0+0+560- -4+12,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vgkewo-container\",layoutDependency:layoutDependency,layoutId:\"a5ZTlv4fK-container\",nodeId:\"a5ZTlv4fK\",rendersWithMotion:true,scopeId:\"GJDYW1pCq\",children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"a5ZTlv4fK\",layoutId:\"a5ZTlv4fK\",style:{height:\"100%\",width:\"100%\"},variant:\"aawwcXIil\",width:\"100%\",XaY4LzFhq:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ebhnw4\",layoutDependency:layoutDependency,layoutId:\"h6yAtYAM1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1nepq3m\",\"data-styles-preset\":\"cGUnsbRA0\",children:\"Arrows\"})}),className:\"framer-5r63vd\",\"data-framer-name\":\"Arrows\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ml4autkkL\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:YSJmrStKy,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\"Arrows\"})}),className:\"framer-exny3n\",\"data-framer-name\":\"Arrows\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ENw4EjyOK\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:J9vGJDkJg,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZpSEh.framer-1906j7i, .framer-ZpSEh .framer-1906j7i { display: block; }\",\".framer-ZpSEh.framer-8ucjap { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 24px 0px; position: relative; text-decoration: none; width: 828px; }\",\".framer-ZpSEh .framer-ef5mrj { aspect-ratio: 1.4785714285714286 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 560px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZpSEh .framer-1wunhkf { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-ZpSEh .framer-1hmcjsa { align-content: center; align-items: center; bottom: -60px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: absolute; right: 24px; width: min-content; }\",\".framer-ZpSEh .framer-vgkewo-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-ZpSEh .framer-1ebhnw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZpSEh .framer-5r63vd, .framer-ZpSEh .framer-exny3n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZpSEh.framer-v-1m59w3e .framer-1ebhnw4 { gap: 16px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 671.5\n * @framerIntrinsicWidth 828\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PgJ7nvpo0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qO_DKqW6f\":\"link\",\"YSJmrStKy\":\"title\",\"LDuE5EoSk\":\"featuredImage\",\"J9vGJDkJg\":\"bodyText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGJDYW1pCq=withCSS(Component,css,\"framer-ZpSEh\");export default FramerGJDYW1pCq;FramerGJDYW1pCq.displayName=\"Project Card\";FramerGJDYW1pCq.defaultProps={height:671.5,width:828};addPropertyControls(FramerGJDYW1pCq,{variant:{options:[\"FLlA3Brnp\",\"PgJ7nvpo0\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},qO_DKqW6f:{title:\"Link\",type:ControlType.Link},YSJmrStKy:{defaultValue:\"Arrows\",displayTextArea:false,title:\"Title\",type:ControlType.String},LDuE5EoSk:{__defaultAssetReference:\"data:framer/asset-reference,5nhHslmYV7zKF897DVz1Eh5le9U.jpg?originalFilename=Frame+68.jpg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,5nhHslmYV7zKF897DVz1Eh5le9U.jpg?originalFilename=Frame+68.jpg&preferredSize=auto\"},title:\"Featured Image\",type:ControlType.ResponsiveImage},J9vGJDkJg:{defaultValue:\"text\",displayTextArea:false,title:\"Body Text\",type:ControlType.String}});addFonts(FramerGJDYW1pCq,[{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\"}]},...IconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGJDYW1pCq\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PgJ7nvpo0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"828\",\"framerIntrinsicHeight\":\"671.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"qO_DKqW6f\\\":\\\"link\\\",\\\"YSJmrStKy\\\":\\\"title\\\",\\\"LDuE5EoSk\\\":\\\"featuredImage\\\",\\\"J9vGJDkJg\\\":\\\"bodyText\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GJDYW1pCq.map", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function StopScroll(props){const{toggle}=props;return toggle?/*#__PURE__*/_jsx(\"style\",{\"data-frameruni-stop-scroll\":true,children:`body { overflow: hidden !important; }`}):/*#__PURE__*/_jsx(_Fragment,{});}StopScroll.displayName=\"Stop Scroll\";addPropertyControls(StopScroll,{toggle:{type:ControlType.Boolean,title:\"Block Scroll\",description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"StopScroll\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./StopScroll_Prod.map", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-9pPHS .framer-styles-preset-dzur94:not(.rich-text-wrapper), .framer-9pPHS .framer-styles-preset-dzur94.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1799px) and (min-width: 1440px) { .framer-9pPHS .framer-styles-preset-dzur94:not(.rich-text-wrapper), .framer-9pPHS .framer-styles-preset-dzur94.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 700px) { .framer-9pPHS .framer-styles-preset-dzur94:not(.rich-text-wrapper), .framer-9pPHS .framer-styles-preset-dzur94.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 699px) and (min-width: 0px) { .framer-9pPHS .framer-styles-preset-dzur94:not(.rich-text-wrapper), .framer-9pPHS .framer-styles-preset-dzur94.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-9pPHS\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Fm8Y0mCq9\",\"jO5BCVcaz\",\"qESuS0sSC\",\"WjOeU6XAc\"];const serializationHash=\"framer-U5DH2\";const variantClassNames={Fm8Y0mCq9:\"framer-v-630uik\",jO5BCVcaz:\"framer-v-1nqn1e4\",qESuS0sSC:\"framer-v-zjxlne\",WjOeU6XAc:\"framer-v-1327aef\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Close\":\"jO5BCVcaz\",\"Desktop - Open\":\"Fm8Y0mCq9\",\"Mobile - Close\":\"WjOeU6XAc\",\"Mobile - Open\":\"qESuS0sSC\"};const getProps=({click,color,height,hover,id,width,...props})=>{return{...props,F_YsYqiA5:click??props.F_YsYqiA5,variant:humanReadableVariantMap[props.variant]??props.variant??\"Fm8Y0mCq9\",Z7q2yUJMQ:color??props.Z7q2yUJMQ??\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",ZlocqMkQm:hover??props.ZlocqMkQm};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F_YsYqiA5,Z7q2yUJMQ,ZlocqMkQm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Fm8Y0mCq9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1szsfiu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(F_YsYqiA5){const res=await F_YsYqiA5(...args);if(res===false)return false;}});const onMouseEnterjvziw4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(ZlocqMkQm){const res=await ZlocqMkQm(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jO5BCVcaz\",\"WjOeU6XAc\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-630uik\",className,classNames),\"data-framer-name\":\"Desktop - Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Fm8Y0mCq9\",onMouseEnter:onMouseEnterjvziw4,onTap:onTap1szsfiu,ref:ref??ref1,style:{...style},...addPropertyOverrides({jO5BCVcaz:{\"data-framer-name\":\"Desktop - Close\"},qESuS0sSC:{\"data-framer-name\":\"Mobile - Open\"},WjOeU6XAc:{\"data-framer-name\":\"Mobile - Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4gab1u\",layoutDependency:layoutDependency,layoutId:\"PNVm4IZS2\",style:{backgroundColor:Z7q2yUJMQ,rotate:0},variants:{jO5BCVcaz:{rotate:-45},qESuS0sSC:{rotate:0},WjOeU6XAc:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n0qg97\",layoutDependency:layoutDependency,layoutId:\"sDinz1Oe0\",style:{backgroundColor:Z7q2yUJMQ,rotate:0},variants:{jO5BCVcaz:{rotate:45},qESuS0sSC:{rotate:0},WjOeU6XAc:{rotate:45}}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-guople\",layoutDependency:layoutDependency,layoutId:\"DOAiV0PO7\",style:{backgroundColor:Z7q2yUJMQ}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U5DH2.framer-1aor4d0, .framer-U5DH2 .framer-1aor4d0 { display: block; }\",\".framer-U5DH2.framer-630uik { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 43px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 43px; }\",\".framer-U5DH2 .framer-4gab1u { flex: none; height: 3px; overflow: hidden; position: absolute; right: 0px; top: 11px; width: 40px; z-index: 1; }\",\".framer-U5DH2 .framer-n0qg97 { flex: none; height: 3px; left: 15px; overflow: hidden; position: absolute; top: 19px; width: 28px; z-index: 1; }\",\".framer-U5DH2 .framer-guople { flex: none; height: 3px; left: 9px; overflow: hidden; position: absolute; top: 27px; width: 34px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U5DH2.framer-630uik { gap: 0px; } .framer-U5DH2.framer-630uik > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-U5DH2.framer-630uik > :first-child { margin-top: 0px; } .framer-U5DH2.framer-630uik > :last-child { margin-bottom: 0px; } }\",\".framer-U5DH2.framer-v-1nqn1e4 .framer-4gab1u { right: 3px; top: 20px; width: 36px; }\",\".framer-U5DH2.framer-v-1nqn1e4 .framer-n0qg97 { left: 4px; top: 20px; width: 36px; }\",\".framer-U5DH2.framer-v-zjxlne.framer-630uik, .framer-U5DH2.framer-v-1327aef.framer-630uik { height: 39px; width: 39px; }\",\".framer-U5DH2.framer-v-zjxlne .framer-4gab1u { top: 12px; width: 30px; }\",\".framer-U5DH2.framer-v-zjxlne .framer-n0qg97 { left: unset; right: 0px; top: 18px; width: 18px; }\",\".framer-U5DH2.framer-v-zjxlne .framer-guople { left: unset; right: 0px; top: 24px; width: 24px; }\",\".framer-U5DH2.framer-v-1327aef .framer-4gab1u { right: 6px; top: 18px; width: 26px; }\",\".framer-U5DH2.framer-v-1327aef .framer-n0qg97 { left: unset; right: 6px; top: 18px; width: 26px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 43\n * @framerIntrinsicWidth 43\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jO5BCVcaz\":{\"layout\":[\"fixed\",\"fixed\"]},\"qESuS0sSC\":{\"layout\":[\"fixed\",\"fixed\"]},\"WjOeU6XAc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"F_YsYqiA5\":\"click\",\"Z7q2yUJMQ\":\"color\",\"ZlocqMkQm\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerePYScSbZ9=withCSS(Component,css,\"framer-U5DH2\");export default FramerePYScSbZ9;FramerePYScSbZ9.displayName=\"Menu Icon\";FramerePYScSbZ9.defaultProps={height:43,width:43};addPropertyControls(FramerePYScSbZ9,{variant:{options:[\"Fm8Y0mCq9\",\"jO5BCVcaz\",\"qESuS0sSC\",\"WjOeU6XAc\"],optionTitles:[\"Desktop - Open\",\"Desktop - Close\",\"Mobile - Open\",\"Mobile - Close\"],title:\"Variant\",type:ControlType.Enum},F_YsYqiA5:{title:\"Click\",type:ControlType.EventHandler},Z7q2yUJMQ:{defaultValue:'var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12)) /* {\"name\":\"Black\"} */',title:\"Color\",type:ControlType.Color},ZlocqMkQm:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerePYScSbZ9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerePYScSbZ9\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"F_YsYqiA5\\\":\\\"click\\\",\\\"Z7q2yUJMQ\\\":\\\"color\\\",\\\"ZlocqMkQm\\\":\\\"hover\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jO5BCVcaz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qESuS0sSC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WjOeU6XAc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"43\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"43\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ePYScSbZ9.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import StopScroll from\"https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/PajmEC9KX2YkEmLmmwER/StopScroll_Prod.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6Z4HerHjD96rqpjRYovY/SjMeGpbc9xp0BUBAiCgU/diqAQm8b4.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/yUU77Twyl6OdHrT3WLS1/KtdfHjezCeUigXVRhMm7/nTHK8PlCS.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lUp6acp5KMNc39JK7AZ9/NdmZXMAjXYB21VYV2GKd/pLdfyfLcz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oVpg7vedvTwaN24i3Hob/t0JSGmPLELzeD1kSzMdm/SXxpl9onw.js\";import MenuIcon from\"https://framerusercontent.com/modules/7NbO73g7NjdM2j3odnYD/ed9fP6WZcs6Wq3aHHZLa/ePYScSbZ9.js\";const MenuIconFonts=getFonts(MenuIcon);const StopScrollFonts=getFonts(StopScroll);const cycleOrder=[\"FhPohG0YP\",\"AHzn1Qm5M\",\"Tou14rgTr\",\"y1O1lQoL5\",\"yCdOR6XA9\",\"IgtWzfYkx\",\"Ndq676zNK\"];const serializationHash=\"framer-GCgR1\";const variantClassNames={AHzn1Qm5M:\"framer-v-11efdv9\",FhPohG0YP:\"framer-v-8627cu\",IgtWzfYkx:\"framer-v-2xnvd\",Ndq676zNK:\"framer-v-nker16\",Tou14rgTr:\"framer-v-9plhlo\",y1O1lQoL5:\"framer-v-gu05fx\",yCdOR6XA9:\"framer-v-50lq61\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1,ease:[.55,0,0,1],type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.55,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:10};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 humanReadableVariantMap={\"Desktop Closed\":\"FhPohG0YP\",\"Desktop Open\":\"AHzn1Qm5M\",\"Mobile Closed\":\"yCdOR6XA9\",\"Mobile Open\":\"IgtWzfYkx\",\"Tablet Closed\":\"Tou14rgTr\",\"Tablet Open\":\"y1O1lQoL5\",\"Variant 7\":\"Ndq676zNK\"};const getProps=({about,contact,fAQ,height,id,link,services,width,...props})=>{return{...props,EVtClFl6W:about??props.EVtClFl6W,KjZ5dz3ZG:services??props.KjZ5dz3ZG,Rmjanttt0:contact??props.Rmjanttt0,variant:humanReadableVariantMap[props.variant]??props.variant??\"FhPohG0YP\",WYJq9QuFz:fAQ??props.WYJq9QuFz,Y39FHlCrp:link??props.Y39FHlCrp};};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,Y39FHlCrp,WYJq9QuFz,KjZ5dz3ZG,EVtClFl6W,Rmjanttt0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FhPohG0YP\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const F_YsYqiA5klew9c=activeVariantCallback(async(...args)=>{setVariant(\"AHzn1Qm5M\");});const onTap9cwebx=activeVariantCallback(async(...args)=>{setVariant(\"FhPohG0YP\");});const F_YsYqiA59cwebx=activeVariantCallback(async(...args)=>{setVariant(\"FhPohG0YP\");});const F_YsYqiA51dy8vzq=activeVariantCallback(async(...args)=>{setVariant(\"Tou14rgTr\");});const F_YsYqiA519apkl=activeVariantCallback(async(...args)=>{setVariant(\"yCdOR6XA9\");});const onTap1dy8vzq=activeVariantCallback(async(...args)=>{setVariant(\"Tou14rgTr\");});const onTap19apkl=activeVariantCallback(async(...args)=>{setVariant(\"yCdOR6XA9\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Tou14rgTr\",\"yCdOR6XA9\",\"Ndq676zNK\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Ndq676zNK\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8627cu\",className,classNames),\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"FhPohG0YP\",ref:refBinding,style:{...style},...addPropertyOverrides({AHzn1Qm5M:{\"data-framer-name\":\"Desktop Open\"},IgtWzfYkx:{\"data-framer-name\":\"Mobile Open\"},Ndq676zNK:{\"data-framer-name\":\"Variant 7\"},Tou14rgTr:{\"data-framer-name\":\"Tablet Closed\"},y1O1lQoL5:{\"data-framer-name\":\"Tablet Open\"},yCdOR6XA9:{\"data-framer-name\":\"Mobile Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.header,{className:\"framer-1k2zrzm\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"eSQDPcLjk\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iw6ftr\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"pIT4MODJH\",children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"uSETL7LDU\",scopeId:\"gvLY5FfCM\",...addPropertyOverrides({Ndq676zNK:{href:{hash:\":h7ztBLbVh\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rgr73y framer-1km3o1f\",layoutDependency:layoutDependency,layoutId:\"uSETL7LDU\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||116)-0-116)/2)+36+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"221.7679px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"},className:\"framer-ltz4eh\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"by5me6E7g\",...addPropertyOverrides({IgtWzfYkx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||92)-0-92)/2)+24+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"221.7679px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"}},Ndq676zNK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+36+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"224.5px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"}},Tou14rgTr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||108)-0-108)/2)+32+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"221.7679px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"}},y1O1lQoL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||108)-0-108)/2)+32+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"221.7679px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"}},yCdOR6XA9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:564.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||92)-0-92)/2)+24+0+0+0),pixelHeight:896,pixelWidth:4516,sizes:\"221.7679px\",src:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XoxndxhTDznKgWhygKueSG5SzTc.png 4516w\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,width:\"43px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||116)-0-116)/2)+36+.5,...addPropertyOverrides({IgtWzfYkx:{height:39,width:\"39px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||92)-0-92)/2)+24+2.5},y1O1lQoL5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||108)-0-108)/2)+32+.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t8eoee-container\",layoutDependency:layoutDependency,layoutId:\"BwVyiMSOB-container\",nodeId:\"BwVyiMSOB\",rendersWithMotion:true,scopeId:\"gvLY5FfCM\",style:{opacity:1},variants:{IgtWzfYkx:{opacity:0}},children:/*#__PURE__*/_jsx(MenuIcon,{F_YsYqiA5:F_YsYqiA5klew9c,height:\"100%\",id:\"BwVyiMSOB\",layoutId:\"BwVyiMSOB\",style:{height:\"100%\",width:\"100%\"},variant:\"Fm8Y0mCq9\",width:\"100%\",Z7q2yUJMQ:\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",...addPropertyOverrides({IgtWzfYkx:{F_YsYqiA5:undefined,variant:\"qESuS0sSC\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mmksvg\",\"data-framer-name\":\"Offcanvas\",layoutDependency:layoutDependency,layoutId:\"TAkzWLz6P\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jlb32p\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"MAhWlETfg\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.3)\",opacity:0,WebkitBackdropFilter:\"blur(10px)\"},variants:{AHzn1Qm5M:{opacity:1}},...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mp3h9f\",layoutDependency:layoutDependency,layoutId:\"cf_hvWW2i\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\"},variants:{Ndq676zNK:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eo6wuo\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Zn7gmks2j\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,width:\"43px\",y:(componentViewport?.y||0)+0+-.4995+36+0+0+0,...addPropertyOverrides({AHzn1Qm5M:{y:(componentViewport?.y||0)+0+0+36+0+0+0},IgtWzfYkx:{height:39,width:\"39px\",y:(componentViewport?.y||0)+0+0+24+0+0+0},Tou14rgTr:{y:(componentViewport?.y||0)+0+0+32+0+0+0},y1O1lQoL5:{y:(componentViewport?.y||0)+0+0+32+0+0+0},yCdOR6XA9:{height:39,width:\"39px\",y:(componentViewport?.y||0)+0+0+24+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8cxl93-container\",layoutDependency:layoutDependency,layoutId:\"wRjWi7NUx-container\",nodeId:\"wRjWi7NUx\",rendersWithMotion:true,scopeId:\"gvLY5FfCM\",style:{opacity:0},variants:{AHzn1Qm5M:{opacity:1},IgtWzfYkx:{opacity:1},y1O1lQoL5:{opacity:1}},children:/*#__PURE__*/_jsx(MenuIcon,{height:\"100%\",id:\"wRjWi7NUx\",layoutId:\"wRjWi7NUx\",style:{height:\"100%\",width:\"100%\"},variant:\"Fm8Y0mCq9\",width:\"100%\",Z7q2yUJMQ:\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",...addPropertyOverrides({AHzn1Qm5M:{F_YsYqiA5:F_YsYqiA59cwebx,variant:\"jO5BCVcaz\"},IgtWzfYkx:{F_YsYqiA5:F_YsYqiA519apkl,variant:\"WjOeU6XAc\"},y1O1lQoL5:{F_YsYqiA5:F_YsYqiA51dy8vzq,variant:\"jO5BCVcaz\"},yCdOR6XA9:{variant:\"qESuS0sSC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1tlg4ym\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"IB2yTvon6\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:Y39FHlCrp,motionChild:true,nodeId:\"UJg_s0ZBn\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Home\"})})})}),className:\"framer-1kdq94x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UJg_s0ZBn\",style:{\"--extracted-1of0zx5\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:WYJq9QuFz,motionChild:true,nodeId:\"mKfxIQQ9L\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Projects\"})})})}),className:\"framer-1gb1dxz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mKfxIQQ9L\",style:{\"--extracted-1of0zx5\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},variants:{Ndq676zNK:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},Ndq676zNK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:WYJq9QuFz,motionChild:true,nodeId:\"mKfxIQQ9L\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Testimonials\"})})})})},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:KjZ5dz3ZG,motionChild:true,nodeId:\"ggkqkpUFm\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Blog\"})})})}),className:\"framer-fedi4w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ggkqkpUFm\",style:{\"--extracted-1of0zx5\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},variants:{Ndq676zNK:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},Ndq676zNK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:KjZ5dz3ZG,motionChild:true,nodeId:\"ggkqkpUFm\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Services\"})})})})},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:EVtClFl6W,motionChild:true,nodeId:\"ybbUPjBJn\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"About\"})})})}),className:\"framer-11p3hzz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ybbUPjBJn\",style:{\"--extracted-1of0zx5\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},variants:{Ndq676zNK:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},Ndq676zNK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:EVtClFl6W,motionChild:true,nodeId:\"ybbUPjBJn\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"About\"})})})})},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:Rmjanttt0,motionChild:true,nodeId:\"S3WRu9E1u\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Contact\"})})})}),className:\"framer-qtb8da\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S3WRu9E1u\",style:{\"--extracted-1of0zx5\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},variants:{Ndq676zNK:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},Ndq676zNK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:Rmjanttt0,motionChild:true,nodeId:\"S3WRu9E1u\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Contact\"})})})})},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eh8kgn\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"fo_gMZglI\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1as0clf\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"dMta36yB1\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xvoHmOYZD:\"privacy\"},unresolvedPathSlugs:{xvoHmOYZD:{collectionId:\"cDUh2JYGT\",collectionItemId:\"KDwFe3O9z\"}},webPageId:\"qMeMkGgYA\"},motionChild:true,nodeId:\"aM0oRLzJL\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Privacy Policy\"})})})}),className:\"framer-1lkhibh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aM0oRLzJL\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"www.facebook.com\",motionChild:true,nodeId:\"VnxdRlj0E\",openInNewTab:true,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Facebook\"})})})}),className:\"framer-1v8ikg8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VnxdRlj0E\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"www.instagram.com\",motionChild:true,nodeId:\"r4ycf7uaO\",openInNewTab:true,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Instagram\"})})})}),className:\"framer-n418ad\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r4ycf7uaO\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xvoHmOYZD:\"terms\"},unresolvedPathSlugs:{xvoHmOYZD:{collectionId:\"cDUh2JYGT\",collectionItemId:\"FnoWZzhne\"}},webPageId:\"qMeMkGgYA\"},motionChild:true,nodeId:\"EwPF7dqtk\",openInNewTab:false,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Terms of Service\"})})})}),className:\"framer-11mpu04\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EwPF7dqtk\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({AHzn1Qm5M:{\"data-highlight\":true,onTap:onTap9cwebx},IgtWzfYkx:{\"data-highlight\":true,onTap:onTap19apkl},y1O1lQoL5:{\"data-highlight\":true,onTap:onTap1dy8vzq}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"www.dibbble.com\",motionChild:true,nodeId:\"YDpYQWwZu\",openInNewTab:true,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Dribbble\"})})})}),className:\"framer-40vbhv\",\"data-framer-name\":\"Dribble\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YDpYQWwZu\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"www.behance.net\",motionChild:true,nodeId:\"m_c_l35A5\",openInNewTab:true,scopeId:\"gvLY5FfCM\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1k8uo92\",\"data-styles-preset\":\"diqAQm8b4\",children:\"Behance\"})})})}),className:\"framer-rm7aap\",\"data-framer-name\":\"Behance\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"m_c_l35A5\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})})]})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nqak6z-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xc5BH4kto-container\",nodeId:\"xc5BH4kto\",rendersWithMotion:true,scopeId:\"gvLY5FfCM\",children:/*#__PURE__*/_jsx(StopScroll,{height:\"100%\",id:\"xc5BH4kto\",layoutId:\"xc5BH4kto\",toggle:false,width:\"100%\",...addPropertyOverrides({AHzn1Qm5M:{toggle:true},IgtWzfYkx:{toggle:true},y1O1lQoL5:{toggle:true}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GCgR1.framer-1km3o1f, .framer-GCgR1 .framer-1km3o1f { display: block; }\",\".framer-GCgR1.framer-8627cu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1800px; }\",\".framer-GCgR1 .framer-1k2zrzm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 36px 64px 36px 64px; position: relative; width: 1px; }\",\".framer-GCgR1 .framer-iw6ftr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-GCgR1 .framer-rgr73y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GCgR1 .framer-ltz4eh { aspect-ratio: 5.040178571428571 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 222px; }\",\".framer-GCgR1 .framer-1t8eoee-container, .framer-GCgR1 .framer-8cxl93-container { flex: none; height: 43px; position: relative; width: 43px; }\",\".framer-GCgR1 .framer-mmksvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-start; overflow: visible; padding: 0px; pointer-events: none; position: absolute; right: 0px; top: 0px; width: 100%; z-index: 10; }\",\".framer-GCgR1 .framer-jlb32p { flex: 1 0 0px; height: 100%; overflow: hidden; pointer-events: none; position: relative; width: 1px; }\",\".framer-GCgR1 .framer-1mp3h9f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: space-between; overflow: visible; padding: 36px; pointer-events: auto; position: absolute; right: -800px; top: calc(49.95004995004997% - 100vh / 2); width: 800px; z-index: 9; }\",\".framer-GCgR1 .framer-eo6wuo, .framer-GCgR1 .framer-1eh8kgn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GCgR1 .framer-1tlg4ym { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GCgR1 .framer-1kdq94x, .framer-GCgR1 .framer-1gb1dxz, .framer-GCgR1 .framer-fedi4w, .framer-GCgR1 .framer-11p3hzz, .framer-GCgR1 .framer-qtb8da { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GCgR1 .framer-1as0clf { display: grid; flex: none; gap: 12px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GCgR1 .framer-1lkhibh, .framer-GCgR1 .framer-1v8ikg8, .framer-GCgR1 .framer-n418ad, .framer-GCgR1 .framer-11mpu04, .framer-GCgR1 .framer-40vbhv, .framer-GCgR1 .framer-rm7aap { align-self: start; flex: none; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-GCgR1 .framer-1nqak6z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GCgR1.framer-v-11efdv9.framer-8627cu { overflow: visible; }\",\".framer-GCgR1.framer-v-11efdv9 .framer-mmksvg { pointer-events: auto; }\",\".framer-GCgR1.framer-v-11efdv9 .framer-jlb32p { cursor: default; pointer-events: auto; }\",\".framer-GCgR1.framer-v-11efdv9 .framer-1mp3h9f { right: 0px; top: calc(50.00000000000002% - 100vh / 2); }\",\".framer-GCgR1.framer-v-11efdv9 .framer-1lkhibh, .framer-GCgR1.framer-v-11efdv9 .framer-11mpu04, .framer-GCgR1.framer-v-gu05fx .framer-1lkhibh, .framer-GCgR1.framer-v-gu05fx .framer-11mpu04 { cursor: pointer; }\",\".framer-GCgR1.framer-v-9plhlo.framer-8627cu, .framer-GCgR1.framer-v-gu05fx.framer-8627cu { width: 700px; }\",\".framer-GCgR1.framer-v-9plhlo .framer-1k2zrzm { padding: 32px; }\",\".framer-GCgR1.framer-v-9plhlo .framer-mmksvg, .framer-GCgR1.framer-v-50lq61 .framer-mmksvg { left: 0px; overflow: hidden; right: unset; width: 200%; }\",\".framer-GCgR1.framer-v-9plhlo .framer-jlb32p, .framer-GCgR1.framer-v-gu05fx .framer-jlb32p, .framer-GCgR1.framer-v-50lq61 .framer-jlb32p, .framer-GCgR1.framer-v-2xnvd .framer-jlb32p { flex: none; width: 50%; }\",\".framer-GCgR1.framer-v-9plhlo .framer-1mp3h9f { padding: 32px; position: relative; right: unset; top: unset; width: 50%; z-index: unset; }\",\".framer-GCgR1.framer-v-gu05fx .framer-1k2zrzm { order: 1; padding: 32px; }\",\".framer-GCgR1.framer-v-gu05fx .framer-mmksvg { order: 0; width: 200%; }\",\".framer-GCgR1.framer-v-gu05fx .framer-1mp3h9f { padding: 32px; position: relative; right: unset; top: unset; width: 50%; }\",\".framer-GCgR1.framer-v-gu05fx .framer-1nqak6z-container, .framer-GCgR1.framer-v-50lq61 .framer-1v8ikg8, .framer-GCgR1.framer-v-2xnvd .framer-1v8ikg8, .framer-GCgR1.framer-v-nker16 .framer-fedi4w { order: 2; }\",\".framer-GCgR1.framer-v-50lq61.framer-8627cu, .framer-GCgR1.framer-v-2xnvd.framer-8627cu { width: 390px; }\",\".framer-GCgR1.framer-v-50lq61 .framer-1k2zrzm, .framer-GCgR1.framer-v-2xnvd .framer-1k2zrzm { padding: 24px; }\",\".framer-GCgR1.framer-v-50lq61 .framer-1mp3h9f, .framer-GCgR1.framer-v-2xnvd .framer-1mp3h9f { padding: 24px 24px 120px 24px; position: relative; right: unset; top: unset; width: 50%; z-index: unset; }\",\".framer-GCgR1.framer-v-50lq61 .framer-8cxl93-container, .framer-GCgR1.framer-v-2xnvd .framer-1t8eoee-container, .framer-GCgR1.framer-v-2xnvd .framer-8cxl93-container { height: 39px; width: 39px; }\",\".framer-GCgR1.framer-v-50lq61 .framer-1as0clf, .framer-GCgR1.framer-v-2xnvd .framer-1as0clf { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-GCgR1.framer-v-50lq61 .framer-1lkhibh { order: 0; }\",\".framer-GCgR1.framer-v-50lq61 .framer-n418ad, .framer-GCgR1.framer-v-2xnvd .framer-n418ad, .framer-GCgR1.framer-v-nker16 .framer-1gb1dxz { order: 3; }\",\".framer-GCgR1.framer-v-50lq61 .framer-11mpu04, .framer-GCgR1.framer-v-nker16 .framer-11p3hzz { order: 1; }\",\".framer-GCgR1.framer-v-50lq61 .framer-40vbhv, .framer-GCgR1.framer-v-2xnvd .framer-40vbhv, .framer-GCgR1.framer-v-nker16 .framer-qtb8da { order: 4; }\",\".framer-GCgR1.framer-v-50lq61 .framer-rm7aap, .framer-GCgR1.framer-v-2xnvd .framer-rm7aap { order: 5; }\",\".framer-GCgR1.framer-v-2xnvd .framer-mmksvg { overflow: hidden; width: 200%; }\",\".framer-GCgR1.framer-v-2xnvd .framer-1lkhibh { cursor: pointer; order: 0; }\",\".framer-GCgR1.framer-v-2xnvd .framer-11mpu04 { cursor: pointer; order: 1; }\",\".framer-GCgR1.framer-v-nker16.framer-8627cu { align-content: flex-start; align-items: flex-start; gap: 140px; justify-content: flex-start; padding: 0px 64px 0px 0px; }\",\".framer-GCgR1.framer-v-nker16 .framer-1k2zrzm { flex: none; width: min-content; }\",\".framer-GCgR1.framer-v-nker16 .framer-iw6ftr { flex: none; gap: 0px; justify-content: center; width: min-content; }\",\".framer-GCgR1.framer-v-nker16 .framer-rgr73y { text-decoration: none; }\",\".framer-GCgR1.framer-v-nker16 .framer-ltz4eh { height: var(--framer-aspect-ratio-supported, 45px); width: 225px; }\",\".framer-GCgR1.framer-v-nker16 .framer-mmksvg { flex: 1 0 0px; height: min-content; position: relative; right: unset; top: unset; width: 1px; }\",\".framer-GCgR1.framer-v-nker16 .framer-1mp3h9f { flex: 1 0 0px; gap: 0px; height: min-content; justify-content: center; position: relative; right: unset; top: unset; width: 1px; }\",\".framer-GCgR1.framer-v-nker16 .framer-eo6wuo { gap: unset; justify-content: space-between; }\",\".framer-GCgR1.framer-v-nker16 .framer-1tlg4ym { flex-direction: row; gap: unset; justify-content: space-between; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 116\n * @framerIntrinsicWidth 1800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AHzn1Qm5M\":{\"layout\":[\"fixed\",\"auto\"]},\"Tou14rgTr\":{\"layout\":[\"fixed\",\"auto\"]},\"y1O1lQoL5\":{\"layout\":[\"fixed\",\"auto\"]},\"yCdOR6XA9\":{\"layout\":[\"fixed\",\"auto\"]},\"IgtWzfYkx\":{\"layout\":[\"fixed\",\"auto\"]},\"Ndq676zNK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Y39FHlCrp\":\"link\",\"WYJq9QuFz\":\"fAQ\",\"KjZ5dz3ZG\":\"services\",\"EVtClFl6W\":\"about\",\"Rmjanttt0\":\"contact\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramergvLY5FfCM=withCSS(Component,css,\"framer-GCgR1\");export default FramergvLY5FfCM;FramergvLY5FfCM.displayName=\"Header\";FramergvLY5FfCM.defaultProps={height:116,width:1800};addPropertyControls(FramergvLY5FfCM,{variant:{options:[\"FhPohG0YP\",\"AHzn1Qm5M\",\"Tou14rgTr\",\"y1O1lQoL5\",\"yCdOR6XA9\",\"IgtWzfYkx\",\"Ndq676zNK\"],optionTitles:[\"Desktop Closed\",\"Desktop Open\",\"Tablet Closed\",\"Tablet Open\",\"Mobile Closed\",\"Mobile Open\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},Y39FHlCrp:{title:\"Link\",type:ControlType.Link},WYJq9QuFz:{title:\"FAQ\",type:ControlType.Link},KjZ5dz3ZG:{title:\"Services\",type:ControlType.Link},EVtClFl6W:{title:\"About\",type:ControlType.Link},Rmjanttt0:{title:\"Contact\",type:ControlType.Link}});addFonts(FramergvLY5FfCM,[{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\"}]},...MenuIconFonts,...StopScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergvLY5FfCM\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1800\",\"framerIntrinsicHeight\":\"116\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Y39FHlCrp\\\":\\\"link\\\",\\\"WYJq9QuFz\\\":\\\"fAQ\\\",\\\"KjZ5dz3ZG\\\":\\\"services\\\",\\\"EVtClFl6W\\\":\\\"about\\\",\\\"Rmjanttt0\\\":\\\"contact\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AHzn1Qm5M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Tou14rgTr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y1O1lQoL5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yCdOR6XA9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IgtWzfYkx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ndq676zNK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gvLY5FfCM.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o7lqkSVt4f4lOQ4d5SmJ/0YAkL1JQBYzbYjJYpVSy/cGUnsbRA0.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/sBRBUfKynm315WUsFLlq/onbO2yQQAXGiGe7biXi8/lkk2Pmfr2.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6rTWNiHFxUyB7GxMi5pU/1VxpGCZjzFWxYrRVT5j2/rYiD74HIx.js\";const cycleOrder=[\"AwbZiFkvi\",\"Kw0WTdwaL\"];const serializationHash=\"framer-U0HNj\";const variantClassNames={AwbZiFkvi:\"framer-v-dvocw9\",Kw0WTdwaL:\"framer-v-1dglwzt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"AwbZiFkvi\",Mobile:\"Kw0WTdwaL\"};const getProps=({_1,_2,_3,advisor1,height,id,image,languages,position,title,width,...props})=>{return{...props,cD7EBwzKp:languages??props.cD7EBwzKp??\"Languages:\",cM9MIykpp:position??props.cM9MIykpp??\"Position\",frI1cQi7o:advisor1??props.frI1cQi7o??\"Name\",HL3VDHBDi:_1??props.HL3VDHBDi??\"Certified Financial Planner\\xae\",HXzrBFUir:_2??props.HXzrBFUir??\"Certified Financial Planner\\xae\",lzLkubPyg:image??props.lzLkubPyg,uVJCIcm58:_3??props.uVJCIcm58??\"Certified Financial Planner\\xae\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AwbZiFkvi\",w_1S4ODDH:title??props.w_1S4ODDH??\"Position\"};};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,lzLkubPyg,frI1cQi7o,cM9MIykpp,HL3VDHBDi,HXzrBFUir,uVJCIcm58,w_1S4ODDH,cD7EBwzKp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AwbZiFkvi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-dvocw9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"AwbZiFkvi\",ref:refBinding,style:{...style},...addPropertyOverrides({Kw0WTdwaL:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(lzLkubPyg),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-1481vot\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"qO8kuZvMw\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyje5m\",\"data-framer-name\":\"Name Wrapper\",layoutDependency:layoutDependency,layoutId:\"hbJe16NFn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tzatb\",layoutDependency:layoutDependency,layoutId:\"Csmfj8YLY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1nepq3m\",\"data-styles-preset\":\"cGUnsbRA0\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Name\"})}),className:\"framer-13xkeb0\",\"data-framer-name\":\"Markus Chen\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vBea6nkh3\",style:{\"--extracted-a0htzi\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:frI1cQi7o,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(235, 122, 30)))\"},children:\"Position\"})}),className:\"framer-1npbwq6\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JAZFNjAqr\",style:{\"--extracted-r6o4lv\":\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(235, 122, 30))\",\"--framer-paragraph-spacing\":\"0px\"},text:cM9MIykpp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1injn8\",layoutDependency:layoutDependency,layoutId:\"sM8UG1gTx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Position\"})}),className:\"framer-nyfro8\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YU8etD_cL\",style:{\"--extracted-r6o4lv\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},text:w_1S4ODDH,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-119qay0\",layoutDependency:layoutDependency,layoutId:\"bmiDWys3F\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17ikqk8\",layoutDependency:layoutDependency,layoutId:\"uNZJv_t1f\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dx0fjq\",layoutDependency:layoutDependency,layoutId:\"bhWHwPZSJ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Certified Financial Planner\\xae\"})}),className:\"framer-1g994ie\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mcT7okzH1\",style:{\"--extracted-r6o4lv\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},text:HL3VDHBDi,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11t7m75\",layoutDependency:layoutDependency,layoutId:\"Y5eCe56u4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10n1iho\",layoutDependency:layoutDependency,layoutId:\"YSctCxwdr\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Certified Financial Planner\\xae\"})}),className:\"framer-auverj\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JAJKjZLzH\",style:{\"--extracted-r6o4lv\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},text:HXzrBFUir,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fop2qf\",layoutDependency:layoutDependency,layoutId:\"vTi5Bv5Lh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17o8ps3\",layoutDependency:layoutDependency,layoutId:\"p0c_7V306\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Certified Financial Planner\\xae\"})}),className:\"framer-1koktd1\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Oth1jETqg\",style:{\"--extracted-r6o4lv\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},text:uVJCIcm58,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-953a2z\",layoutDependency:layoutDependency,layoutId:\"LwdtoyhDW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1go6xkm\",\"data-styles-preset\":\"lkk2Pmfr2\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Languages:\"})}),className:\"framer-gdrwtm\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xOwpqAqJr\",style:{\"--extracted-r6o4lv\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1nepq3m\",\"data-styles-preset\":\"cGUnsbRA0\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)))\"},children:\"Languages:\"})}),className:\"framer-73me2q\",\"data-framer-name\":\"CEO & Co-founder\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mr_DxANwS\",style:{\"--extracted-a0htzi\":\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",\"--framer-paragraph-spacing\":\"0px\"},text:cD7EBwzKp,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U0HNj.framer-1ru26yp, .framer-U0HNj .framer-1ru26yp { display: block; }\",\".framer-U0HNj.framer-dvocw9 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: 394px; }\",\".framer-U0HNj .framer-1481vot { aspect-ratio: 0.788 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 500px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-U0HNj .framer-1yyje5m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-U0HNj .framer-1tzatb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U0HNj .framer-13xkeb0, .framer-U0HNj .framer-1npbwq6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 394px; word-break: break-word; word-wrap: break-word; }\",\".framer-U0HNj .framer-1injn8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-U0HNj .framer-nyfro8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-U0HNj .framer-119qay0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-U0HNj .framer-17ikqk8, .framer-U0HNj .framer-11t7m75, .framer-U0HNj .framer-1fop2qf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-U0HNj .framer-dx0fjq, .framer-U0HNj .framer-10n1iho, .framer-U0HNj .framer-17o8ps3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); overflow: hidden; position: relative; width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-U0HNj .framer-1g994ie, .framer-U0HNj .framer-auverj, .framer-U0HNj .framer-1koktd1, .framer-U0HNj .framer-73me2q { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-U0HNj .framer-953a2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-U0HNj .framer-gdrwtm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-U0HNj.framer-v-1dglwzt.framer-dvocw9 { gap: 16px; padding: 0px 0px 24px 0px; }\",\".framer-U0HNj.framer-v-1dglwzt .framer-1481vot { aspect-ratio: 0.8755555555555555 / 1; height: var(--framer-aspect-ratio-supported, 450px); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 855\n * @framerIntrinsicWidth 394\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Kw0WTdwaL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lzLkubPyg\":\"image\",\"frI1cQi7o\":\"advisor1\",\"cM9MIykpp\":\"position\",\"HL3VDHBDi\":\"_1\",\"HXzrBFUir\":\"_2\",\"uVJCIcm58\":\"_3\",\"w_1S4ODDH\":\"title\",\"cD7EBwzKp\":\"languages\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJM55RxQUn=withCSS(Component,css,\"framer-U0HNj\");export default FramerJM55RxQUn;FramerJM55RxQUn.displayName=\"Team Member Card\";FramerJM55RxQUn.defaultProps={height:855,width:394};addPropertyControls(FramerJM55RxQUn,{variant:{options:[\"AwbZiFkvi\",\"Kw0WTdwaL\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},lzLkubPyg:{title:\"Image\",type:ControlType.ResponsiveImage},frI1cQi7o:{defaultValue:\"Name\",displayTextArea:false,title:\"Advisor 1\",type:ControlType.String},cM9MIykpp:{defaultValue:\"Position\",displayTextArea:false,title:\"Position\",type:ControlType.String},HL3VDHBDi:{defaultValue:\"Certified Financial Planner\\xae\",displayTextArea:false,title:\"1\",type:ControlType.String},HXzrBFUir:{defaultValue:\"Certified Financial Planner\\xae\",displayTextArea:false,title:\"2\",type:ControlType.String},uVJCIcm58:{defaultValue:\"Certified Financial Planner\\xae\",displayTextArea:false,title:\"3\",type:ControlType.String},w_1S4ODDH:{defaultValue:\"Position\",displayTextArea:false,title:\"Title\",type:ControlType.String},cD7EBwzKp:{defaultValue:\"Languages:\",displayTextArea:false,title:\"Languages\",type:ControlType.String}});addFonts(FramerJM55RxQUn,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJM55RxQUn\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"394\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"lzLkubPyg\\\":\\\"image\\\",\\\"frI1cQi7o\\\":\\\"advisor1\\\",\\\"cM9MIykpp\\\":\\\"position\\\",\\\"HL3VDHBDi\\\":\\\"_1\\\",\\\"HXzrBFUir\\\":\\\"_2\\\",\\\"uVJCIcm58\\\":\\\"_3\\\",\\\"w_1S4ODDH\\\":\\\"title\\\",\\\"cD7EBwzKp\\\":\\\"languages\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kw0WTdwaL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"855\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JM55RxQUn.map", "// Generated by Framer (7d51cf8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/mgandUXgltAEMv2BgDLv/QbT1fwMotCI7Yk7KdB3K/R8x3KOzWu.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6rTWNiHFxUyB7GxMi5pU/1VxpGCZjzFWxYrRVT5j2/rYiD74HIx.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"pE9OBviJ9\",\"pkTJIo8Sc\",\"q1gsmxm78\",\"n5maPQT25\",\"UoDKce3Wa\",\"DkG75CwnI\",\"auKa_BiCj\"];const serializationHash=\"framer-LjioW\";const variantClassNames={auKa_BiCj:\"framer-v-10mexga\",DkG75CwnI:\"framer-v-1p0t1yb\",n5maPQT25:\"framer-v-1dbk4t\",pE9OBviJ9:\"framer-v-jf6s9l\",pkTJIo8Sc:\"framer-v-sorgcm\",q1gsmxm78:\"framer-v-amz660\",UoDKce3Wa:\"framer-v-1nbdgz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1.4,ease:[.55,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-350,y:0};const animation2={opacity:.001,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-500,y:0};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 humanReadableVariantMap={\"Desktop - 1\":\"q1gsmxm78\",\"Desktop - 2\":\"n5maPQT25\",\"Desktop Wide - 1\":\"pE9OBviJ9\",\"Desktop Wide - 2\":\"pkTJIo8Sc\",\"Tablet - 1\":\"UoDKce3Wa\",\"Tablet - 2\":\"DkG75CwnI\",Mobile:\"auKa_BiCj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"pE9OBviJ9\"};};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({cycleOrder,defaultVariant:\"pE9OBviJ9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearpmv8lm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pkTJIo8Sc\"),1410);});const onAppearjkmi7b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"n5maPQT25\"),1410);});const onAppearcegciv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DkG75CwnI\"),1410);});useOnVariantChange(baseVariant,{auKa_BiCj:undefined,default:onAppearpmv8lm,DkG75CwnI:undefined,n5maPQT25:undefined,pkTJIo8Sc:undefined,q1gsmxm78:onAppearjkmi7b,UoDKce3Wa:onAppearcegciv});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"auKa_BiCj\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jf6s9l\",className,classNames),\"data-framer-name\":\"Desktop Wide - 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pE9OBviJ9\",ref:refBinding,style:{...style},...addPropertyOverrides({auKa_BiCj:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined},DkG75CwnI:{\"data-framer-name\":\"Tablet - 2\",\"data-highlight\":undefined},n5maPQT25:{\"data-framer-name\":\"Desktop - 2\",\"data-highlight\":undefined},pkTJIo8Sc:{\"data-framer-name\":\"Desktop Wide - 2\",\"data-highlight\":undefined},q1gsmxm78:{\"data-framer-name\":\"Desktop - 1\"},UoDKce3Wa:{\"data-framer-name\":\"Tablet - 1\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-ut39gj\",\"data-styles-preset\":\"R8x3KOzWu\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\" Live Smart.\"})}),className:\"framer-duw3np\",\"data-framer-appear-id\":\"duw3np\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"nBIHxXMFY\",optimized:true,style:{\"--extracted-gdpscs\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({auKa_BiCj:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:[\"Live\",/*#__PURE__*/_jsx(motion.br,{}),\"Smart.\"]})}),fonts:[\"GF;Onest-500\"],initial:undefined,optimized:undefined},DkG75CwnI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\" Live Smart.\"})}),fonts:[\"GF;Onest-500\"]},n5maPQT25:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\" Live Smart.\"})}),fonts:[\"GF;Onest-500\"]},q1gsmxm78:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\" Live Smart.\"})}),fonts:[\"GF;Onest-500\"]},UoDKce3Wa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\" Live Smart.\"})}),fonts:[\"GF;Onest-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a6mjf5\",\"data-framer-name\":\"Bottom Row\",layoutDependency:layoutDependency,layoutId:\"S33IXClRx\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-56jzew\",\"data-framer-appear-id\":\"56jzew\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"VZ4QalQv6\",optimized:true,style:{rotate:0},variants:{auKa_BiCj:{rotate:0},DkG75CwnI:{rotate:0},n5maPQT25:{rotate:-360},pkTJIo8Sc:{rotate:-360},q1gsmxm78:{rotate:0},UoDKce3Wa:{rotate:0}},...addPropertyOverrides({n5maPQT25:{animate:undefined,initial:undefined,optimized:undefined},pkTJIo8Sc:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vg4xq3\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"Ltxs77rg3\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,rotate:0},variants:{DkG75CwnI:{rotate:-360},n5maPQT25:{rotate:-360},UoDKce3Wa:{rotate:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hwynv7\",\"data-framer-name\":\"Star vector\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"Vg3jnlHot\",svg:'<svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><mask id=\"b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"48\" height=\"48\"><path d=\"M28.322 18.718c.797-.797 1.196-1.196 1.412-1.672a2.88 2.88 0 0 0 .257-1.23c-.007-.523-.212-1.048-.623-2.098L24 0l-5.368 13.718c-.41 1.05-.616 1.575-.623 2.097a2.88 2.88 0 0 0 .257 1.232c.216.475.615.874 1.412 1.67L22.9 21.94c.393.393.59.59.818.66a.96.96 0 0 0 .564 0c.228-.07.425-.267.818-.66l3.222-3.222Zm0 10.564c.797.797 1.196 1.196 1.412 1.672.175.386.263.806.257 1.23-.007.523-.212 1.048-.623 2.098L24 48l-5.368-13.718c-.41-1.05-.616-1.575-.623-2.097a2.88 2.88 0 0 1 .257-1.231c.216-.476.615-.875 1.412-1.672L22.9 26.06c.393-.393.59-.59.818-.66a.959.959 0 0 1 .564 0c.228.07.425.267.818.66l3.222 3.222ZM48 24l-13.718 5.368c-1.05.41-1.575.616-2.097.623a2.878 2.878 0 0 1-1.231-.257c-.476-.216-.875-.615-1.672-1.412L26.06 25.1c-.393-.393-.59-.59-.66-.818a.959.959 0 0 1 0-.564c.07-.228.267-.425.66-.818l3.222-3.222c.797-.797 1.196-1.196 1.672-1.412a2.88 2.88 0 0 1 1.23-.257c.523.007 1.048.212 2.098.623L48 24Zm-29.282 4.322c-.797.797-1.196 1.196-1.672 1.412a2.878 2.878 0 0 1-1.23.257c-.523-.007-1.048-.212-2.098-.623L0 24l13.718-5.368c1.05-.41 1.575-.616 2.097-.623a2.88 2.88 0 0 1 1.232.257c.475.216.874.615 1.67 1.412L21.94 22.9c.393.393.59.59.66.818a.96.96 0 0 1 0 .564c-.07.228-.267.425-.66.818l-3.222 3.222Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\" fill=\"#F3F3F1\"><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h48v48H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-777ziw\",\"data-framer-name\":\"Words\",layoutDependency:layoutDependency,layoutId:\"QxFYu84C6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-ut39gj\",\"data-styles-preset\":\"R8x3KOzWu\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),className:\"framer-14yzu4v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pRVDHhKno\",style:{\"--extracted-gdpscs\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({auKa_BiCj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),fonts:[\"GF;Onest-500\"]},DkG75CwnI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),fonts:[\"GF;Onest-500\"]},n5maPQT25:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),fonts:[\"GF;Onest-500\"]},q1gsmxm78:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),fonts:[\"GF;Onest-500\"]},UoDKce3Wa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Invest\"})}),fonts:[\"GF;Onest-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j1e020\",\"data-framer-name\":\"Highlighted Word\",layoutDependency:layoutDependency,layoutId:\"sVQhZGQMz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nmrsyx\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"EqtEtdiqp\",style:{backgroundColor:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-ut39gj\",\"data-styles-preset\":\"R8x3KOzWu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),className:\"framer-eulke5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zth0Zfk2U\",style:{\"--extracted-gdpscs\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({auKa_BiCj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),fonts:[\"GF;Onest-500\"]},DkG75CwnI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),fonts:[\"GF;Onest-500\"]},n5maPQT25:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),fonts:[\"GF;Onest-500\"]},q1gsmxm78:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),fonts:[\"GF;Onest-500\"]},UoDKce3Wa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.07em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Smarter.\"})}),fonts:[\"GF;Onest-500\"]}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255)))\"},children:\"Trusted Financial & Investment Advice for Expats.\"})}),className:\"framer-4loe0l\",\"data-framer-appear-id\":\"4loe0l\",\"data-framer-name\":\"/Our Vision/\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"bwu4WPUut\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LjioW.framer-1a7z334, .framer-LjioW .framer-1a7z334 { display: block; }\",\".framer-LjioW.framer-jf6s9l { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-LjioW .framer-duw3np { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LjioW .framer-a6mjf5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 377px; position: relative; width: min-content; }\",\".framer-LjioW .framer-56jzew { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LjioW .framer-1vg4xq3 { 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: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-LjioW .framer-hwynv7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-LjioW .framer-777ziw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 112px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LjioW .framer-14yzu4v, .framer-LjioW .framer-4loe0l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LjioW .framer-1j1e020 { 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 6px 0px 8px; position: relative; width: min-content; }\",\".framer-LjioW .framer-1nmrsyx { flex: none; height: 100%; left: calc(49.86666666666669% - 99.73333333333333% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-LjioW .framer-eulke5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LjioW.framer-jf6s9l, .framer-LjioW .framer-a6mjf5, .framer-LjioW .framer-56jzew, .framer-LjioW .framer-1vg4xq3, .framer-LjioW .framer-777ziw, .framer-LjioW .framer-1j1e020 { gap: 0px; } .framer-LjioW.framer-jf6s9l > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LjioW.framer-jf6s9l > :first-child { margin-top: 0px; } .framer-LjioW.framer-jf6s9l > :last-child { margin-bottom: 0px; } .framer-LjioW .framer-a6mjf5 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-LjioW .framer-a6mjf5 > :first-child, .framer-LjioW .framer-56jzew > :first-child, .framer-LjioW .framer-1vg4xq3 > :first-child, .framer-LjioW .framer-777ziw > :first-child, .framer-LjioW .framer-1j1e020 > :first-child { margin-left: 0px; } .framer-LjioW .framer-a6mjf5 > :last-child, .framer-LjioW .framer-56jzew > :last-child, .framer-LjioW .framer-1vg4xq3 > :last-child, .framer-LjioW .framer-777ziw > :last-child, .framer-LjioW .framer-1j1e020 > :last-child { margin-right: 0px; } .framer-LjioW .framer-56jzew > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LjioW .framer-1vg4xq3 > *, .framer-LjioW .framer-1j1e020 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LjioW .framer-777ziw > * { margin: 0px; margin-left: calc(112px / 2); margin-right: calc(112px / 2); } }\",\".framer-LjioW.framer-v-sorgcm .framer-a6mjf5, .framer-LjioW.framer-v-1dbk4t .framer-a6mjf5, .framer-LjioW.framer-v-1p0t1yb .framer-a6mjf5 { padding: 0px; }\",\".framer-LjioW.framer-v-sorgcm .framer-777ziw, .framer-LjioW.framer-v-1dbk4t .framer-777ziw, .framer-LjioW.framer-v-1p0t1yb .framer-777ziw { gap: 16px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LjioW.framer-v-sorgcm .framer-777ziw { gap: 0px; } .framer-LjioW.framer-v-sorgcm .framer-777ziw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LjioW.framer-v-sorgcm .framer-777ziw > :first-child { margin-left: 0px; } .framer-LjioW.framer-v-sorgcm .framer-777ziw > :last-child { margin-right: 0px; } }\",\".framer-LjioW.framer-v-amz660 .framer-a6mjf5 { padding: 0px 0px 0px 316px; }\",\".framer-LjioW.framer-v-amz660 .framer-hwynv7, .framer-LjioW.framer-v-1dbk4t .framer-hwynv7 { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LjioW.framer-v-1dbk4t .framer-777ziw { gap: 0px; } .framer-LjioW.framer-v-1dbk4t .framer-777ziw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LjioW.framer-v-1dbk4t .framer-777ziw > :first-child { margin-left: 0px; } .framer-LjioW.framer-v-1dbk4t .framer-777ziw > :last-child { margin-right: 0px; } }\",\".framer-LjioW.framer-v-1nbdgz.framer-jf6s9l, .framer-LjioW.framer-v-1p0t1yb.framer-jf6s9l { width: 636px; }\",\".framer-LjioW.framer-v-1nbdgz .framer-a6mjf5 { padding: 0px 0px 0px 256px; }\",\".framer-LjioW.framer-v-1nbdgz .framer-hwynv7, .framer-LjioW.framer-v-1p0t1yb .framer-hwynv7 { height: var(--framer-aspect-ratio-supported, 36px); width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LjioW.framer-v-1p0t1yb .framer-777ziw { gap: 0px; } .framer-LjioW.framer-v-1p0t1yb .framer-777ziw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LjioW.framer-v-1p0t1yb .framer-777ziw > :first-child { margin-left: 0px; } .framer-LjioW.framer-v-1p0t1yb .framer-777ziw > :last-child { margin-right: 0px; } }\",\".framer-LjioW.framer-v-10mexga.framer-jf6s9l { gap: 2px; width: 342px; }\",\".framer-LjioW.framer-v-10mexga .framer-a6mjf5 { gap: 0px; padding: 0px; }\",\".framer-LjioW.framer-v-10mexga .framer-56jzew { min-height: 72px; min-width: 1px; }\",\".framer-LjioW.framer-v-10mexga .framer-777ziw { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; padding: 0px 0px 20px 0px; width: min-content; }\",\".framer-LjioW.framer-v-10mexga .framer-4loe0l { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LjioW.framer-v-10mexga.framer-jf6s9l, .framer-LjioW.framer-v-10mexga .framer-a6mjf5, .framer-LjioW.framer-v-10mexga .framer-777ziw { gap: 0px; } .framer-LjioW.framer-v-10mexga.framer-jf6s9l > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-LjioW.framer-v-10mexga.framer-jf6s9l > :first-child, .framer-LjioW.framer-v-10mexga .framer-777ziw > :first-child { margin-top: 0px; } .framer-LjioW.framer-v-10mexga.framer-jf6s9l > :last-child, .framer-LjioW.framer-v-10mexga .framer-777ziw > :last-child { margin-bottom: 0px; } .framer-LjioW.framer-v-10mexga .framer-a6mjf5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LjioW.framer-v-10mexga .framer-a6mjf5 > :first-child { margin-left: 0px; } .framer-LjioW.framer-v-10mexga .framer-a6mjf5 > :last-child { margin-right: 0px; } .framer-LjioW.framer-v-10mexga .framer-777ziw > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 237\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pkTJIo8Sc\":{\"layout\":[\"fixed\",\"auto\"]},\"q1gsmxm78\":{\"layout\":[\"fixed\",\"auto\"]},\"n5maPQT25\":{\"layout\":[\"fixed\",\"auto\"]},\"UoDKce3Wa\":{\"layout\":[\"fixed\",\"auto\"]},\"DkG75CwnI\":{\"layout\":[\"fixed\",\"auto\"]},\"auKa_BiCj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermJJRxIbgH=withCSS(Component,css,\"framer-LjioW\");export default FramermJJRxIbgH;FramermJJRxIbgH.displayName=\"Home Heading\";FramermJJRxIbgH.defaultProps={height:237,width:800};addPropertyControls(FramermJJRxIbgH,{variant:{options:[\"pE9OBviJ9\",\"pkTJIo8Sc\",\"q1gsmxm78\",\"n5maPQT25\",\"UoDKce3Wa\",\"DkG75CwnI\",\"auKa_BiCj\"],optionTitles:[\"Desktop Wide - 1\",\"Desktop Wide - 2\",\"Desktop - 1\",\"Desktop - 2\",\"Tablet - 1\",\"Tablet - 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermJJRxIbgH,[{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:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZtxFMQWXgSQ.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermJJRxIbgH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"237\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pkTJIo8Sc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q1gsmxm78\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n5maPQT25\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UoDKce3Wa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DkG75CwnI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"auKa_BiCj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"800\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mJJRxIbgH.map", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lUp6acp5KMNc39JK7AZ9/NdmZXMAjXYB21VYV2GKd/pLdfyfLcz.js\";import Icon from\"https://framerusercontent.com/modules/h7HwhCjRBexhJwjJIxha/ntv7objyDBw7ENbQtjyd/ZW0Ba5id9.js\";const IconFonts=getFonts(Icon);const enabledGestures={r0HqCBM24:{hover:true}};const cycleOrder=[\"r0HqCBM24\",\"ukQ5GClBr\",\"Y1ZqLFeDv\",\"OmXm3C8Ac\"];const serializationHash=\"framer-fmpdD\";const variantClassNames={OmXm3C8Ac:\"framer-v-1rmeznw\",r0HqCBM24:\"framer-v-1ycmj05\",ukQ5GClBr:\"framer-v-87ymf3\",Y1ZqLFeDv:\"framer-v-as38hp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"r0HqCBM24\",Error:\"OmXm3C8Ac\",Loading:\"ukQ5GClBr\",Success:\"Y1ZqLFeDv\"};const getProps=({buttonText,height,id,width,...props})=>{return{...props,DJErHAhZd:buttonText??props.DJErHAhZd??\"Button Text\",variant:humanReadableVariantMap[props.variant]??props.variant??\"r0HqCBM24\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DJErHAhZd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"r0HqCBM24\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ycmj05\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"r0HqCBM24\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"r0HqCBM24-hover\":{\"data-framer-name\":undefined},OmXm3C8Ac:{\"data-framer-name\":\"Error\"},ukQ5GClBr:{\"data-framer-name\":\"Loading\"},Y1ZqLFeDv:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12)))\"},children:\"Button Text\"})}),className:\"framer-qn6o7q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WG5R9fZWb\",style:{\"--extracted-r6o4lv\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DJErHAhZd,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({OmXm3C8Ac:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12)))\"},children:\"Oops! Try again\"})}),text:undefined},ukQ5GClBr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12)))\"},children:\"Processing\"})}),text:undefined},Y1ZqLFeDv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12)))\"},children:\"Thank you!\"})}),text:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:\"24px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-4-20)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14jpbrk-container\",layoutDependency:layoutDependency,layoutId:\"phbooPD7Z-container\",style:{rotate:0},variants:{\"r0HqCBM24-hover\":{rotate:45}},children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"phbooPD7Z\",layoutId:\"phbooPD7Z\",style:{height:\"100%\",width:\"100%\"},variant:\"aawwcXIil\",width:\"100%\",XaY4LzFhq:\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(0, 72, 249))\",...addPropertyOverrides({OmXm3C8Ac:{variant:\"OeYxQ2n0R\"},ukQ5GClBr:{variant:\"NWG3K_TCE\"},Y1ZqLFeDv:{variant:\"QF_m4YepX\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eucq8l\",\"data-framer-name\":\"Bottom Border\",layoutDependency:layoutDependency,layoutId:\"zWJjjalrY\",style:{backgroundColor:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fmpdD.framer-jayj09, .framer-fmpdD .framer-jayj09 { display: block; }\",\".framer-fmpdD.framer-1ycmj05 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 4px 0px; position: relative; width: min-content; }\",\".framer-fmpdD .framer-qn6o7q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fmpdD .framer-14jpbrk-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-fmpdD .framer-1eucq8l { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fmpdD.framer-1ycmj05 { gap: 0px; } .framer-fmpdD.framer-1ycmj05 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fmpdD.framer-1ycmj05 > :first-child { margin-left: 0px; } .framer-fmpdD.framer-1ycmj05 > :last-child { margin-right: 0px; } }\",\".framer-fmpdD.framer-v-87ymf3.framer-1ycmj05, .framer-fmpdD.framer-v-as38hp.framer-1ycmj05, .framer-fmpdD.framer-v-1rmeznw.framer-1ycmj05 { cursor: unset; }\",\".framer-fmpdD.framer-v-1ycmj05.hover .framer-1eucq8l { width: 80%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ukQ5GClBr\":{\"layout\":[\"auto\",\"auto\"]},\"Y1ZqLFeDv\":{\"layout\":[\"auto\",\"auto\"]},\"OmXm3C8Ac\":{\"layout\":[\"auto\",\"auto\"]},\"CNM3UkxcW\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"DJErHAhZd\":\"buttonText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRbrbqlAlj=withCSS(Component,css,\"framer-fmpdD\");export default FramerRbrbqlAlj;FramerRbrbqlAlj.displayName=\"Form Button\";FramerRbrbqlAlj.defaultProps={height:38,width:152};addPropertyControls(FramerRbrbqlAlj,{variant:{options:[\"r0HqCBM24\",\"ukQ5GClBr\",\"Y1ZqLFeDv\",\"OmXm3C8Ac\"],optionTitles:[\"Desktop\",\"Loading\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},DJErHAhZd:{defaultValue:\"Button Text\",displayTextArea:false,title:\"Button Text\",type:ControlType.String}});addFonts(FramerRbrbqlAlj,[{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\"}]},...IconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRbrbqlAlj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"38\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ukQ5GClBr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y1ZqLFeDv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OmXm3C8Ac\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CNM3UkxcW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"152\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"DJErHAhZd\\\":\\\"buttonText\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o7lqkSVt4f4lOQ4d5SmJ/0YAkL1JQBYzbYjJYpVSy/cGUnsbRA0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/yUU77Twyl6OdHrT3WLS1/KtdfHjezCeUigXVRhMm7/nTHK8PlCS.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/gp2uSVh11uDAF47Gah02/BeW1aTHzfLCzdpbPqsaR/V_DfU9Xne.js\";const cycleOrder=[\"fpweK2sfN\",\"DzxPVsS7P\",\"MUaIQnsnF\"];const serializationHash=\"framer-r99f7\";const variantClassNames={DzxPVsS7P:\"framer-v-5qplwy\",fpweK2sfN:\"framer-v-qvhjtu\",MUaIQnsnF:\"framer-v-lkqqty\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"fpweK2sfN\",Mobile:\"MUaIQnsnF\",Tablet:\"DzxPVsS7P\"};const getProps=({height,id,name1,photo,position,testimonialContent,width,...props})=>{return{...props,hm5R8SRIW:position??props.hm5R8SRIW??\"Founder @ Terrain Coffee\",jTuxAmDyo:name1??props.jTuxAmDyo??\"Tom Bennett\",sCK_E0Nl8:photo??props.sCK_E0Nl8??{alt:\"\",pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png\",srcSet:\"https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png 1024w\"},UPcJsyKtY:testimonialContent??props.UPcJsyKtY??\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"fpweK2sfN\"};};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,jTuxAmDyo,hm5R8SRIW,sCK_E0Nl8,UPcJsyKtY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fpweK2sfN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qvhjtu\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"fpweK2sfN\",ref:refBinding,style:{backgroundColor:\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{MUaIQnsnF:{backgroundColor:\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"}},...addPropertyOverrides({DzxPVsS7P:{\"data-framer-name\":\"Tablet\"},MUaIQnsnF:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y3qjn6\",\"data-framer-name\":\"Quote Icon\",layoutDependency:layoutDependency,layoutId:\"qxyWWp67I\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1sp35jk\",\"data-framer-name\":\"quote 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YkJJiOn0B\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 80\"><path d=\"M 12.303 20.973 C 16.98 15.903 24.057 13.333 33.333 13.333 L 36.667 13.333 L 36.667 22.73 L 33.987 23.266 C 29.42 24.18 26.243 25.976 24.543 28.613 C 23.656 30.033 23.153 31.66 23.083 33.333 L 33.333 33.333 C 34.217 33.333 35.065 33.684 35.69 34.309 C 36.316 34.934 36.667 35.782 36.667 36.666 L 36.667 60 C 36.667 63.676 33.677 66.666 30 66.666 L 10 66.666 C 9.116 66.666 8.268 66.315 7.643 65.69 C 7.018 65.065 6.667 64.217 6.667 63.333 L 6.667 46.666 L 6.677 36.936 C 6.647 36.566 6.013 27.8 12.303 20.973 Z M 66.667 66.666 L 46.667 66.666 C 45.783 66.666 44.935 66.315 44.31 65.69 C 43.684 65.065 43.333 64.217 43.333 63.333 L 43.333 46.666 L 43.343 36.936 C 43.313 36.566 42.68 27.8 48.97 20.973 C 53.647 15.903 60.723 13.333 70 13.333 L 73.333 13.333 L 73.333 22.73 L 70.653 23.266 C 66.087 24.18 62.91 25.976 61.21 28.613 C 60.323 30.033 59.82 31.66 59.75 33.333 L 70 33.333 C 70.884 33.333 71.732 33.684 72.357 34.309 C 72.982 34.934 73.333 35.782 73.333 36.666 L 73.333 60 C 73.333 63.676 70.343 66.666 66.667 66.666 Z\" fill=\"var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, rgb(235, 122, 30)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:12112383727,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1nepq3m\",\"data-styles-preset\":\"cGUnsbRA0\",children:\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\"})}),className:\"framer-1g2xpz9\",\"data-framer-name\":\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PMVSVP9qa\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UPcJsyKtY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eev2i7\",layoutDependency:layoutDependency,layoutId:\"TiiqoGVnX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-129qb1t\",\"data-framer-name\":\"Name Wrapper\",layoutDependency:layoutDependency,layoutId:\"lWjrTXWEI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",children:\"Tom Bennett\"})}),className:\"framer-ls9gqc\",\"data-framer-name\":\"Tom Bennett\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RYAihK8q0\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:jTuxAmDyo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15o9ve6\",\"data-styles-preset\":\"V_DfU9Xne\",children:\"Founder @ Terrain Coffee\"})}),className:\"framer-1a3jnho\",\"data-framer-name\":\"Founder @ Terrain Coffee\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GtgSJUESY\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:hm5R8SRIW,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(0+118.4+((componentViewport?.height||680)-80-198.4)/2*2)+0+0),sizes:\"80px\",...toResponsiveImage(sCK_E0Nl8)},className:\"framer-1mc6m27\",\"data-framer-name\":\"Photo\",layoutDependency:layoutDependency,layoutId:\"YCGCZiZ7j\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},...addPropertyOverrides({DzxPVsS7P:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(0+118.4+((componentViewport?.height||500)-64-198.4)/2*2)+0+0),sizes:\"64px\",...toResponsiveImage(sCK_E0Nl8)}},MUaIQnsnF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(0+118.4+((componentViewport?.height||450)-48-251.2)/2*2)+0+0),sizes:\"48px\",...toResponsiveImage(sCK_E0Nl8)}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r99f7.framer-195kp9x, .framer-r99f7 .framer-195kp9x { display: block; }\",\".framer-r99f7.framer-qvhjtu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 680px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 600px; will-change: var(--framer-will-change-override, transform); }\",\".framer-r99f7 .framer-y3qjn6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; }\",\".framer-r99f7 .framer-1sp35jk { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-r99f7 .framer-1g2xpz9 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-r99f7 .framer-eev2i7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; }\",\".framer-r99f7 .framer-129qb1t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-r99f7 .framer-ls9gqc, .framer-r99f7 .framer-1a3jnho { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-r99f7 .framer-1mc6m27 { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; user-select: none; width: 80px; }\",\".framer-r99f7.framer-v-5qplwy.framer-qvhjtu { height: 500px; padding: 32px; width: 580px; }\",\".framer-r99f7.framer-v-5qplwy .framer-1mc6m27 { height: var(--framer-aspect-ratio-supported, 64px); width: 64px; }\",\".framer-r99f7.framer-v-lkqqty.framer-qvhjtu { height: 450px; padding: 24px; width: 360px; }\",\".framer-r99f7.framer-v-lkqqty .framer-eev2i7 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; justify-content: flex-start; }\",\".framer-r99f7.framer-v-lkqqty .framer-129qb1t { order: 1; }\",\".framer-r99f7.framer-v-lkqqty .framer-1mc6m27 { height: var(--framer-aspect-ratio-supported, 64px); order: 0; width: 48px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 680\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DzxPVsS7P\":{\"layout\":[\"fixed\",\"fixed\"]},\"MUaIQnsnF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"jTuxAmDyo\":\"name1\",\"hm5R8SRIW\":\"position\",\"sCK_E0Nl8\":\"photo\",\"UPcJsyKtY\":\"testimonialContent\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXrwYu3XaF=withCSS(Component,css,\"framer-r99f7\");export default FramerXrwYu3XaF;FramerXrwYu3XaF.displayName=\"Testimonial Card\";FramerXrwYu3XaF.defaultProps={height:680,width:600};addPropertyControls(FramerXrwYu3XaF,{variant:{options:[\"fpweK2sfN\",\"DzxPVsS7P\",\"MUaIQnsnF\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},jTuxAmDyo:{defaultValue:\"Tom Bennett\",displayTextArea:false,title:\"Name\",type:ControlType.String},hm5R8SRIW:{defaultValue:\"Founder @ Terrain Coffee\",displayTextArea:false,title:\"Position\",type:ControlType.String},sCK_E0Nl8:{__defaultAssetReference:\"data:framer/asset-reference,d8xBroOAXEENKrUrrZk0Y0XLuhE.png?originalFilename=Ellipse+2.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,d8xBroOAXEENKrUrrZk0Y0XLuhE.png?originalFilename=Ellipse+2.png&preferredSize=auto\"},title:\"Photo\",type:ControlType.ResponsiveImage},UPcJsyKtY:{defaultValue:\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\",displayTextArea:false,title:\"Testimonial Content\",type:ControlType.String}});addFonts(FramerXrwYu3XaF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXrwYu3XaF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"680\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DzxPVsS7P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MUaIQnsnF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"jTuxAmDyo\\\":\\\"name1\\\",\\\"hm5R8SRIW\\\":\\\"position\\\",\\\"sCK_E0Nl8\\\":\\\"photo\\\",\\\"UPcJsyKtY\\\":\\\"testimonialContent\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XrwYu3XaF.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useActiveVariantCallback,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 Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import TestimonialCard from\"https://framerusercontent.com/modules/r62F7VnCsEBFeJmbXYWU/4NiZkMRThJHS81jJvvT2/XrwYu3XaF.js\";const ImageWithFX=withFX(Image);const TestimonialCardFonts=getFonts(TestimonialCard);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"OnRqLaC4m\",\"yDikJ15m0\",\"lBkVtT92b\",\"fukaB8syp\",\"QDpSh3VqJ\",\"HzBb3Rfvj\",\"UnqOKPERI\",\"Qrgscx5g3\",\"RR_N8nBPL\"];const serializationHash=\"framer-A64M6\";const variantClassNames={fukaB8syp:\"framer-v-14xyt4g\",HzBb3Rfvj:\"framer-v-n14ian\",lBkVtT92b:\"framer-v-rkxxpb\",OnRqLaC4m:\"framer-v-qf0l5q\",QDpSh3VqJ:\"framer-v-1whk2zz\",Qrgscx5g3:\"framer-v-1ykxl6l\",RR_N8nBPL:\"framer-v-mgmonh\",UnqOKPERI:\"framer-v-elxmli\",yDikJ15m0:\"framer-v-h1cbvx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 humanReadableVariantMap={\"Desktop - 1\":\"OnRqLaC4m\",\"Desktop - 2\":\"yDikJ15m0\",\"Desktop - 3\":\"lBkVtT92b\",\"Mobile - 1\":\"UnqOKPERI\",\"Mobile - 2\":\"Qrgscx5g3\",\"Mobile - 3\":\"RR_N8nBPL\",\"Tablet - 1\":\"fukaB8syp\",\"Tablet - 2\":\"QDpSh3VqJ\",\"Tablet - 3\":\"HzBb3Rfvj\"};const getProps=({_1Name,_1Photo,_1Position,_1Testimonial,_2Name,_2Photo,_2Position,_2Testimonial,_3Name,_3Photo,_3Position,_3Testimonial,height,id,scrollSection,width,...props})=>{return{...props,aB8Y9pjL6:_2Photo??props.aB8Y9pjL6??{pixelHeight:2855,pixelWidth:1903,src:\"https://framerusercontent.com/images/CbuRnkePiOKQIv4qrnpK4ikxio.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/CbuRnkePiOKQIv4qrnpK4ikxio.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CbuRnkePiOKQIv4qrnpK4ikxio.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/CbuRnkePiOKQIv4qrnpK4ikxio.jpg 1903w\"},B08nfxnMs:_3Photo??props.B08nfxnMs??{pixelHeight:3456,pixelWidth:5184,src:\"https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg 5184w\"},D3b4QPMu7:_1Position??props.D3b4QPMu7??\"Founder @ Terrain Coffee\",EgmxslYDq:_1Photo??props.EgmxslYDq??{pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png\",srcSet:\"https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png?scale-down-to=512 512w,https://framerusercontent.com/images/d8xBroOAXEENKrUrrZk0Y0XLuhE.png 1024w\"},GBJ7CJyXJ:_2Position??props.GBJ7CJyXJ??\"COO @ Stellar Analytics\",GZcxYxeSd:_3Testimonial??props.GZcxYxeSd??\"Every feature they built was focused on driving results. They transformed how we think about digital.\",jsJYUzWEB:_3Position??props.jsJYUzWEB??\"Director @ Greenwave Solar\",ooDBJkxrl:_1Name??props.ooDBJkxrl??\"Tom Bennett\",oQuIhoGck:scrollSection??props.oQuIhoGck,SvRjDA57S:_1Testimonial??props.SvRjDA57S??\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\",thToWFUyi:_2Testimonial??props.thToWFUyi??\"The level of strategic thinking they brought was unexpected. They didn't just build what we asked for \u2013 they made it better.\",TJkCYb5e3:_2Name??props.TJkCYb5e3??\"Sarah Chen\",variant:humanReadableVariantMap[props.variant]??props.variant??\"OnRqLaC4m\",X7yGS1xf7:_3Name??props.X7yGS1xf7??\"Marcus Rodriguez\"};};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,ooDBJkxrl,D3b4QPMu7,EgmxslYDq,SvRjDA57S,TJkCYb5e3,GBJ7CJyXJ,aB8Y9pjL6,thToWFUyi,X7yGS1xf7,jsJYUzWEB,B08nfxnMs,GZcxYxeSd,oQuIhoGck,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OnRqLaC4m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1qq9hiv=activeVariantCallback(async(...args)=>{setVariant(\"lBkVtT92b\");});const onClickjmk5xz=activeVariantCallback(async(...args)=>{setVariant(\"OnRqLaC4m\");});const onClickc59mmx=activeVariantCallback(async(...args)=>{setVariant(\"yDikJ15m0\");});const onClickwmu44u=activeVariantCallback(async(...args)=>{setVariant(\"HzBb3Rfvj\");});const onClick9ztxxv=activeVariantCallback(async(...args)=>{setVariant(\"fukaB8syp\");});const onClick1l6til5=activeVariantCallback(async(...args)=>{setVariant(\"QDpSh3VqJ\");});const onClick1sjvvq1=activeVariantCallback(async(...args)=>{setVariant(\"RR_N8nBPL\");});const onClickxhe6yr=activeVariantCallback(async(...args)=>{setVariant(\"UnqOKPERI\");});const onClick9fb9tu=activeVariantCallback(async(...args)=>{setVariant(\"Qrgscx5g3\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"UnqOKPERI\",\"Qrgscx5g3\",\"RR_N8nBPL\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qf0l5q\",className,classNames),\"data-framer-name\":\"Desktop - 1\",layoutDependency:layoutDependency,layoutId:\"OnRqLaC4m\",ref:refBinding,style:{...style},...addPropertyOverrides({fukaB8syp:{\"data-framer-name\":\"Tablet - 1\"},HzBb3Rfvj:{\"data-framer-name\":\"Tablet - 3\"},lBkVtT92b:{\"data-framer-name\":\"Desktop - 3\"},QDpSh3VqJ:{\"data-framer-name\":\"Tablet - 2\"},Qrgscx5g3:{\"data-framer-name\":\"Mobile - 2\"},RR_N8nBPL:{\"data-framer-name\":\"Mobile - 3\"},UnqOKPERI:{\"data-framer-name\":\"Mobile - 1\"},yDikJ15m0:{\"data-framer-name\":\"Desktop - 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fffrdu\",\"data-framer-name\":\"Card Wrapper\",layoutDependency:layoutDependency,layoutId:\"LO3EtYMEk\",style:{backgroundColor:\"var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{Qrgscx5g3:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},RR_N8nBPL:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},UnqOKPERI:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80}},{ref:oQuIhoGck,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1056)-0-1056)/2+0+0)+-100),pixelHeight:4e3,pixelWidth:6e3,src:\"https://framerusercontent.com/images/RfxG6L1esl8qhFe22TJyK4OOsdg.jpg\"},className:\"framer-15e53d9\",\"data-framer-name\":\"BG Image\",layoutDependency:layoutDependency,layoutId:\"MG6UClpJ0\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},...addPropertyOverrides({fukaB8syp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+-90),pixelHeight:4e3,pixelWidth:6e3,src:\"https://framerusercontent.com/images/RfxG6L1esl8qhFe22TJyK4OOsdg.jpg\"}},HzBb3Rfvj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+-90),pixelHeight:4e3,pixelWidth:6e3,src:\"https://framerusercontent.com/images/RfxG6L1esl8qhFe22TJyK4OOsdg.jpg\"}},lBkVtT92b:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1056)/2+0+0)+-100),pixelHeight:4e3,pixelWidth:6e3,src:\"https://framerusercontent.com/images/RfxG6L1esl8qhFe22TJyK4OOsdg.jpg\"}},QDpSh3VqJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+-90),pixelHeight:4e3,pixelWidth:6e3,src:\"https://framerusercontent.com/images/RfxG6L1esl8qhFe22TJyK4OOsdg.jpg\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-b90ox8\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"kv_BdVkCx\",style:{backgroundColor:\"rgba(0, 0, 0, 0.3)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||1056)-0-1056)/2+0+0)+160,...addPropertyOverrides({fukaB8syp:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+110},HzBb3Rfvj:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+110},lBkVtT92b:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1056)/2+0+0)+160},QDpSh3VqJ:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-956)/2+0+0)+110},Qrgscx5g3:{height:450,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-498)/2+0+0)+0+0},RR_N8nBPL:{height:450,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-498)/2+0+0)+0+0},UnqOKPERI:{height:450,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-498)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m0zcxz-container\",layoutDependency:layoutDependency,layoutId:\"x4QAWWdon-container\",nodeId:\"x4QAWWdon\",rendersWithMotion:true,scopeId:\"V2tVaJMnZ\",...addPropertyOverrides({fukaB8syp:{transformTemplate:transformTemplate1},HzBb3Rfvj:{transformTemplate:transformTemplate1},QDpSh3VqJ:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",hm5R8SRIW:D3b4QPMu7,id:\"x4QAWWdon\",jTuxAmDyo:ooDBJkxrl,layoutId:\"x4QAWWdon\",sCK_E0Nl8:toResponsiveImage(EgmxslYDq),style:{height:\"100%\",width:\"100%\"},UPcJsyKtY:SvRjDA57S,variant:\"fpweK2sfN\",width:\"100%\",...addPropertyOverrides({fukaB8syp:{style:{width:\"100%\"},variant:\"DzxPVsS7P\"},HzBb3Rfvj:{hm5R8SRIW:jsJYUzWEB,jTuxAmDyo:X7yGS1xf7,sCK_E0Nl8:toResponsiveImage(B08nfxnMs),style:{width:\"100%\"},UPcJsyKtY:GZcxYxeSd,variant:\"DzxPVsS7P\"},lBkVtT92b:{hm5R8SRIW:jsJYUzWEB,jTuxAmDyo:X7yGS1xf7,sCK_E0Nl8:toResponsiveImage(B08nfxnMs),UPcJsyKtY:GZcxYxeSd},QDpSh3VqJ:{hm5R8SRIW:GBJ7CJyXJ,jTuxAmDyo:TJkCYb5e3,sCK_E0Nl8:toResponsiveImage(aB8Y9pjL6),style:{width:\"100%\"},UPcJsyKtY:thToWFUyi,variant:\"DzxPVsS7P\"},Qrgscx5g3:{hm5R8SRIW:GBJ7CJyXJ,jTuxAmDyo:TJkCYb5e3,sCK_E0Nl8:toResponsiveImage(aB8Y9pjL6),UPcJsyKtY:thToWFUyi,variant:\"MUaIQnsnF\"},RR_N8nBPL:{hm5R8SRIW:jsJYUzWEB,jTuxAmDyo:X7yGS1xf7,sCK_E0Nl8:toResponsiveImage(B08nfxnMs),UPcJsyKtY:GZcxYxeSd,variant:\"MUaIQnsnF\"},UnqOKPERI:{variant:\"MUaIQnsnF\"},yDikJ15m0:{hm5R8SRIW:GBJ7CJyXJ,jTuxAmDyo:TJkCYb5e3,sCK_E0Nl8:toResponsiveImage(aB8Y9pjL6),UPcJsyKtY:thToWFUyi}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1odtlky\",\"data-framer-name\":\"Controls\",layoutDependency:layoutDependency,layoutId:\"xeuO1tkyB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18nqefc\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"x9kHMDTkH\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17gb5h7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"o5dkNbwuY-container\",nodeId:\"o5dkNbwuY\",rendersWithMotion:true,scopeId:\"V2tVaJMnZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"o5dkNbwuY\",layoutId:\"o5dkNbwuY\",mirrored:false,onClick:onClick1qq9hiv,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({fukaB8syp:{onClick:onClickwmu44u},HzBb3Rfvj:{onClick:onClick1l6til5},lBkVtT92b:{onClick:onClickc59mmx},QDpSh3VqJ:{onClick:onClick9ztxxv},Qrgscx5g3:{onClick:onClickxhe6yr},RR_N8nBPL:{onClick:onClick9fb9tu},UnqOKPERI:{onClick:onClick1sjvvq1},yDikJ15m0:{onClick:onClickjmk5xz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-26y4ex-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qpFEIzjO6-container\",nodeId:\"qpFEIzjO6\",rendersWithMotion:true,scopeId:\"V2tVaJMnZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"qpFEIzjO6\",layoutId:\"qpFEIzjO6\",mirrored:false,onClick:onClickc59mmx,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({fukaB8syp:{onClick:onClick1l6til5},HzBb3Rfvj:{onClick:onClick9ztxxv},lBkVtT92b:{onClick:onClickjmk5xz},QDpSh3VqJ:{onClick:onClickwmu44u},Qrgscx5g3:{onClick:onClick1sjvvq1},RR_N8nBPL:{onClick:onClickxhe6yr},UnqOKPERI:{onClick:onClick9fb9tu},yDikJ15m0:{onClick:onClick1qq9hiv}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yfjxv8\",\"data-framer-name\":\"Bar\",layoutDependency:layoutDependency,layoutId:\"TTU0XXvX_\",style:{backgroundColor:\"rgba(151, 151, 151, 0.4)\",borderBottomLeftRadius:34,borderBottomRightRadius:34,borderTopLeftRadius:34,borderTopRightRadius:34},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iyvdn6\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"iHkE5GgOD\",style:{backgroundColor:\"rgb(12, 18, 12)\",borderBottomLeftRadius:34,borderBottomRightRadius:34,borderTopLeftRadius:34,borderTopRightRadius:34}})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-A64M6.framer-10egcku, .framer-A64M6 .framer-10egcku { display: block; }\",\".framer-A64M6.framer-qf0l5q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1672px; }\",\".framer-A64M6 .framer-fffrdu { flex: none; gap: 0px; height: 1000px; overflow: hidden; pointer-events: none; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A64M6 .framer-15e53d9 { flex: none; gap: 0px; height: 120%; left: calc(50.00000000000002% - 120% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 120% / 2); width: 120%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A64M6 .framer-b90ox8 { flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A64M6 .framer-m0zcxz-container { flex: none; height: 680px; left: calc(50% - 600px / 2); position: absolute; top: calc(50% - 680px / 2); width: 600px; }\",\".framer-A64M6 .framer-1odtlky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A64M6 .framer-18nqefc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-A64M6 .framer-17gb5h7-container, .framer-A64M6 .framer-26y4ex-container { cursor: pointer; flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-A64M6 .framer-yfjxv8 { flex: 1 0 0px; gap: 0px; height: 3px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-A64M6 .framer-iyvdn6 { bottom: 0px; flex: none; gap: 0px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 33%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-A64M6.framer-v-h1cbvx .framer-iyvdn6, .framer-A64M6.framer-v-1whk2zz .framer-iyvdn6, .framer-A64M6.framer-v-1ykxl6l .framer-iyvdn6 { width: 66%; }\",\".framer-A64M6.framer-v-rkxxpb .framer-iyvdn6, .framer-A64M6.framer-v-n14ian .framer-iyvdn6, .framer-A64M6.framer-v-mgmonh .framer-iyvdn6 { width: 100%; }\",\".framer-A64M6.framer-v-14xyt4g.framer-qf0l5q, .framer-A64M6.framer-v-1whk2zz.framer-qf0l5q, .framer-A64M6.framer-v-n14ian.framer-qf0l5q { width: 650px; }\",\".framer-A64M6.framer-v-14xyt4g .framer-fffrdu, .framer-A64M6.framer-v-1whk2zz .framer-fffrdu, .framer-A64M6.framer-v-n14ian .framer-fffrdu { height: 900px; }\",\".framer-A64M6.framer-v-14xyt4g .framer-m0zcxz-container, .framer-A64M6.framer-v-1whk2zz .framer-m0zcxz-container, .framer-A64M6.framer-v-n14ian .framer-m0zcxz-container { height: auto; left: 50%; top: 50%; width: 90%; }\",\".framer-A64M6.framer-v-14xyt4g .framer-1odtlky, .framer-A64M6.framer-v-1whk2zz .framer-1odtlky, .framer-A64M6.framer-v-n14ian .framer-1odtlky { gap: 32px; }\",\".framer-A64M6.framer-v-1whk2zz .framer-18nqefc, .framer-A64M6.framer-v-n14ian .framer-18nqefc, .framer-A64M6.framer-v-elxmli .framer-18nqefc, .framer-A64M6.framer-v-1ykxl6l .framer-18nqefc, .framer-A64M6.framer-v-mgmonh .framer-18nqefc { gap: 4px; }\",\".framer-A64M6.framer-v-elxmli.framer-qf0l5q, .framer-A64M6.framer-v-1ykxl6l.framer-qf0l5q, .framer-A64M6.framer-v-mgmonh.framer-qf0l5q { width: 350px; }\",\".framer-A64M6.framer-v-elxmli .framer-fffrdu, .framer-A64M6.framer-v-1ykxl6l .framer-fffrdu, .framer-A64M6.framer-v-mgmonh .framer-fffrdu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: center; padding: 0px; }\",\".framer-A64M6.framer-v-elxmli .framer-m0zcxz-container, .framer-A64M6.framer-v-1ykxl6l .framer-m0zcxz-container, .framer-A64M6.framer-v-mgmonh .framer-m0zcxz-container { height: 450px; left: unset; position: relative; top: unset; width: 100%; }\",\".framer-A64M6.framer-v-elxmli .framer-1odtlky, .framer-A64M6.framer-v-1ykxl6l .framer-1odtlky, .framer-A64M6.framer-v-mgmonh .framer-1odtlky { gap: 24px; }\",\".framer-A64M6.framer-v-elxmli .framer-17gb5h7-container, .framer-A64M6.framer-v-elxmli .framer-26y4ex-container, .framer-A64M6.framer-v-1ykxl6l .framer-17gb5h7-container, .framer-A64M6.framer-v-1ykxl6l .framer-26y4ex-container, .framer-A64M6.framer-v-mgmonh .framer-17gb5h7-container, .framer-A64M6.framer-v-mgmonh .framer-26y4ex-container { height: 32px; width: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1056\n * @framerIntrinsicWidth 1672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yDikJ15m0\":{\"layout\":[\"fixed\",\"auto\"]},\"lBkVtT92b\":{\"layout\":[\"fixed\",\"auto\"]},\"fukaB8syp\":{\"layout\":[\"fixed\",\"auto\"]},\"QDpSh3VqJ\":{\"layout\":[\"fixed\",\"auto\"]},\"HzBb3Rfvj\":{\"layout\":[\"fixed\",\"auto\"]},\"UnqOKPERI\":{\"layout\":[\"fixed\",\"auto\"]},\"Qrgscx5g3\":{\"layout\":[\"fixed\",\"auto\"]},\"RR_N8nBPL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ooDBJkxrl\":\"_1Name\",\"D3b4QPMu7\":\"_1Position\",\"EgmxslYDq\":\"_1Photo\",\"SvRjDA57S\":\"_1Testimonial\",\"TJkCYb5e3\":\"_2Name\",\"GBJ7CJyXJ\":\"_2Position\",\"aB8Y9pjL6\":\"_2Photo\",\"thToWFUyi\":\"_2Testimonial\",\"X7yGS1xf7\":\"_3Name\",\"jsJYUzWEB\":\"_3Position\",\"B08nfxnMs\":\"_3Photo\",\"GZcxYxeSd\":\"_3Testimonial\",\"oQuIhoGck\":\"scrollSection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerV2tVaJMnZ=withCSS(Component,css,\"framer-A64M6\");export default FramerV2tVaJMnZ;FramerV2tVaJMnZ.displayName=\"Testimonial Slider\";FramerV2tVaJMnZ.defaultProps={height:1056,width:1672};addPropertyControls(FramerV2tVaJMnZ,{variant:{options:[\"OnRqLaC4m\",\"yDikJ15m0\",\"lBkVtT92b\",\"fukaB8syp\",\"QDpSh3VqJ\",\"HzBb3Rfvj\",\"UnqOKPERI\",\"Qrgscx5g3\",\"RR_N8nBPL\"],optionTitles:[\"Desktop - 1\",\"Desktop - 2\",\"Desktop - 3\",\"Tablet - 1\",\"Tablet - 2\",\"Tablet - 3\",\"Mobile - 1\",\"Mobile - 2\",\"Mobile - 3\"],title:\"Variant\",type:ControlType.Enum},ooDBJkxrl:{defaultValue:\"Tom Bennett\",displayTextArea:false,title:\"#1 Name\",type:ControlType.String},D3b4QPMu7:{defaultValue:\"Founder @ Terrain Coffee\",displayTextArea:false,title:\"#1 Position\",type:ControlType.String},EgmxslYDq:{__defaultAssetReference:\"data:framer/asset-reference,d8xBroOAXEENKrUrrZk0Y0XLuhE.png?originalFilename=Ellipse+2.png&preferredSize=auto\",title:\"#1 Photo\",type:ControlType.ResponsiveImage},SvRjDA57S:{defaultValue:\"Finally found a team that understands both design and business. Our brand now perfectly captures what makes us different.\",displayTextArea:false,title:\"#1 Testimonial\",type:ControlType.String},TJkCYb5e3:{defaultValue:\"Sarah Chen\",displayTextArea:false,title:\"#2 Name\",type:ControlType.String},GBJ7CJyXJ:{defaultValue:\"COO @ Stellar Analytics\",displayTextArea:false,title:\"#2 Position\",type:ControlType.String},aB8Y9pjL6:{__defaultAssetReference:\"data:framer/asset-reference,CbuRnkePiOKQIv4qrnpK4ikxio.jpg?originalFilename=photo-1582610285985-a42d9193f2fd%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwyMnx8d29tYW4lMjBoZWFkc2hvdHxlbnwwfHx8fDE3MzgwNjAwNzd8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"#2 Photo\",type:ControlType.ResponsiveImage},thToWFUyi:{defaultValue:\"The level of strategic thinking they brought was unexpected. They didn't just build what we asked for \u2013 they made it better.\",displayTextArea:false,title:\"#2 Testimonial\",type:ControlType.String},X7yGS1xf7:{defaultValue:\"Marcus Rodriguez\",displayTextArea:false,title:\"#3 Name\",type:ControlType.String},jsJYUzWEB:{defaultValue:\"Director @ Greenwave Solar\",displayTextArea:false,title:\"#3 Position\",type:ControlType.String},B08nfxnMs:{__defaultAssetReference:\"data:framer/asset-reference,pVkIzXwfVUeaGFFY4CaQBJJdXhE.jpg?originalFilename=photo-1609010697446-11f2155278f0%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxNHx8bWFsZSUyMGhlYWRzaG90fGVufDB8fHx8MTczODA2MjA3NHww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"#3 Photo\",type:ControlType.ResponsiveImage},GZcxYxeSd:{defaultValue:\"Every feature they built was focused on driving results. They transformed how we think about digital.\",displayTextArea:false,title:\"#3 Testimonial\",type:ControlType.String},oQuIhoGck:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef}});addFonts(FramerV2tVaJMnZ,[{explicitInter:true,fonts:[]},...TestimonialCardFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV2tVaJMnZ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ooDBJkxrl\\\":\\\"_1Name\\\",\\\"D3b4QPMu7\\\":\\\"_1Position\\\",\\\"EgmxslYDq\\\":\\\"_1Photo\\\",\\\"SvRjDA57S\\\":\\\"_1Testimonial\\\",\\\"TJkCYb5e3\\\":\\\"_2Name\\\",\\\"GBJ7CJyXJ\\\":\\\"_2Position\\\",\\\"aB8Y9pjL6\\\":\\\"_2Photo\\\",\\\"thToWFUyi\\\":\\\"_2Testimonial\\\",\\\"X7yGS1xf7\\\":\\\"_3Name\\\",\\\"jsJYUzWEB\\\":\\\"_3Position\\\",\\\"B08nfxnMs\\\":\\\"_3Photo\\\",\\\"GZcxYxeSd\\\":\\\"_3Testimonial\\\",\\\"oQuIhoGck\\\":\\\"scrollSection\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yDikJ15m0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lBkVtT92b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fukaB8syp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QDpSh3VqJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HzBb3Rfvj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UnqOKPERI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qrgscx5g3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RR_N8nBPL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1056\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1672\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V2tVaJMnZ.map", "// Generated by Framer (ff6f0b6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-tKwgr .framer-styles-preset-851vzl:not(.rich-text-wrapper), .framer-tKwgr .framer-styles-preset-851vzl.rich-text-wrapper a { --framer-link-current-text-color: var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, #0048f9); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, #0048f9); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-3fab5145-6c42-41d7-b4bf-01a5bc8bcdc3, rgba(12, 18, 12, 0.6)); --framer-link-text-decoration: none; }\"];export const className=\"framer-tKwgr\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-BFZ8z .framer-styles-preset-1dzuwqo:not(.rich-text-wrapper), .framer-BFZ8z .framer-styles-preset-1dzuwqo.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1799px) and (min-width: 1440px) { .framer-BFZ8z .framer-styles-preset-1dzuwqo:not(.rich-text-wrapper), .framer-BFZ8z .framer-styles-preset-1dzuwqo.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 700px) { .framer-BFZ8z .framer-styles-preset-1dzuwqo:not(.rich-text-wrapper), .framer-BFZ8z .framer-styles-preset-1dzuwqo.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 699px) and (min-width: 0px) { .framer-BFZ8z .framer-styles-preset-1dzuwqo:not(.rich-text-wrapper), .framer-BFZ8z .framer-styles-preset-1dzuwqo.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.07em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-BFZ8z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20dc3ed)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import ProcessSlider from\"#framer/local/canvasComponent/b3VkMzTjR/b3VkMzTjR.js\";import ProjectCard from\"#framer/local/canvasComponent/GJDYW1pCq/GJDYW1pCq.js\";import Header from\"#framer/local/canvasComponent/gvLY5FfCM/gvLY5FfCM.js\";import TeamMemberCard from\"#framer/local/canvasComponent/JM55RxQUn/JM55RxQUn.js\";import HomeHeading from\"#framer/local/canvasComponent/mJJRxIbgH/mJJRxIbgH.js\";import FormButton from\"#framer/local/canvasComponent/RbrbqlAlj/RbrbqlAlj.js\";import TestimonialSlider from\"#framer/local/canvasComponent/V2tVaJMnZ/V2tVaJMnZ.js\";import Button from\"#framer/local/canvasComponent/ynxsaIxXW/ynxsaIxXW.js\";import*as sharedStyle8 from\"#framer/local/css/ByHdovmDL/ByHdovmDL.js\";import*as sharedStyle3 from\"#framer/local/css/l6fBe7Wqi/l6fBe7Wqi.js\";import*as sharedStyle5 from\"#framer/local/css/nTHK8PlCS/nTHK8PlCS.js\";import*as sharedStyle from\"#framer/local/css/pLdfyfLcz/pLdfyfLcz.js\";import*as sharedStyle6 from\"#framer/local/css/R8x3KOzWu/R8x3KOzWu.js\";import*as sharedStyle4 from\"#framer/local/css/rYiD74HIx/rYiD74HIx.js\";import*as sharedStyle2 from\"#framer/local/css/SXxpl9onw/SXxpl9onw.js\";import*as sharedStyle7 from\"#framer/local/css/V_DfU9Xne/V_DfU9Xne.js\";import*as sharedStyle1 from\"#framer/local/css/wtxvxwKGj/wtxvxwKGj.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeaderFonts=getFonts(Header);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HomeHeadingFonts=getFonts(HomeHeading);const ButtonFonts=getFonts(Button);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const ProjectCardFonts=getFonts(ProjectCard);const TeamMemberCardFonts=getFonts(TeamMemberCard);const ImageWithFX=withFX(Image);const ProcessSliderFonts=getFonts(ProcessSlider);const TestimonialSliderFonts=getFonts(TestimonialSlider);const ContainerWithFX=withFX(Container);const FormButtonFonts=getFonts(FormButton);const breakpoints={aHE2jinaR:\"(min-width: 810px) and (max-width: 1439px)\",FROxM1XM_:\"(min-width: 1440px) and (max-width: 1799px)\",WQLkyLRf1:\"(min-width: 1800px)\",xCyi0SCVu:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cQYae\";const variantClassNames={aHE2jinaR:\"framer-v-1fvi3ca\",FROxM1XM_:\"framer-v-8tpw62\",WQLkyLRf1:\"framer-v-72rtr7\",xCyi0SCVu:\"framer-v-1nuy9oi\"};const transition1={delay:0,duration:1.4,ease:[.55,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-350,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:350,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:400,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition2={delay:0,duration:1,ease:[.55,0,0,1],type:\"tween\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:.1,duration:1,ease:[.55,0,0,1],type:\"tween\"};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const animation14={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation15={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:500,y:0};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Wide\":\"WQLkyLRf1\",Desktop:\"FROxM1XM_\",Phone:\"xCyi0SCVu\",Tablet:\"aHE2jinaR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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,oQuIhoGckV2tVaJMnZ,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"h7ztBLbVh\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"vPRtdtPmt\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"Tpn4ncFTk\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"y3_CzOwX0\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"Ja4a_OW_v\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"D8svvX3eI\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"y65xI3ZfE\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, rgb(243, 243, 241)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vqp14u\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ja4a_OW_v\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Tpn4ncFTk\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":vPRtdtPmt\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ja4a_OW_v\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Tpn4ncFTk\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":vPRtdtPmt\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ja4a_OW_v\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Tpn4ncFTk\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":vPRtdtPmt\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ja4a_OW_v\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Tpn4ncFTk\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":vPRtdtPmt\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:116,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-16tbhsi-container\",\"data-framer-appear-id\":\"16tbhsi\",initial:animation1,nodeId:\"nnkBIri5I\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{EVtClFl6W:resolvedLinks[10],KjZ5dz3ZG:resolvedLinks[9],Rmjanttt0:resolvedLinks[11],variant:\"Tou14rgTr\",WYJq9QuFz:resolvedLinks[8]},FROxM1XM_:{EVtClFl6W:resolvedLinks[6],KjZ5dz3ZG:resolvedLinks[5],Rmjanttt0:resolvedLinks[7],WYJq9QuFz:resolvedLinks[4]},xCyi0SCVu:{EVtClFl6W:resolvedLinks[14],KjZ5dz3ZG:resolvedLinks[13],Rmjanttt0:resolvedLinks[15],variant:\"yCdOR6XA9\",WYJq9QuFz:resolvedLinks[12]}},children:/*#__PURE__*/_jsx(Header,{EVtClFl6W:resolvedLinks[2],height:\"100%\",id:\"nnkBIri5I\",KjZ5dz3ZG:resolvedLinks[1],layoutId:\"nnkBIri5I\",Rmjanttt0:resolvedLinks[3],style:{width:\"100%\"},variant:\"Ndq676zNK\",width:\"100%\",WYJq9QuFz:resolvedLinks[0]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4rfslu\",\"data-framer-name\":\"Hero Section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13vdld6\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jyj1l4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:\"636px\"},xCyi0SCVu:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1800px) - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:\"800px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{animate:animation,initial:animation2,optimized:true}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{className:\"framer-10glvqq-container\",\"data-framer-appear-id\":\"10glvqq\",nodeId:\"jtxmHrpse\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"UoDKce3Wa\"},FROxM1XM_:{variant:\"q1gsmxm78\"},xCyi0SCVu:{variant:\"auKa_BiCj\"}},children:/*#__PURE__*/_jsx(HomeHeading,{height:\"100%\",id:\"jtxmHrpse\",layoutId:\"jtxmHrpse\",style:{width:\"100%\"},variant:\"pE9OBviJ9\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{initial:animation4}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1df7ht1\",\"data-framer-appear-id\":\"1df7ht1\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",style:{\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"\\xa0Your financial life as an expat doesn\u2019t need to be complicated. Let certified experts help you invest, protect, and grow\u2014across borders.\"})}),className:\"framer-t1nlx3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13m0izf-container\",nodeId:\"Tx9SzCQWy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{E7TcjLTB6:resolvedLinks1[2]},FROxM1XM_:{E7TcjLTB6:resolvedLinks1[1]},xCyi0SCVu:{E7TcjLTB6:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(Button,{E7TcjLTB6:resolvedLinks1[0],height:\"100%\",id:\"Tx9SzCQWy\",layoutId:\"Tx9SzCQWy\",PYCSKtmKV:\" Book Your Free Strategy Call\",variant:\"jF3Yv8ew8\",width:\"100%\"})})})})})]})})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1jsoltq\",\"data-framer-appear-id\":\"1jsoltq\",\"data-framer-name\":\"Image\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dzs82d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pLLIkYT6g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{srcFile:\"https://framerusercontent.com/assets/ZFULkAjVO0JFxoVLg62xHRVth0U.mp4\"},xCyi0SCVu:{srcFile:\"https://framerusercontent.com/assets/ZFULkAjVO0JFxoVLg62xHRVth0U.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"pLLIkYT6g\",isMixedBorderRadius:false,layoutId:\"pLLIkYT6g\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/wRRDVa1HYyODsPshAt00w3B8E.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cm10ju\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kpc3h5\",\"data-framer-name\":\"Intro Section\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ruphfk\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7yfi4m\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k2h678\",\"data-styles-preset\":\"wtxvxwKGj\",style:{\"--framer-text-color\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"},children:\"Why We\u2019re Different \"})}),className:\"framer-1y3mq72\",\"data-framer-name\":\"/Our Vision/\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oubznf\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-az0wjd\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1dzuwqo\",\"data-styles-preset\":\"l6fBe7Wqi\",children:[\"\\xa0More Than Advisors\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2014We\u2019re Expats Too.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",children:[\"\\xa0More Than Advisors\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2014We\u2019re Expats Too.\"]})}),className:\"framer-1ftrv4b\",\"data-framer-name\":\"Whether it's a website, an app, or a complete brand identity - we create work that works.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\" At Expat Advice Asia, we understand the unique challenges expats face. From tax-efficient investing to pension transfers and offshore banking, we tailor every strategy to your location, lifestyle, and long-term goals.sn't just about looks. It's about solving real problems and getting results. Here\u2019s ours.\"})}),className:\"framer-1caa58k\",\"data-framer-name\":\"Good design isn't just about looks. It's about solving real problems and getting results. Here\u2019s ours.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gfb7ey\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8},xCyi0SCVu:{__framer__enter:animation8}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sa3v7u\",\"data-framer-name\":\"Number Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rggqjy\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10t3c1a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QisT_lR4Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 96, 173)\",height:\"100%\",iconSearch:\"Money\",iconSelection:\"House\",id:\"QisT_lR4Z\",layoutId:\"QisT_lR4Z\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"rgb(32, 96, 173)\"},children:\"Unbiased, licensed financial advisors\"})}),className:\"framer-1xh4o03\",\"data-framer-name\":\"47+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\"\\xa0Get clear, honest advice with no hidden agenda or product-pushing.\"})}),className:\"framer-u5vbmj\",\"data-framer-name\":\"Projects delivered\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8},xCyi0SCVu:{__framer__enter:animation8}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6k3ghm\",\"data-framer-name\":\"Number Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-98rdsk\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4im90d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dJiaObVRO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 96, 173)\",height:\"100%\",iconSearch:\"Globe\",iconSelection:\"House\",id:\"dJiaObVRO\",layoutId:\"dJiaObVRO\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"rgb(32, 96, 173)\"},children:\"Asia-based, globally connected\"})}),className:\"framer-19rxxve\",\"data-framer-name\":\"47+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\"Deep understanding of local markets with global financial expertise.\"})}),className:\"framer-9bwbd0\",\"data-framer-name\":\"Projects delivered\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8},xCyi0SCVu:{__framer__enter:animation8}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vjl06p\",\"data-framer-name\":\"Number Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-156euer\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8tfmxr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jNbApBRdp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 96, 173)\",height:\"100%\",iconSearch:\"Long\",iconSelection:\"RocketLaunch\",id:\"jNbApBRdp\",layoutId:\"jNbApBRdp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"rgb(32, 96, 173)\"},children:\"Transparent, personalized, and long-term focused\"})}),className:\"framer-1mbpi6p\",\"data-framer-name\":\"47+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\"\\xa0Every strategy is custom-built for your life today and your goals tomorrow.\"})}),className:\"framer-1xujukr\",\"data-framer-name\":\"Projects delivered\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8},xCyi0SCVu:{__framer__enter:animation8}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddt2gh\",\"data-framer-name\":\"Number Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vvxub7\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jtp1t0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cvytWdY8J\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(32, 96, 173)\",height:\"100%\",iconSearch:\"Long\",iconSelection:\"Timer\",id:\"cvytWdY8J\",layoutId:\"cvytWdY8J\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"rgb(32, 96, 173)\"},children:\"Accessible and available when you need us\"})}),className:\"framer-1upy0tf\",\"data-framer-name\":\"47+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\" Reach your advisor easily\u2014no waiting, no time zone confusion, no unanswered emails.\"})}),className:\"framer-3qnuix\",\"data-framer-name\":\"Projects delivered\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g5a65z\",\"data-framer-name\":\"Divider\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hlezah\",\"data-framer-name\":\"Services Section\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ehltf6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v0wotn\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m1iztr\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k2h678\",\"data-styles-preset\":\"wtxvxwKGj\",style:{\"--framer-text-color\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"},children:\"Our Services\"})}),className:\"framer-k0jxw7\",\"data-framer-name\":\"/Our Vision/\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rin923\",\"data-framer-name\":\"Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ih7gx\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1dzuwqo\",\"data-styles-preset\":\"l6fBe7Wqi\",children:\"All-in-One Financial Solutions for Expats in Asia\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",children:\"All-in-One Financial Solutions for Expats in Asia\"})}),className:\"framer-1dlmknn\",\"data-framer-name\":\"Whether it's a website, an app, or a complete brand identity - we create work that works.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",children:\"\\xa0Whether you're just getting started or planning for retirement, we offer a full suite of services designed to help expats achieve financial peace of mind.\"})}),className:\"framer-1tc3d2g\",\"data-framer-name\":\"Good design isn't just about looks. It's about solving real problems and getting results. Here\u2019s ours.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cx34gz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yq9izi-container\",nodeId:\"StqnlL5QS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"StqnlL5QS\",J9vGJDkJg:\"Globally diversified, goal-oriented strategies\",layoutId:\"StqnlL5QS\",LDuE5EoSk:addImageAlt({pixelHeight:4480,pixelWidth:6720,src:\"https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg\",srcSet:\"https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Lkh26O7lfNudiSSQtJvlsa2sq0k.jpg 6720w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Investments\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s2u8s6-container\",nodeId:\"uJygUz8i_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"uJygUz8i_\",J9vGJDkJg:\"Life, health, and income protection\",layoutId:\"uJygUz8i_\",LDuE5EoSk:addImageAlt({pixelHeight:3586,pixelWidth:5379,src:\"https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg\",srcSet:\"https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/JbKcb6CXHNpYmeDYB75lXbIooMQ.jpg 5379w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Insurance\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jc1b6q-container\",nodeId:\"lyd2cdL_X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"lyd2cdL_X\",J9vGJDkJg:\"Retirement planning & cross-border pension advice\",layoutId:\"lyd2cdL_X\",LDuE5EoSk:addImageAlt({pixelHeight:4723,pixelWidth:7081,src:\"https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg\",srcSet:\"https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/UcIFm3t4Jgk3Pbf4VLbVedOLwk.jpg 7081w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Pensions\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w5jzst-container\",nodeId:\"hIqzqC7HM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"hIqzqC7HM\",J9vGJDkJg:\"Property financing for non-residents\",layoutId:\"hIqzqC7HM\",LDuE5EoSk:addImageAlt({pixelHeight:4128,pixelWidth:6192,src:\"https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg\",srcSet:\"https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/MJs1sTB56G6xtaZAFFEDZsHRG0.jpg 6192w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Mortgages\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-45aifa-container\",nodeId:\"ohnc9HPZz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"ohnc9HPZz\",J9vGJDkJg:\"Flexible, secure banking solutions\",layoutId:\"ohnc9HPZz\",LDuE5EoSk:addImageAlt({pixelHeight:4912,pixelWidth:7360,src:\"https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg\",srcSet:\"https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/rGgqTUM5tItGNVMrWYLIyQnMWY.jpg 7360w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Offshore Banking\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 40px) / 2, 50px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:671,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 80px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hk2p3w-container\",nodeId:\"fIfjMo1Jf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"PgJ7nvpo0\"},xCyi0SCVu:{variant:\"PgJ7nvpo0\"}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"fIfjMo1Jf\",J9vGJDkJg:\"Protect your legacy across borders\",layoutId:\"fIfjMo1Jf\",LDuE5EoSk:addImageAlt({pixelHeight:4912,pixelWidth:7360,src:\"https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg\",srcSet:\"https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/L41ESLcAkL6vpdRjqIYHtTSHs.jpg 7360w\"},\"\"),style:{width:\"100%\"},variant:\"FLlA3Brnp\",width:\"100%\",YSJmrStKy:\"Wills & Estate Planning\"})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":y65xI3ZfE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rj25gi-container\",nodeId:\"CVGkliOCw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{E7TcjLTB6:resolvedLinks2[2]},FROxM1XM_:{E7TcjLTB6:resolvedLinks2[1]},xCyi0SCVu:{E7TcjLTB6:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(Button,{E7TcjLTB6:resolvedLinks2[0],height:\"100%\",id:\"CVGkliOCw\",layoutId:\"CVGkliOCw\",PYCSKtmKV:\"Book a Free Call\",variant:\"xF2w39ktx\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vzuqzf\",\"data-framer-name\":\"Team\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pnqvfo\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"Meet your Advisors\"})}),className:\"framer-1oog28b\",\"data-framer-name\":\"or get to know us first!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t1btku\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rsnz8e\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 24px) / 2, 50px) * 2 + 24px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:855,width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 96px) / 4, 50px) * 2 + 32px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yue7r6-container\",nodeId:\"O7c66UwxF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"Kw0WTdwaL\"},xCyi0SCVu:{variant:\"Kw0WTdwaL\"}},children:/*#__PURE__*/_jsx(TeamMemberCard,{cD7EBwzKp:\"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F\",cM9MIykpp:\"Partner\",frI1cQi7o:\"Steven Kerr\",height:\"100%\",HL3VDHBDi:\"Certified Financial Planner\\xae\",HXzrBFUir:\"25+ years of international client experience\",id:\"O7c66UwxF\",layoutId:\"O7c66UwxF\",lzLkubPyg:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/Dq12iV2WYctThTIxyRdxEgCvYQQ.png\",srcSet:\"https://framerusercontent.com/images/Dq12iV2WYctThTIxyRdxEgCvYQQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Dq12iV2WYctThTIxyRdxEgCvYQQ.png 800w\"},\"\"),style:{width:\"100%\"},uVJCIcm58:\"Background in tax optimization, pension transfers, and investment planning\",variant:\"AwbZiFkvi\",w_1S4ODDH:\" have over 25 years of international financial services experience, including 21 years in the offshore market and an earlier career in UK banking. I\u2019ve been living in Thailand since 2005, working with expatriates on tailored financial planning, investment strategies, and pension solutions. I\u2019m a Certified Financial Planner\\xae with a strong focus on long-term client relationships and transparent advice.\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) - 24px) / 2, 50px) * 2 + 24px)`},xCyi0SCVu:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:855,width:`calc(max((min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) - 96px) / 4, 50px) * 2 + 32px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5dem36-container\",nodeId:\"HpY1mR20P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"Kw0WTdwaL\"},xCyi0SCVu:{variant:\"Kw0WTdwaL\"}},children:/*#__PURE__*/_jsx(TeamMemberCard,{cD7EBwzKp:\"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F \uD83C\uDDEB\uD83C\uDDF7 \uD83C\uDDEA\uD83C\uDDF8\",cM9MIykpp:\"Senior Wealth Manager\",frI1cQi7o:\"Jean-Pierre Carcabal\",height:\"100%\",HL3VDHBDi:\"Based in Asia for over a decade\",HXzrBFUir:\"Specializes in global wealth preservation and expat estate planning\",id:\"HpY1mR20P\",layoutId:\"HpY1mR20P\",lzLkubPyg:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/jNRww4vlS58oDhwXiUwD7wVdPg.png\",srcSet:\"https://framerusercontent.com/images/jNRww4vlS58oDhwXiUwD7wVdPg.png?scale-down-to=512 512w,https://framerusercontent.com/images/jNRww4vlS58oDhwXiUwD7wVdPg.png 800w\"},\"\"),style:{width:\"100%\"},uVJCIcm58:\"Known for clear, strategic guidance tailored to expat professionals\",variant:\"AwbZiFkvi\",w_1S4ODDH:\"As a Senior Wealth Manager at Holborn Assets, I provide financial planning services to expatriates across Southeast Asia and Europe. With over 30 years of experience in the financial services industry, I have developed a strong expertise in wealth management and asset management. I hold certifications from CFPB, ANACOFI, and AMF, demonstrating my commitment to professional development and ethical standards. My aim is to help clients achieve their financial goals and secure their future.\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17hisnq\",\"data-framer-name\":\"Team Photo\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"\\xa0\u201CWe\u2019ve helped hundreds of expats from around the world build smarter financial futures while living abroad.\u201D\"})}),className:\"framer-7e64j0\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sh7vpt\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:0,y:-200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:3150,pixelWidth:4725,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg\",srcSet:\"https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/jmApS58oBW6HPoyMoqO9XydW8A.jpg 4725w\"},className:\"framer-13t578p\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9zhjio\",\"data-framer-name\":\"Process\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cuixsy\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pa8duv\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ocpk9\",\"data-framer-name\":\"Frame 17\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qmn5kl\",\"data-styles-preset\":\"nTHK8PlCS\",style:{\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"Accreditations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k2h678\",\"data-styles-preset\":\"wtxvxwKGj\",style:{\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"Accreditations\"})}),className:\"framer-1xc1w41\",\"data-framer-name\":\"/Our Process/\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m4j6y3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1dzuwqo\",\"data-styles-preset\":\"l6fBe7Wqi\",style:{\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"Certified. Trusted. Globally Recognized.\"})}),className:\"framer-1276hp4\",\"data-framer-name\":\"Our mission is to help businesses grow through strategic design, creating work that performs as good as it looks.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"We follow the highest international standards in financial advisory, giving you peace of mind and transparent service every step of the way.\"})}),className:\"framer-ll1q0a\",\"data-framer-name\":\"Good design isn't just about looks. It's about solving real problems and getting results. Here\u2019s ours.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1800px)`},xCyi0SCVu:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1800px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1800px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7367k7-container\",nodeId:\"v0ywXU4vS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{style:{width:\"100%\"},variant:\"j2ZW0eat_\"},FROxM1XM_:{variant:\"W4wRU_4QP\"},xCyi0SCVu:{style:{width:\"100%\"},variant:\"AakjnH0SQ\"}},children:/*#__PURE__*/_jsx(ProcessSlider,{ABhjoVYbl:\"Securities and Futures Commission (SFC) or FCA affiliations\",BnyZ96QnB:\"After a smooth launch, we monitor performance and provide support to ensure your product continues to deliver value over time.\",djJ5KsOoe:\"Certified Financial Planner (CFP)\",DlORNs8O2:\"From rough sketches to working prototypes, we design solutions that solve real problems while looking great.\",height:\"100%\",id:\"v0ywXU4vS\",layoutId:\"v0ywXU4vS\",lsMFZ8vVK:\"We carefully build your solution, test with real users, and refine based on data and feedback to ensure everything works flawlessly.\",nJ5dPbvqW:\"Local and international compliance\",RS8YgudzG:\"Chartered Insurance Institute (CII)\",style:{height:\"100%\",width:\"100%\"},uHu6pwXJB:\"We start by understanding your business, your goals, and your market. This sets the foundation for work that actually performs.\",variant:\"UatWf8nOq\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mlqjwb\",\"data-framer-name\":\"Testimonials\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mttqu2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8,__framer__targets:[{ref:ref5,target:\"animate\"}]},xCyi0SCVu:{__framer__enter:animation8,__framer__targets:[{ref:ref5,target:\"animate\"}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qqurn7\",\"data-framer-name\":\"Heading Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Client Testimonials\"})}),className:\"framer-v92unc\",\"data-framer-name\":\"Companies we've helped grow through strategic design, development, and digital transformation solutions.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa0What Our Clients Say\"})}),className:\"framer-d2kvaf\",\"data-framer-name\":\"Real results, real feedback\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1800px)`},xCyi0SCVu:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1800px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1056,width:`min(${componentViewport?.width||\"100vw\"} - 128px, 1800px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__animate:{transition:transition3},__framer__enter:animation8,__framer__exit:undefined,__framer__targets:[{ref:ref5,target:\"animate\"}]},xCyi0SCVu:{__framer__animate:{transition:transition3},__framer__enter:animation8,__framer__exit:undefined,__framer__targets:[{ref:ref5,target:\"animate\"}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v2wozy-container\",nodeId:\"DHOlk97BE\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{variant:\"fukaB8syp\"},xCyi0SCVu:{variant:\"UnqOKPERI\"}},children:/*#__PURE__*/_jsx(TestimonialSlider,{aB8Y9pjL6:addImageAlt({pixelHeight:6016,pixelWidth:4016,src:\"https://framerusercontent.com/images/6IwDEvyEz7aIpbO3RHe6eiLaqKw.jpg\",srcSet:\"https://framerusercontent.com/images/6IwDEvyEz7aIpbO3RHe6eiLaqKw.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/6IwDEvyEz7aIpbO3RHe6eiLaqKw.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/6IwDEvyEz7aIpbO3RHe6eiLaqKw.jpg?scale-down-to=4096 2734w,https://framerusercontent.com/images/6IwDEvyEz7aIpbO3RHe6eiLaqKw.jpg 4016w\"},\"\"),B08nfxnMs:addImageAlt({pixelHeight:4253,pixelWidth:3585,src:\"https://framerusercontent.com/images/gOVWwJPZFRcP9iiwiOUx2HnLIE.jpg\",srcSet:\"https://framerusercontent.com/images/gOVWwJPZFRcP9iiwiOUx2HnLIE.jpg?scale-down-to=1024 863w,https://framerusercontent.com/images/gOVWwJPZFRcP9iiwiOUx2HnLIE.jpg?scale-down-to=2048 1726w,https://framerusercontent.com/images/gOVWwJPZFRcP9iiwiOUx2HnLIE.jpg?scale-down-to=4096 3452w,https://framerusercontent.com/images/gOVWwJPZFRcP9iiwiOUx2HnLIE.jpg 3585w\"},\"\"),D3b4QPMu7:\"Bangkok\",EgmxslYDq:addImageAlt({pixelHeight:3969,pixelWidth:4e3,src:\"https://framerusercontent.com/images/0cgdNbz7QH5TWprMOBwuzMdE9aw.jpg\",srcSet:\"https://framerusercontent.com/images/0cgdNbz7QH5TWprMOBwuzMdE9aw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0cgdNbz7QH5TWprMOBwuzMdE9aw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0cgdNbz7QH5TWprMOBwuzMdE9aw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0cgdNbz7QH5TWprMOBwuzMdE9aw.jpg 4000w\"},\"\"),GBJ7CJyXJ:\"Ho Chi Minh City\",GZcxYxeSd:\"Exceptional Financial Consultancy with Jean-Pierre. I recently had the pleasure of working with Jean-Pierre, and I am thoroughly impressed with his exceptional service, especially the guidance provided. From the outset, Jean-Pierre demonstrated expert consultancy, guiding me meticulously through my long-term saving plan.\",height:\"100%\",id:\"DHOlk97BE\",jsJYUzWEB:\"Singapore\",layoutId:\"DHOlk97BE\",ooDBJkxrl:\"Aris K.\",oQuIhoGck:ref5,style:{width:\"100%\"},SvRjDA57S:\"Communication and advice where up to my level of knowledge. Very communicative and well structured advices. On time and advices where valuable and explanatory. After a long time I\u2019m satisfied with my advices and instructions.\",thToWFUyi:\"We had a great experience dealing with Steven. At all times, he was genuinely easy to communicate with, both informally and formally. He was always friendly and relaxed, giving us the feeling he was confident in his ability to advise us. He explained things in a way which helped us understand and answered our questions without flinching. We would totally recommend Steven :-)\",TJkCYb5e3:\"Margo S.\",variant:\"OnRqLaC4m\",width:\"100%\",X7yGS1xf7:\"Mark T.\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2js1lw\",\"data-framer-name\":\"Testimonials\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nusnjn\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__animate:{transition:transition3},__framer__enter:animation8,__framer__exit:undefined,__framer__targets:[{ref:ref5,target:\"animate\"}]},xCyi0SCVu:{__framer__animate:{transition:transition3},__framer__enter:animation8,__framer__exit:undefined,__framer__targets:[{ref:ref5,target:\"animate\"}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mbhatr\",\"data-framer-name\":\"Testimonial Slider\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hey05\",\"data-framer-name\":\"Card Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{background:{alt:\"\",fit:\"fill\",pixelHeight:3612,pixelWidth:5418,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 64px, 1800px) * 1.2)`,src:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg\",srcSet:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg 5418w\"}},xCyi0SCVu:{background:{alt:\"\",fit:\"fill\",pixelHeight:3612,pixelWidth:5418,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1800px) * 1.2)`,src:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg\",srcSet:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg 5418w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80}},{ref:oQuIhoGckV2tVaJMnZ,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:3612,pixelWidth:5418,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1800px) * 1.2)`,src:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg\",srcSet:\"https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmKpJArNfpH0J4YgHNcqsyxuyEA.jpg 5418w\"},className:\"framer-1lovplr\",\"data-framer-name\":\"BG Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-181qffe\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{__framer__enter:animation8,__framer__targets:[{ref:ref5,target:\"animate\"}]},xCyi0SCVu:{__framer__enter:animation8,__framer__targets:[{ref:ref5,target:\"animate\"}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-npe4e6\",\"data-framer-name\":\"Heading Wrapper\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-63tlm1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dzur94\",\"data-styles-preset\":\"SXxpl9onw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8e40c9bb-798b-4b01-b44f-6ce860eedadb, rgb(255, 255, 255))\"},children:\"Let's Talk - No Pressure, Just Clarity\"})}),className:\"framer-1bot7al\",\"data-framer-name\":\"Real results, real feedback\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"\\xa0We offer a \",/*#__PURE__*/_jsx(\"strong\",{children:\"free 20\u201330 minute consultation\"}),\" to help you get clarity on your financial goals as an expat.\\xa0 This is \",/*#__PURE__*/_jsx(\"strong\",{children:\"not a sales pitch\"}),\", it's a relaxed conversation to understand your situation, answer your questions, and explore if and how we can help.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-187nily\",\"data-styles-preset\":\"rYiD74HIx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"No commitments. No pressure. Just honest advice from professionals who understand expat life.\"})]}),className:\"framer-1iu2i61\",\"data-framer-name\":\"Real results, real feedback\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jevabr\",\"data-framer-name\":\"Contact\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-odkm2w\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation12,className:\"framer-9786sz\",\"data-framer-appear-id\":\"9786sz\",\"data-framer-name\":\"Heading Wrapper\",initial:animation13,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ut39gj\",\"data-styles-preset\":\"R8x3KOzWu\",children:\"Get in Touch\"})}),className:\"framer-nzznnu\",\"data-framer-name\":\"Get in Touch\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-1hbk0ei\",\"data-framer-appear-id\":\"1hbk0ei\",\"data-framer-name\":\"Icon Wrapper\",initial:animation15,optimized:true,style:{rotate:-360},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1c77ggq\",\"data-framer-name\":\"Star vector\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,svg:'<svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><mask id=\"b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"48\" height=\"48\"><path d=\"M28.322 18.718c.797-.797 1.196-1.196 1.412-1.672a2.88 2.88 0 0 0 .257-1.23c-.007-.523-.212-1.048-.623-2.098L24 0l-5.368 13.718c-.41 1.05-.616 1.575-.623 2.097a2.88 2.88 0 0 0 .257 1.232c.216.475.615.874 1.412 1.67L22.9 21.94c.393.393.59.59.818.66a.96.96 0 0 0 .564 0c.228-.07.425-.267.818-.66l3.222-3.222Zm0 10.564c.797.797 1.196 1.196 1.412 1.672.175.386.263.806.257 1.23-.007.523-.212 1.048-.623 2.098L24 48l-5.368-13.718c-.41-1.05-.616-1.575-.623-2.097a2.88 2.88 0 0 1 .257-1.231c.216-.476.615-.875 1.412-1.672L22.9 26.06c.393-.393.59-.59.818-.66a.959.959 0 0 1 .564 0c.228.07.425.267.818.66l3.222 3.222ZM48 24l-13.718 5.368c-1.05.41-1.575.616-2.097.623a2.878 2.878 0 0 1-1.231-.257c-.476-.216-.875-.615-1.672-1.412L26.06 25.1c-.393-.393-.59-.59-.66-.818a.959.959 0 0 1 0-.564c.07-.228.267-.425.66-.818l3.222-3.222c.797-.797 1.196-1.196 1.672-1.412a2.88 2.88 0 0 1 1.23-.257c.523.007 1.048.212 2.098.623L48 24Zm-29.282 4.322c-.797.797-1.196 1.196-1.672 1.412a2.878 2.878 0 0 1-1.23.257c-.523-.007-1.048-.212-2.098-.623L0 24l13.718-5.368c1.05-.41 1.575-.616 2.097-.623a2.88 2.88 0 0 1 1.232.257c.475.216.874.615 1.67 1.412L21.94 22.9c.393.393.59.59.66.818a.96.96 0 0 1 0 .564c-.07.228-.267.425-.66.818l-3.222 3.222Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\" fill=\"#F3F3F1\"><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/><path d=\"M48 0H0v48h48V0Z\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h48v48H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xCyi0SCVu:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation16,className:\"framer-9tym9k\",\"data-framer-appear-id\":\"9tym9k\",\"data-framer-name\":\"Contact Wrapper\",initial:animation13,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a0hhxc\",\"data-framer-name\":\"Contact Details\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-giqic8\",\"data-framer-name\":\"Email Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15o9ve6\",\"data-styles-preset\":\"V_DfU9Xne\",style:{\"--framer-text-color\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"},children:\"E-mail\"})}),className:\"framer-1iqaxgt\",\"data-framer-name\":\"E-mail\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@expat-advice-asia.com\",motionChild:true,nodeId:\"ypnE63Ldv\",openInNewTab:true,preserveParams:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-851vzl\",\"data-styles-preset\":\"ByHdovmDL\",children:\"info@expat-advice-asia.com\"})})})}),className:\"framer-1gojjmi\",\"data-framer-name\":\"contact@opushq.com\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5kexh\",\"data-framer-name\":\"Phone Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15o9ve6\",\"data-styles-preset\":\"V_DfU9Xne\",style:{\"--framer-text-color\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"},children:\"Phone\"})}),className:\"framer-lvdo50\",\"data-framer-name\":\"Phone\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",children:/*#__PURE__*/_jsx(Link,{href:\"tel:+1 (555) 123-4567\",motionChild:true,nodeId:\"HCfp_1zzg\",openInNewTab:true,preserveParams:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-851vzl\",\"data-styles-preset\":\"ByHdovmDL\",children:\"+66 (0)85 359 6897\"})})})}),className:\"framer-ppfyf5\",\"data-framer-name\":\"+1 (555) 123-4567\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fo413u\",\"data-framer-name\":\"Address Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15o9ve6\",\"data-styles-preset\":\"V_DfU9Xne\",style:{\"--framer-text-color\":\"var(--token-bb407a59-7892-4758-ae44-34831ff9d303, rgb(12, 18, 12))\"},children:\"Address\"})}),className:\"framer-dml16u\",\"data-framer-name\":\"Address\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gjhefo\",\"data-styles-preset\":\"pLdfyfLcz\",children:\"UBC II Building, Floor 18, Bangkok (Krung Thep Maha Nakhon) Thailand\"})}),className:\"framer-xtgztb\",\"data-framer-name\":\"42 Pixel Place, Suite 404, New York, NY 10012\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c9ofmw\",\"data-framer-name\":\"Contact Form Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aHE2jinaR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k2h678\",\"data-styles-preset\":\"wtxvxwKGj\",children:\"Curious About Your Options? Let\u2019s Talk\"})})},xCyi0SCVu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k2h678\",\"data-styles-preset\":\"wtxvxwKGj\",children:\"Curious About Your Options? Let\u2019s Talk\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1dzuwqo\",\"data-styles-preset\":\"l6fBe7Wqi\",children:\"Curious About Your Options? Let\u2019s Talk\"})}),className:\"framer-efmhdt\",\"data-framer-name\":\"Got a project in mind? We'd love to hear about it. Big or small, we're here to help bring your ideas to life.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/9b61eab8-c844-414b-acbf-d0ffe2ab4a78/submit\",className:\"framer-dji4ri\",nodeId:\"ssGNFUr3E\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rqa77m\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1iwphzt\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-zh3eod\",inputName:\"Name\",placeholder:\"Name *\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1x35v6b\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-cox454\",inputName:\"Email\",placeholder:\"E-mail *\",type:\"email\"})})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-28aixz\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1iapfxp\",inputName:\"Message\",placeholder:\"Write a message\",required:true,type:\"textarea\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tthdc2-container\",nodeId:\"sDzFH_4Mw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FormButton,{DJErHAhZd:\"Send message\",height:\"100%\",id:\"sDzFH_4Mw\",layoutId:\"sDzFH_4Mw\",style:{height:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"OmXm3C8Ac\",pending:\"ukQ5GClBr\",success:\"Y1ZqLFeDv\"},\"r0HqCBM24\"),width:\"100%\"})})})]})})]})]})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cQYae.framer-lux5qc, .framer-cQYae .framer-lux5qc { display: block; }\",\".framer-cQYae.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, #f3f3f1); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1800px; }\",\".framer-cQYae .framer-1vqp14u { align-content: center; align-items: center; background-color: var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, #f3f3f1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-cQYae .framer-16tbhsi-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-cQYae .framer-4rfslu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: flex-end; overflow: visible; padding: 300px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-13vdld6 { 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%; z-index: 2; }\",\".framer-cQYae .framer-1jyj1l4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cQYae .framer-10glvqq-container { flex: none; height: auto; position: relative; width: 800px; }\",\".framer-cQYae .framer-1df7ht1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cQYae .framer-t1nlx3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 395px; word-break: break-word; word-wrap: break-word; }\",\".framer-cQYae .framer-13m0izf-container, .framer-cQYae .framer-1rj25gi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cQYae .framer-1jsoltq { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-cQYae .framer-dzs82d-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-cQYae .framer-cm10ju { background-color: rgba(0, 0, 0, 0.3); flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-cQYae .framer-1kpc3h5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 64px 96px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1ruphfk, .framer-cQYae .framer-v0wotn { 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; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-7yfi4m, .framer-cQYae .framer-m1iztr, .framer-cQYae .framer-5ocpk9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cQYae .framer-1y3mq72, .framer-cQYae .framer-k0jxw7, .framer-cQYae .framer-1xc1w41, .framer-cQYae .framer-1276hp4, .framer-cQYae .framer-nzznnu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cQYae .framer-1oubznf, .framer-cQYae .framer-1rin923 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 900px; }\",\".framer-cQYae .framer-az0wjd, .framer-cQYae .framer-6ih7gx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1ftrv4b, .framer-cQYae .framer-1dlmknn, .framer-cQYae .framer-1oog28b, .framer-cQYae .framer-ll1q0a, .framer-cQYae .framer-d2kvaf, .framer-cQYae .framer-1bot7al, .framer-cQYae .framer-1iqaxgt, .framer-cQYae .framer-1gojjmi, .framer-cQYae .framer-lvdo50, .framer-cQYae .framer-ppfyf5, .framer-cQYae .framer-dml16u, .framer-cQYae .framer-efmhdt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cQYae .framer-1caa58k, .framer-cQYae .framer-1tc3d2g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-cQYae .framer-1gfb7ey { display: grid; flex: none; gap: 36px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-sa3v7u, .framer-cQYae .framer-6k3ghm, .framer-cQYae .framer-1vjl06p, .framer-cQYae .framer-ddt2gh { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-rggqjy, .framer-cQYae .framer-98rdsk, .framer-cQYae .framer-156euer, .framer-cQYae .framer-1vvxub7 { --border-bottom-width: 1px; --border-color: rgba(161, 183, 194, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, rgba(212, 240, 253, 0.1) 0%, rgba(212, 240, 253, 0.4) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-cQYae .framer-10t3c1a-container, .framer-cQYae .framer-4im90d-container, .framer-cQYae .framer-8tfmxr-container, .framer-cQYae .framer-jtp1t0-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-cQYae .framer-1xh4o03, .framer-cQYae .framer-u5vbmj, .framer-cQYae .framer-19rxxve, .framer-cQYae .framer-9bwbd0, .framer-cQYae .framer-1mbpi6p, .framer-cQYae .framer-1xujukr, .framer-cQYae .framer-1upy0tf, .framer-cQYae .framer-3qnuix, .framer-cQYae .framer-1iu2i61 { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-cQYae .framer-g5a65z { background-color: var(--token-e42fe81a-9ca0-4490-adbf-8290ec59c210, rgba(151, 151, 151, 0.2)); flex: none; height: 2px; max-width: 1800px; overflow: hidden; position: relative; width: 100%; }\",\".framer-cQYae .framer-hlezah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 144px 64px 120px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1ehltf6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-cx34gz { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1yq9izi-container, .framer-cQYae .framer-1s2u8s6-container, .framer-cQYae .framer-jc1b6q-container, .framer-cQYae .framer-1w5jzst-container, .framer-cQYae .framer-45aifa-container, .framer-cQYae .framer-hk2p3w-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-cQYae .framer-vzuqzf { align-content: center; align-items: center; background-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 64px 96px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-pnqvfo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 20px 64px 64px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-t1btku, .framer-cQYae .framer-odkm2w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-rsnz8e { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1yue7r6-container, .framer-cQYae .framer-5dem36-container { align-self: start; flex: none; grid-column: span 2; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-cQYae .framer-17hisnq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-7e64j0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 414px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-cQYae .framer-1sh7vpt { align-content: center; align-items: center; background-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1000px; justify-content: flex-end; overflow: hidden; padding: 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-13t578p { -webkit-mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.9) 6.647003448761263%, rgba(0, 0, 0, 0) 100%) add; bottom: 0px; flex: none; height: 100%; left: 0px; mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.9) 6.647003448761263%, rgba(0, 0, 0, 0) 100%) add; overflow: hidden; position: absolute; width: 100%; z-index: 0; }\",\".framer-cQYae .framer-9zhjio { align-content: center; align-items: center; background-color: #0c120c; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 64px 120px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-cuixsy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-pa8duv { 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-cQYae .framer-1m4j6y3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 900px; }\",\".framer-cQYae .framer-7367k7-container { flex: none; height: 500px; position: relative; width: 100%; }\",\".framer-cQYae .framer-mlqjwb, .framer-cQYae .framer-2js1lw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 64px 96px 64px; position: relative; width: 100%; }\",\".framer-cQYae .framer-mttqu2, .framer-cQYae .framer-1nusnjn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1qqurn7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-v92unc { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cQYae .framer-v2wozy-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-cQYae .framer-mbhatr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-11hey05 { background-color: var(--token-a4df3636-53b0-4779-b6cc-9bd50f685908, #f3f3f1); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; gap: 0px; height: 1000px; overflow: hidden; pointer-events: none; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cQYae .framer-1lovplr { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; gap: 0px; height: 120%; left: calc(50.00000000000002% - 120% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 120% / 2); width: 120%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cQYae .framer-181qffe { background-color: rgba(0, 0, 0, 0.7); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; gap: 0px; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cQYae .framer-npe4e6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80%; }\",\".framer-cQYae .framer-63tlm1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1jevabr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 64px 80px 64px; position: relative; width: 100%; z-index: 0; }\",\".framer-cQYae .framer-9786sz { 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%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cQYae .framer-1hbk0ei { align-content: center; align-items: center; background-color: var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, #0048f9); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-cQYae .framer-1c77ggq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-cQYae .framer-9tym9k { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cQYae .framer-1a0hhxc { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cQYae .framer-giqic8, .framer-cQYae .framer-y5kexh, .framer-cQYae .framer-fo413u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-xtgztb { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 280px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cQYae .framer-c9ofmw { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cQYae .framer-dji4ri { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-rqa77m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cQYae .framer-1iwphzt, .framer-cQYae .framer-1x35v6b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-cQYae .framer-zh3eod, .framer-cQYae .framer-cox454 { --framer-input-background: rgba(0, 0, 0, 0); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-b9ee182d-4a97-47bf-959c-c858c2798b29, #979797); --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, #0048f9); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 2px 0px; --framer-input-font-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-input-font-family: \"Onest\"; --framer-input-font-letter-spacing: -0.04em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 24px; --framer-input-font-weight: 500; --framer-input-icon-color: #999999; --framer-input-padding: 0px 0px 8px 0px; --framer-input-placeholder-color: var(--token-3fab5145-6c42-41d7-b4bf-01a5bc8bcdc3, rgba(12, 18, 12, 0.6)); --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-cQYae .framer-28aixz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-cQYae .framer-1iapfxp { --framer-input-background: rgba(0, 0, 0, 0); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-b9ee182d-4a97-47bf-959c-c858c2798b29, #979797); --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-cd9ab9a9-1d98-4bbc-9f79-c98ab7a3770b, #0048f9); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 2px 0px; --framer-input-font-color: var(--token-bb407a59-7892-4758-ae44-34831ff9d303, #0c120c); --framer-input-font-family: \"Onest\"; --framer-input-font-letter-spacing: -0.04em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 24px; --framer-input-font-weight: 500; --framer-input-icon-color: #999999; --framer-input-padding: 0px 0px 8px 0px; --framer-input-placeholder-color: var(--token-3fab5145-6c42-41d7-b4bf-01a5bc8bcdc3, rgba(12, 18, 12, 0.6)); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 220px; position: relative; width: 100%; }',\".framer-cQYae .framer-1tthdc2-container { flex: none; height: 40px; position: relative; width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-cQYae[data-border=\"true\"]::after, .framer-cQYae [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1440px) and (max-width: 1799px) { .framer-cQYae.framer-72rtr7 { width: 1440px; } .framer-cQYae .framer-1kpc3h5 { gap: 80px; padding: 64px 64px 80px 64px; } .framer-cQYae .framer-1oubznf, .framer-cQYae .framer-1rin923 { width: 800px; } .framer-cQYae .framer-u5vbmj, .framer-cQYae .framer-9bwbd0, .framer-cQYae .framer-1xujukr, .framer-cQYae .framer-3qnuix { width: auto; } .framer-cQYae .framer-hlezah { padding: 120px 64px 96px 64px; } .framer-cQYae .framer-1sh7vpt { height: 800px; } .framer-cQYae .framer-9zhjio { padding: 96px 64px 96px 64px; } .framer-cQYae .framer-cuixsy { gap: 160px; } .framer-cQYae .framer-1276hp4 { white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; } .framer-cQYae .framer-ll1q0a { width: 85%; } .framer-cQYae .framer-odkm2w { gap: 80px; } .framer-cQYae .framer-1c77ggq { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; } .framer-cQYae .framer-zh3eod, .framer-cQYae .framer-cox454, .framer-cQYae .framer-1iapfxp { --framer-input-font-size: 22px; }}\",\"@media (min-width: 810px) and (max-width: 1439px) { .framer-cQYae.framer-72rtr7 { width: 810px; } .framer-cQYae .framer-4rfslu { padding: 220px 0px 64px 0px; } .framer-cQYae .framer-13vdld6 { padding: 0px 32px 0px 32px; } .framer-cQYae .framer-1jyj1l4, .framer-cQYae .framer-1ruphfk, .framer-cQYae .framer-v0wotn, .framer-cQYae .framer-pa8duv { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-cQYae .framer-10glvqq-container { width: 636px; } .framer-cQYae .framer-1df7ht1 { gap: 32px; width: 100%; } .framer-cQYae .framer-t1nlx3, .framer-cQYae .framer-1caa58k, .framer-cQYae .framer-1tc3d2g, .framer-cQYae .framer-1m4j6y3 { width: 100%; } .framer-cQYae .framer-1kpc3h5 { gap: 64px; padding: 64px 32px 64px 32px; } .framer-cQYae .framer-1oubznf, .framer-cQYae .framer-1rin923 { gap: 64px; width: 100%; } .framer-cQYae .framer-1gfb7ey, .framer-cQYae .framer-1ehltf6, .framer-cQYae .framer-mttqu2, .framer-cQYae .framer-1nusnjn, .framer-cQYae .framer-odkm2w { gap: 64px; } .framer-cQYae .framer-hlezah { padding: 96px 32px 64px 32px; } .framer-cQYae .framer-cx34gz { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-cQYae .framer-vzuqzf, .framer-cQYae .framer-mlqjwb, .framer-cQYae .framer-2js1lw, .framer-cQYae .framer-1jevabr { padding: 64px 32px 64px 32px; } .framer-cQYae .framer-pnqvfo { padding: 20px 32px 64px 32px; } .framer-cQYae .framer-rsnz8e { gap: 24px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-cQYae .framer-17hisnq, .framer-cQYae .framer-dji4ri { gap: 48px; } .framer-cQYae .framer-1sh7vpt { height: 800px; padding: 32px; } .framer-cQYae .framer-9zhjio { padding: 80px 32px 80px 32px; } .framer-cQYae .framer-cuixsy { gap: 80px; } .framer-cQYae .framer-1276hp4 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-cQYae .framer-7367k7-container { height: auto; } .framer-cQYae .framer-1qqurn7, .framer-cQYae .framer-npe4e6 { gap: 24px; } .framer-cQYae .framer-11hey05 { height: 900px; } .framer-cQYae .framer-1c77ggq { aspect-ratio: unset; height: 32px; width: 32px; } .framer-cQYae .framer-9tym9k { flex-direction: column; gap: 80px; } .framer-cQYae .framer-1a0hhxc { flex: none; order: 1; width: 100%; } .framer-cQYae .framer-xtgztb { max-width: unset; } .framer-cQYae .framer-c9ofmw { flex: none; gap: 64px; order: 0; width: 100%; } .framer-cQYae .framer-zh3eod, .framer-cQYae .framer-cox454 { --framer-input-font-size: 20px; --framer-input-padding: 0px 0px 6px 0px; } .framer-cQYae .framer-1iapfxp { --framer-input-font-size: 20px; }}\",\"@media (max-width: 809px) { .framer-cQYae.framer-72rtr7 { width: 390px; } .framer-cQYae .framer-1vqp14u { overflow: hidden; } .framer-cQYae .framer-4rfslu { padding: 160px 0px 64px 0px; } .framer-cQYae .framer-13vdld6 { padding: 0px; } .framer-cQYae .framer-1jyj1l4 { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 0px 24px 0px 24px; } .framer-cQYae .framer-10glvqq-container { width: 100%; will-change: var(--framer-will-change-effect-override, transform); } .framer-cQYae .framer-1df7ht1 { gap: 32px; width: 100%; } .framer-cQYae .framer-t1nlx3, .framer-cQYae .framer-1caa58k, .framer-cQYae .framer-1tc3d2g, .framer-cQYae .framer-1m4j6y3 { width: 100%; } .framer-cQYae .framer-1jsoltq { top: calc(48.81516587677727% - 100% / 2); } .framer-cQYae .framer-1kpc3h5 { gap: 64px; padding: 64px 24px 64px 24px; } .framer-cQYae .framer-1ruphfk, .framer-cQYae .framer-v0wotn, .framer-cQYae .framer-pa8duv { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-cQYae .framer-1oubznf, .framer-cQYae .framer-1rin923 { gap: 48px; width: 100%; } .framer-cQYae .framer-1gfb7ey, .framer-cQYae .framer-17hisnq, .framer-cQYae .framer-dji4ri { gap: 32px; } .framer-cQYae .framer-sa3v7u, .framer-cQYae .framer-6k3ghm, .framer-cQYae .framer-1vjl06p, .framer-cQYae .framer-ddt2gh { gap: 8px; } .framer-cQYae .framer-hlezah { padding: 96px 24px 64px 24px; } .framer-cQYae .framer-1ehltf6, .framer-cQYae .framer-mttqu2, .framer-cQYae .framer-1nusnjn, .framer-cQYae .framer-odkm2w { gap: 48px; } .framer-cQYae .framer-cx34gz { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-cQYae .framer-vzuqzf, .framer-cQYae .framer-mlqjwb, .framer-cQYae .framer-2js1lw, .framer-cQYae .framer-1jevabr { padding: 48px 24px 48px 24px; } .framer-cQYae .framer-pnqvfo { padding: 20px 24px 64px 24px; } .framer-cQYae .framer-rsnz8e { gap: 16px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-cQYae .framer-1yue7r6-container, .framer-cQYae .framer-5dem36-container { grid-column: span 1; } .framer-cQYae .framer-7e64j0 { bottom: unset; top: 67px; } .framer-cQYae .framer-1sh7vpt { height: 800px; padding: 24px; } .framer-cQYae .framer-9zhjio { padding: 64px 24px 64px 24px; } .framer-cQYae .framer-cuixsy { gap: 80px; } .framer-cQYae .framer-1276hp4 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-cQYae .framer-7367k7-container { height: auto; } .framer-cQYae .framer-1qqurn7, .framer-cQYae .framer-npe4e6 { gap: 24px; } .framer-cQYae .framer-11hey05 { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: center; padding: 0px; } .framer-cQYae .framer-1lovplr { height: 600px; left: unset; position: relative; top: unset; } .framer-cQYae .framer-181qffe { bottom: 0px; height: unset; top: 0px; z-index: 1; } .framer-cQYae .framer-9786sz { gap: 16px; will-change: unset; } .framer-cQYae .framer-1hbk0ei { padding: 8px; will-change: var(--framer-will-change-override, transform); } .framer-cQYae .framer-1c77ggq { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; } .framer-cQYae .framer-9tym9k { flex-direction: column; gap: 64px; will-change: var(--framer-will-change-override, transform); } .framer-cQYae .framer-1a0hhxc { flex: none; order: 1; width: 100%; } .framer-cQYae .framer-c9ofmw { flex: none; gap: 48px; order: 0; width: 100%; } .framer-cQYae .framer-rqa77m { flex-direction: column; } .framer-cQYae .framer-1iwphzt, .framer-cQYae .framer-1x35v6b { flex: none; width: 100%; } .framer-cQYae .framer-zh3eod, .framer-cQYae .framer-cox454, .framer-cQYae .framer-1iapfxp { --framer-input-font-size: 18px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12162.5\n * @framerIntrinsicWidth 1800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FROxM1XM_\":{\"layout\":[\"fixed\",\"auto\"]},\"aHE2jinaR\":{\"layout\":[\"fixed\",\"auto\"]},\"xCyi0SCVu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"h7ztBLbVh\":{\"pattern\":\":h7ztBLbVh\",\"name\":\"hero\"},\"vPRtdtPmt\":{\"pattern\":\":vPRtdtPmt\",\"name\":\"intro\"},\"Tpn4ncFTk\":{\"pattern\":\":Tpn4ncFTk\",\"name\":\"services\"},\"y3_CzOwX0\":{\"pattern\":\":y3_CzOwX0\",\"name\":\"photo\"},\"Ja4a_OW_v\":{\"pattern\":\":Ja4a_OW_v\",\"name\":\"testimonials\"},\"D8svvX3eI\":{\"pattern\":\":D8svvX3eI\",\"name\":\"testimonials\"},\"y65xI3ZfE\":{\"pattern\":\":y65xI3ZfE\",\"name\":\"contact\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-cQYae\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12162.5,width:1800};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZtxFMQWXgSQ.woff2\",weight:\"500\"}]},...HeaderFonts,...HomeHeadingFonts,...ButtonFonts,...VideoFonts,...PhosphorFonts,...ProjectCardFonts,...TeamMemberCardFonts,...ProcessSliderFonts,...TestimonialSliderFonts,...FormButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"h7ztBLbVh\\\":{\\\"pattern\\\":\\\":h7ztBLbVh\\\",\\\"name\\\":\\\"hero\\\"},\\\"vPRtdtPmt\\\":{\\\"pattern\\\":\\\":vPRtdtPmt\\\",\\\"name\\\":\\\"intro\\\"},\\\"Tpn4ncFTk\\\":{\\\"pattern\\\":\\\":Tpn4ncFTk\\\",\\\"name\\\":\\\"services\\\"},\\\"y3_CzOwX0\\\":{\\\"pattern\\\":\\\":y3_CzOwX0\\\",\\\"name\\\":\\\"photo\\\"},\\\"Ja4a_OW_v\\\":{\\\"pattern\\\":\\\":Ja4a_OW_v\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"D8svvX3eI\\\":{\\\"pattern\\\":\\\":D8svvX3eI\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"y65xI3ZfE\\\":{\\\"pattern\\\":\\\":y65xI3ZfE\\\",\\\"name\\\":\\\"contact\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FROxM1XM_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aHE2jinaR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xCyi0SCVu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"12162.5\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1800\",\"framerDisplayContentsDiv\":\"false\"}},\"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", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "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", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "step1Description", "step1Title", "step2Description", "step2Title", "step3Description", "step3Title", "step4Description", "step4Title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "djJ5KsOoe", "uHu6pwXJB", "RS8YgudzG", "DlORNs8O2", "ABhjoVYbl", "lsMFZ8vVK", "nJ5dPbvqW", "BnyZ96QnB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeave2uhz3v", "args", "onMouseLeavewwt1vc", "onMouseEnter1oh61e0", "onMouseEnter2lc7ee", "onTap1s2fdge", "onTap1e2zfpu", "onMouseEnterat7uqd", "onMouseEnterao6232", "onTap1urouf5", "onTapzu1y1l", "onMouseEnter1qhoy8d", "onMouseEnter6ts4na", "onTap15l1p9l", "onTap1845ou8", "onMouseEnterb9at5y", "onMouseEnter1njorzp", "onTap9jqlgm", "onTap1j0snvq", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "Framerb3VkMzTjR", "withCSS", "b3VkMzTjR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "IconFonts", "getFonts", "ZW0Ba5id9_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bodyText", "featuredImage", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qO_DKqW6f", "YSJmrStKy", "LDuE5EoSk", "J9vGJDkJg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerGJDYW1pCq", "withCSS", "GJDYW1pCq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "StopScroll", "props", "toggle", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "color", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F_YsYqiA5", "Z7q2yUJMQ", "ZlocqMkQm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1szsfiu", "args", "onMouseEnterjvziw4", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "css", "FramerePYScSbZ9", "withCSS", "ePYScSbZ9_default", "addPropertyControls", "ControlType", "addFonts", "MenuIconFonts", "getFonts", "ePYScSbZ9_default", "StopScrollFonts", "StopScroll", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "about", "contact", "fAQ", "height", "id", "link", "services", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Y39FHlCrp", "WYJq9QuFz", "KjZ5dz3ZG", "EVtClFl6W", "Rmjanttt0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "F_YsYqiA5klew9c", "args", "onTap9cwebx", "F_YsYqiA59cwebx", "F_YsYqiA51dy8vzq", "F_YsYqiA519apkl", "onTap1dy8vzq", "onTap19apkl", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramergvLY5FfCM", "withCSS", "gvLY5FfCM_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1", "_2", "_3", "advisor1", "height", "id", "image", "languages", "position", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lzLkubPyg", "frI1cQi7o", "cM9MIykpp", "HL3VDHBDi", "HXzrBFUir", "uVJCIcm58", "w_1S4ODDH", "cD7EBwzKp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerJM55RxQUn", "withCSS", "JM55RxQUn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearpmv8lm", "args", "onAppearjkmi7b", "onAppearcegciv", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "SVG", "css", "FramermJJRxIbgH", "withCSS", "mJJRxIbgH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "IconFonts", "getFonts", "ZW0Ba5id9_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonText", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DJErHAhZd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerRbrbqlAlj", "withCSS", "RbrbqlAlj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "photo", "position", "testimonialContent", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "jTuxAmDyo", "hm5R8SRIW", "sCK_E0Nl8", "UPcJsyKtY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerXrwYu3XaF", "withCSS", "XrwYu3XaF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ImageWithFX", "withFX", "Image2", "TestimonialCardFonts", "getFonts", "XrwYu3XaF_default", "PhosphorFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1Name", "_1Photo", "_1Position", "_1Testimonial", "_2Name", "_2Photo", "_2Position", "_2Testimonial", "_3Name", "_3Photo", "_3Position", "_3Testimonial", "height", "id", "scrollSection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ooDBJkxrl", "D3b4QPMu7", "EgmxslYDq", "SvRjDA57S", "TJkCYb5e3", "GBJ7CJyXJ", "aB8Y9pjL6", "thToWFUyi", "X7yGS1xf7", "jsJYUzWEB", "B08nfxnMs", "GZcxYxeSd", "oQuIhoGck", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick1qq9hiv", "args", "onClickjmk5xz", "onClickc59mmx", "onClickwmu44u", "onClick9ztxxv", "onClick1l6til5", "onClick1sjvvq1", "onClickxhe6yr", "onClick9fb9tu", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerV2tVaJMnZ", "withCSS", "V2tVaJMnZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "gvLY5FfCM_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "HomeHeadingFonts", "mJJRxIbgH_default", "ButtonFonts", "ynxsaIxXW_default", "MotionDivWithOptimizedAppearEffect", "motion", "VideoFonts", "Video", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "ProjectCardFonts", "GJDYW1pCq_default", "TeamMemberCardFonts", "JM55RxQUn_default", "ImageWithFX", "Image2", "ProcessSliderFonts", "b3VkMzTjR_default", "TestimonialSliderFonts", "V2tVaJMnZ_default", "ContainerWithFX", "FormButtonFonts", "RbrbqlAlj_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "transition2", "animation8", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "animation9", "animation10", "animation11", "transition3", "transformTemplate2", "animation12", "animation13", "animation14", "animation15", "animation16", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "oQuIhoGckV2tVaJMnZ", "restProps", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "PropertyOverrides2", "gvLY5FfCM_default", "mJJRxIbgH_default", "MotionDivWithOptimizedAppearEffect", "RichText2", "x", "resolvedLinks1", "Container", "ynxsaIxXW_default", "Video", "MotionDivWithFX", "Icon", "GJDYW1pCq_default", "resolvedLinks2", "JM55RxQUn_default", "ImageWithFX", "b3VkMzTjR_default", "ContainerWithFX", "V2tVaJMnZ_default", "SVG", "Link", "FormContainer", "formState", "l", "FormPlainTextInput2", "RbrbqlAlj_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "HeaderFonts", "HomeHeadingFonts", "ButtonFonts", "VideoFonts", "PhosphorFonts", "ProjectCardFonts", "TeamMemberCardFonts", "ProcessSliderFonts", "TestimonialSliderFonts", "FormButtonFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
