{
  "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/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/ksmuOvunDCJw0aKd4Net/MXML7EScB2ieKXIlgRps/CKAXHxDqW.js", "ssg:https://framerusercontent.com/modules/jS8LMFFWqeq6NKtWbcD1/vjfpMZrMzh5WokXQDetN/gx1avjvNq.js", "ssg:https://framerusercontent.com/modules/mKtHqinrIY8epjaqSwTY/m4vq7bodp4UEzh8D7feO/Zc4rlgUye.js", "ssg:https://framerusercontent.com/modules/4W7D0L2A62hTVlNy14yj/9P0rcC2zVJvkdWdp8XPh/dVTZgYLeH.js", "ssg:https://framerusercontent.com/modules/49aElf7zO2noqPW6NdI6/hPC3uyx8Nxii0ZwI4PwK/Copyright_year.js", "ssg:https://framerusercontent.com/modules/9noP7ENa3t8w8bDEjRcl/Qed4W4PkSLQTJ7BHnSFP/xxIb0BkhJ.js", "ssg:https://framerusercontent.com/modules/iprs4R83V3XYqfhGB9jz/1mea4t8pCKzzWzxQnTH4/V3EjteYMK.js", "ssg:https://framerusercontent.com/modules/vogiKnYV2qYKvZNJ4w9m/wj4Co5B1aCjLqx7xxW87/SmkNoZhed.js", "ssg:https://framerusercontent.com/modules/hpgdqS08qweo9UogicGj/jUIrsrgWVMI2o6Fhimo9/jRXzTKEh2.js", "ssg:https://framerusercontent.com/modules/rniq0mvhcArsIADTB4jd/ksFRd1elvrLNWvZLmDMR/yGfvD64UY.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const 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 isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.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();},[]);return{play,pause,setProgress};}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;}/**\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 */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",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:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];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\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (91d32d4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zh0P0ZNrl\",\"a8dXW8rKN\"];const serializationHash=\"framer-vKrrY\";const variantClassNames={a8dXW8rKN:\"framer-v-mqrbpm\",zh0P0ZNrl:\"framer-v-5ot10\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={a8dXW8rKN:{delay:.2,duration:2,ease:[.25,1,.5,1],type:\"tween\"},default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Line Animation Active\":\"a8dXW8rKN\",\"Line Animation\":\"zh0P0ZNrl\"};const getProps=({background,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,nhvtjR0LA:(_ref=background!==null&&background!==void 0?background:props.nhvtjR0LA)!==null&&_ref!==void 0?_ref:'var(--token-5561bb3f-a718-41fb-9058-813f188fd34f, rgb(55, 43, 41)) /* {\"name\":\"EH Brown\"} */',variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zh0P0ZNrl\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nhvtjR0LA,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"zh0P0ZNrl\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-5ot10\",className,classNames),\"data-framer-name\":\"Line Animation\",initial:variant,layoutDependency:layoutDependency,layoutId:\"zh0P0ZNrl\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a8dXW8rKN:{\"data-framer-name\":\"Line Animation Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6bkqf2\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"kH1revXB0\",style:{backgroundColor:nhvtjR0LA}})})})});});const css=['.framer-vKrrY[data-border=\"true\"]::after, .framer-vKrrY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vKrrY.framer-1vp7nev, .framer-vKrrY .framer-1vp7nev { display: block; }\",\".framer-vKrrY.framer-5ot10 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 787px; }\",\".framer-vKrrY .framer-6bkqf2 { flex: none; height: 1px; position: relative; width: 0%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vKrrY.framer-5ot10 { gap: 0px; } .framer-vKrrY.framer-5ot10 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vKrrY.framer-5ot10 > :first-child { margin-left: 0px; } .framer-vKrrY.framer-5ot10 > :last-child { margin-right: 0px; } }\",\".framer-vKrrY.framer-v-mqrbpm .framer-6bkqf2 { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 787\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"a8dXW8rKN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"nhvtjR0LA\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerCKAXHxDqW=withCSS(Component,css,\"framer-vKrrY\");export default FramerCKAXHxDqW;FramerCKAXHxDqW.displayName=\"Line Animation\";FramerCKAXHxDqW.defaultProps={height:1,width:787};addPropertyControls(FramerCKAXHxDqW,{variant:{options:[\"zh0P0ZNrl\",\"a8dXW8rKN\"],optionTitles:[\"Line Animation\",\"Line Animation Active\"],title:\"Variant\",type:ControlType.Enum},nhvtjR0LA:{defaultValue:'var(--token-5561bb3f-a718-41fb-9058-813f188fd34f, rgb(55, 43, 41)) /* {\"name\":\"EH Brown\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerCKAXHxDqW,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCKAXHxDqW\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a8dXW8rKN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1\",\"framerVariables\":\"{\\\"nhvtjR0LA\\\":\\\"background\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"787\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CKAXHxDqW.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.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://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-ext-YDGMJOJO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-BFOVMAQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-ext-4KOU3AHC.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-OJTBJNE6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-Italic.latin-ext-H4B22QN6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-Italic.latin-2DWX32EN.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-Italic.vietnamese-TYMT6CKW.woff2\",weight:\"400\"}]}];export const css=['.framer-Qnx52 .framer-styles-preset-97ycmq:not(.rich-text-wrapper), .framer-Qnx52 .framer-styles-preset-97ycmq.rich-text-wrapper h5 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 66px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, #f6f3ec); --framer-text-decoration: none; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Qnx52 .framer-styles-preset-97ycmq:not(.rich-text-wrapper), .framer-Qnx52 .framer-styles-preset-97ycmq.rich-text-wrapper h5 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 53px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, #f6f3ec); --framer-text-decoration: none; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Qnx52 .framer-styles-preset-97ycmq:not(.rich-text-wrapper), .framer-Qnx52 .framer-styles-preset-97ycmq.rich-text-wrapper h5 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, #f6f3ec); --framer-text-decoration: none; --framer-text-transform: uppercase; } }'];export const className=\"framer-Qnx52\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]}];export const css=['.framer-ZCVhJ .framer-styles-preset-1uc0dg7:not(.rich-text-wrapper), .framer-ZCVhJ .framer-styles-preset-1uc0dg7.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 100%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, #010103); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-ZCVhJ\";\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 (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jS8LMFFWqeq6NKtWbcD1/vjfpMZrMzh5WokXQDetN/gx1avjvNq.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mKtHqinrIY8epjaqSwTY/m4vq7bodp4UEzh8D7feO/Zc4rlgUye.js\";const cycleOrder=[\"eyytyxpGy\",\"gDw4mfhIy\",\"ProxPdtY7\",\"HtcON0X1k\"];const serializationHash=\"framer-XW7sZ\";const variantClassNames={eyytyxpGy:\"framer-v-cpv035\",gDw4mfhIy:\"framer-v-kdf0z3\",HtcON0X1k:\"framer-v-1fshdf0\",ProxPdtY7:\"framer-v-1uy2j9i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Text Link Large - Hover\":\"HtcON0X1k\",\"Text Link Large\":\"ProxPdtY7\",\"Text Link Small - Hover\":\"gDw4mfhIy\",\"Text Link Small\":\"eyytyxpGy\"};const getProps=({color,height,id,link,tap,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bwVWMSt6G:link!==null&&link!==void 0?link:props.bwVWMSt6G,Kpveh2Q8O:(_ref=title!==null&&title!==void 0?title:props.Kpveh2Q8O)!==null&&_ref!==void 0?_ref:\"View all\",MOYsDPIsL:(_ref1=color!==null&&color!==void 0?color:props.MOYsDPIsL)!==null&&_ref1!==void 0?_ref1:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",QjN2YbEjI:tap!==null&&tap!==void 0?tap:props.QjN2YbEjI,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"eyytyxpGy\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Kpveh2Q8O,MOYsDPIsL,bwVWMSt6G,QjN2YbEjI,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eyytyxpGy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapmlfkx3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QjN2YbEjI){const res=await QjN2YbEjI(...args);if(res===false)return false;}});const onMouseEnterxs3d6e=activeVariantCallback(async(...args)=>{setVariant(\"gDw4mfhIy\");});const onMouseLeave1fppydt=activeVariantCallback(async(...args)=>{setVariant(\"eyytyxpGy\");});const onMouseEnter1szu35s=activeVariantCallback(async(...args)=>{setVariant(\"HtcON0X1k\");});const onMouseLeavey6j578=activeVariantCallback(async(...args)=>{setVariant(\"ProxPdtY7\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({gDw4mfhIy:{value:transition2},HtcON0X1k:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cpv035\",className,classNames),\"data-framer-name\":\"Text Link Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eyytyxpGy\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnterxs3d6e,onTap:onTapmlfkx3,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gDw4mfhIy:{\"data-framer-name\":\"Text Link Small - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1fppydt},HtcON0X1k:{\"data-framer-name\":\"Text Link Large - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavey6j578},ProxPdtY7:{\"data-framer-name\":\"Text Link Large\",onMouseEnter:onMouseEnter1szu35s}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:bwVWMSt6G,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5ifad7 framer-1be4gvd\",layoutDependency:layoutDependency,layoutId:\"fKuOqu6WY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1phqj0i\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RfxUJwLIS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,variants:{HtcON0X1k:{\"--extracted-1lwpl3i\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\"},ProxPdtY7:{\"--extracted-1lwpl3i\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HtcON0X1k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-97ycmq\",\"data-styles-preset\":\"gx1avjvNq\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})})},ProxPdtY7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-97ycmq\",\"data-styles-preset\":\"gx1avjvNq\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1nvzjr6\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mM_eFo8QJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,variants:{HtcON0X1k:{\"--extracted-1lwpl3i\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\"},ProxPdtY7:{\"--extracted-1lwpl3i\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HtcON0X1k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-97ycmq\",\"data-styles-preset\":\"gx1avjvNq\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})})},ProxPdtY7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-97ycmq\",\"data-styles-preset\":\"gx1avjvNq\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})})}},baseVariant,gestureVariant)})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XW7sZ.framer-1be4gvd, .framer-XW7sZ .framer-1be4gvd { display: block; }\",\".framer-XW7sZ.framer-cpv035 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-XW7sZ .framer-5ifad7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 13px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-XW7sZ .framer-1phqj0i, .framer-XW7sZ .framer-1nvzjr6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XW7sZ.framer-cpv035, .framer-XW7sZ .framer-5ifad7 { gap: 0px; } .framer-XW7sZ.framer-cpv035 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XW7sZ.framer-cpv035 > :first-child { margin-left: 0px; } .framer-XW7sZ.framer-cpv035 > :last-child { margin-right: 0px; } .framer-XW7sZ .framer-5ifad7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XW7sZ .framer-5ifad7 > :first-child { margin-top: 0px; } .framer-XW7sZ .framer-5ifad7 > :last-child { margin-bottom: 0px; } }\",\".framer-XW7sZ.framer-v-kdf0z3 .framer-5ifad7 { justify-content: flex-end; }\",\".framer-XW7sZ.framer-v-1uy2j9i .framer-5ifad7 { height: 63px; }\",\".framer-XW7sZ.framer-v-1fshdf0 .framer-5ifad7 { height: 63px; justify-content: flex-end; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gDw4mfhIy\":{\"layout\":[\"auto\",\"auto\"]},\"ProxPdtY7\":{\"layout\":[\"auto\",\"auto\"]},\"HtcON0X1k\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Kpveh2Q8O\":\"title\",\"MOYsDPIsL\":\"color\",\"bwVWMSt6G\":\"link\",\"QjN2YbEjI\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdVTZgYLeH=withCSS(Component,css,\"framer-XW7sZ\");export default FramerdVTZgYLeH;FramerdVTZgYLeH.displayName=\"Text Link\";FramerdVTZgYLeH.defaultProps={height:13,width:58};addPropertyControls(FramerdVTZgYLeH,{variant:{options:[\"eyytyxpGy\",\"gDw4mfhIy\",\"ProxPdtY7\",\"HtcON0X1k\"],optionTitles:[\"Text Link Small\",\"Text Link Small - Hover\",\"Text Link Large\",\"Text Link Large - Hover\"],title:\"Variant\",type:ControlType.Enum},Kpveh2Q8O:{defaultValue:\"View all\",displayTextArea:false,title:\"Title\",type:ControlType.String},MOYsDPIsL:{defaultValue:'var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)) /* {\"name\":\"JT Black\"} */',title:\"Color\",type:ControlType.Color},bwVWMSt6G:{title:\"Link\",type:ControlType.Link},QjN2YbEjI:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerdVTZgYLeH,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVTZgYLeH\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"13\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gDw4mfhIy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ProxPdtY7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HtcON0X1k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Kpveh2Q8O\\\":\\\"title\\\",\\\"MOYsDPIsL\\\":\\\"color\\\",\\\"bwVWMSt6G\\\":\\\"link\\\",\\\"QjN2YbEjI\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"58\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dVTZgYLeH.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function AutoCopyrightStatement(Component){return props=>{var _props_children_props_children,_props_children_props,_props_children;const textProps=(_props_children=props.children)===null||_props_children===void 0?void 0:(_props_children_props=_props_children.props)===null||_props_children_props===void 0?void 0:(_props_children_props_children=_props_children_props.children)===null||_props_children_props_children===void 0?void 0:_props_children_props_children.props;if(textProps&&typeof textProps.children==\"string\"){textProps.children=textProps.children.replace(\"YYYY\",new Date().getFullYear());}return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"AutoCopyrightStatement\":{\"type\":\"reactHoc\",\"name\":\"AutoCopyrightStatement\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copyright_year.map", "// Generated by Framer (92b2253)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,optimizeAppear,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{AutoCopyrightStatement}from\"https://framerusercontent.com/modules/49aElf7zO2noqPW6NdI6/hPC3uyx8Nxii0ZwI4PwK/Copyright_year.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mKtHqinrIY8epjaqSwTY/m4vq7bodp4UEzh8D7feO/Zc4rlgUye.js\";import LineAnimation from\"https://framerusercontent.com/modules/ksmuOvunDCJw0aKd4Net/MXML7EScB2ieKXIlgRps/CKAXHxDqW.js\";import TextLink from\"https://framerusercontent.com/modules/4W7D0L2A62hTVlNy14yj/9P0rcC2zVJvkdWdp8XPh/dVTZgYLeH.js\";const LineAnimationFonts=getFonts(LineAnimation);const LineAnimationWithVariantAppearEffect=withVariantAppearEffect(LineAnimation);const RichTextAutoCopyrightStatementWithFX=withFX(AutoCopyrightStatement(RichText));const TextLinkFonts=getFonts(TextLink);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"hwslIwW6k\",\"StNqYOzjs\",\"C2z6IuBOP\",\"XBC5tHkVr\",\"zlgyEsAYd\"];const serializationHash=\"framer-ZCCpM\";const variantClassNames={C2z6IuBOP:\"framer-v-143v502\",hwslIwW6k:\"framer-v-pd41e3\",StNqYOzjs:\"framer-v-1q63pf7\",XBC5tHkVr:\"framer-v-f0cya6\",zlgyEsAYd:\"framer-v-1mzi05v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Footer Black\":\"hwslIwW6k\",\"Footer White\":\"StNqYOzjs\",\"Mobile Footer Black\":\"zlgyEsAYd\",\"Mobile Footer White\":\"XBC5tHkVr\",Hero:\"C2z6IuBOP\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,iUJxTtvgH:tap!==null&&tap!==void 0?tap:props.iUJxTtvgH,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hwslIwW6k\"};};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,iUJxTtvgH,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hwslIwW6k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const QjN2YbEjI1mb32vx=activeVariantCallback(async(...args)=>{if(iUJxTtvgH){const res=await iUJxTtvgH(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-pd41e3\",className,classNames),\"data-framer-name\":\"Footer Black\",layoutDependency:layoutDependency,layoutId:\"hwslIwW6k\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({C2z6IuBOP:{\"data-framer-name\":\"Hero\"},StNqYOzjs:{\"data-framer-name\":\"Footer White\"},XBC5tHkVr:{\"data-framer-name\":\"Mobile Footer White\"},zlgyEsAYd:{\"data-framer-name\":\"Mobile Footer Black\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-150cwsp-container\",layoutDependency:layoutDependency,layoutId:\"yxbQimQN8-container\",children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"zh0P0ZNrl\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"a8dXW8rKN\",height:\"100%\",id:\"yxbQimQN8\",layoutId:\"yxbQimQN8\",nhvtjR0LA:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",style:{height:\"100%\",width:\"100%\"},variant:\"zh0P0ZNrl\",width:\"100%\",...addPropertyOverrides({StNqYOzjs:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"},XBC5tHkVr:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"},zlgyEsAYd:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qfc4ru\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"nNnIp1tko\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5g1foh\",\"data-framer-name\":\"Contact Wrapper\",layoutDependency:layoutDependency,layoutId:\"xYfSxWUDs\",children:[/*#__PURE__*/_jsx(RichTextAutoCopyrightStatementWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"y4y0ca\",animation,\"pd41e3\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"\\xa9\\xa0WANG RAMIREZ\"})}),className:\"framer-y4y0ca\",\"data-framer-appear-id\":\"y4y0ca\",\"data-framer-name\":\"YYYY\",fonts:[\"Inter\"],initial:optimizeAppear(\"initial\",\"y4y0ca\",animation1,\"pd41e3\"),layoutDependency:layoutDependency,layoutId:\"Xq5xJbasx\",style:{transformPerspective:1200},variants:{StNqYOzjs:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C2z6IuBOP:{\"data-framer-appear-id\":\"ijzipb\",animate:optimizeAppear(\"animate\",\"ijzipb\",animation,\"143v502\"),initial:optimizeAppear(\"initial\",\"ijzipb\",animation1,\"143v502\")},StNqYOzjs:{\"data-framer-appear-id\":\"109d688\",animate:optimizeAppear(\"animate\",\"109d688\",animation,\"1q63pf7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"\\xa9\\xa0WANG RAMIREZ\"})}),initial:optimizeAppear(\"initial\",\"109d688\",animation1,\"1q63pf7\")},XBC5tHkVr:{\"data-framer-appear-id\":\"iyvq1u\",animate:optimizeAppear(\"animate\",\"iyvq1u\",animation,\"f0cya6\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"\\xa9\\xa0WANG RAMIREZ\"})}),initial:optimizeAppear(\"initial\",\"iyvq1u\",animation1,\"f0cya6\")},zlgyEsAYd:{\"data-framer-appear-id\":\"a8uhd4\",animate:optimizeAppear(\"animate\",\"a8uhd4\",animation,\"1mzi05v\"),initial:optimizeAppear(\"initial\",\"a8uhd4\",animation1,\"1mzi05v\")}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"xg23gz\",animation2,\"pd41e3\"),className:\"framer-xg23gz-container\",\"data-framer-appear-id\":\"xg23gz\",initial:optimizeAppear(\"initial\",\"xg23gz\",animation1,\"pd41e3\"),layoutDependency:layoutDependency,layoutId:\"FAZFksXJo-container\",style:{transformPerspective:1200},...addPropertyOverrides({C2z6IuBOP:{\"data-framer-appear-id\":\"8pb8jx\",animate:optimizeAppear(\"animate\",\"8pb8jx\",animation2,\"143v502\"),initial:optimizeAppear(\"initial\",\"8pb8jx\",animation1,\"143v502\")},StNqYOzjs:{\"data-framer-appear-id\":\"1e1x1hg\",animate:optimizeAppear(\"animate\",\"1e1x1hg\",animation2,\"1q63pf7\"),initial:optimizeAppear(\"initial\",\"1e1x1hg\",animation1,\"1q63pf7\")},XBC5tHkVr:{\"data-framer-appear-id\":\"f6v4pw\",animate:optimizeAppear(\"animate\",\"f6v4pw\",animation2,\"f0cya6\"),initial:optimizeAppear(\"initial\",\"f6v4pw\",animation1,\"f0cya6\")},zlgyEsAYd:{\"data-framer-appear-id\":\"4g8q0y\",animate:optimizeAppear(\"animate\",\"4g8q0y\",animation2,\"1mzi05v\"),initial:optimizeAppear(\"initial\",\"4g8q0y\",animation1,\"1mzi05v\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"FAZFksXJo\",Kpveh2Q8O:\"|\",layoutId:\"FAZFksXJo\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({StNqYOzjs:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"10pofvf\",animation2,\"pd41e3\"),className:\"framer-10pofvf-container\",\"data-framer-appear-id\":\"10pofvf\",initial:optimizeAppear(\"initial\",\"10pofvf\",animation1,\"pd41e3\"),layoutDependency:layoutDependency,layoutId:\"Zdgd8SaEL-container\",style:{transformPerspective:1200},...addPropertyOverrides({C2z6IuBOP:{\"data-framer-appear-id\":\"1yd9c55\",animate:optimizeAppear(\"animate\",\"1yd9c55\",animation2,\"143v502\"),initial:optimizeAppear(\"initial\",\"1yd9c55\",animation1,\"143v502\")},StNqYOzjs:{\"data-framer-appear-id\":\"7zj6ok\",animate:optimizeAppear(\"animate\",\"7zj6ok\",animation2,\"1q63pf7\"),initial:optimizeAppear(\"initial\",\"7zj6ok\",animation1,\"1q63pf7\")},XBC5tHkVr:{\"data-framer-appear-id\":\"wi6x2r\",animate:optimizeAppear(\"animate\",\"wi6x2r\",animation2,\"f0cya6\"),initial:optimizeAppear(\"initial\",\"wi6x2r\",animation1,\"f0cya6\")},zlgyEsAYd:{\"data-framer-appear-id\":\"1ta2rd\",animate:optimizeAppear(\"animate\",\"1ta2rd\",animation2,\"1mzi05v\"),initial:optimizeAppear(\"initial\",\"1ta2rd\",animation1,\"1mzi05v\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"Zdgd8SaEL\",Kpveh2Q8O:\"Site by Made Studio\",layoutId:\"Zdgd8SaEL\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",QjN2YbEjI:QjN2YbEjI1mb32vx,variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({StNqYOzjs:{bwVWMSt6G:\"http://www.madestudio.co.uk\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{bwVWMSt6G:\"http://www.madestudio.co.uk\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},zlgyEsAYd:{bwVWMSt6G:\"http://www.madestudio.co.uk\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nio10f\",layoutDependency:layoutDependency,layoutId:\"xPPDUQ5gC\",children:/*#__PURE__*/_jsx(RichTextAutoCopyrightStatementWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1s4xkk2\",animation,\"pd41e3\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",children:\"YYYY\"})}),className:\"framer-1s4xkk2\",\"data-framer-appear-id\":\"1s4xkk2\",\"data-framer-name\":\"YYYY\",fonts:[\"Inter\"],initial:optimizeAppear(\"initial\",\"1s4xkk2\",animation1,\"pd41e3\"),layoutDependency:layoutDependency,layoutId:\"Jzuez2bns\",style:{transformPerspective:1200},variants:{StNqYOzjs:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},zlgyEsAYd:{\"--extracted-r6o4lv\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C2z6IuBOP:{\"data-framer-appear-id\":\"8gvldr\",animate:optimizeAppear(\"animate\",\"8gvldr\",animation,\"143v502\"),initial:optimizeAppear(\"initial\",\"8gvldr\",animation1,\"143v502\")},StNqYOzjs:{\"data-framer-appear-id\":\"2p26kp\",animate:optimizeAppear(\"animate\",\"2p26kp\",animation,\"1q63pf7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"YYYY\"})}),initial:optimizeAppear(\"initial\",\"2p26kp\",animation1,\"1q63pf7\")},XBC5tHkVr:{\"data-framer-appear-id\":\"ubbl79\",animate:optimizeAppear(\"animate\",\"ubbl79\",animation,\"f0cya6\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"YYYY\"})}),initial:optimizeAppear(\"initial\",\"ubbl79\",animation1,\"f0cya6\")},zlgyEsAYd:{\"data-framer-appear-id\":\"12gpj1r\",animate:optimizeAppear(\"animate\",\"12gpj1r\",animation,\"1mzi05v\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)))\"},children:\"YYYY\"})}),initial:optimizeAppear(\"initial\",\"12gpj1r\",animation1,\"1mzi05v\")}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZCCpM.framer-q65lnj, .framer-ZCCpM .framer-q65lnj { display: block; }\",\".framer-ZCCpM.framer-pd41e3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 1200px; }\",\".framer-ZCCpM .framer-150cwsp-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-ZCCpM .framer-1qfc4ru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-ZCCpM .framer-5g1foh { align-content: center; align-items: center; display: flex; flex: 3 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZCCpM .framer-y4y0ca, .framer-ZCCpM .framer-1s4xkk2 { flex: none; height: auto; mix-blend-mode: difference; position: relative; white-space: pre; width: auto; }\",\".framer-ZCCpM .framer-xg23gz-container, .framer-ZCCpM .framer-10pofvf-container { flex: none; height: auto; mix-blend-mode: difference; position: relative; width: auto; }\",\".framer-ZCCpM .framer-nio10f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZCCpM.framer-pd41e3, .framer-ZCCpM .framer-1qfc4ru, .framer-ZCCpM .framer-5g1foh, .framer-ZCCpM .framer-nio10f { gap: 0px; } .framer-ZCCpM.framer-pd41e3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZCCpM.framer-pd41e3 > :first-child { margin-top: 0px; } .framer-ZCCpM.framer-pd41e3 > :last-child { margin-bottom: 0px; } .framer-ZCCpM .framer-1qfc4ru > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ZCCpM .framer-1qfc4ru > :first-child, .framer-ZCCpM .framer-5g1foh > :first-child, .framer-ZCCpM .framer-nio10f > :first-child { margin-left: 0px; } .framer-ZCCpM .framer-1qfc4ru > :last-child, .framer-ZCCpM .framer-5g1foh > :last-child, .framer-ZCCpM .framer-nio10f > :last-child { margin-right: 0px; } .framer-ZCCpM .framer-5g1foh > *, .framer-ZCCpM .framer-nio10f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-ZCCpM.framer-v-f0cya6.framer-pd41e3, .framer-ZCCpM.framer-v-1mzi05v.framer-pd41e3 { padding: 0px 15px 0px 15px; width: 390px; }\",\".framer-ZCCpM.framer-v-f0cya6 .framer-nio10f, .framer-ZCCpM.framer-v-1mzi05v .framer-nio10f { flex: none; width: min-content; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"StNqYOzjs\":{\"layout\":[\"fixed\",\"auto\"]},\"C2z6IuBOP\":{\"layout\":[\"fixed\",\"auto\"]},\"XBC5tHkVr\":{\"layout\":[\"fixed\",\"auto\"]},\"zlgyEsAYd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iUJxTtvgH\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxxIb0BkhJ=withCSS(Component,css,\"framer-ZCCpM\");export default FramerxxIb0BkhJ;FramerxxIb0BkhJ.displayName=\"Footer Bar\";FramerxxIb0BkhJ.defaultProps={height:34,width:1200};addPropertyControls(FramerxxIb0BkhJ,{variant:{options:[\"hwslIwW6k\",\"StNqYOzjs\",\"C2z6IuBOP\",\"XBC5tHkVr\",\"zlgyEsAYd\"],optionTitles:[\"Footer Black\",\"Footer White\",\"Hero\",\"Mobile Footer White\",\"Mobile Footer Black\"],title:\"Variant\",type:ControlType.Enum},iUJxTtvgH:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerxxIb0BkhJ,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...LineAnimationFonts,...TextLinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxxIb0BkhJ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"StNqYOzjs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C2z6IuBOP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XBC5tHkVr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zlgyEsAYd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"34\",\"framerVariables\":\"{\\\"iUJxTtvgH\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xxIb0BkhJ.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hgGgywLPq\",\"ormJuBxCO\",\"kFaMqi8iH\"];const serializationHash=\"framer-bAPCF\";const variantClassNames={hgGgywLPq:\"framer-v-y9huqu\",kFaMqi8iH:\"framer-v-1jtv0a9\",ormJuBxCO:\"framer-v-4ox7uk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Link Active\":\"ormJuBxCO\",\"Link Mobile\":\"kFaMqi8iH\",Link:\"hgGgywLPq\"};const getProps=({color,height,id,link,tap,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,aAL3Kk_ub:tap!==null&&tap!==void 0?tap:props.aAL3Kk_ub,b89VyIKsR:(_ref=color!==null&&color!==void 0?color:props.b89VyIKsR)!==null&&_ref!==void 0?_ref:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:link!==null&&link!==void 0?link:props.fHKDDMhyL,pmLxJr3U4:(_ref1=title!==null&&title!==void 0?title:props.pmLxJr3U4)!==null&&_ref1!==void 0?_ref1:\"PROFILE\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"hgGgywLPq\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pmLxJr3U4,fHKDDMhyL,b89VyIKsR,aAL3Kk_ub,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hgGgywLPq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1jq8al6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aAL3Kk_ub){const res=await aAL3Kk_ub(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:fHKDDMhyL,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-y9huqu\",className,classNames)} framer-266xis`,\"data-framer-name\":\"Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hgGgywLPq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1jq8al6,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kFaMqi8iH:{\"data-framer-name\":\"Link Mobile\",\"data-highlight\":undefined,onTap:()=>setGestureState({isPressed:false})},ormJuBxCO:{\"data-framer-name\":\"Link Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b89VyIKsR-V3EjteYMK))\",\"--framer-text-transform\":\"uppercase\"},children:\"PROFILE\"})}),className:\"framer-1wmsz6h\",\"data-framer-name\":\"PROFILE\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"dANCe82ja\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-b89VyIKsR-V3EjteYMK)\",\"--variable-reference-b89VyIKsR-V3EjteYMK\":b89VyIKsR,opacity:1},text:pmLxJr3U4,variants:{ormJuBxCO:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bAPCF.framer-266xis, .framer-bAPCF .framer-266xis { display: block; }\",\".framer-bAPCF.framer-y9huqu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bAPCF .framer-1wmsz6h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bAPCF.framer-y9huqu { gap: 0px; } .framer-bAPCF.framer-y9huqu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bAPCF.framer-y9huqu > :first-child { margin-left: 0px; } .framer-bAPCF.framer-y9huqu > :last-child { margin-right: 0px; } }\",\".framer-bAPCF.framer-v-1jtv0a9.framer-y9huqu { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ormJuBxCO\":{\"layout\":[\"auto\",\"auto\"]},\"kFaMqi8iH\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pmLxJr3U4\":\"title\",\"fHKDDMhyL\":\"link\",\"b89VyIKsR\":\"color\",\"aAL3Kk_ub\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerV3EjteYMK=withCSS(Component,css,\"framer-bAPCF\");export default FramerV3EjteYMK;FramerV3EjteYMK.displayName=\"Open Navigation Link\";FramerV3EjteYMK.defaultProps={height:60,width:230};addPropertyControls(FramerV3EjteYMK,{variant:{options:[\"hgGgywLPq\",\"ormJuBxCO\",\"kFaMqi8iH\"],optionTitles:[\"Link\",\"Link Active\",\"Link Mobile\"],title:\"Variant\",type:ControlType.Enum},pmLxJr3U4:{defaultValue:\"PROFILE\",displayTextArea:false,title:\"Title\",type:ControlType.String},fHKDDMhyL:{title:\"Link\",type:ControlType.Link},b89VyIKsR:{defaultValue:'var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)) /* {\"name\":\"JT White\"} */',title:\"Color\",type:ControlType.Color},aAL3Kk_ub:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerV3EjteYMK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV3EjteYMK\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerVariables\":\"{\\\"pmLxJr3U4\\\":\\\"title\\\",\\\"fHKDDMhyL\\\":\\\"link\\\",\\\"b89VyIKsR\\\":\\\"color\\\",\\\"aAL3Kk_ub\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ormJuBxCO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kFaMqi8iH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"230\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V3EjteYMK.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,optimizeAppear,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import TextLink from\"https://framerusercontent.com/modules/4W7D0L2A62hTVlNy14yj/9P0rcC2zVJvkdWdp8XPh/dVTZgYLeH.js\";import OpenNavigationLink from\"https://framerusercontent.com/modules/iprs4R83V3XYqfhGB9jz/1mea4t8pCKzzWzxQnTH4/V3EjteYMK.js\";import FooterBar from\"https://framerusercontent.com/modules/9noP7ENa3t8w8bDEjRcl/Qed4W4PkSLQTJ7BHnSFP/xxIb0BkhJ.js\";const TextLinkFonts=getFonts(TextLink);const OpenNavigationLinkFonts=getFonts(OpenNavigationLink);const MotionDivWithFX=withFX(motion.div);const FooterBarFonts=getFonts(FooterBar);const VideoFonts=getFonts(Video);const cycleOrder=[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\",\"PEd4sda6b\",\"wpQISqvba\"];const serializationHash=\"framer-VS1j7\";const variantClassNames={bK7vL0KSp:\"framer-v-1e8s9ne\",CdiCFOBlP:\"framer-v-4c5epr\",HClsCcfQz:\"framer-v-18ak3ot\",I2DiMKo8W:\"framer-v-clbh7i\",JjVk8IP6t:\"framer-v-1vjdru\",nndHF1d3J:\"framer-v-g18r89\",PEd4sda6b:\"framer-v-mobd10\",Pvro3rvUj:\"framer-v-1q5r6ld\",wpQISqvba:\"framer-v-1rj2gv6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:.2,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:.4,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.3,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:.1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Case Studies\":\"HClsCcfQz\",\"Mobile Full Navigation \":\"JjVk8IP6t\",\"Variant 8\":\"PEd4sda6b\",\"Variant 9\":\"wpQISqvba\",Contact:\"bK7vL0KSp\",Index:\"nndHF1d3J\",Journal:\"CdiCFOBlP\",Profile:\"Pvro3rvUj\",Unhovered:\"I2DiMKo8W\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"I2DiMKo8W\",ZnO4gEEiP:tap!==null&&tap!==void 0?tap:props.ZnO4gEEiP};};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,ZnO4gEEiP,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I2DiMKo8W\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsgutib=activeVariantCallback(async(...args)=>{if(ZnO4gEEiP){const res=await ZnO4gEEiP(...args);if(res===false)return false;}});const onMouseEnterx99192=activeVariantCallback(async(...args)=>{setVariant(\"HClsCcfQz\");});const onMouseLeave6wal2l=activeVariantCallback(async(...args)=>{setVariant(\"I2DiMKo8W\");});const onMouseEnterj1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const onMouseEnter10dh9qc=activeVariantCallback(async(...args)=>{setVariant(\"bK7vL0KSp\");});const onMouseEnterbkbs62=activeVariantCallback(async(...args)=>{setVariant(\"Pvro3rvUj\");});const onMouseEnter12b6fck=activeVariantCallback(async(...args)=>{setVariant(\"nndHF1d3J\");});const onMouseLeavej1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if([\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Pvro3rvUj\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"HClsCcfQz\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"bK7vL0KSp\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"CdiCFOBlP\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"nndHF1d3J\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-clbh7i\",className,classNames),\"data-framer-name\":\"Unhovered\",layoutDependency:layoutDependency,layoutId:\"I2DiMKo8W\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",...style},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-name\":\"Contact\"},CdiCFOBlP:{\"data-framer-name\":\"Journal\"},HClsCcfQz:{\"data-framer-name\":\"Case Studies\"},JjVk8IP6t:{\"data-framer-name\":\"Mobile Full Navigation \"},nndHF1d3J:{\"data-framer-name\":\"Index\"},PEd4sda6b:{\"data-framer-name\":\"Variant 8\"},Pvro3rvUj:{\"data-framer-name\":\"Profile\"},wpQISqvba:{\"data-framer-name\":\"Variant 9\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jbv01b\",\"data-framer-name\":\"Nav Row Monogram\",layoutDependency:layoutDependency,layoutId:\"Hj5YI6SET\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-p75ym1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mJBt5vHN1\",onTap:onTapsgutib,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1da7o2i\",\"data-framer-name\":\"Monogram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Hj5YI6SEToiRKa9oMZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 35\"><g id=\"ss10178767274_1\"><path d=\"M 0 34.814 L 0 0 L 59.98 0 L 59.98 34.814 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.312 C 20.322 0.471 20.076 0.938 19.973 1.579 C 19.635 3.757 19.348 5.633 19.112 7.205 C 18.876 8.776 18.673 10.138 18.505 11.29 C 18.337 12.445 18.201 13.469 18.098 14.367 C 17.998 15.233 17.895 16.067 17.794 16.867 C 17.694 17.636 17.591 18.438 17.491 19.271 C 17.408 19.929 17.312 20.671 17.207 21.502 C 17.187 21.65 16.983 21.674 16.933 21.533 C 16.886 21.395 16.835 21.267 16.788 21.145 C 16.75 21.05 16.717 20.955 16.692 20.857 L 13.281 7.252 C 13.18 6.805 12.994 6.514 12.723 6.388 C 12.487 6.26 12.148 6.195 11.709 6.195 C 11.237 6.195 10.813 6.26 10.441 6.388 C 10.223 6.445 10.024 6.538 9.841 6.671 C 9.575 6.867 9.442 7.176 9.372 7.488 C 8.847 9.598 7.466 17.014 7.401 17.302 C 7.361 17.638 7.014 17.548 6.919 17.221 L 4.308 8.264 C 3.969 7.271 3.475 6.593 1.926 6.774 C 1.557 6.817 1.132 6.919 0.658 7.207 C 0.221 7.462 0.01 7.814 0 8.262 C -0.045 10.107 6.44 29.802 6.44 29.802 C 6.912 31.012 8.925 30.812 8.925 30.812 C 9.412 30.812 10.318 30.55 10.67 29.61 C 10.735 29.455 10.75 29.286 10.75 29.117 C 10.75 28.879 11.182 19.14 11.35 18.45 C 11.418 18.274 11.596 18.364 11.624 18.433 L 18.05 34.033 C 18.442 34.702 19.336 34.46 20.091 34.357 C 20.503 34.298 20.636 33.821 20.649 33.49 C 20.752 30.617 20.699 28.431 20.89 25.667 C 21.126 22.686 21.379 19.929 21.65 17.398 C 21.922 14.833 24.02 2.845 24.136 1.291 C 23.925 0.219 22.589 -0.414 20.799 0.312 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 59.372 23.612 C 58.966 23.324 58.476 23.131 57.901 23.036 C 57.362 22.94 56.787 22.89 56.177 22.89 C 55.602 22.86 55.145 22.826 54.808 22.795 L 30.474 21.352 C 31.416 20.538 32.48 19.724 33.382 18.969 C 34.331 18.283 35.156 17.686 35.859 17.179 C 37.853 15.736 39.949 13.571 40.321 12.995 C 40.727 12.386 41.756 10.831 42.045 9.1 C 42.474 7.24 42.095 6.071 41.691 5.686 C 41.32 5.3 40.845 4.998 40.273 4.771 C 39.733 4.514 39.141 4.338 38.498 4.243 C 37.89 4.148 37.366 4.098 36.926 4.098 C 34.572 4.098 33.218 4.571 32.839 4.731 C 32.041 5.026 31.346 5.379 30.766 5.69 C 30.346 5.9 28.7 7.167 28.7 7.167 C 28.564 7.136 28.479 6.974 28.446 6.686 C 28.413 6.398 28.328 6.093 28.192 5.771 C 28.057 5.419 27.821 5.114 27.482 4.857 C 27.143 4.6 26.621 4.452 25.91 4.471 C 25.135 4.493 24.276 5.281 24.238 6.107 C 24.233 6.25 24.442 10.467 24.442 10.626 C 24.442 11.012 24.341 11.348 24.138 11.636 C 23.97 11.893 23.784 12.148 23.581 12.405 C 23.377 12.629 23.174 12.886 22.973 13.174 C 22.805 13.431 22.72 13.75 22.72 14.136 C 22.72 14.552 22.805 14.874 22.973 15.098 C 23.177 15.321 23.395 15.498 23.633 15.626 C 23.869 15.721 24.09 15.802 24.294 15.867 C 24.497 15.931 24.615 16.012 24.648 16.107 C 24.705 16.583 26.234 33.162 26.234 33.162 C 26.267 33.419 26.387 33.643 26.588 33.836 C 26.789 34.029 27.038 34.338 27.944 34.717 C 28.215 34.781 28.451 34.812 28.654 34.812 C 28.958 34.812 29.212 34.731 29.415 34.571 C 29.618 34.412 29.787 34.219 29.922 33.995 C 30.058 33.738 30.143 33.483 30.176 33.226 C 30.244 32.938 30.276 32.681 30.276 32.457 C 30.276 31.302 30.158 30.15 29.922 28.995 C 29.719 27.81 29.618 26.607 29.618 25.388 C 29.618 25.324 29.636 25.243 29.669 25.148 C 29.736 25.052 29.787 25.002 29.822 25.002 C 32.965 25.002 35.719 25.033 38.086 25.098 C 40.486 25.162 42.582 25.243 44.372 25.338 C 46.165 25.433 47.701 25.548 48.987 25.674 C 50.272 25.802 51.387 25.931 52.333 26.06 C 53.312 26.188 56.375 26.59 57.859 26.636 C 59.342 26.681 59.769 25.69 59.837 25.531 C 59.937 25.338 59.99 25.098 59.99 24.81 C 59.99 24.264 59.787 23.864 59.382 23.607 Z M 29.31 17.457 C 29.174 17.521 29.089 17.552 29.056 17.552 L 28.903 17.552 C 28.835 16.719 28.785 15.95 28.75 15.245 C 28.717 14.54 28.7 12.217 28.7 12.217 C 30.309 10.752 31.712 9.576 32.905 8.688 C 33.713 8.276 34.413 7.995 34.998 7.85 C 35.641 7.69 36.216 7.61 36.723 7.61 C 36.959 7.61 37.717 7.676 38.041 8.09 C 38.254 8.362 38.36 8.886 38.028 9.581 C 37.757 10.19 37.373 10.845 36.967 11.488 C 36.56 12.129 35.646 13.193 33.58 14.743 L 33.58 14.738 C 31.506 16.067 29.38 17.426 29.31 17.46 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:10178767274,withExternalLayout:true,...addPropertyOverrides({JjVk8IP6t:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 41\"><g id=\"ss12604874137_5\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:12604874137}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cojtl5\",\"data-border\":true,\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Hj5YI6SETz5d6L9HXi\",onTap:onTapsgutib,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2s1uvm-container\",layoutDependency:layoutDependency,layoutId:\"Hj5YI6SETp0mdHnoOe-container\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"Hj5YI6SETp0mdHnoOe\",Kpveh2Q8O:\"close\",layoutId:\"Hj5YI6SETp0mdHnoOe\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({HClsCcfQz:{MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ok8kv\",\"data-framer-name\":\"Menu Content\",layoutDependency:layoutDependency,layoutId:\"z8nxI_8NR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ojejqj\",\"data-framer-name\":\"Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"cfWpkRfAB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-erzo0q\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FZezUXyps\",onMouseEnter:onMouseEnterx99192,...addPropertyOverrides({HClsCcfQz:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1v9x7x2\",animation,\"clbh7i\"),className:\"framer-1v9x7x2-container\",\"data-framer-appear-id\":\"1v9x7x2\",initial:optimizeAppear(\"initial\",\"1v9x7x2\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"cHlALm0ui-container\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"172ohdj\",animate:optimizeAppear(\"animate\",\"172ohdj\",animation,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"172ohdj\",animation1,\"1e8s9ne\")},CdiCFOBlP:{\"data-framer-appear-id\":\"12y7zap\",animate:optimizeAppear(\"animate\",\"12y7zap\",animation,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"12y7zap\",animation1,\"4c5epr\")},HClsCcfQz:{\"data-framer-appear-id\":\"m0zy01\",animate:optimizeAppear(\"animate\",\"m0zy01\",animation,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"m0zy01\",animation1,\"18ak3ot\")},JjVk8IP6t:{\"data-framer-appear-id\":\"1psqb46\",animate:optimizeAppear(\"animate\",\"1psqb46\",animation,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1psqb46\",animation1,\"1vjdru\")},nndHF1d3J:{\"data-framer-appear-id\":\"qydux5\",animate:optimizeAppear(\"animate\",\"qydux5\",animation,\"g18r89\"),initial:optimizeAppear(\"initial\",\"qydux5\",animation1,\"g18r89\")},PEd4sda6b:{\"data-framer-appear-id\":\"1ss9p7v\",animate:optimizeAppear(\"animate\",\"1ss9p7v\",animation,\"mobd10\"),initial:optimizeAppear(\"initial\",\"1ss9p7v\",animation1,\"mobd10\")},Pvro3rvUj:{\"data-framer-appear-id\":\"1jjnz3q\",animate:optimizeAppear(\"animate\",\"1jjnz3q\",animation,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"1jjnz3q\",animation1,\"1q5r6ld\")},wpQISqvba:{\"data-framer-appear-id\":\"1kx282j\",animate:optimizeAppear(\"animate\",\"1kx282j\",animation,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"1kx282j\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks[0],height:\"100%\",id:\"cHlALm0ui\",layoutId:\"cHlALm0ui\",pmLxJr3U4:\"PROJECTS\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks[2],variant:\"ormJuBxCO\"},JjVk8IP6t:{fHKDDMhyL:resolvedLinks[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks[4]},PEd4sda6b:{fHKDDMhyL:resolvedLinks[7]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks[1]},wpQISqvba:{fHKDDMhyL:resolvedLinks[8]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4dxcut\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iQa9jEtgi\",onMouseEnter:onMouseEnterj1jt39,...addPropertyOverrides({CdiCFOBlP:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"jyzgbe\",animation2,\"clbh7i\"),className:\"framer-jyzgbe-container\",\"data-framer-appear-id\":\"jyzgbe\",initial:optimizeAppear(\"initial\",\"jyzgbe\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"aCpuqSnEi-container\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"un7lmj\",animate:optimizeAppear(\"animate\",\"un7lmj\",animation2,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"un7lmj\",animation1,\"1e8s9ne\")},CdiCFOBlP:{\"data-framer-appear-id\":\"6awmkk\",animate:optimizeAppear(\"animate\",\"6awmkk\",animation2,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"6awmkk\",animation1,\"4c5epr\")},HClsCcfQz:{\"data-framer-appear-id\":\"147y7g7\",animate:optimizeAppear(\"animate\",\"147y7g7\",animation2,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"147y7g7\",animation1,\"18ak3ot\")},JjVk8IP6t:{\"data-framer-appear-id\":\"1ngi7q9\",animate:optimizeAppear(\"animate\",\"1ngi7q9\",animation2,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1ngi7q9\",animation1,\"1vjdru\")},nndHF1d3J:{\"data-framer-appear-id\":\"1k8bk1w\",animate:optimizeAppear(\"animate\",\"1k8bk1w\",animation2,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1k8bk1w\",animation1,\"g18r89\")},PEd4sda6b:{\"data-framer-appear-id\":\"19eeija\",animate:optimizeAppear(\"animate\",\"19eeija\",animation2,\"mobd10\"),initial:optimizeAppear(\"initial\",\"19eeija\",animation1,\"mobd10\")},Pvro3rvUj:{\"data-framer-appear-id\":\"svd6je\",animate:optimizeAppear(\"animate\",\"svd6je\",animation2,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"svd6je\",animation1,\"1q5r6ld\")},wpQISqvba:{\"data-framer-appear-id\":\"16ws11s\",animate:optimizeAppear(\"animate\",\"16ws11s\",animation2,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"16ws11s\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks1[0],height:\"100%\",id:\"aCpuqSnEi\",layoutId:\"aCpuqSnEi\",pmLxJr3U4:\"PRESS\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks1[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks1[5],variant:\"ormJuBxCO\"},HClsCcfQz:{fHKDDMhyL:resolvedLinks1[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks1[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks1[4]},PEd4sda6b:{fHKDDMhyL:resolvedLinks1[7]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks1[1]},wpQISqvba:{fHKDDMhyL:resolvedLinks1[8]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nmu7lx\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p8O2rIjto\",onMouseEnter:onMouseEnter10dh9qc,...addPropertyOverrides({bK7vL0KSp:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1ytcif4\",animation3,\"clbh7i\"),className:\"framer-1ytcif4-container\",\"data-framer-appear-id\":\"1ytcif4\",initial:optimizeAppear(\"initial\",\"1ytcif4\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"w9ILZoAzT-container\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"337834\",animate:optimizeAppear(\"animate\",\"337834\",animation3,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"337834\",animation1,\"1e8s9ne\")},CdiCFOBlP:{\"data-framer-appear-id\":\"rszcur\",animate:optimizeAppear(\"animate\",\"rszcur\",animation3,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"rszcur\",animation1,\"4c5epr\")},HClsCcfQz:{\"data-framer-appear-id\":\"fjru8o\",animate:optimizeAppear(\"animate\",\"fjru8o\",animation3,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"fjru8o\",animation1,\"18ak3ot\")},JjVk8IP6t:{\"data-framer-appear-id\":\"1o9w53j\",animate:optimizeAppear(\"animate\",\"1o9w53j\",animation3,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1o9w53j\",animation1,\"1vjdru\")},nndHF1d3J:{\"data-framer-appear-id\":\"7cs9s5\",animate:optimizeAppear(\"animate\",\"7cs9s5\",animation3,\"g18r89\"),initial:optimizeAppear(\"initial\",\"7cs9s5\",animation1,\"g18r89\")},PEd4sda6b:{\"data-framer-appear-id\":\"11zhvu8\",animate:optimizeAppear(\"animate\",\"11zhvu8\",animation3,\"mobd10\"),initial:optimizeAppear(\"initial\",\"11zhvu8\",animation1,\"mobd10\")},Pvro3rvUj:{\"data-framer-appear-id\":\"11gmem6\",animate:optimizeAppear(\"animate\",\"11gmem6\",animation3,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"11gmem6\",animation1,\"1q5r6ld\")},wpQISqvba:{\"data-framer-appear-id\":\"10zin7o\",animate:optimizeAppear(\"animate\",\"10zin7o\",animation3,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"10zin7o\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks2[0],height:\"100%\",id:\"w9ILZoAzT\",layoutId:\"w9ILZoAzT\",pmLxJr3U4:\"INQUIRIES\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks2[3],variant:\"ormJuBxCO\"},CdiCFOBlP:{fHKDDMhyL:resolvedLinks2[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks2[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks2[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks2[4]},PEd4sda6b:{fHKDDMhyL:resolvedLinks2[7]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks2[1]},wpQISqvba:{fHKDDMhyL:resolvedLinks2[8]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hox8kl\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XHgqWzT_B\",onMouseEnter:onMouseEnterbkbs62,...addPropertyOverrides({JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined},Pvro3rvUj:{onMouseLeave:onMouseLeave6wal2l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{pathVariables:{vmeKP9pJN:\"us\"},unresolvedPathSlugs:{vmeKP9pJN:{collectionId:\"zaZFtyLuT\",collectionItemId:\"XuaygjS9A\"}},webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"6f1a9b\",animation4,\"clbh7i\"),className:\"framer-6f1a9b-container\",\"data-framer-appear-id\":\"6f1a9b\",initial:optimizeAppear(\"initial\",\"6f1a9b\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"I6JcZjEpt-container\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"x1u9gu\",animate:optimizeAppear(\"animate\",\"x1u9gu\",animation4,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"x1u9gu\",animation1,\"1e8s9ne\")},CdiCFOBlP:{\"data-framer-appear-id\":\"s0qfw9\",animate:optimizeAppear(\"animate\",\"s0qfw9\",animation4,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"s0qfw9\",animation1,\"4c5epr\")},HClsCcfQz:{\"data-framer-appear-id\":\"8xr5m3\",animate:optimizeAppear(\"animate\",\"8xr5m3\",animation4,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"8xr5m3\",animation1,\"18ak3ot\")},JjVk8IP6t:{\"data-framer-appear-id\":\"1jsqehs\",animate:optimizeAppear(\"animate\",\"1jsqehs\",animation4,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1jsqehs\",animation1,\"1vjdru\")},nndHF1d3J:{\"data-framer-appear-id\":\"1431vib\",animate:optimizeAppear(\"animate\",\"1431vib\",animation4,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1431vib\",animation1,\"g18r89\")},PEd4sda6b:{\"data-framer-appear-id\":\"1vkl0q5\",animate:optimizeAppear(\"animate\",\"1vkl0q5\",animation4,\"mobd10\"),initial:optimizeAppear(\"initial\",\"1vkl0q5\",animation1,\"mobd10\")},Pvro3rvUj:{\"data-framer-appear-id\":\"biizb8\",animate:optimizeAppear(\"animate\",\"biizb8\",animation4,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"biizb8\",animation1,\"1q5r6ld\")},wpQISqvba:{\"data-framer-appear-id\":\"1i9tgn8\",animate:optimizeAppear(\"animate\",\"1i9tgn8\",animation4,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"1i9tgn8\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks3[0],height:\"100%\",id:\"I6JcZjEpt\",layoutId:\"I6JcZjEpt\",pmLxJr3U4:\"ABOUT\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks3[3]},CdiCFOBlP:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks3[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks3[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks3[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks3[4]},PEd4sda6b:{fHKDDMhyL:resolvedLinks3[7]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks3[1],variant:\"ormJuBxCO\"},wpQISqvba:{fHKDDMhyL:resolvedLinks3[8]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wfzzep\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sSdLY8_JS\",onMouseEnter:onMouseEnter12b6fck,...addPropertyOverrides({CdiCFOBlP:{onMouseLeave:onMouseLeavej1jt39},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined},nndHF1d3J:{onMouseLeave:onMouseLeave6wal2l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1rwjzxl\",animation5,\"clbh7i\"),className:\"framer-1rwjzxl-container\",\"data-framer-appear-id\":\"1rwjzxl\",initial:optimizeAppear(\"initial\",\"1rwjzxl\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"bb_eIw9_m-container\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"h0ct52\",animate:optimizeAppear(\"animate\",\"h0ct52\",animation5,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"h0ct52\",animation1,\"1e8s9ne\")},CdiCFOBlP:{\"data-framer-appear-id\":\"10l3yfl\",animate:optimizeAppear(\"animate\",\"10l3yfl\",animation5,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"10l3yfl\",animation1,\"4c5epr\")},HClsCcfQz:{\"data-framer-appear-id\":\"vtjhe5\",animate:optimizeAppear(\"animate\",\"vtjhe5\",animation5,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"vtjhe5\",animation1,\"18ak3ot\")},JjVk8IP6t:{\"data-framer-appear-id\":\"au43vb\",animate:optimizeAppear(\"animate\",\"au43vb\",animation5,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"au43vb\",animation1,\"1vjdru\")},nndHF1d3J:{\"data-framer-appear-id\":\"1rz3w6j\",animate:optimizeAppear(\"animate\",\"1rz3w6j\",animation5,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1rz3w6j\",animation1,\"g18r89\")},PEd4sda6b:{\"data-framer-appear-id\":\"1cuilhq\",animate:optimizeAppear(\"animate\",\"1cuilhq\",animation5,\"mobd10\"),initial:optimizeAppear(\"initial\",\"1cuilhq\",animation1,\"mobd10\")},Pvro3rvUj:{\"data-framer-appear-id\":\"10nhamm\",animate:optimizeAppear(\"animate\",\"10nhamm\",animation5,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"10nhamm\",animation1,\"1q5r6ld\")},wpQISqvba:{\"data-framer-appear-id\":\"5o43i5\",animate:optimizeAppear(\"animate\",\"5o43i5\",animation5,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"5o43i5\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks4[0],height:\"100%\",id:\"bb_eIw9_m\",layoutId:\"bb_eIw9_m\",pmLxJr3U4:\"INDEX\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks4[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks4[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks4[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks4[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks4[4],variant:\"ormJuBxCO\"},PEd4sda6b:{fHKDDMhyL:resolvedLinks4[7]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks4[1]},wpQISqvba:{fHKDDMhyL:resolvedLinks4[8]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ir3r8-container\",layoutDependency:layoutDependency,layoutId:\"x3Hc5mmdS-container\",children:/*#__PURE__*/_jsx(FooterBar,{height:\"100%\",id:\"x3Hc5mmdS\",layoutId:\"x3Hc5mmdS\",style:{width:\"100%\"},variant:\"StNqYOzjs\",width:\"100%\",...addPropertyOverrides({JjVk8IP6t:{variant:\"XBC5tHkVr\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1v532ah\",animation4,\"clbh7i\"),className:\"framer-1v532ah-container\",\"data-framer-appear-id\":\"1v532ah\",\"data-framer-name\":\"Video Neutral\",initial:optimizeAppear(\"initial\",\"1v532ah\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"y10SA0Liq-container\",name:\"Video Neutral\",style:{transformPerspective:1200},...addPropertyOverrides({PEd4sda6b:{\"data-framer-appear-id\":\"17zx2fq\",animate:optimizeAppear(\"animate\",\"17zx2fq\",animation4,\"mobd10\"),initial:optimizeAppear(\"initial\",\"17zx2fq\",animation1,\"mobd10\")},wpQISqvba:{\"data-framer-appear-id\":\"y969e7\",animate:optimizeAppear(\"animate\",\"y969e7\",animation4,\"1rj2gv6\"),initial:optimizeAppear(\"initial\",\"y969e7\",animation1,\"1rj2gv6\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"y10SA0Liq\",isMixedBorderRadius:false,layoutId:\"y10SA0Liq\",loop:true,muted:true,name:\"Video Neutral\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/B6LYNs2sZZCQyAaGkSJ1IXrs.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1ym0jai\",animation4,\"clbh7i\"),className:\"framer-1ym0jai-container\",\"data-framer-appear-id\":\"1ym0jai\",\"data-framer-name\":\"Video Profile\",initial:optimizeAppear(\"initial\",\"1ym0jai\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"Gc4qmeKtI-container\",name:\"Video Profile\",style:{transformPerspective:1200},...addPropertyOverrides({Pvro3rvUj:{\"data-framer-appear-id\":\"lgpw86\",animate:optimizeAppear(\"animate\",\"lgpw86\",animation4,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"lgpw86\",animation1,\"1q5r6ld\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Gc4qmeKtI\",isMixedBorderRadius:false,layoutId:\"Gc4qmeKtI\",loop:true,muted:true,name:\"Video Profile\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/gNPP3YQQMkcRKJUHdgCxXy7aXE.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"lwhzpa\",animation4,\"clbh7i\"),className:\"framer-lwhzpa-container\",\"data-framer-appear-id\":\"lwhzpa\",\"data-framer-name\":\"Video Case Studies\",initial:optimizeAppear(\"initial\",\"lwhzpa\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"FafzizZ9n-container\",name:\"Video Case Studies\",style:{transformPerspective:1200},...addPropertyOverrides({HClsCcfQz:{\"data-framer-appear-id\":\"hj0roy\",animate:optimizeAppear(\"animate\",\"hj0roy\",animation4,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"hj0roy\",animation1,\"18ak3ot\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FafzizZ9n\",isMixedBorderRadius:false,layoutId:\"FafzizZ9n\",loop:true,muted:true,name:\"Video Case Studies\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/nCCfOUp7Yrs8zmv9OSi6uTXeHDc.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"19welhm\",animation4,\"clbh7i\"),className:\"framer-19welhm-container\",\"data-framer-appear-id\":\"19welhm\",\"data-framer-name\":\"Video Contact\",initial:optimizeAppear(\"initial\",\"19welhm\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"N0Yac4m9m-container\",name:\"Video Contact\",style:{transformPerspective:1200},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"cmdih1\",animate:optimizeAppear(\"animate\",\"cmdih1\",animation4,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"cmdih1\",animation1,\"1e8s9ne\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"N0Yac4m9m\",isMixedBorderRadius:false,layoutId:\"N0Yac4m9m\",loop:true,muted:true,name:\"Video Contact\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/qWHDKpenhR7YzxrKDQFKYmLTSvU.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1d9w0i1\",animation4,\"clbh7i\"),className:\"framer-1d9w0i1-container\",\"data-framer-appear-id\":\"1d9w0i1\",\"data-framer-name\":\"Video Journal\",initial:optimizeAppear(\"initial\",\"1d9w0i1\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"X575JJX2S-container\",name:\"Video Journal\",style:{transformPerspective:1200},...addPropertyOverrides({CdiCFOBlP:{\"data-framer-appear-id\":\"231o5j\",animate:optimizeAppear(\"animate\",\"231o5j\",animation4,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"231o5j\",animation1,\"4c5epr\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"X575JJX2S\",isMixedBorderRadius:false,layoutId:\"X575JJX2S\",loop:true,muted:true,name:\"Video Journal\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/lowoFxb4ES9PiqXSIGnYs9C0fEo.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1rpzgzi\",animation4,\"clbh7i\"),className:\"framer-1rpzgzi-container\",\"data-framer-appear-id\":\"1rpzgzi\",\"data-framer-name\":\"Video Index\",initial:optimizeAppear(\"initial\",\"1rpzgzi\",animation1,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"Xk31FJvap-container\",name:\"Video Index\",style:{transformPerspective:1200},...addPropertyOverrides({nndHF1d3J:{\"data-framer-appear-id\":\"1dxlr5d\",animate:optimizeAppear(\"animate\",\"1dxlr5d\",animation4,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1dxlr5d\",animation1,\"g18r89\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Xk31FJvap\",isMixedBorderRadius:false,layoutId:\"Xk31FJvap\",loop:true,muted:true,name:\"Video Index\",objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/UbItIs31jJQyxwxydKOrahUEg.webp\",posterEnabled:true,srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VS1j7.framer-15ab43b, .framer-VS1j7 .framer-15ab43b { display: block; }\",\".framer-VS1j7.framer-clbh7i { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-VS1j7 .framer-1jbv01b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: visible; padding: 20px; position: absolute; top: 0px; width: 100%; z-index: 5; }\",\".framer-VS1j7 .framer-p75ym1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 35px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 60px; }\",\".framer-VS1j7 .framer-1da7o2i { flex: none; height: 35px; position: relative; width: 60px; }\",\".framer-VS1j7 .framer-cojtl5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-VS1j7 .framer-2s1uvm-container, .framer-VS1j7 .framer-1v9x7x2-container, .framer-VS1j7 .framer-jyzgbe-container, .framer-VS1j7 .framer-1ytcif4-container, .framer-VS1j7 .framer-6f1a9b-container, .framer-VS1j7 .framer-1rwjzxl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VS1j7 .framer-15ok8kv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-VS1j7 .framer-ojejqj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VS1j7 .framer-erzo0q, .framer-VS1j7 .framer-4dxcut, .framer-VS1j7 .framer-nmu7lx, .framer-VS1j7 .framer-wfzzep { 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 0px 0px 20px; position: relative; width: min-content; }\",\".framer-VS1j7 .framer-1hox8kl { 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 0px 0px 20px; position: relative; width: min-content; }\",\".framer-VS1j7 .framer-15ir3r8-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-VS1j7 .framer-1v532ah-container, .framer-VS1j7 .framer-1ym0jai-container, .framer-VS1j7 .framer-lwhzpa-container, .framer-VS1j7 .framer-19welhm-container, .framer-VS1j7 .framer-1rpzgzi-container { flex: none; height: 100%; position: absolute; right: 0px; top: 0px; width: 50%; z-index: 1; }\",\".framer-VS1j7 .framer-1d9w0i1-container { flex: none; height: 100%; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 50%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VS1j7 .framer-p75ym1, .framer-VS1j7 .framer-cojtl5, .framer-VS1j7 .framer-ojejqj, .framer-VS1j7 .framer-erzo0q, .framer-VS1j7 .framer-4dxcut, .framer-VS1j7 .framer-nmu7lx, .framer-VS1j7 .framer-1hox8kl, .framer-VS1j7 .framer-wfzzep { gap: 0px; } .framer-VS1j7 .framer-p75ym1 > *, .framer-VS1j7 .framer-cojtl5 > *, .framer-VS1j7 .framer-erzo0q > *, .framer-VS1j7 .framer-4dxcut > *, .framer-VS1j7 .framer-nmu7lx > *, .framer-VS1j7 .framer-wfzzep > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VS1j7 .framer-p75ym1 > :first-child, .framer-VS1j7 .framer-cojtl5 > :first-child, .framer-VS1j7 .framer-erzo0q > :first-child, .framer-VS1j7 .framer-4dxcut > :first-child, .framer-VS1j7 .framer-nmu7lx > :first-child, .framer-VS1j7 .framer-wfzzep > :first-child { margin-left: 0px; } .framer-VS1j7 .framer-p75ym1 > :last-child, .framer-VS1j7 .framer-cojtl5 > :last-child, .framer-VS1j7 .framer-erzo0q > :last-child, .framer-VS1j7 .framer-4dxcut > :last-child, .framer-VS1j7 .framer-nmu7lx > :last-child, .framer-VS1j7 .framer-wfzzep > :last-child { margin-right: 0px; } .framer-VS1j7 .framer-ojejqj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-VS1j7 .framer-ojejqj > :first-child, .framer-VS1j7 .framer-1hox8kl > :first-child { margin-top: 0px; } .framer-VS1j7 .framer-ojejqj > :last-child, .framer-VS1j7 .framer-1hox8kl > :last-child { margin-bottom: 0px; } .framer-VS1j7 .framer-1hox8kl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-VS1j7.framer-v-18ak3ot.framer-clbh7i, .framer-VS1j7.framer-v-1e8s9ne.framer-clbh7i, .framer-VS1j7.framer-v-g18r89.framer-clbh7i, .framer-VS1j7.framer-v-4c5epr.framer-clbh7i { overflow: visible; }\",\".framer-VS1j7.framer-v-1vjdru.framer-clbh7i { width: 390px; }\",\".framer-VS1j7.framer-v-1vjdru .framer-1jbv01b { padding: 20px 15px 20px 19px; z-index: 10; }\",\".framer-VS1j7.framer-v-1vjdru .framer-1da7o2i { height: 41px; width: 70px; }\",\".framer-VS1j7.framer-v-1vjdru .framer-erzo0q, .framer-VS1j7.framer-v-1vjdru .framer-4dxcut, .framer-VS1j7.framer-v-1vjdru .framer-nmu7lx, .framer-VS1j7.framer-v-1vjdru .framer-1hox8kl, .framer-VS1j7.framer-v-1vjdru .framer-wfzzep { padding: 0px 0px 0px 15px; }\",'.framer-VS1j7[data-border=\"true\"]::after, .framer-VS1j7 [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 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pvro3rvUj\":{\"layout\":[\"fixed\",\"fixed\"]},\"HClsCcfQz\":{\"layout\":[\"fixed\",\"fixed\"]},\"bK7vL0KSp\":{\"layout\":[\"fixed\",\"fixed\"]},\"nndHF1d3J\":{\"layout\":[\"fixed\",\"fixed\"]},\"CdiCFOBlP\":{\"layout\":[\"fixed\",\"fixed\"]},\"JjVk8IP6t\":{\"layout\":[\"fixed\",\"fixed\"]},\"PEd4sda6b\":{\"layout\":[\"fixed\",\"fixed\"]},\"wpQISqvba\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZnO4gEEiP\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSmkNoZhed=withCSS(Component,css,\"framer-VS1j7\");export default FramerSmkNoZhed;FramerSmkNoZhed.displayName=\"Menu Open Overlay\";FramerSmkNoZhed.defaultProps={height:800,width:1200};addPropertyControls(FramerSmkNoZhed,{variant:{options:[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\",\"PEd4sda6b\",\"wpQISqvba\"],optionTitles:[\"Unhovered\",\"Profile\",\"Case Studies\",\"Contact\",\"Index\",\"Journal\",\"Mobile Full Navigation \",\"Variant 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum},ZnO4gEEiP:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerSmkNoZhed,[{explicitInter:true,fonts:[]},...TextLinkFonts,...OpenNavigationLinkFonts,...FooterBarFonts,...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSmkNoZhed\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pvro3rvUj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HClsCcfQz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bK7vL0KSp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nndHF1d3J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CdiCFOBlP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JjVk8IP6t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PEd4sda6b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wpQISqvba\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ZnO4gEEiP\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"800\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmkNoZhed.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"JCEI5hzRV\",\"Z4V6ICLXS\"];const serializationHash=\"framer-SiZs2\";const variantClassNames={JCEI5hzRV:\"framer-v-d7p8lh\",Z4V6ICLXS:\"framer-v-16mxeps\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Black:\"Z4V6ICLXS\",White:\"JCEI5hzRV\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,CINbpXIT7:(_ref=title!==null&&title!==void 0?title:props.CINbpXIT7)!==null&&_ref!==void 0?_ref:\"Wang Ramirez\",pStQrnGpz:link!==null&&link!==void 0?link:props.pStQrnGpz,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"JCEI5hzRV\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,CINbpXIT7,pStQrnGpz,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JCEI5hzRV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:pStQrnGpz,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-d7p8lh\",className,classNames)} framer-16ajx7x`,\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"JCEI5hzRV\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Z4V6ICLXS:{\"data-framer-name\":\"Black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Wang Ramirez\"})}),className:\"framer-1y3ohui\",\"data-framer-name\":\"Logo\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"i4JqF0e8H\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:CINbpXIT7,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Z4V6ICLXS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-transform\":\"uppercase\"},children:\"Wang Ramirez\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SiZs2.framer-16ajx7x, .framer-SiZs2 .framer-16ajx7x { display: block; }\",\".framer-SiZs2.framer-d7p8lh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 275px; }\",\".framer-SiZs2 .framer-1y3ohui { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SiZs2.framer-d7p8lh { gap: 0px; } .framer-SiZs2.framer-d7p8lh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SiZs2.framer-d7p8lh > :first-child { margin-left: 0px; } .framer-SiZs2.framer-d7p8lh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 275\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Z4V6ICLXS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CINbpXIT7\":\"title\",\"pStQrnGpz\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjRXzTKEh2=withCSS(Component,css,\"framer-SiZs2\");export default FramerjRXzTKEh2;FramerjRXzTKEh2.displayName=\"Logo Link\";FramerjRXzTKEh2.defaultProps={height:13,width:275};addPropertyControls(FramerjRXzTKEh2,{variant:{options:[\"JCEI5hzRV\",\"Z4V6ICLXS\"],optionTitles:[\"White\",\"Black\"],title:\"Variant\",type:ControlType.Enum},CINbpXIT7:{defaultValue:\"Wang Ramirez\",displayTextArea:false,title:\"Title\",type:ControlType.String},pStQrnGpz:{title:\"Link\",type:ControlType.Link}});addFonts(FramerjRXzTKEh2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjRXzTKEh2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z4V6ICLXS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"13\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"CINbpXIT7\\\":\\\"title\\\",\\\"pStQrnGpz\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"275\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jRXzTKEh2.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TextLink from\"https://framerusercontent.com/modules/4W7D0L2A62hTVlNy14yj/9P0rcC2zVJvkdWdp8XPh/dVTZgYLeH.js\";import LogoLink from\"https://framerusercontent.com/modules/hpgdqS08qweo9UogicGj/jUIrsrgWVMI2o6Fhimo9/jRXzTKEh2.js\";const LogoLinkFonts=getFonts(LogoLink);const TextLinkFonts=getFonts(TextLink);const cycleOrder=[\"FeKwNXxsb\",\"uyF164vS7\",\"bSGuyt9zc\",\"EsoA80N0e\",\"S1Emx2Avy\",\"GMbIs9uFi\",\"IZofKJ4e0\",\"KCRveuxVb\"];const serializationHash=\"framer-xLT5c\";const variantClassNames={bSGuyt9zc:\"framer-v-7h0zs\",EsoA80N0e:\"framer-v-fud1gk\",FeKwNXxsb:\"framer-v-3qp4s6\",GMbIs9uFi:\"framer-v-bidq8h\",IZofKJ4e0:\"framer-v-1kkd832\",KCRveuxVb:\"framer-v-wje25z\",S1Emx2Avy:\"framer-v-1hzrl4x\",uyF164vS7:\"framer-v-7828to\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Navigation Desktop Black Logo\":\"bSGuyt9zc\",\"Navigation Desktop Black\":\"FeKwNXxsb\",\"Navigation Desktop White Logo\":\"EsoA80N0e\",\"Navigation Desktop White\":\"uyF164vS7\",\"Navigation Mobile Black Logo\":\"S1Emx2Avy\",\"Navigation Mobile Black\":\"IZofKJ4e0\",\"Navigation Mobile White Logo\":\"GMbIs9uFi\",\"Navigation Mobile White\":\"KCRveuxVb\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,EHMhKGDpT:tap!==null&&tap!==void 0?tap:props.EHMhKGDpT,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FeKwNXxsb\"};};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,EHMhKGDpT,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FeKwNXxsb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12t3iox=activeVariantCallback(async(...args)=>{if(EHMhKGDpT){const res=await EHMhKGDpT(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"S1Emx2Avy\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"GMbIs9uFi\")return true;return false;};const isDisplayed2=()=>{if([\"bSGuyt9zc\",\"EsoA80N0e\",\"S1Emx2Avy\",\"GMbIs9uFi\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed3=()=>{if([\"bSGuyt9zc\",\"EsoA80N0e\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"S1Emx2Avy\",\"GMbIs9uFi\",\"IZofKJ4e0\",\"KCRveuxVb\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3qp4s6\",className,classNames),\"data-framer-name\":\"Navigation Desktop Black\",layoutDependency:layoutDependency,layoutId:\"FeKwNXxsb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bSGuyt9zc:{\"data-framer-name\":\"Navigation Desktop Black Logo\"},EsoA80N0e:{\"data-framer-name\":\"Navigation Desktop White Logo\"},GMbIs9uFi:{\"data-framer-name\":\"Navigation Mobile White Logo\"},IZofKJ4e0:{\"data-framer-name\":\"Navigation Mobile Black\"},KCRveuxVb:{\"data-framer-name\":\"Navigation Mobile White\"},S1Emx2Avy:{\"data-framer-name\":\"Navigation Mobile Black Logo\"},uyF164vS7:{\"data-framer-name\":\"Navigation Desktop White\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awtpsu\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"pO6YK4B1r\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51a3hu\",\"data-framer-name\":\"Nav Row\",layoutDependency:layoutDependency,layoutId:\"fpGbSz7ON\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6_F7xjGZ\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-q0pxxy framer-bs3puo\",\"data-framer-name\":\"Monogram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Xb9dl8udA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 41\"><g id=\"ss12453735834_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(0, 0, 0)\"></path></g></svg>',svgContentId:12453735834,withExternalLayout:true,...addPropertyOverrides({S1Emx2Avy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 41\"><g id=\"ss11755879207_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(0, 0, 0)\"></path></g></svg>',svgContentId:11755879207}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6_F7xjGZ\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10g88zx framer-bs3puo\",\"data-framer-name\":\"Monogram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XUkQwHovl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 41\"><g transform=\"translate(0 0)\" id=\"ss10222447283_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:10222447283,withExternalLayout:true,...addPropertyOverrides({GMbIs9uFi:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 41\"><g transform=\"translate(0 0)\" id=\"ss9914181951_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:9914181951}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qg0t45-container\",layoutDependency:layoutDependency,layoutId:\"fqF9Q1c13-container\",children:/*#__PURE__*/_jsx(LogoLink,{CINbpXIT7:\"Wang Ramirez\",height:\"100%\",id:\"fqF9Q1c13\",layoutId:\"fqF9Q1c13\",pStQrnGpz:resolvedLinks[0],style:{width:\"100%\"},variant:\"Z4V6ICLXS\",width:\"100%\",...addPropertyOverrides({IZofKJ4e0:{pStQrnGpz:resolvedLinks[2]},KCRveuxVb:{pStQrnGpz:resolvedLinks[3],variant:\"JCEI5hzRV\"},uyF164vS7:{pStQrnGpz:resolvedLinks[1],variant:\"JCEI5hzRV\"}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({bSGuyt9zc:{href:{webPageId:\"R6_F7xjGZ\"}},EsoA80N0e:{href:{webPageId:\"R6_F7xjGZ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ata49d framer-bs3puo\",\"data-framer-name\":\"Monogram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oiRKa9oMZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 76 47\"><g id=\"ss1482343644_1\"><path d=\"M 0 46.751 L 0 0 L 75.975 0 L 75.975 46.751 Z\" fill=\"transparent\"></path><path d=\"M 26.34 0.419 C 25.742 0.633 25.43 1.26 25.3 2.12 C 24.87 5.045 24.508 7.565 24.209 9.675 C 23.91 11.785 23.653 13.614 23.439 15.162 C 23.226 16.712 23.055 18.087 22.924 19.292 C 22.797 20.456 22.667 21.575 22.54 22.65 C 22.412 23.682 22.282 24.76 22.155 25.879 C 22.05 26.761 21.929 27.759 21.795 28.875 C 21.77 29.073 21.512 29.105 21.449 28.916 C 21.388 28.731 21.325 28.558 21.264 28.395 C 21.217 28.267 21.175 28.139 21.144 28.008 L 16.822 9.739 C 16.695 9.138 16.46 8.748 16.116 8.578 C 15.817 8.406 15.388 8.319 14.831 8.319 C 14.234 8.319 13.696 8.406 13.226 8.578 C 12.949 8.655 12.698 8.78 12.466 8.959 C 12.128 9.221 11.96 9.637 11.871 10.055 C 11.206 12.888 9.457 22.848 9.375 23.235 C 9.324 23.685 8.885 23.564 8.764 23.126 L 5.457 11.098 C 5.028 9.765 4.401 8.853 2.439 9.096 C 1.972 9.154 1.434 9.291 0.833 9.678 C 0.28 10.02 0.013 10.494 0 11.095 C -0.057 13.572 8.157 40.02 8.157 40.02 C 8.755 41.645 11.305 41.376 11.305 41.376 C 11.922 41.376 13.07 41.024 13.515 39.761 C 13.598 39.554 13.617 39.327 13.617 39.1 C 13.617 38.78 14.164 25.703 14.377 24.776 C 14.463 24.539 14.688 24.661 14.723 24.753 L 22.864 45.702 C 23.36 46.6 24.492 46.274 25.449 46.137 C 25.971 46.057 26.139 45.417 26.155 44.973 C 26.285 41.114 26.219 38.179 26.46 34.467 C 26.759 30.464 27.08 26.761 27.424 23.363 C 27.767 19.919 30.426 3.821 30.572 1.733 C 30.305 0.294 28.613 -0.556 26.346 0.419 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 75.205 31.707 C 74.69 31.321 74.07 31.062 73.342 30.934 C 72.658 30.806 71.93 30.739 71.157 30.739 C 70.429 30.697 69.85 30.652 69.424 30.611 L 38.601 28.673 C 39.793 27.58 41.142 26.486 42.283 25.473 C 43.485 24.552 44.532 23.749 45.422 23.068 C 47.947 21.131 50.602 18.224 51.073 17.451 C 51.588 16.632 52.892 14.544 53.257 12.22 C 53.801 9.723 53.321 8.153 52.809 7.635 C 52.338 7.117 51.737 6.711 51.012 6.407 C 50.329 6.062 49.578 5.825 48.764 5.698 C 47.994 5.57 47.33 5.503 46.773 5.503 C 43.791 5.503 42.077 6.139 41.596 6.353 C 40.585 6.749 39.704 7.223 38.97 7.641 C 38.439 7.923 36.353 9.624 36.353 9.624 C 36.181 9.582 36.073 9.365 36.032 8.978 C 35.99 8.591 35.882 8.182 35.71 7.75 C 35.539 7.277 35.24 6.868 34.811 6.522 C 34.381 6.177 33.72 5.979 32.82 6.004 C 31.837 6.033 30.75 7.092 30.702 8.201 C 30.696 8.393 30.96 14.055 30.96 14.269 C 30.96 14.787 30.832 15.238 30.575 15.625 C 30.362 15.97 30.127 16.313 29.869 16.658 C 29.611 16.958 29.354 17.304 29.099 17.691 C 28.886 18.036 28.778 18.464 28.778 18.982 C 28.778 19.542 28.886 19.973 29.099 20.274 C 29.357 20.574 29.634 20.811 29.936 20.984 C 30.235 21.112 30.514 21.22 30.772 21.307 C 31.03 21.393 31.179 21.502 31.22 21.63 C 31.294 22.269 33.23 44.532 33.23 44.532 C 33.271 44.877 33.424 45.178 33.678 45.437 C 33.933 45.696 34.248 46.111 35.396 46.62 C 35.739 46.706 36.038 46.747 36.296 46.747 C 36.68 46.747 37.002 46.639 37.259 46.424 C 37.517 46.21 37.73 45.951 37.901 45.651 C 38.073 45.305 38.181 44.963 38.223 44.618 C 38.308 44.231 38.35 43.886 38.35 43.585 C 38.35 42.035 38.2 40.487 37.901 38.936 C 37.644 37.344 37.517 35.73 37.517 34.093 C 37.517 34.006 37.539 33.898 37.58 33.77 C 37.666 33.642 37.73 33.575 37.774 33.575 C 41.755 33.575 45.244 33.616 48.243 33.703 C 51.283 33.789 53.938 33.898 56.205 34.025 C 58.475 34.153 60.422 34.307 62.05 34.476 C 63.678 34.649 65.09 34.822 66.289 34.994 C 67.529 35.167 71.408 35.707 73.288 35.768 C 75.167 35.829 75.707 34.499 75.793 34.284 C 75.921 34.025 75.987 33.703 75.987 33.316 C 75.987 32.583 75.73 32.046 75.218 31.701 Z M 37.126 23.442 C 36.954 23.529 36.846 23.57 36.804 23.57 L 36.61 23.57 C 36.525 22.451 36.461 21.419 36.416 20.472 C 36.375 19.526 36.353 16.405 36.353 16.405 C 38.391 14.439 40.169 12.859 41.679 11.667 C 42.703 11.114 43.59 10.736 44.331 10.541 C 45.145 10.327 45.873 10.219 46.516 10.219 C 46.815 10.219 47.775 10.308 48.185 10.864 C 48.456 11.229 48.589 11.932 48.169 12.866 C 47.826 13.684 47.339 14.564 46.824 15.427 C 46.309 16.287 45.152 17.716 42.535 19.798 L 42.535 19.791 C 39.908 21.575 37.215 23.401 37.126 23.446 Z\" fill=\"rgb(0, 0, 0)\"></path></g></svg>',svgContentId:1482343644,withExternalLayout:true,...addPropertyOverrides({bSGuyt9zc:{as:\"a\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 36\"><g id=\"ss10573525097_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(0, 0, 0)\"></path></g></svg>',svgContentId:10573525097},EsoA80N0e:{as:\"a\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 36\"><g id=\"ss10974992981_1\"><path d=\"M 0 35.809 L 0 0 L 59.98 0 L 59.98 35.809 Z\" fill=\"transparent\"></path><path d=\"M 20.794 0.321 C 20.322 0.485 20.076 0.965 19.973 1.624 C 19.635 3.865 19.348 5.794 19.112 7.411 C 18.876 9.027 18.673 10.428 18.505 11.613 C 18.337 12.801 18.201 13.854 18.098 14.777 C 17.998 15.669 17.895 16.526 17.794 17.349 C 17.694 18.14 17.591 18.965 17.491 19.822 C 17.408 20.498 17.312 21.262 17.207 22.117 C 17.187 22.269 16.983 22.293 16.933 22.149 C 16.886 22.007 16.835 21.874 16.788 21.749 C 16.75 21.651 16.717 21.553 16.692 21.453 L 13.281 7.46 C 13.18 6.999 12.994 6.7 12.723 6.571 C 12.487 6.438 12.148 6.372 11.709 6.372 C 11.237 6.372 10.813 6.438 10.441 6.571 C 10.223 6.629 10.024 6.725 9.841 6.862 C 9.575 7.063 9.442 7.381 9.372 7.702 C 8.847 9.872 7.466 17.5 7.401 17.797 C 7.361 18.142 7.014 18.049 6.919 17.713 L 4.308 8.5 C 3.969 7.479 3.475 6.781 1.926 6.967 C 1.557 7.011 1.132 7.117 0.658 7.413 C 0.221 7.675 0.01 8.038 0 8.498 C -0.045 10.396 6.44 30.654 6.44 30.654 C 6.912 31.898 8.925 31.692 8.925 31.692 C 9.412 31.692 10.318 31.423 10.67 30.456 C 10.735 30.296 10.75 30.122 10.75 29.949 C 10.75 29.704 11.182 19.687 11.35 18.977 C 11.418 18.796 11.596 18.889 11.624 18.96 L 18.05 35.006 C 18.442 35.694 19.336 35.444 20.091 35.339 C 20.503 35.278 20.636 34.788 20.649 34.447 C 20.752 31.491 20.699 29.243 20.89 26.4 C 21.126 23.334 21.379 20.498 21.65 17.895 C 21.922 15.257 24.02 2.927 24.136 1.327 C 23.925 0.225 22.589 -0.426 20.799 0.321 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 59.372 24.287 C 58.966 23.99 58.476 23.792 57.901 23.694 C 57.362 23.596 56.787 23.544 56.177 23.544 C 55.602 23.513 55.145 23.478 54.808 23.447 L 30.474 21.962 C 31.416 21.125 32.48 20.287 33.382 19.511 C 34.331 18.806 35.156 18.191 35.859 17.669 C 37.853 16.185 39.949 13.959 40.321 13.367 C 40.727 12.74 41.756 11.14 42.045 9.36 C 42.474 7.447 42.095 6.245 41.691 5.848 C 41.32 5.451 40.845 5.14 40.273 4.908 C 39.733 4.643 39.141 4.462 38.498 4.364 C 37.89 4.266 37.366 4.215 36.926 4.215 C 34.572 4.215 33.218 4.702 32.839 4.866 C 32.041 5.17 31.346 5.532 30.766 5.853 C 30.346 6.069 28.7 7.371 28.7 7.371 C 28.564 7.34 28.479 7.173 28.446 6.877 C 28.413 6.58 28.328 6.267 28.192 5.936 C 28.057 5.574 27.821 5.26 27.482 4.996 C 27.143 4.731 26.621 4.58 25.91 4.599 C 25.135 4.621 24.276 5.432 24.238 6.282 C 24.233 6.429 24.442 10.766 24.442 10.93 C 24.442 11.327 24.341 11.672 24.138 11.968 C 23.97 12.233 23.784 12.495 23.581 12.759 C 23.377 12.989 23.174 13.254 22.973 13.55 C 22.805 13.815 22.72 14.143 22.72 14.54 C 22.72 14.968 22.805 15.299 22.973 15.529 C 23.177 15.759 23.395 15.94 23.633 16.073 C 23.869 16.171 24.09 16.254 24.294 16.32 C 24.497 16.386 24.615 16.469 24.648 16.567 C 24.705 17.057 26.234 34.109 26.234 34.109 C 26.267 34.374 26.387 34.604 26.588 34.802 C 26.789 35.001 27.038 35.319 27.944 35.709 C 28.215 35.775 28.451 35.807 28.654 35.807 C 28.958 35.807 29.212 35.723 29.415 35.559 C 29.618 35.395 29.787 35.197 29.922 34.967 C 30.058 34.702 30.143 34.44 30.176 34.176 C 30.244 33.879 30.276 33.615 30.276 33.384 C 30.276 32.197 30.158 31.011 29.922 29.824 C 29.719 28.604 29.618 27.367 29.618 26.113 C 29.618 26.047 29.636 25.964 29.669 25.866 C 29.736 25.768 29.787 25.717 29.822 25.717 C 32.965 25.717 35.719 25.749 38.086 25.815 C 40.486 25.881 42.582 25.964 44.372 26.062 C 46.165 26.16 47.701 26.278 48.987 26.407 C 50.272 26.54 51.387 26.672 52.333 26.804 C 53.312 26.936 56.375 27.35 57.859 27.397 C 59.342 27.443 59.769 26.424 59.837 26.26 C 59.937 26.062 59.99 25.815 59.99 25.518 C 59.99 24.958 59.787 24.546 59.382 24.282 Z M 29.31 17.956 C 29.174 18.022 29.089 18.054 29.056 18.054 L 28.903 18.054 C 28.835 17.197 28.785 16.406 28.75 15.681 C 28.717 14.956 28.7 12.566 28.7 12.566 C 30.309 11.06 31.712 9.85 32.905 8.936 C 33.713 8.513 34.413 8.224 34.998 8.074 C 35.641 7.91 36.216 7.827 36.723 7.827 C 36.959 7.827 37.717 7.896 38.041 8.322 C 38.254 8.601 38.36 9.14 38.028 9.855 C 37.757 10.482 37.373 11.155 36.967 11.816 C 36.56 12.475 35.646 13.57 33.58 15.164 L 33.58 15.159 C 31.506 16.526 29.38 17.924 29.31 17.958 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:10974992981}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16hfba8\",layoutDependency:layoutDependency,layoutId:\"PYztneNCT\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"BERLIN\"})}),className:\"framer-6fdyte\",\"data-framer-name\":\"LA, CALIFORNIA\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"N_LPr6qR9\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o541l4\",\"data-border\":true,\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z5d6L9HXi\",onTap:onTap12t3iox,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},variants:{bSGuyt9zc:{borderBottomLeftRadius:52,borderBottomRightRadius:52,borderTopLeftRadius:52,borderTopRightRadius:52},EsoA80N0e:{\"--border-color\":\"rgb(255, 255, 255)\"},GMbIs9uFi:{\"--border-color\":\"rgb(255, 255, 255)\"},KCRveuxVb:{\"--border-color\":\"rgb(255, 255, 255)\"},uyF164vS7:{\"--border-color\":\"rgb(255, 255, 255)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-176d5ko-container\",layoutDependency:layoutDependency,layoutId:\"p0mdHnoOe-container\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"p0mdHnoOe\",Kpveh2Q8O:\"menu\",layoutId:\"p0mdHnoOe\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({EsoA80N0e:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},GMbIs9uFi:{MOYsDPIsL:\"rgb(255, 255, 255)\"},KCRveuxVb:{MOYsDPIsL:\"rgb(255, 255, 255)\"},uyF164vS7:{MOYsDPIsL:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xLT5c.framer-bs3puo, .framer-xLT5c .framer-bs3puo { display: block; }\",\".framer-xLT5c.framer-3qp4s6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1200px; }\",\".framer-xLT5c .framer-1awtpsu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xLT5c .framer-51a3hu { 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; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xLT5c .framer-q0pxxy, .framer-xLT5c .framer-10g88zx { flex: none; height: 41px; position: relative; text-decoration: none; width: 70px; }\",\".framer-xLT5c .framer-qg0t45-container { flex: 3 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-xLT5c .framer-ata49d { flex: none; height: 47px; position: relative; width: 76px; }\",\".framer-xLT5c .framer-16hfba8 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xLT5c .framer-6fdyte { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xLT5c .framer-1o541l4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xLT5c .framer-176d5ko-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xLT5c.framer-3qp4s6, .framer-xLT5c .framer-1awtpsu, .framer-xLT5c .framer-16hfba8, .framer-xLT5c .framer-1o541l4 { gap: 0px; } .framer-xLT5c.framer-3qp4s6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-xLT5c.framer-3qp4s6 > :first-child, .framer-xLT5c .framer-1awtpsu > :first-child, .framer-xLT5c .framer-16hfba8 > :first-child, .framer-xLT5c .framer-1o541l4 > :first-child { margin-left: 0px; } .framer-xLT5c.framer-3qp4s6 > :last-child, .framer-xLT5c .framer-1awtpsu > :last-child, .framer-xLT5c .framer-16hfba8 > :last-child, .framer-xLT5c .framer-1o541l4 > :last-child { margin-right: 0px; } .framer-xLT5c .framer-1awtpsu > *, .framer-xLT5c .framer-1o541l4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xLT5c .framer-16hfba8 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-xLT5c.framer-v-7h0zs .framer-ata49d, .framer-xLT5c.framer-v-fud1gk .framer-ata49d { height: 36px; order: 2; text-decoration: none; width: 60px; }\",\".framer-xLT5c.framer-v-7h0zs .framer-16hfba8, .framer-xLT5c.framer-v-fud1gk .framer-16hfba8 { order: 5; }\",\".framer-xLT5c.framer-v-7h0zs .framer-1o541l4, .framer-xLT5c.framer-v-fud1gk .framer-1o541l4 { order: 6; }\",\".framer-xLT5c.framer-v-1hzrl4x.framer-3qp4s6, .framer-xLT5c.framer-v-bidq8h.framer-3qp4s6, .framer-xLT5c.framer-v-1kkd832.framer-3qp4s6, .framer-xLT5c.framer-v-wje25z.framer-3qp4s6 { padding: 20px 15px 20px 15px; width: 390px; }\",\".framer-xLT5c.framer-v-bidq8h .framer-51a3hu { order: 0; }\",'.framer-xLT5c[data-border=\"true\"]::after, .framer-xLT5c [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 83\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uyF164vS7\":{\"layout\":[\"fixed\",\"auto\"]},\"bSGuyt9zc\":{\"layout\":[\"fixed\",\"auto\"]},\"EsoA80N0e\":{\"layout\":[\"fixed\",\"auto\"]},\"S1Emx2Avy\":{\"layout\":[\"fixed\",\"auto\"]},\"GMbIs9uFi\":{\"layout\":[\"fixed\",\"auto\"]},\"IZofKJ4e0\":{\"layout\":[\"fixed\",\"auto\"]},\"KCRveuxVb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EHMhKGDpT\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryGfvD64UY=withCSS(Component,css,\"framer-xLT5c\");export default FrameryGfvD64UY;FrameryGfvD64UY.displayName=\"Navigation\";FrameryGfvD64UY.defaultProps={height:83,width:1200};addPropertyControls(FrameryGfvD64UY,{variant:{options:[\"FeKwNXxsb\",\"uyF164vS7\",\"bSGuyt9zc\",\"EsoA80N0e\",\"S1Emx2Avy\",\"GMbIs9uFi\",\"IZofKJ4e0\",\"KCRveuxVb\"],optionTitles:[\"Navigation Desktop Black\",\"Navigation Desktop White\",\"Navigation Desktop Black Logo\",\"Navigation Desktop White Logo\",\"Navigation Mobile Black Logo\",\"Navigation Mobile White Logo\",\"Navigation Mobile Black\",\"Navigation Mobile White\"],title:\"Variant\",type:ControlType.Enum},EHMhKGDpT:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameryGfvD64UY,[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"}]},...LogoLinkFonts,...TextLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGfvD64UY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uyF164vS7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bSGuyt9zc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EsoA80N0e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S1Emx2Avy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GMbIs9uFi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IZofKJ4e0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KCRveuxVb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"83\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"EHMhKGDpT\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yGfvD64UY.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nhvtjR0LA", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "css", "FramerCKAXHxDqW", "withCSS", "CKAXHxDqW_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kpveh2Q8O", "MOYsDPIsL", "bwVWMSt6G", "QjN2YbEjI", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapmlfkx3", "args", "onMouseEnterxs3d6e", "onMouseLeave1fppydt", "onMouseEnter1szu35s", "onMouseLeavey6j578", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "u", "RichText2", "css", "FramerdVTZgYLeH", "withCSS", "dVTZgYLeH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AutoCopyrightStatement", "Component", "props", "_props_children_props_children", "_props_children_props", "_props_children", "textProps", "p", "LineAnimationFonts", "getFonts", "CKAXHxDqW_default", "LineAnimationWithVariantAppearEffect", "withVariantAppearEffect", "RichTextAutoCopyrightStatementWithFX", "withFX", "AutoCopyrightStatement", "RichText2", "TextLinkFonts", "dVTZgYLeH_default", "MotionDivWithFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "iUJxTtvgH", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "QjN2YbEjI1mb32vx", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "optimizeAppear", "css", "FramerxxIb0BkhJ", "withCSS", "xxIb0BkhJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pmLxJr3U4", "fHKDDMhyL", "b89VyIKsR", "aAL3Kk_ub", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1jq8al6", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerV3EjteYMK", "withCSS", "V3EjteYMK_default", "addPropertyControls", "ControlType", "addFonts", "TextLinkFonts", "getFonts", "dVTZgYLeH_default", "OpenNavigationLinkFonts", "V3EjteYMK_default", "MotionDivWithFX", "withFX", "motion", "FooterBarFonts", "xxIb0BkhJ_default", "VideoFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZnO4gEEiP", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsgutib", "args", "onMouseEnterx99192", "onMouseLeave6wal2l", "onMouseEnterj1jt39", "onMouseEnter10dh9qc", "onMouseEnterbkbs62", "onMouseEnter12b6fck", "onMouseLeavej1jt39", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "optimizeAppear", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerSmkNoZhed", "withCSS", "SmkNoZhed_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CINbpXIT7", "pStQrnGpz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerjRXzTKEh2", "withCSS", "jRXzTKEh2_default", "addPropertyControls", "ControlType", "addFonts", "LogoLinkFonts", "getFonts", "jRXzTKEh2_default", "TextLinkFonts", "dVTZgYLeH_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EHMhKGDpT", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12t3iox", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "RichText2", "css", "FrameryGfvD64UY", "withCSS", "yGfvD64UY_default", "addPropertyControls", "ControlType", "addFonts"]
}
