{
  "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/OFLvr3IWlfA5vu11hpCS/UsimxLXbJlTg4f76HBbU/Zc4rlgUye.js", "ssg:https://framerusercontent.com/modules/bmHeZhg2Mnwa5o2iSarw/0l3SNgnrV7h4imX3SLj3/dVTZgYLeH.js", "ssg:https://framerusercontent.com/modules/cypSmvavnmXglWlCEu8e/OreLpma6Ibv12y93EbhB/Copyright_year.js", "ssg:https://framerusercontent.com/modules/nvFfCihGmE3E7F7WXMlH/GQ92y3vnhRWcAyj3iiJA/TextEncryptionEffect.js", "ssg:https://framerusercontent.com/modules/2I1zAled2UcxLhT0ADJP/c3coxXMjhl6YmqfxyPEl/jRXzTKEh2.js", "ssg:https://framerusercontent.com/modules/frzJu1uvYgY6hbWTXFf0/zUZQRL0sifkUkoLMF7ih/V3EjteYMK.js", "ssg:https://framerusercontent.com/modules/2bHrLyzoYhvJSFKAsxyp/5jmUoBAFbhKSbNeIOXQF/SmkNoZhed.js", "ssg:https://framerusercontent.com/modules/ibNqWwUPC1USPnwdgvfU/Dtwqwgkeezvw7BgNsq7b/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", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-regular\",\"GF;Azeret Mono-700\",\"GF;Azeret Mono-700italic\",\"GF;Azeret Mono-italic\"]);export const fonts=[{family:\"Azeret Mono\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Azeret Mono\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh17aa-5s3AA.woff2\",weight:\"700\"},{family:\"Azeret Mono\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulryb2Z4nAN7J.woff2\",weight:\"700\"},{family:\"Azeret Mono\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbyb2Z4nAN7J.woff2\",weight:\"400\"}];export const css=['.framer-GhHQq .framer-styles-preset-1uc0dg7:not(.rich-text-wrapper), .framer-GhHQq .framer-styles-preset-1uc0dg7.rich-text-wrapper p { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-size: 13px; --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: -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-GhHQq\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (91d32d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/OFLvr3IWlfA5vu11hpCS/UsimxLXbJlTg4f76HBbU/Zc4rlgUye.js\";const cycleOrder=[\"eyytyxpGy\",\"gDw4mfhIy\"];const serializationHash=\"framer-9O7hS\";const variantClassNames={eyytyxpGy:\"framer-v-cpv035\",gDw4mfhIy:\"framer-v-kdf0z3\"};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={default:{duration:0,type:\"tween\"},gDw4mfhIy:{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 humanReadableVariantMap={\"Text Link - Hover\":\"gDw4mfhIy\",\"Text Link\":\"eyytyxpGy\"};const getProps=({color,height,id,link,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)) /* {\"name\":\"JT Black\"} */',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,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"eyytyxpGy\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterxs3d6e=activeVariantCallback(async(...args)=>{setVariant(\"gDw4mfhIy\");});const onMouseLeave1fppydt=activeVariantCallback(async(...args)=>{setVariant(\"eyytyxpGy\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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-cpv035\",className,classNames),\"data-framer-name\":\"Text Link\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"eyytyxpGy\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnterxs3d6e,onTap:()=>setGestureState({isPressed:false}),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 - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1fppydt}},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-1nvzjr6\",\"data-framer-name\":\"View project\",layoutDependency:layoutDependency,layoutId:\"mM_eFo8QJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\",layoutDependency:layoutDependency,layoutId:\"RfxUJwLIS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-9O7hS[data-border=\"true\"]::after, .framer-9O7hS [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-9O7hS.framer-1be4gvd, .framer-9O7hS .framer-1be4gvd { display: block; }\",\".framer-9O7hS.framer-cpv035 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-9O7hS .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 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9O7hS .framer-1nvzjr6, .framer-9O7hS .framer-1phqj0i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9O7hS.framer-cpv035, .framer-9O7hS .framer-5ifad7 { gap: 0px; } .framer-9O7hS.framer-cpv035 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9O7hS.framer-cpv035 > :first-child { margin-left: 0px; } .framer-9O7hS.framer-cpv035 > :last-child { margin-right: 0px; } .framer-9O7hS .framer-5ifad7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9O7hS .framer-5ifad7 > :first-child { margin-top: 0px; } .framer-9O7hS .framer-5ifad7 > :last-child { margin-bottom: 0px; } }\",\".framer-9O7hS.framer-v-kdf0z3 .framer-5ifad7 { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gDw4mfhIy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Kpveh2Q8O\":\"title\",\"MOYsDPIsL\":\"color\",\"bwVWMSt6G\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerdVTZgYLeH=withCSS(Component,css,\"framer-9O7hS\");export default FramerdVTZgYLeH;FramerdVTZgYLeH.displayName=\"Text Link\";FramerdVTZgYLeH.defaultProps={height:13,width:67};addPropertyControls(FramerdVTZgYLeH,{variant:{options:[\"eyytyxpGy\",\"gDw4mfhIy\"],optionTitles:[\"Text Link\",\"Text Link - 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}});addFonts(FramerdVTZgYLeH,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVTZgYLeH\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Kpveh2Q8O\\\":\\\"title\\\",\\\"MOYsDPIsL\\\":\\\"color\\\",\\\"bwVWMSt6G\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gDw4mfhIy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"13\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"67\",\"framerImmutableVariables\":\"true\"}},\"__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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useInView}from\"framer-motion\";import{useEffect,useState,useRef}from\"react\";// import { useDencrypt } from \"use-dencrypt-effect\"\nexport default function TextEncryptionEffect(props){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const{text,activators}=props;const ref=useRef(null);const isInView=useInView(ref,{once:!activators.replay,amount:\"some\"});const[value,setValue]=useDencrypt(activators.trigger===\"none\"?text:\"\",{chars:[...props.characters],interval:props.interval*1e3});function runAnimation(){if(!isCanvas){setValue(text);}}useEffect(()=>{if(activators.trigger===\"appear\"){runAnimation();}},[]);useEffect(()=>{if(!isCanvas&&activators.trigger===\"layerInView\"){if(isInView){runAnimation();}}},[isInView]);return /*#__PURE__*/_jsx(\"p\",{ref:ref,onClick:()=>{if(activators.press){setValue(text);}},onMouseEnter:()=>{if(activators.hover){setValue(text);}},style:{margin:0,color:props.fontColor,userSelect:props.textSelect?\"auto\":\"none\",...props.font,...props.style},children:isCanvas?text:value});}TextEncryptionEffect.displayName=\"Text Encryption Effect\";addPropertyControls(TextEncryptionEffect,{text:{defaultValue:\"Encrypted Text\",type:ControlType.String},characters:{type:ControlType.String,defaultValue:\"!#%^&*[]{}=+\\\\/|;:\",description:\"[Character Presets](https://next-acknowledge-092743.framer.app/components/text-encryption-effect)\"},interval:{type:ControlType.Number,defaultValue:.05,step:.001,unit:\"s\",title:\"Interval\"},activators:{type:ControlType.Object,buttonTitle:\"Options\",controls:{hover:{type:ControlType.Boolean,defaultValue:false},press:{type:ControlType.Boolean,defaultValue:false},trigger:{type:ControlType.Enum,defaultValue:\"appear\",options:[\"none\",\"appear\",\"layerInView\"],optionTitles:[\"None\",\"Appear\",\"Layer In View\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},replay:{type:ControlType.Boolean,defaultValue:true,hidden(props){return props.trigger!==\"layerInView\";}}}},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},font:{type:\"font\",controls:\"extended\"},textSelect:{type:ControlType.Boolean,defaultValue:true}});const defaultOptions={chars:[...\"-./^*!}<~$012345abcdef\"],interval:50};const getRandomChar=chars=>chars[Math.floor(Math.random()*chars.length)];const getChar=(i,j,maxLength,oldValue,newValue,chars)=>{if(j>i){return oldValue[j];}if(i>=maxLength&&j<i-maxLength){return newValue[j];}return getRandomChar(chars);};export const dencrypt=options=>{const{chars,interval,callback,initialValue}={...defaultOptions,...options};let lastValue;let isCrypting;if(initialValue){lastValue=initialValue;callback(lastValue);}function*calculateValues(nextValue,prevValue=\"\"){const nextLength=nextValue.length;const prevLength=prevValue.length;const maxLength=Math.max(nextLength,prevLength);const iterations=2*maxLength;let i=0;yield prevValue;while(i<iterations){yield[...new Array(maxLength)].map((_,j)=>getChar(i,j,maxLength,prevValue,nextValue,chars)).join(\"\");i++;}yield nextValue;}const setValue=value=>{clearInterval(isCrypting);const values=calculateValues(value,lastValue);return new Promise(resolve=>{isCrypting=setInterval(()=>{var next=values.next();if(next.done){clearInterval(isCrypting);resolve(lastValue);}else{lastValue=next.value;callback(lastValue);}},interval);});};return setValue;};export function useDencrypt(v,o){let initialValue=\"\";let options={};if(typeof v===\"object\"){options=v;}else if(typeof v===\"string\"){initialValue=v;options=o?o:{};}const[result,setResult]=useState();const[setValue,setSetValue]=useState(()=>dencrypt({...options,initialValue,callback:setResult}));return[result,setValue];}\nexport const __FramerMetadata__ = {\"exports\":{\"DencryptInitialOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"dencrypt\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DencryptDefaultOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useDencrypt\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"TextEncryptionEffect\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextEncryptionEffect.map", "// Generated by Framer (38fb4ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,SVG,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-5WGOT\";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,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,pStQrnGpz:link!==null&&link!==void 0?link:props.pStQrnGpz,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"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,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 isDisplayed=()=>{if(baseVariant===\"Z4V6ICLXS\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Z4V6ICLXS\")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(Link,{href:pStQrnGpz,children:/*#__PURE__*/_jsxs(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:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1jjnrei\",\"data-framer-name\":\"OL_Logo\",fill:\"black\",intrinsicHeight:279,intrinsicWidth:2017,layoutDependency:layoutDependency,layoutId:\"zI2U4oQjs\",svg:'<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2016.69 279.46\"><defs><style>.cls-1{fill:#1e1e1c;stroke-width:0}</style></defs><path class=\"cls-1\" d=\"m831.62 0-20.93 109.63s0-26.2-33.45-38.77c-.07-.03-.14-.05-.22-.07-14.05-4.76-30.68-7.13-49.91-7.13-49.22 0-86.29 13.26-111.26 39.71-7.43 7.78-13.74 16.6-18.92 26.48L622.21 0h-83.9l-20.93 109.63s0-26.2-33.45-38.77c-.07-.02-.14-.05-.22-.07-14.05-4.76-30.68-7.13-49.91-7.13-49.22 0-86.29 13.26-111.26 39.71-7.44 7.79-13.75 16.61-18.93 26.5-1.6 3.01-3.09 6.1-4.47 9.3-13.09-52.32-62.35-78.49-147.81-78.49C50.45 60.68 0 97.13 0 170.07s50.45 109.39 151.33 109.39c73.36 0 120.04-19.28 140.05-57.83 0-.01 0-.02.02-.03 4.36 14.61 12.62 26.59 24.76 35.94 18.97 14.59 46.58 21.92 82.79 21.92 8.06 0 15.75-.5 22.97-1.48h.02c17.7-3.18 31.13-7.74 41.29-12.77 1.77-.89 3.48-1.8 5.08-2.71 21.24-12.1 25.46-25.71 26.05-28.08l-7.37 36.78h82.42l12.39-63.62c2.61 21.13 11.85 37.77 27.67 49.96 18.97 14.59 46.58 21.92 82.79 21.92 8.06 0 15.75-.5 22.97-1.48h.02c17.7-3.18 31.13-7.74 41.29-12.77 1.77-.89 3.48-1.8 5.08-2.71 21.24-12.1 25.46-25.71 26.05-28.08l-7.37 36.78h82.42L915.52 0h-83.9ZM151.33 221.38c-42.44 0-63.69-17.1-63.69-51.31 0-16.74 5.08-29.48 15.19-38.23 10.1-8.73 26.27-13.09 48.5-13.09s38.41 4.36 48.51 13.09c10.13 8.75 15.18 21.49 15.18 38.23 0 34.21-21.24 51.31-63.69 51.31Zm341.65-22.84c-13.24 15.23-33.72 22.84-61.42 22.84-19.25 0-33.3-3.13-42.15-9.36-8.87-6.24-13.31-15.48-13.31-27.73 0-7.25 1.26-14.35 3.75-21.35s5.98-13.23 10.5-18.73c12.96-14.98 33.2-22.48 60.68-22.48 19.22 0 33.57 3.45 43.08 10.31 9.49 6.87 14.23 16.41 14.23 28.66 0 13.73-5.13 26.35-15.36 37.84Zm293.31 0c-13.24 15.23-33.72 22.84-61.42 22.84-19.25 0-33.3-3.13-42.15-9.36-8.87-6.24-13.31-15.48-13.31-27.73 0-7.25 1.26-14.35 3.75-21.35s5.99-13.23 10.5-18.73c12.96-14.98 33.2-22.48 60.68-22.48 19.22 0 33.57 3.45 43.08 10.31 9.49 6.87 14.23 16.41 14.23 28.66 0 13.73-5.13 26.35-15.36 37.84ZM931.21.5l-51.28 270.62h84.73l13.01-68.6L1015.94.5h-84.73zm88.45 65.95-38.65 204.67h83.25l38.64-204.67h-83.24zM1115.54.5h-84.73l-8.92 47h84.73l8.92-47zM1916.6 71c-22.8-8.59-56.11-12.89-99.97-12.89-28.24 0-51.59 1.39-70.05 4.17-18.45 2.79-33.63 7.96-45.52 15.54-9.91 6.32-17.47 14.66-22.67 25.02a71.404 71.404 0 0 0-5.85 16.37c-4.96-15.69-14.6-28.47-28.89-38.36-21.93-15.16-55.69-22.74-101.27-22.74-62.43 0-107.53 14.4-135.27 43.21-8.05 8.39-14.78 18-20.18 28.8.07-1.61.11-3.25.11-4.92 0-20.97-8.05-36.89-24.15-47.76-16.11-10.86-38.03-16.3-65.78-16.3-19.32 0-36.92 2.53-52.77 7.58-15.86 5.06-30.97 12.89-45.34 23.5h-2.23l4.84-25.77h-81.76l-39.02 204.67h83.24l17.84-92.48c2.97-16.68 11.52-29.56 25.64-38.66 13.13-9.1 28.49-13.65 46.08-13.65 29.98 0 44.97 10.24 44.97 30.71 0 3.03-.37 6.31-1.12 9.85l-19.69 104.23h83.24l12.54-65.87c3.17 21.8 13.86 38.95 32.05 51.47 22.05 15.16 55.99 22.74 101.83 22.74s84.23-5.69 110-17.06c14.91-6.48 26.48-15.04 34.7-25.69 2.66 7.48 7.01 13.77 13.05 18.87 10.78 9.09 26.01 15.35 45.71 18.76 19.7 3.41 44.78 5.12 75.25 5.12 32.95 0 59.52-1.52 79.71-4.55s36.36-8.72 48.5-17.06c9.66-6.57 16.97-15.41 21.93-26.53 4.95-11.11 7.43-23.5 7.43-37.14 0-16.42-5.58-28.3-16.72-35.63-11.15-7.32-28.25-12.25-51.29-14.78l-92.9-9.48c-8.43-1-14.25-2.27-17.47-3.79-3.22-1.51-4.83-3.91-4.83-7.2 0-3.53 1.98-6.69 5.95-9.47 7.43-5.56 21.79-8.34 43.1-8.34 30.72 0 47.07 7.08 49.06 21.22h91.42c.49-3.03.74-6.06.74-9.09 0-22.49-11.4-38.03-34.19-46.62Zm-437.02 56.47c11.89-12.63 30.71-18.95 56.48-18.95 17.84 0 31.15 2.65 39.95 7.96 8.79 5.31 13.81 13.52 15.05 24.64H1468.8c2.72-5.06 6.32-9.6 10.78-13.65Zm349.69 71.26c7.68 1.01 13.07 2.34 16.17 3.98 3.09 1.64 4.64 4.23 4.64 7.77 0 2.27-.5 4.16-1.49 5.68s-2.35 3.16-4.08 4.93c-3.48 3.28-9.11 5.75-16.91 7.39-7.81 1.64-18.77 2.46-32.89 2.46-31.46 0-48.48-7.83-51.04-23.5h-172.3c-2.73 4.81-8.55 9.35-17.47 13.65-10.91 5.05-24.28 7.58-40.14 7.58-20.31 0-34.93-3.28-43.85-9.86-8.92-6.56-13-16.8-12.26-30.7h212.57c2.91-9.44 4.82-18.94 5.72-28.51 2.94 5.08 7.1 9.28 12.49 12.59 11.89 7.34 29.97 12.51 54.25 15.54l86.59 11Zm183.99-127.96c-2.26-3.85-5.37-6.93-9.22-9.19-3.88-2.29-8.15-3.43-12.68-3.43s-8.87 1.14-12.75 3.43a25.833 25.833 0 0 0-9.24 9.19c-2.26 3.85-3.41 8.12-3.41 12.7s1.15 8.79 3.41 12.67c2.29 3.88 5.39 6.98 9.29 9.24 3.88 2.27 8.16 3.41 12.7 3.41s8.8-1.14 12.68-3.41c3.85-2.26 6.96-5.36 9.24-9.24 2.26-3.88 3.41-8.13 3.41-12.67s-1.15-8.85-3.43-12.7Zm-5.92 21.97c-1.64 2.8-3.9 5.06-6.73 6.73-2.81 1.66-5.92 2.51-9.25 2.51s-6.43-.85-9.24-2.51c-2.83-1.67-5.1-3.93-6.76-6.76-1.67-2.81-2.51-5.91-2.51-9.24s.84-6.37 2.51-9.17c1.66-2.84 3.93-5.1 6.76-6.76 2.81-1.67 5.91-2.51 9.24-2.51s6.44.84 9.25 2.51c2.83 1.66 5.09 3.92 6.73 6.76 1.64 2.8 2.46 5.89 2.46 9.17s-.82 6.43-2.46 9.27Z\"/><path class=\"cls-1\" d=\"M1994.82 86.03c-.05 1.22-.32 2.03-.84 2.41-.62.42-1.47.65-2.53.65-1.62 0-3.75-.6-3.75-5.69s2.13-5.55 3.75-5.55c1.04 0 1.86.2 2.46.57.49.33.74.92.77 1.82l.05.74h9.05l-.05-.82c-.15-2.81-1.27-5.19-3.36-7.03-2.06-1.86-5.07-2.78-8.92-2.78s-7.09 1.09-9.39 3.28c-2.36 2.19-3.53 5.47-3.53 9.77s1.17 7.6 3.51 9.81c2.33 2.21 5.49 3.33 9.42 3.33s6.81-.97 8.95-2.86c2.16-1.89 3.35-4.45 3.55-7.58l.05-.84h-9.15l-.02.77Z\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:4980,pixelHeight:1376,pixelWidth:9960,sizes:\"106px\",src:\"https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png\",srcSet:\"https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png?scale-down-to=512 512w,https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/0ZDFb4NCThhD7qMLmsdWXJ2g.png 9960w\"},className:\"framer-ycgu67\",\"data-framer-name\":\"OL_Logo_white\",layoutDependency:layoutDependency,layoutId:\"ywSJwlMym\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5WGOT.framer-16ajx7x, .framer-5WGOT .framer-16ajx7x { display: block; }\",\".framer-5WGOT.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-5WGOT .framer-1jjnrei { aspect-ratio: 7.229390681003585 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 115px; }\",\".framer-5WGOT .framer-ycgu67 { aspect-ratio: 7.238372093023256 / 1; flex: none; height: 15px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 109px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5WGOT.framer-d7p8lh { gap: 0px; } .framer-5WGOT.framer-d7p8lh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5WGOT.framer-d7p8lh > :first-child { margin-left: 0px; } .framer-5WGOT.framer-d7p8lh > :last-child { margin-right: 0px; } }\",\".framer-5WGOT.framer-v-16mxeps.framer-d7p8lh { padding: 2px 0px 2px 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15\n * @framerIntrinsicWidth 275\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Z4V6ICLXS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pStQrnGpz\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjRXzTKEh2=withCSS(Component,css,\"framer-5WGOT\");export default FramerjRXzTKEh2;FramerjRXzTKEh2.displayName=\"Logo Link\";FramerjRXzTKEh2.defaultProps={height:15,width:275};addPropertyControls(FramerjRXzTKEh2,{variant:{options:[\"JCEI5hzRV\",\"Z4V6ICLXS\"],optionTitles:[\"White\",\"Black\"],title:\"Variant\",type:ControlType.Enum},pStQrnGpz:{title:\"Link\",type:ControlType.Link}});addFonts(FramerjRXzTKEh2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjRXzTKEh2\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pStQrnGpz\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"275\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z4V6ICLXS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"15\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jRXzTKEh2.map", "// Generated by Framer (c607f4d)\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-AtQW7\";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\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC04MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"800\",\"--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\":\"capitalize\"},children:\"PROFILE\"})}),className:\"framer-1wmsz6h\",\"data-framer-name\":\"PROFILE\",fonts:[\"GF;Roboto Condensed-800\"],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,...addPropertyOverrides({kFaMqi8iH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC04MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"800\",\"--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\":\"capitalize\"},children:\"PROFILE\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AtQW7.framer-266xis, .framer-AtQW7 .framer-266xis { display: block; }\",\".framer-AtQW7.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 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-AtQW7 .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-AtQW7.framer-y9huqu { gap: 0px; } .framer-AtQW7.framer-y9huqu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AtQW7.framer-y9huqu > :first-child { margin-left: 0px; } .framer-AtQW7.framer-y9huqu > :last-child { margin-right: 0px; } }\",\".framer-AtQW7.framer-v-1jtv0a9.framer-y9huqu { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 259.5\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-AtQW7\");export default FramerV3EjteYMK;FramerV3EjteYMK.displayName=\"Open Navigation Link\";FramerV3EjteYMK.defaultProps={height:80,width:259.5};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:\"Roboto Condensed\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUypfBM731BKMSK.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV3EjteYMK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ormJuBxCO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kFaMqi8iH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"259.5\",\"framerVariables\":\"{\\\"pmLxJr3U4\\\":\\\"title\\\",\\\"fHKDDMhyL\\\":\\\"link\\\",\\\"b89VyIKsR\\\":\\\"color\\\",\\\"aAL3Kk_ub\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V3EjteYMK.map", "// Generated by Framer (c607f4d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,optimizeAppear,optimizeAppearTransformTemplate,ResolveLinks,RichText,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{AutoCopyrightStatement}from\"https://framerusercontent.com/modules/cypSmvavnmXglWlCEu8e/OreLpma6Ibv12y93EbhB/Copyright_year.js\";import TextEncryptionEffect from\"https://framerusercontent.com/modules/nvFfCihGmE3E7F7WXMlH/GQ92y3vnhRWcAyj3iiJA/TextEncryptionEffect.js\";import TextLink from\"https://framerusercontent.com/modules/bmHeZhg2Mnwa5o2iSarw/0l3SNgnrV7h4imX3SLj3/dVTZgYLeH.js\";import LogoLink from\"https://framerusercontent.com/modules/2I1zAled2UcxLhT0ADJP/c3coxXMjhl6YmqfxyPEl/jRXzTKEh2.js\";import OpenNavigationLink from\"https://framerusercontent.com/modules/frzJu1uvYgY6hbWTXFf0/zUZQRL0sifkUkoLMF7ih/V3EjteYMK.js\";const LogoLinkFonts=getFonts(LogoLink);const TextLinkFonts=getFonts(TextLink);const OpenNavigationLinkFonts=getFonts(OpenNavigationLink);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const TextEncryptionEffectFonts=getFonts(TextEncryptionEffect);const RichTextWithFX=withFX(RichText);const RichTextAutoCopyrightStatementWithFX=withFX(AutoCopyrightStatement(RichText));const cycleOrder=[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"];const serializationHash=\"framer-QR6iv\";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\",Pvro3rvUj:\"framer-v-1q5r6ld\"};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 transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:.1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:.3,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={delay:.4,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={delay:.6,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:.7,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={delay:.8,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={delay:1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,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\",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)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZnO4gEEiP,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I2DiMKo8W\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13eo57c=activeVariantCallback(async(...args)=>{if(ZnO4gEEiP){const res=await ZnO4gEEiP(...args);if(res===false)return false;}});const onMouseEnter12b6fck=activeVariantCallback(async(...args)=>{setVariant(\"nndHF1d3J\");});const onMouseLeave6wal2l=activeVariantCallback(async(...args)=>{setVariant(\"I2DiMKo8W\");});const onMouseLeavej1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const onMouseEnterbkbs62=activeVariantCallback(async(...args)=>{setVariant(\"Pvro3rvUj\");});const onMouseEnter10dh9qc=activeVariantCallback(async(...args)=>{setVariant(\"bK7vL0KSp\");});const onMouseEnterj1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"JjVk8IP6t\")return false;return true;};const isDisplayed1=()=>{if([\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Pvro3rvUj\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"HClsCcfQz\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"bK7vL0KSp\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"CdiCFOBlP\")return true;return false;};const isDisplayed6=()=>{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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-clbh7i\",className,classNames),\"data-framer-name\":\"Unhovered\",layoutDependency:layoutDependency,layoutId:\"I2DiMKo8W\",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:{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\"},Pvro3rvUj:{\"data-framer-name\":\"Profile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wg6fpf\",\"data-framer-name\":\"Nav Row\",layoutDependency:layoutDependency,layoutId:\"yNOmX2k3F\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined},{href:{webPageId:\"YIWFDAfhW\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 70px) / 4, 0px)`,...addPropertyOverrides({JjVk8IP6t:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) * 0.75, 0px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eeoabu-container\",layoutDependency:layoutDependency,layoutId:\"u5_L6OTQ6-container\",children:/*#__PURE__*/_jsx(LogoLink,{height:\"100%\",id:\"u5_L6OTQ6\",layoutId:\"u5_L6OTQ6\",pStQrnGpz:resolvedLinks[0],style:{width:\"100%\"},variant:\"JCEI5hzRV\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{pStQrnGpz:resolvedLinks[3]},CdiCFOBlP:{pStQrnGpz:resolvedLinks[5]},HClsCcfQz:{pStQrnGpz:resolvedLinks[2]},JjVk8IP6t:{pStQrnGpz:resolvedLinks[6]},nndHF1d3J:{pStQrnGpz:resolvedLinks[4]},Pvro3rvUj:{pStQrnGpz:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rra6dr\",layoutDependency:layoutDependency,layoutId:\"OeM2mDVBu\"}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-dxwtk5\",layoutDependency:layoutDependency,layoutId:\"mr2O6VxWN\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tz5eey\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ozQE3CvpA\",onTap:onTap13eo57c,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17h0677-container\",layoutDependency:layoutDependency,layoutId:\"ZnNcKmUCA-container\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"ZnNcKmUCA\",Kpveh2Q8O:\"close\",layoutId:\"ZnNcKmUCA\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\"})})})})]}),/*#__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-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}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1rwjzxl\",animation1,\"clbh7i\"),className:\"framer-1rwjzxl-container\",\"data-framer-appear-id\":\"1rwjzxl\",exit:animation,initial:optimizeAppear(\"initial\",\"1rwjzxl\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"bb_eIw9_m-container\",transformTemplate:optimizeAppearTransformTemplate(\"1rwjzxl\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"h0ct52\",animate:optimizeAppear(\"animate\",\"h0ct52\",animation1,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"h0ct52\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"h0ct52\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"10l3yfl\",animate:optimizeAppear(\"animate\",\"10l3yfl\",animation1,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"10l3yfl\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"10l3yfl\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"vtjhe5\",animate:optimizeAppear(\"animate\",\"vtjhe5\",animation1,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"vtjhe5\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"vtjhe5\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"au43vb\",animate:optimizeAppear(\"animate\",\"au43vb\",animation1,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"au43vb\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"au43vb\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"1rz3w6j\",animate:optimizeAppear(\"animate\",\"1rz3w6j\",animation1,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1rz3w6j\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"1rz3w6j\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"10nhamm\",animate:optimizeAppear(\"animate\",\"10nhamm\",animation1,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"10nhamm\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"10nhamm\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks1[0],height:\"100%\",id:\"bb_eIw9_m\",layoutId:\"bb_eIw9_m\",pmLxJr3U4:\"WORK\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks1[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks1[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks1[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks1[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks1[4],variant:\"ormJuBxCO\"},Pvro3rvUj:{fHKDDMhyL:resolvedLinks1[1]}},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:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__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\",exit:animation3,initial:optimizeAppear(\"initial\",\"6f1a9b\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"I6JcZjEpt-container\",transformTemplate:optimizeAppearTransformTemplate(\"6f1a9b\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"x1u9gu\",animate:optimizeAppear(\"animate\",\"x1u9gu\",animation4,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"x1u9gu\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"x1u9gu\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"s0qfw9\",animate:optimizeAppear(\"animate\",\"s0qfw9\",animation4,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"s0qfw9\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"s0qfw9\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"8xr5m3\",animate:optimizeAppear(\"animate\",\"8xr5m3\",animation4,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"8xr5m3\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"8xr5m3\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"1jsqehs\",animate:optimizeAppear(\"animate\",\"1jsqehs\",animation4,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1jsqehs\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"1jsqehs\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"1431vib\",animate:optimizeAppear(\"animate\",\"1431vib\",animation4,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1431vib\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"1431vib\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"biizb8\",animate:optimizeAppear(\"animate\",\"biizb8\",animation4,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"biizb8\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"biizb8\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks2[0],height:\"100%\",id:\"I6JcZjEpt\",layoutId:\"I6JcZjEpt\",pmLxJr3U4:\"ABOUT\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks2[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks2[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks2[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks2[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks2[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks2[1],variant:\"ormJuBxCO\"}},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}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1ytcif4\",animation6,\"clbh7i\"),className:\"framer-1ytcif4-container\",\"data-framer-appear-id\":\"1ytcif4\",exit:animation5,initial:optimizeAppear(\"initial\",\"1ytcif4\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"w9ILZoAzT-container\",transformTemplate:optimizeAppearTransformTemplate(\"1ytcif4\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"337834\",animate:optimizeAppear(\"animate\",\"337834\",animation6,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"337834\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"337834\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"rszcur\",animate:optimizeAppear(\"animate\",\"rszcur\",animation6,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"rszcur\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"rszcur\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"fjru8o\",animate:optimizeAppear(\"animate\",\"fjru8o\",animation6,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"fjru8o\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"fjru8o\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"1o9w53j\",animate:optimizeAppear(\"animate\",\"1o9w53j\",animation6,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1o9w53j\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"1o9w53j\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"7cs9s5\",animate:optimizeAppear(\"animate\",\"7cs9s5\",animation6,\"g18r89\"),initial:optimizeAppear(\"initial\",\"7cs9s5\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"7cs9s5\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"11gmem6\",animate:optimizeAppear(\"animate\",\"11gmem6\",animation6,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"11gmem6\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"11gmem6\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks3[0],height:\"100%\",id:\"w9ILZoAzT\",layoutId:\"w9ILZoAzT\",pmLxJr3U4:\"CONTACT\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks3[3],variant:\"ormJuBxCO\"},CdiCFOBlP:{fHKDDMhyL:resolvedLinks3[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks3[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks3[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks3[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks3[1]}},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:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined},{href:{webPageId:\"whsqG7nxw\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"jyzgbe\",animation8,\"clbh7i\"),className:\"framer-jyzgbe-container\",\"data-framer-appear-id\":\"jyzgbe\",exit:animation7,initial:optimizeAppear(\"initial\",\"jyzgbe\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"aCpuqSnEi-container\",transformTemplate:optimizeAppearTransformTemplate(\"jyzgbe\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"un7lmj\",animate:optimizeAppear(\"animate\",\"un7lmj\",animation8,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"un7lmj\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"un7lmj\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"6awmkk\",animate:optimizeAppear(\"animate\",\"6awmkk\",animation8,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"6awmkk\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"6awmkk\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"147y7g7\",animate:optimizeAppear(\"animate\",\"147y7g7\",animation8,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"147y7g7\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"147y7g7\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"1ngi7q9\",animate:optimizeAppear(\"animate\",\"1ngi7q9\",animation8,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"1ngi7q9\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"1ngi7q9\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"1k8bk1w\",animate:optimizeAppear(\"animate\",\"1k8bk1w\",animation8,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1k8bk1w\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"1k8bk1w\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"svd6je\",animate:optimizeAppear(\"animate\",\"svd6je\",animation8,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"svd6je\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"svd6je\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks4[0],height:\"100%\",id:\"aCpuqSnEi\",layoutId:\"aCpuqSnEi\",pmLxJr3U4:\"STUDIO\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks4[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks4[5],variant:\"ormJuBxCO\"},HClsCcfQz:{fHKDDMhyL:resolvedLinks4[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks4[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks4[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed1()&&/*#__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\",exit:animation3,initial:optimizeAppear(\"initial\",\"1v532ah\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"y10SA0Liq-container\",name:\"Video Neutral\",transformTemplate:optimizeAppearTransformTemplate(\"1v532ah\",transformTemplate1),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:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://xgjzloifyvgpbmyonaya.supabase.co/storage/v1/object/public/files/wdSo1eImsQ/6TUqDhzc0d\",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\",\"1ym0jai\",animation4,\"clbh7i\"),className:\"framer-1ym0jai-container\",\"data-framer-appear-id\":\"1ym0jai\",\"data-framer-name\":\"Video Profile\",exit:animation3,initial:optimizeAppear(\"initial\",\"1ym0jai\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"Gc4qmeKtI-container\",name:\"Video Profile\",transformTemplate:optimizeAppearTransformTemplate(\"1ym0jai\",transformTemplate1),...addPropertyOverrides({Pvro3rvUj:{\"data-framer-appear-id\":\"lgpw86\",animate:optimizeAppear(\"animate\",\"lgpw86\",animation4,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"lgpw86\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"lgpw86\",transformTemplate1)}},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:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://xgjzloifyvgpbmyonaya.supabase.co/storage/v1/object/public/files/u9aYr5j3ty/R9-8-HTOp_\",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\",\"lwhzpa\",animation4,\"clbh7i\"),className:\"framer-lwhzpa-container\",\"data-framer-appear-id\":\"lwhzpa\",\"data-framer-name\":\"Video Case Studies\",exit:animation3,initial:optimizeAppear(\"initial\",\"lwhzpa\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"FafzizZ9n-container\",name:\"Video Case Studies\",transformTemplate:optimizeAppearTransformTemplate(\"lwhzpa\",transformTemplate1),...addPropertyOverrides({HClsCcfQz:{\"data-framer-appear-id\":\"hj0roy\",animate:optimizeAppear(\"animate\",\"hj0roy\",animation4,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"hj0roy\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"hj0roy\",transformTemplate1)}},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:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Jacob%20Turner/Compressed%20car%20video.mp4\",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\",\"19welhm\",animation4,\"clbh7i\"),className:\"framer-19welhm-container\",\"data-framer-appear-id\":\"19welhm\",\"data-framer-name\":\"Video Contact\",exit:animation3,initial:optimizeAppear(\"initial\",\"19welhm\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"N0Yac4m9m-container\",name:\"Video Contact\",transformTemplate:optimizeAppearTransformTemplate(\"19welhm\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"cmdih1\",animate:optimizeAppear(\"animate\",\"cmdih1\",animation4,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"cmdih1\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"cmdih1\",transformTemplate1)}},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:true,poster:\"https://framerusercontent.com/images/WaDgshEVJhek3teHctRzKWIE0v4.jpg\",posterEnabled:true,srcType:\"URL\",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\",\"1d9w0i1\",animation4,\"clbh7i\"),className:\"framer-1d9w0i1-container\",\"data-framer-appear-id\":\"1d9w0i1\",\"data-framer-name\":\"Video Journal\",exit:animation3,initial:optimizeAppear(\"initial\",\"1d9w0i1\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"X575JJX2S-container\",name:\"Video Journal\",transformTemplate:optimizeAppearTransformTemplate(\"1d9w0i1\",transformTemplate1),...addPropertyOverrides({CdiCFOBlP:{\"data-framer-appear-id\":\"231o5j\",animate:optimizeAppear(\"animate\",\"231o5j\",animation4,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"231o5j\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"231o5j\",transformTemplate1)}},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:true,poster:\"https://framerusercontent.com/images/RMQDfWBN9OaMNdqennpO4qs.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed6()&&/*#__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\",exit:animation3,initial:optimizeAppear(\"initial\",\"1rpzgzi\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"Xk31FJvap-container\",name:\"Video Index\",transformTemplate:optimizeAppearTransformTemplate(\"1rpzgzi\",transformTemplate1),...addPropertyOverrides({nndHF1d3J:{\"data-framer-appear-id\":\"1dxlr5d\",animate:optimizeAppear(\"animate\",\"1dxlr5d\",animation4,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1dxlr5d\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"1dxlr5d\",transformTemplate1)}},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:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://xgjzloifyvgpbmyonaya.supabase.co/storage/v1/object/public/files/L3hvlyKUW4/ZvKSoOdErJ\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xvsq5r\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"kwoPksvls\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fokj9c\",layoutDependency:layoutDependency,layoutId:\"vsTikeeup\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bo3pgv\",\"data-framer-name\":\"Contact Wrapper\",layoutDependency:layoutDependency,layoutId:\"UNM2pSQuu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1p8umz7\",animation10,\"clbh7i\"),className:\"framer-1p8umz7-container\",\"data-framer-appear-id\":\"1p8umz7\",exit:animation9,initial:optimizeAppear(\"initial\",\"1p8umz7\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"l4ZrvYO8k-container\",transformTemplate:optimizeAppearTransformTemplate(\"1p8umz7\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"15621i3\",animate:optimizeAppear(\"animate\",\"15621i3\",animation10,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"15621i3\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"15621i3\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"1f0abxw\",animate:optimizeAppear(\"animate\",\"1f0abxw\",animation10,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"1f0abxw\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"1f0abxw\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"7s6ajr\",animate:optimizeAppear(\"animate\",\"7s6ajr\",animation10,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"7s6ajr\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"7s6ajr\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"kjrka7\",animate:optimizeAppear(\"animate\",\"kjrka7\",animation10,\"g18r89\"),initial:optimizeAppear(\"initial\",\"kjrka7\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"kjrka7\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"12llv3g\",animate:optimizeAppear(\"animate\",\"12llv3g\",animation10,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"12llv3g\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"12llv3g\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:\"mailto:somebody@email.com\",height:\"100%\",id:\"l4ZrvYO8k\",Kpveh2Q8O:\"Lets Become Odd\",layoutId:\"l4ZrvYO8k\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-szuo94\",layoutDependency:layoutDependency,layoutId:\"J1DE8017r\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/ena.supply/\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1mz53kg framer-15ab43b\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"chE56HCu1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"195k6dq\",animation12,\"clbh7i\"),className:\"framer-195k6dq-container\",\"data-framer-appear-id\":\"195k6dq\",exit:animation11,initial:optimizeAppear(\"initial\",\"195k6dq\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"MQoVEflnh-container\",transformTemplate:optimizeAppearTransformTemplate(\"195k6dq\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"1fz4xj5\",animate:optimizeAppear(\"animate\",\"1fz4xj5\",animation12,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"1fz4xj5\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"1fz4xj5\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"19j9c2g\",animate:optimizeAppear(\"animate\",\"19j9c2g\",animation12,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"19j9c2g\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"19j9c2g\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"1cy22x1\",animate:optimizeAppear(\"animate\",\"1cy22x1\",animation12,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"1cy22x1\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"1cy22x1\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"n685nv\",animate:optimizeAppear(\"animate\",\"n685nv\",animation12,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"n685nv\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"n685nv\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"m76z0c\",animate:optimizeAppear(\"animate\",\"m76z0c\",animation12,\"g18r89\"),initial:optimizeAppear(\"initial\",\"m76z0c\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"m76z0c\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"1gbnua1\",animate:optimizeAppear(\"animate\",\"1gbnua1\",animation12,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"1gbnua1\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"1gbnua1\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"MQoVEflnh\",interval:.07,layoutId:\"MQoVEflnh\",text:\"IN\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"fh86sj\",animation12,\"clbh7i\"),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:\",\"})}),className:\"framer-fh86sj\",\"data-framer-appear-id\":\"fh86sj\",exit:animation11,fonts:[\"GF;Azeret Mono-regular\"],initial:optimizeAppear(\"initial\",\"fh86sj\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"YvwmEgsp9\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},transformTemplate:optimizeAppearTransformTemplate(\"fh86sj\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"cd546o\",animate:optimizeAppear(\"animate\",\"cd546o\",animation12,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"cd546o\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"cd546o\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"6wquwn\",animate:optimizeAppear(\"animate\",\"6wquwn\",animation12,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"6wquwn\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"6wquwn\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"auczsc\",animate:optimizeAppear(\"animate\",\"auczsc\",animation12,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"auczsc\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"auczsc\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"190z3zh\",animate:optimizeAppear(\"animate\",\"190z3zh\",animation12,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"190z3zh\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"190z3zh\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"1vzzmo8\",animate:optimizeAppear(\"animate\",\"1vzzmo8\",animation12,\"g18r89\"),initial:optimizeAppear(\"initial\",\"1vzzmo8\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"1vzzmo8\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"1ck7jet\",animate:optimizeAppear(\"animate\",\"1ck7jet\",animation12,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"1ck7jet\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"1ck7jet\",transformTemplate1)}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/ena_supply\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-vqrt2x framer-15ab43b\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"nuaghukDW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1053xfs\",animation14,\"clbh7i\"),className:\"framer-1053xfs-container\",\"data-framer-appear-id\":\"1053xfs\",exit:animation13,initial:optimizeAppear(\"initial\",\"1053xfs\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"Qlh5UjmPU-container\",transformTemplate:optimizeAppearTransformTemplate(\"1053xfs\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"1kmt7pq\",animate:optimizeAppear(\"animate\",\"1kmt7pq\",animation14,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"1kmt7pq\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"1kmt7pq\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"ijoppy\",animate:optimizeAppear(\"animate\",\"ijoppy\",animation14,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"ijoppy\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"ijoppy\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"uep61k\",animate:optimizeAppear(\"animate\",\"uep61k\",animation14,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"uep61k\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"uep61k\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"cszw6s\",animate:optimizeAppear(\"animate\",\"cszw6s\",animation14,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"cszw6s\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"cszw6s\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"7t32i5\",animate:optimizeAppear(\"animate\",\"7t32i5\",animation14,\"g18r89\"),initial:optimizeAppear(\"initial\",\"7t32i5\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"7t32i5\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"1s5fyi1\",animate:optimizeAppear(\"animate\",\"1s5fyi1\",animation14,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"1s5fyi1\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"1s5fyi1\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"Qlh5UjmPU\",interval:.07,layoutId:\"Qlh5UjmPU\",text:\"TW\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"w99brx\",animation14,\"clbh7i\"),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:\",\"})}),className:\"framer-w99brx\",\"data-framer-appear-id\":\"w99brx\",exit:animation13,fonts:[\"GF;Azeret Mono-regular\"],initial:optimizeAppear(\"initial\",\"w99brx\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"eIG5xxgxc\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},transformTemplate:optimizeAppearTransformTemplate(\"w99brx\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"28g8ar\",animate:optimizeAppear(\"animate\",\"28g8ar\",animation14,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"28g8ar\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"28g8ar\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"zbohp1\",animate:optimizeAppear(\"animate\",\"zbohp1\",animation14,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"zbohp1\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"zbohp1\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"1p3mxsq\",animate:optimizeAppear(\"animate\",\"1p3mxsq\",animation14,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"1p3mxsq\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"1p3mxsq\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"houkn\",animate:optimizeAppear(\"animate\",\"houkn\",animation14,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"houkn\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"houkn\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"wawsbz\",animate:optimizeAppear(\"animate\",\"wawsbz\",animation14,\"g18r89\"),initial:optimizeAppear(\"initial\",\"wawsbz\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"wawsbz\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"6izskh\",animate:optimizeAppear(\"animate\",\"6izskh\",animation14,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"6izskh\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"6izskh\",transformTemplate1)}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://savee.it/e_n_a/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-o7ug9a framer-15ab43b\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"Z99qGIWi3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"wxviik\",animation16,\"clbh7i\"),className:\"framer-wxviik-container\",\"data-framer-appear-id\":\"wxviik\",exit:animation15,initial:optimizeAppear(\"initial\",\"wxviik\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"QOyi2QDrh-container\",transformTemplate:optimizeAppearTransformTemplate(\"wxviik\",transformTemplate1),...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"vkxrpx\",animate:optimizeAppear(\"animate\",\"vkxrpx\",animation16,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"vkxrpx\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"vkxrpx\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"1fy6mie\",animate:optimizeAppear(\"animate\",\"1fy6mie\",animation16,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"1fy6mie\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"1fy6mie\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"1rbl5e4\",animate:optimizeAppear(\"animate\",\"1rbl5e4\",animation16,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"1rbl5e4\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"1rbl5e4\",transformTemplate1)},JjVk8IP6t:{\"data-framer-appear-id\":\"euxpvb\",animate:optimizeAppear(\"animate\",\"euxpvb\",animation16,\"1vjdru\"),initial:optimizeAppear(\"initial\",\"euxpvb\",animation2,\"1vjdru\"),transformTemplate:optimizeAppearTransformTemplate(\"euxpvb\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"aeaanv\",animate:optimizeAppear(\"animate\",\"aeaanv\",animation16,\"g18r89\"),initial:optimizeAppear(\"initial\",\"aeaanv\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"aeaanv\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"w8nx9s\",animate:optimizeAppear(\"animate\",\"w8nx9s\",animation16,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"w8nx9s\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"w8nx9s\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"QOyi2QDrh\",interval:.07,layoutId:\"QOyi2QDrh\",text:\"SV\",textSelect:true,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://ena.supply/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6o0x6s framer-15ab43b\",layoutDependency:layoutDependency,layoutId:\"UPRO_om9f\"})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s3azwp\",layoutDependency:layoutDependency,layoutId:\"n2gIyTXXn\",children:/*#__PURE__*/_jsx(RichTextAutoCopyrightStatementWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1r1rf9z\",animation18,\"clbh7i\"),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\":\"105%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"capitalize\"},children:\"\\xa9YYYY\"})}),className:\"framer-1r1rf9z\",\"data-framer-appear-id\":\"1r1rf9z\",\"data-framer-name\":\"\\xa9 Studio B 2023\",exit:animation17,fonts:[\"GF;Azeret Mono-regular\"],initial:optimizeAppear(\"initial\",\"1r1rf9z\",animation2,\"clbh7i\"),layoutDependency:layoutDependency,layoutId:\"GkkkbWUfe\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},transformTemplate:optimizeAppearTransformTemplate(\"1r1rf9z\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bK7vL0KSp:{\"data-framer-appear-id\":\"vxtz59\",animate:optimizeAppear(\"animate\",\"vxtz59\",animation18,\"1e8s9ne\"),initial:optimizeAppear(\"initial\",\"vxtz59\",animation2,\"1e8s9ne\"),transformTemplate:optimizeAppearTransformTemplate(\"vxtz59\",transformTemplate1)},CdiCFOBlP:{\"data-framer-appear-id\":\"1yerbzj\",animate:optimizeAppear(\"animate\",\"1yerbzj\",animation18,\"4c5epr\"),initial:optimizeAppear(\"initial\",\"1yerbzj\",animation2,\"4c5epr\"),transformTemplate:optimizeAppearTransformTemplate(\"1yerbzj\",transformTemplate1)},HClsCcfQz:{\"data-framer-appear-id\":\"1snv9uc\",animate:optimizeAppear(\"animate\",\"1snv9uc\",animation18,\"18ak3ot\"),initial:optimizeAppear(\"initial\",\"1snv9uc\",animation2,\"18ak3ot\"),transformTemplate:optimizeAppearTransformTemplate(\"1snv9uc\",transformTemplate1)},nndHF1d3J:{\"data-framer-appear-id\":\"5ebral\",animate:optimizeAppear(\"animate\",\"5ebral\",animation18,\"g18r89\"),initial:optimizeAppear(\"initial\",\"5ebral\",animation2,\"g18r89\"),transformTemplate:optimizeAppearTransformTemplate(\"5ebral\",transformTemplate1)},Pvro3rvUj:{\"data-framer-appear-id\":\"7dyhjb\",animate:optimizeAppear(\"animate\",\"7dyhjb\",animation18,\"1q5r6ld\"),initial:optimizeAppear(\"initial\",\"7dyhjb\",animation2,\"1q5r6ld\"),transformTemplate:optimizeAppearTransformTemplate(\"7dyhjb\",transformTemplate1)}},baseVariant,gestureVariant)})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QR6iv.framer-15ab43b, .framer-QR6iv .framer-15ab43b { display: block; }\",\".framer-QR6iv.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 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-QR6iv .framer-wg6fpf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 20px 20px 0px 20px; position: absolute; right: 0px; top: 0px; z-index: 5; }\",\".framer-QR6iv .framer-1eeoabu-container { flex: 3 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-QR6iv .framer-1rra6dr { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-QR6iv .framer-dxwtk5 { 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; min-height: 13px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-QR6iv .framer-1tz5eey { align-content: center; align-items: center; cursor: pointer; 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 0px 0px 0px; position: relative; width: 1px; z-index: 10; }\",\".framer-QR6iv .framer-17h0677-container, .framer-QR6iv .framer-1rwjzxl-container, .framer-QR6iv .framer-6f1a9b-container, .framer-QR6iv .framer-1ytcif4-container, .framer-QR6iv .framer-jyzgbe-container, .framer-QR6iv .framer-1p8umz7-container, .framer-QR6iv .framer-195k6dq-container, .framer-QR6iv .framer-1053xfs-container, .framer-QR6iv .framer-wxviik-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QR6iv .framer-15ok8kv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-QR6iv .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: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-QR6iv .framer-wfzzep, .framer-QR6iv .framer-nmu7lx, .framer-QR6iv .framer-4dxcut { 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-QR6iv .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-QR6iv .framer-1v532ah-container, .framer-QR6iv .framer-1ym0jai-container, .framer-QR6iv .framer-lwhzpa-container, .framer-QR6iv .framer-19welhm-container, .framer-QR6iv .framer-1rpzgzi-container { flex: none; height: 100%; position: absolute; right: 0px; top: 0px; width: 50%; z-index: 1; }\",\".framer-QR6iv .framer-1d9w0i1-container { flex: none; height: 100%; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 50%; z-index: 1; }\",\".framer-QR6iv .framer-1xvsq5r { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 20px 20px 20px; position: absolute; right: 0px; z-index: 1; }\",\".framer-QR6iv .framer-fokj9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 13px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-QR6iv .framer-1bo3pgv { 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 0px 0px 0px; position: relative; width: 1px; }\",\".framer-QR6iv .framer-szuo94 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-QR6iv .framer-1mz53kg, .framer-QR6iv .framer-vqrt2x, .framer-QR6iv .framer-o7ug9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-QR6iv .framer-fh86sj, .framer-QR6iv .framer-w99brx, .framer-QR6iv .framer-1r1rf9z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QR6iv .framer-6o0x6s { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-QR6iv .framer-1s3azwp { 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 0px 0px 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QR6iv .framer-wg6fpf, .framer-QR6iv .framer-1rra6dr, .framer-QR6iv .framer-dxwtk5, .framer-QR6iv .framer-1tz5eey, .framer-QR6iv .framer-15ok8kv, .framer-QR6iv .framer-ojejqj, .framer-QR6iv .framer-wfzzep, .framer-QR6iv .framer-1hox8kl, .framer-QR6iv .framer-nmu7lx, .framer-QR6iv .framer-4dxcut, .framer-QR6iv .framer-1xvsq5r, .framer-QR6iv .framer-fokj9c, .framer-QR6iv .framer-1bo3pgv, .framer-QR6iv .framer-szuo94, .framer-QR6iv .framer-1mz53kg, .framer-QR6iv .framer-vqrt2x, .framer-QR6iv .framer-o7ug9a, .framer-QR6iv .framer-6o0x6s, .framer-QR6iv .framer-1s3azwp { gap: 0px; } .framer-QR6iv .framer-wg6fpf > *, .framer-QR6iv .framer-1rra6dr > *, .framer-QR6iv .framer-1tz5eey > *, .framer-QR6iv .framer-wfzzep > *, .framer-QR6iv .framer-nmu7lx > *, .framer-QR6iv .framer-4dxcut > *, .framer-QR6iv .framer-fokj9c > *, .framer-QR6iv .framer-1bo3pgv > *, .framer-QR6iv .framer-szuo94 > *, .framer-QR6iv .framer-6o0x6s > *, .framer-QR6iv .framer-1s3azwp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QR6iv .framer-wg6fpf > :first-child, .framer-QR6iv .framer-1rra6dr > :first-child, .framer-QR6iv .framer-dxwtk5 > :first-child, .framer-QR6iv .framer-1tz5eey > :first-child, .framer-QR6iv .framer-15ok8kv > :first-child, .framer-QR6iv .framer-wfzzep > :first-child, .framer-QR6iv .framer-nmu7lx > :first-child, .framer-QR6iv .framer-4dxcut > :first-child, .framer-QR6iv .framer-fokj9c > :first-child, .framer-QR6iv .framer-1bo3pgv > :first-child, .framer-QR6iv .framer-szuo94 > :first-child, .framer-QR6iv .framer-1mz53kg > :first-child, .framer-QR6iv .framer-vqrt2x > :first-child, .framer-QR6iv .framer-o7ug9a > :first-child, .framer-QR6iv .framer-6o0x6s > :first-child, .framer-QR6iv .framer-1s3azwp > :first-child { margin-left: 0px; } .framer-QR6iv .framer-wg6fpf > :last-child, .framer-QR6iv .framer-1rra6dr > :last-child, .framer-QR6iv .framer-dxwtk5 > :last-child, .framer-QR6iv .framer-1tz5eey > :last-child, .framer-QR6iv .framer-15ok8kv > :last-child, .framer-QR6iv .framer-wfzzep > :last-child, .framer-QR6iv .framer-nmu7lx > :last-child, .framer-QR6iv .framer-4dxcut > :last-child, .framer-QR6iv .framer-fokj9c > :last-child, .framer-QR6iv .framer-1bo3pgv > :last-child, .framer-QR6iv .framer-szuo94 > :last-child, .framer-QR6iv .framer-1mz53kg > :last-child, .framer-QR6iv .framer-vqrt2x > :last-child, .framer-QR6iv .framer-o7ug9a > :last-child, .framer-QR6iv .framer-6o0x6s > :last-child, .framer-QR6iv .framer-1s3azwp > :last-child { margin-right: 0px; } .framer-QR6iv .framer-dxwtk5 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-QR6iv .framer-15ok8kv > *, .framer-QR6iv .framer-1mz53kg > *, .framer-QR6iv .framer-vqrt2x > *, .framer-QR6iv .framer-o7ug9a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-QR6iv .framer-ojejqj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-QR6iv .framer-ojejqj > :first-child, .framer-QR6iv .framer-1hox8kl > :first-child, .framer-QR6iv .framer-1xvsq5r > :first-child { margin-top: 0px; } .framer-QR6iv .framer-ojejqj > :last-child, .framer-QR6iv .framer-1hox8kl > :last-child, .framer-QR6iv .framer-1xvsq5r > :last-child { margin-bottom: 0px; } .framer-QR6iv .framer-1hox8kl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-QR6iv .framer-1xvsq5r > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-QR6iv.framer-v-1vjdru.framer-clbh7i { width: 390px; }\",\".framer-QR6iv.framer-v-1vjdru .framer-wg6fpf { padding: 20px 15px 0px 15px; }\",\".framer-QR6iv.framer-v-1vjdru .framer-wfzzep, .framer-QR6iv.framer-v-1vjdru .framer-1hox8kl, .framer-QR6iv.framer-v-1vjdru .framer-nmu7lx, .framer-QR6iv.framer-v-1vjdru .framer-4dxcut { padding: 0px 0px 0px 15px; }\",\".framer-QR6iv.framer-v-1vjdru .framer-1xvsq5r { padding: 0px 15px 20px 15px; }\",\".framer-QR6iv.framer-v-1vjdru .framer-szuo94 { flex: 1 0 0px; }\",\".framer-QR6iv.framer-v-1vjdru .framer-6o0x6s { flex: 1 0 0px; justify-content: flex-end; }\"];/**\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\"]}}}\n * @framerVariables {\"ZnO4gEEiP\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSmkNoZhed=withCSS(Component,css,\"framer-QR6iv\");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\"],optionTitles:[\"Unhovered\",\"Profile\",\"Case Studies\",\"Contact\",\"Index\",\"Journal\",\"Mobile Full Navigation \"],title:\"Variant\",type:ControlType.Enum},ZnO4gEEiP:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerSmkNoZhed,[{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,...OpenNavigationLinkFonts,...VideoFonts,...TextEncryptionEffectFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSmkNoZhed\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ZnO4gEEiP\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"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\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (705c3f6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,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/bmHeZhg2Mnwa5o2iSarw/0l3SNgnrV7h4imX3SLj3/dVTZgYLeH.js\";import LogoLink from\"https://framerusercontent.com/modules/2I1zAled2UcxLhT0ADJP/c3coxXMjhl6YmqfxyPEl/jRXzTKEh2.js\";const LogoLinkFonts=getFonts(LogoLink);const TextLinkFonts=getFonts(TextLink);const cycleOrder=[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"];const serializationHash=\"framer-1jeW4\";const variantClassNames={FeKwNXxsb:\"framer-v-3qp4s6\",IZofKJ4e0:\"framer-v-1kkd832\",jcCoQwoAa:\"framer-v-1b8ee3m\",KCRveuxVb:\"framer-v-wje25z\",OBAYI94ML:\"framer-v-14146bv\",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 Black Mobile\":\"IZofKJ4e0\",\"Navigation Black\":\"FeKwNXxsb\",\"Navigation Clear Mobile\":\"OBAYI94ML\",\"Navigation Clear\":\"jcCoQwoAa\",\"Navigation White Mobile\":\"KCRveuxVb\",\"Navigation White\":\"uyF164vS7\"};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)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EHMhKGDpT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FeKwNXxsb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1aheybq=activeVariantCallback(async(...args)=>{if(EHMhKGDpT){const res=await EHMhKGDpT(...args);if(res===false)return false;}});const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if([\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"].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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3qp4s6\",className,classNames),\"data-framer-name\":\"Navigation Black\",layoutDependency:layoutDependency,layoutId:\"FeKwNXxsb\",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:{backgroundColor:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\",...style},variants:{jcCoQwoAa:{backgroundColor:\"rgba(0, 0, 0, 0)\"},KCRveuxVb:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"},OBAYI94ML:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uyF164vS7:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"}},...addPropertyOverrides({IZofKJ4e0:{\"data-framer-name\":\"Navigation Black Mobile\"},jcCoQwoAa:{\"data-framer-name\":\"Navigation Clear\"},KCRveuxVb:{\"data-framer-name\":\"Navigation White Mobile\"},OBAYI94ML:{\"data-framer-name\":\"Navigation Clear Mobile\"},uyF164vS7:{\"data-framer-name\":\"Navigation 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:[/*#__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},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 0px) - 30px) / 4, 0px)`,...addPropertyOverrides({IZofKJ4e0:{width:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px, 0px) - 10px) * 0.75, 0px)`},KCRveuxVb:{width:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px, 0px) - 10px) * 0.75, 0px)`},OBAYI94ML:{width:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px, 0px) - 10px) * 0.75, 0px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qg0t45-container\",layoutDependency:layoutDependency,layoutId:\"fqF9Q1c13-container\",children:/*#__PURE__*/_jsx(LogoLink,{CINbpXIT7:\"Jacob Turner\",height:\"100%\",id:\"fqF9Q1c13\",layoutId:\"fqF9Q1c13\",pStQrnGpz:resolvedLinks[0],style:{width:\"100%\"},variant:\"Z4V6ICLXS\",width:\"100%\",...addPropertyOverrides({IZofKJ4e0:{pStQrnGpz:resolvedLinks[3]},jcCoQwoAa:{pStQrnGpz:resolvedLinks[2],variant:\"JCEI5hzRV\"},KCRveuxVb:{pStQrnGpz:resolvedLinks[4],variant:\"JCEI5hzRV\"},OBAYI94ML:{pStQrnGpz:resolvedLinks[5],variant:\"JCEI5hzRV\"},uyF164vS7:{pStQrnGpz:resolvedLinks[1],variant:\"JCEI5hzRV\"}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nps3ep\",layoutDependency:layoutDependency,layoutId:\"XQPjY57F1\"}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16hfba8\",layoutDependency:layoutDependency,layoutId:\"PYztneNCT\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o541l4\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z5d6L9HXi\",onTap:onTap1aheybq,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({jcCoQwoAa:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},KCRveuxVb:{MOYsDPIsL:\"rgb(255, 255, 255)\"},OBAYI94ML:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, 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-1jeW4.framer-bs3puo, .framer-1jeW4 .framer-bs3puo { display: block; }\",\".framer-1jeW4.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 20px 20px 20px; position: relative; width: 1200px; }\",\".framer-1jeW4 .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 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1jeW4 .framer-51a3hu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1jeW4 .framer-qg0t45-container { flex: 3 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-1jeW4 .framer-1nps3ep { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1jeW4 .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; min-height: 13px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1jeW4 .framer-1o541l4 { align-content: center; align-items: center; cursor: pointer; 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 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1jeW4 .framer-176d5ko-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1jeW4.framer-3qp4s6, .framer-1jeW4 .framer-1awtpsu, .framer-1jeW4 .framer-51a3hu, .framer-1jeW4 .framer-1nps3ep, .framer-1jeW4 .framer-16hfba8, .framer-1jeW4 .framer-1o541l4 { gap: 0px; } .framer-1jeW4.framer-3qp4s6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-1jeW4.framer-3qp4s6 > :first-child, .framer-1jeW4 .framer-1awtpsu > :first-child, .framer-1jeW4 .framer-51a3hu > :first-child, .framer-1jeW4 .framer-1nps3ep > :first-child, .framer-1jeW4 .framer-16hfba8 > :first-child, .framer-1jeW4 .framer-1o541l4 > :first-child { margin-left: 0px; } .framer-1jeW4.framer-3qp4s6 > :last-child, .framer-1jeW4 .framer-1awtpsu > :last-child, .framer-1jeW4 .framer-51a3hu > :last-child, .framer-1jeW4 .framer-1nps3ep > :last-child, .framer-1jeW4 .framer-16hfba8 > :last-child, .framer-1jeW4 .framer-1o541l4 > :last-child { margin-right: 0px; } .framer-1jeW4 .framer-1awtpsu > *, .framer-1jeW4 .framer-51a3hu > *, .framer-1jeW4 .framer-1nps3ep > *, .framer-1jeW4 .framer-1o541l4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1jeW4 .framer-16hfba8 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-1jeW4.framer-v-1kkd832.framer-3qp4s6, .framer-1jeW4.framer-v-wje25z.framer-3qp4s6, .framer-1jeW4.framer-v-14146bv.framer-3qp4s6 { padding: 20px 15px 20px 15px; width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uyF164vS7\":{\"layout\":[\"fixed\",\"auto\"]},\"jcCoQwoAa\":{\"layout\":[\"fixed\",\"auto\"]},\"IZofKJ4e0\":{\"layout\":[\"fixed\",\"auto\"]},\"KCRveuxVb\":{\"layout\":[\"fixed\",\"auto\"]},\"OBAYI94ML\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EHMhKGDpT\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryGfvD64UY=withCSS(Component,css,\"framer-1jeW4\");export default FrameryGfvD64UY;FrameryGfvD64UY.displayName=\"Navigation\";FrameryGfvD64UY.defaultProps={height:55.5,width:1200};addPropertyControls(FrameryGfvD64UY,{variant:{options:[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"],optionTitles:[\"Navigation Black\",\"Navigation White\",\"Navigation Clear\",\"Navigation Black Mobile\",\"Navigation White Mobile\",\"Navigation Clear Mobile\"],title:\"Variant\",type:ControlType.Enum},EHMhKGDpT:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameryGfvD64UY,[{explicitInter:true,fonts:[]},...LogoLinkFonts,...TextLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGfvD64UY\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uyF164vS7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jcCoQwoAa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IZofKJ4e0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KCRveuxVb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OBAYI94ML\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"EHMhKGDpT\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"55.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "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", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kpveh2Q8O", "MOYsDPIsL", "bwVWMSt6G", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterxs3d6e", "args", "onMouseLeave1fppydt", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerdVTZgYLeH", "withCSS", "dVTZgYLeH_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "AutoCopyrightStatement", "Component", "props", "_props_children_props_children", "_props_children_props", "_props_children", "textProps", "p", "TextEncryptionEffect", "props", "isCanvas", "RenderTarget", "text", "activators", "ref", "pe", "isInView", "useInView", "value", "setValue", "useDencrypt", "runAnimation", "ue", "p", "addPropertyControls", "ControlType", "defaultOptions", "getRandomChar", "chars", "getChar", "i", "j", "maxLength", "oldValue", "newValue", "dencrypt", "options", "interval", "callback", "initialValue", "lastValue", "isCrypting", "calculateValues", "nextValue", "prevValue", "nextLength", "prevLength", "iterations", "_", "values", "resolve", "next", "v", "o", "result", "setResult", "ye", "setSetValue", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pStQrnGpz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "Image2", "css", "FramerjRXzTKEh2", "withCSS", "jRXzTKEh2_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", "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", "RichText", "css", "FramerV3EjteYMK", "withCSS", "V3EjteYMK_default", "addPropertyControls", "ControlType", "addFonts", "LogoLinkFonts", "getFonts", "jRXzTKEh2_default", "TextLinkFonts", "dVTZgYLeH_default", "OpenNavigationLinkFonts", "V3EjteYMK_default", "MotionDivWithFX", "withFX", "motion", "VideoFonts", "Video", "TextEncryptionEffectFonts", "TextEncryptionEffect", "RichTextWithFX", "RichText", "RichTextAutoCopyrightStatementWithFX", "AutoCopyrightStatement", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "animation8", "transition6", "animation9", "animation10", "transition7", "animation11", "animation12", "transition8", "animation13", "animation14", "transition9", "animation15", "animation16", "transition10", "animation17", "animation18", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13eo57c", "args", "onMouseEnter12b6fck", "onMouseLeave6wal2l", "onMouseLeavej1jt39", "onMouseEnterbkbs62", "onMouseEnter10dh9qc", "onMouseEnterj1jt39", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "optimizeAppear", "optimizeAppearTransformTemplate", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "Link", "css", "FramerSmkNoZhed", "withCSS", "SmkNoZhed_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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1aheybq", "args", "ref1", "pe", "router", "useRouter", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FrameryGfvD64UY", "withCSS", "yGfvD64UY_default", "addPropertyControls", "ControlType", "addFonts"]
}
