{
  "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/90ICLbTHnkXgVfH1BSgW/Video.js", "ssg:https://framerusercontent.com/modules/rkvGns8t9wziKC8ci0fL/HwQ8lp5VSSpMLu3iDNo8/CKAXHxDqW.js", "ssg:https://framerusercontent.com/modules/DNAqLl1iitpwmAMfPm9l/bbQqy7CnbtaxrQR2eImc/KZnMWGaEy.js", "ssg:https://framerusercontent.com/modules/pSC1mekvMTiy4ENtEC1K/aBFQY4DW47J1RCffKYOj/dVTZgYLeH.js", "ssg:https://framerusercontent.com/modules/RfEZSKTftJnptfu3o9CK/BHhHw2rk3x9wgYkH1BZB/ykw4KfGHv.js", "ssg:https://framerusercontent.com/modules/d1lpOTGv7jGUAK1EjbD5/rkxKxi2k6zKozIdcy5l4/Copyright_year.js", "ssg:https://framerusercontent.com/modules/1VMrwJyGcQtUcXEA2YBi/HXO2peiG1HSMnlJbt6gO/TextEncryptionEffect.js", "ssg:https://framerusercontent.com/modules/ud9rHJII708d8ug8B1wj/LOrv9WEUfh6aRxUJqfgl/jRXzTKEh2.js", "ssg:https://framerusercontent.com/modules/d9ZfCo1eyXqPnHTI1oqT/3FL12q4njYIpjK0kdhnG/V3EjteYMK.js", "ssg:https://framerusercontent.com/modules/f4UqrjWzpALZM1Lm5jay/8F6C5vxRjexXLYJoD1UI/SmkNoZhed.js", "ssg:https://framerusercontent.com/modules/wHbbcvFYj8ua9sDyp7OS/BNaQbGwZcPaweBv6n7z6/xxIb0BkhJ.js", "ssg:https://framerusercontent.com/modules/jJlHRXT19BNtJiQfqlTZ/M6NDUL831OelAYta9RZf/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://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)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:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (91d32d4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zh0P0ZNrl\",\"a8dXW8rKN\"];const serializationHash=\"framer-vKrrY\";const variantClassNames={a8dXW8rKN:\"framer-v-mqrbpm\",zh0P0ZNrl:\"framer-v-5ot10\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={a8dXW8rKN:{delay:.2,duration:2,ease:[.25,1,.5,1],type:\"tween\"},default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Line Animation Active\":\"a8dXW8rKN\",\"Line Animation\":\"zh0P0ZNrl\"};const getProps=({background,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,nhvtjR0LA:(_ref=background!==null&&background!==void 0?background:props.nhvtjR0LA)!==null&&_ref!==void 0?_ref:'var(--token-5561bb3f-a718-41fb-9058-813f188fd34f, rgb(55, 43, 41)) /* {\"name\":\"EH Brown\"} */',variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zh0P0ZNrl\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nhvtjR0LA,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"zh0P0ZNrl\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-5ot10\",className,classNames),\"data-framer-name\":\"Line Animation\",initial:variant,layoutDependency:layoutDependency,layoutId:\"zh0P0ZNrl\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a8dXW8rKN:{\"data-framer-name\":\"Line Animation Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6bkqf2\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"kH1revXB0\",style:{backgroundColor:nhvtjR0LA}})})})});});const css=['.framer-vKrrY[data-border=\"true\"]::after, .framer-vKrrY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vKrrY.framer-1vp7nev, .framer-vKrrY .framer-1vp7nev { display: block; }\",\".framer-vKrrY.framer-5ot10 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 787px; }\",\".framer-vKrrY .framer-6bkqf2 { flex: none; height: 1px; position: relative; width: 0%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vKrrY.framer-5ot10 { gap: 0px; } .framer-vKrrY.framer-5ot10 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vKrrY.framer-5ot10 > :first-child { margin-left: 0px; } .framer-vKrrY.framer-5ot10 > :last-child { margin-right: 0px; } }\",\".framer-vKrrY.framer-v-mqrbpm .framer-6bkqf2 { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 787\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"a8dXW8rKN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"nhvtjR0LA\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerCKAXHxDqW=withCSS(Component,css,\"framer-vKrrY\");export default FramerCKAXHxDqW;FramerCKAXHxDqW.displayName=\"Line Animation\";FramerCKAXHxDqW.defaultProps={height:1,width:787};addPropertyControls(FramerCKAXHxDqW,{variant:{options:[\"zh0P0ZNrl\",\"a8dXW8rKN\"],optionTitles:[\"Line Animation\",\"Line Animation Active\"],title:\"Variant\",type:ControlType.Enum},nhvtjR0LA:{defaultValue:'var(--token-5561bb3f-a718-41fb-9058-813f188fd34f, rgb(55, 43, 41)) /* {\"name\":\"EH Brown\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerCKAXHxDqW,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCKAXHxDqW\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a8dXW8rKN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1\",\"framerVariables\":\"{\\\"nhvtjR0LA\\\":\\\"background\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"787\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CKAXHxDqW.map", "// Generated by Framer (b0164a3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;BDO Grotesk Variable\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDYwMA==\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDYwMA==\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDYwMA==\"]);const variationAxes=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"BDO Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/aqZtL4y92kErJN7PqZ33AYfQ6jo.woff2\",variationAxes}]}];export const css=['.framer-N30m4 .framer-styles-preset-unnglg:not(.rich-text-wrapper), .framer-N30m4 .framer-styles-preset-unnglg.rich-text-wrapper p { --framer-font-family: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 600; --framer-font-variation-axes-bold: \"wght\" 600; --framer-font-variation-axes-bold-italic: \"wght\" 600; --framer-font-variation-axes-italic: \"wght\" 600; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --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-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-N30m4\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/DNAqLl1iitpwmAMfPm9l/bbQqy7CnbtaxrQR2eImc/KZnMWGaEy.js\";const cycleOrder=[\"eyytyxpGy\",\"gDw4mfhIy\"];const serializationHash=\"framer-WSduH\";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 transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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,icon,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))\",T4fNEX9eu:icon!==null&&icon!==void 0?icon:props.T4fNEX9eu,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)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Kpveh2Q8O,MOYsDPIsL,bwVWMSt6G,T4fNEX9eu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eyytyxpGy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterjnk3s3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gDw4mfhIy\");});const onMouseLeavesojfge=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"eyytyxpGy\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=isSet(T4fNEX9eu);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({gDw4mfhIy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cpv035\",className,classNames),\"data-framer-name\":\"Text Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eyytyxpGy\",onMouseEnter:onMouseEnterjnk3s3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gDw4mfhIy:{\"data-framer-name\":\"Text Link - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavesojfge}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:bwVWMSt6G,nodeId:\"fKuOqu6WY\",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-unnglg\",\"data-styles-preset\":\"KZnMWGaEy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})}),className:\"framer-1nvzjr6\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mM_eFo8QJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-unnglg\",\"data-styles-preset\":\"KZnMWGaEy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View all\"})}),className:\"framer-1phqj0i\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RfxUJwLIS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true})]})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWF0ZXJpYWwgU3ltYm9scyBTaGFycC12YXJpYWJsZS1yZWd1bGFyVkY9SWtaSlRFd2lJREFzSUNKSFVrRkVJaUF3TENBaWIzQnplaUlnTWpRc0lDSjNaMmgwSWlBMU1EQT0=\",\"--framer-font-family\":'\"Material Symbols Sharp Variable\", monospace',\"--framer-font-size\":\"13px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"FILL\" 0, \"GRAD\" 0, \"opsz\" 24, \"wght\" 500)',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)))\"},children:\"Content\"})}),className:\"framer-1l71gc\",fonts:[\"GF;Material Symbols Sharp-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"qvtKh_19I\",style:{\"--extracted-2gg91v\":'\"FILL\" 0, \"GRAD\" 0, \"opsz\" 24, \"wght\" 500',\"--extracted-r6o4lv\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:T4fNEX9eu,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WSduH.framer-1be4gvd, .framer-WSduH .framer-1be4gvd { display: block; }\",\".framer-WSduH.framer-cpv035 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-WSduH .framer-5ifad7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 13px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WSduH .framer-1nvzjr6, .framer-WSduH .framer-1phqj0i, .framer-WSduH .framer-1l71gc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WSduH.framer-cpv035, .framer-WSduH .framer-5ifad7 { gap: 0px; } .framer-WSduH.framer-cpv035 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-WSduH.framer-cpv035 > :first-child { margin-left: 0px; } .framer-WSduH.framer-cpv035 > :last-child { margin-right: 0px; } .framer-WSduH .framer-5ifad7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WSduH .framer-5ifad7 > :first-child { margin-top: 0px; } .framer-WSduH .framer-5ifad7 > :last-child { margin-bottom: 0px; } }\",\".framer-WSduH.framer-v-kdf0z3 .framer-5ifad7 { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 62\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gDw4mfhIy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Kpveh2Q8O\":\"title\",\"MOYsDPIsL\":\"color\",\"bwVWMSt6G\":\"link\",\"T4fNEX9eu\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdVTZgYLeH=withCSS(Component,css,\"framer-WSduH\");export default FramerdVTZgYLeH;FramerdVTZgYLeH.displayName=\"Text Link\";FramerdVTZgYLeH.defaultProps={height:13,width:62};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},T4fNEX9eu:{defaultValue:\"\",displayTextArea:false,title:\"Icon\",type:ControlType.String}});const variationAxes=[{defaultValue:0,maxValue:1,minValue:0,name:\"Fill\",tag:\"FILL\"},{defaultValue:0,maxValue:200,minValue:-50,name:\"Grade\",tag:\"GRAD\"},{defaultValue:24,maxValue:48,minValue:20,name:\"Optical Size\",tag:\"opsz\"},{defaultValue:400,maxValue:700,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerdVTZgYLeH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Material Symbols Sharp\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/materialsymbolssharp/v221/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSTGlMyd8.woff2\",variationAxes,weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVTZgYLeH\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Kpveh2Q8O\\\":\\\"title\\\",\\\"MOYsDPIsL\\\":\\\"color\\\",\\\"bwVWMSt6G\\\":\\\"link\\\",\\\"T4fNEX9eu\\\":\\\"icon\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gDw4mfhIy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"13\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"62\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dVTZgYLeH.map", "// Generated by Framer (b0164a3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;BDO Grotesk Variable\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDQwMA==\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDQwMA==\",\"CUSTOM;BDO Grotesk VariableVF=IndnaHQiIDQwMA==\"]);const variationAxes=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"BDO Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/aqZtL4y92kErJN7PqZ33AYfQ6jo.woff2\",variationAxes}]}];export const css=['.framer-Lx6Ss .framer-styles-preset-33mce8:not(.rich-text-wrapper), .framer-Lx6Ss .framer-styles-preset-33mce8.rich-text-wrapper p { --framer-font-family: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --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-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Lx6Ss .framer-styles-preset-33mce8:not(.rich-text-wrapper), .framer-Lx6Ss .framer-styles-preset-33mce8.rich-text-wrapper p { --framer-font-family: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --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-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Lx6Ss .framer-styles-preset-33mce8:not(.rich-text-wrapper), .framer-Lx6Ss .framer-styles-preset-33mce8.rich-text-wrapper p { --framer-font-family: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-bold-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-family-italic: \"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --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-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-Lx6Ss\";\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\"}}}", "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 (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"JCEI5hzRV\",\"Z4V6ICLXS\"];const serializationHash=\"framer-zISd4\";const variantClassNames={JCEI5hzRV:\"framer-v-d7p8lh\",Z4V6ICLXS:\"framer-v-16mxeps\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Black:\"Z4V6ICLXS\",White:\"JCEI5hzRV\"};const getProps=({height,id,link,width,...props})=>{return{...props,pStQrnGpz:link??props.pStQrnGpz,variant:humanReadableVariantMap[props.variant]??props.variant??\"JCEI5hzRV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,pStQrnGpz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JCEI5hzRV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Z4V6ICLXS\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Z4V6ICLXS\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:pStQrnGpz,motionChild:true,nodeId:\"JCEI5hzRV\",scopeId:\"jRXzTKEh2\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-d7p8lh\",className,classNames)} framer-16ajx7x`,\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"JCEI5hzRV\",ref:refBinding,style:{...style},...addPropertyOverrides({Z4V6ICLXS:{\"data-framer-name\":\"Black\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mhhwv7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"AA4WPHNaR\",svg:'<svg width=\"170\" height=\"32\" viewBox=\"0 0 170 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.4894 18.9029L6.29503 0.518458H0V25.3306H4.77315V8.84675L11.2757 25.3306H15.6684L22.2401 8.70852V25.3306H27.0133V0.518458H20.7183L13.4894 18.9029ZM37.8567 6.53142C36.3809 6.53142 35.0723 6.81939 33.9309 7.39535C32.7895 7.9713 31.8787 8.7834 31.1984 9.83163C30.5182 10.8799 30.132 12.1182 30.0397 13.5465H34.3633C34.4555 12.5098 34.8014 11.7035 35.4009 11.1275C36.0004 10.5516 36.819 10.2636 37.8567 10.2636C38.8943 10.2636 39.6552 10.5516 40.2086 11.1275C40.7621 11.7035 41.0388 12.5098 41.0388 13.5465V14.6524C40.4853 14.5833 39.9665 14.5314 39.4823 14.4969C38.9981 14.4623 38.4908 14.445 37.9604 14.445C35.2856 14.445 33.2334 14.9173 31.8037 15.8619C30.3741 16.8064 29.6593 18.1772 29.6593 19.9742C29.6593 21.7712 30.2473 23.0843 31.4233 24.1211C32.5993 25.1578 34.1442 25.6761 36.0581 25.6761C37.3263 25.6761 38.4216 25.4515 39.3439 25.0023C40.2663 24.553 41.0272 23.9022 41.6268 23.0498V25.3306H45.5352V13.7193C45.5352 11.4616 44.8607 9.69916 43.5118 8.43207C42.1629 7.16497 40.2778 6.53142 37.8567 6.53142ZM41.0388 18.8683C41.0388 19.9281 40.6871 20.7748 39.9838 21.4083C39.2805 22.0419 38.3178 22.3586 37.0957 22.3586C36.1964 22.3586 35.4874 22.1282 34.9685 21.6675C34.4497 21.2067 34.1903 20.5962 34.1903 19.836C34.1903 18.9835 34.5362 18.35 35.228 17.9353C35.9197 17.5206 36.9343 17.3133 38.2717 17.3133C38.6868 17.3133 39.1134 17.3306 39.5515 17.3651C39.9896 17.3997 40.4853 17.463 41.0388 17.5552V18.8683ZM61.1344 9.26144C60.4427 8.36295 59.6356 7.68332 58.7133 7.22256C57.7909 6.7618 56.7763 6.53142 55.6695 6.53142C54.0323 6.53142 52.5969 6.9461 51.3633 7.77548C50.1297 8.60485 49.1727 9.74524 48.4925 11.1966C47.8123 12.648 47.4721 14.2838 47.4721 16.1038C47.4721 17.9238 47.8123 19.5249 48.4925 20.9763C49.1727 22.4277 50.1297 23.5739 51.3633 24.4148C52.5969 25.2557 54.0323 25.6761 55.6695 25.6761C56.8686 25.6761 57.9581 25.4112 58.9381 24.8813C59.9181 24.3514 60.777 23.6142 61.5149 22.6696V25.3306H65.9076V0.518458H61.1344V9.26144ZM60.5118 18.9547C60.1198 19.7496 59.5953 20.3543 58.9381 20.769C58.2809 21.1837 57.5488 21.391 56.7417 21.391C55.5657 21.391 54.5512 20.9418 53.698 20.0433C52.8448 19.1448 52.4182 17.8316 52.4182 16.1038C52.4182 14.3759 52.8448 12.9994 53.698 12.1124C54.5512 11.2254 55.5657 10.782 56.7417 10.782C57.5257 10.782 58.2463 10.9778 58.9035 11.3694C59.5607 11.7611 60.091 12.3486 60.4946 13.1318C60.8981 13.9151 61.0998 14.8827 61.0998 16.0347C61.0998 17.1866 60.9038 18.1599 60.5118 18.9547ZM84.0894 9.64157C83.2823 8.65093 82.285 7.88491 81.0975 7.34351C79.91 6.80212 78.5899 6.53142 77.1372 6.53142C75.3617 6.53142 73.7821 6.94034 72.3986 7.7582C71.0151 8.57605 69.9313 9.69916 69.1473 11.1275C68.3633 12.5559 67.9713 14.1916 67.9713 16.0347C67.9713 17.8777 68.3518 19.6286 69.1127 21.08C69.8737 22.5314 70.9517 23.6545 72.3467 24.4493C73.7418 25.2442 75.3617 25.6416 77.2064 25.6416C79.4661 25.6416 81.3569 25.0656 82.8788 23.9137C84.4007 22.7618 85.4268 21.1491 85.9571 19.0757H81.184C80.9073 19.9742 80.423 20.6768 79.7313 21.1837C79.0395 21.6905 78.1633 21.9439 77.1026 21.9439C76.1802 21.9439 75.3962 21.7136 74.7506 21.2528C74.105 20.792 73.6207 20.1239 73.2979 19.2485C73.0846 18.6783 72.952 18.0159 72.8771 17.2787H85.9917C86.2223 15.7812 86.1647 14.3817 85.8188 13.08C85.4729 11.7784 84.8964 10.6322 84.0894 9.64157ZM72.9405 14.2377C73.0212 13.6963 73.148 13.2067 73.3152 12.769C73.6496 11.882 74.128 11.2082 74.7506 10.7474C75.3732 10.2866 76.1341 10.0563 77.0334 10.0563C78.1633 10.0563 79.0799 10.4306 79.7832 11.1794C80.4865 11.9281 80.8612 12.9475 80.9073 14.2377H72.9405ZM102.727 7.77548C101.504 6.9461 100.063 6.53142 98.4031 6.53142C97.2963 6.53142 96.2874 6.7618 95.3766 7.22256C94.4658 7.68332 93.6645 8.36295 92.9728 9.26144V0.518458H88.165V25.3306H92.5923V22.6696C93.3071 23.6142 94.1603 24.3514 95.1518 24.8813C96.1433 25.4112 97.2271 25.6761 98.4031 25.6761C100.063 25.6761 101.504 25.2557 102.727 24.4148C103.949 23.5739 104.9 22.4277 105.58 20.9763C106.26 19.5249 106.6 17.9007 106.6 16.1038C106.6 14.3068 106.26 12.648 105.58 11.1966C104.9 9.74524 103.949 8.60485 102.727 7.77548ZM100.375 20.0433C99.5214 20.9418 98.5068 21.391 97.3309 21.391C96.5469 21.391 95.8205 21.1837 95.1518 20.769C94.4831 20.3543 93.9585 19.7496 93.5781 18.9547C93.1976 18.1599 93.0073 17.1866 93.0073 16.0347C93.0073 14.8827 93.2033 13.9151 93.5953 13.1318C93.9873 12.3486 94.5119 11.7611 95.1691 11.3694C95.8263 10.9778 96.5469 10.782 97.3309 10.782C98.5068 10.782 99.5214 11.2254 100.375 12.1124C101.228 12.9994 101.654 14.3298 101.654 16.1038C101.654 17.8777 101.228 19.1448 100.375 20.0433ZM115.415 19.5249L110.78 6.87699H105.592L112.855 25.1232L110.226 32.0001H115.449L124.442 6.87699H119.634L115.415 19.5249ZM141.425 0.518458H120.499V5.2528H128.316V25.3306H133.573V5.2528H141.425V0.518458ZM147.293 19.5249L142.659 6.87699H137.47L144.734 25.1232L142.105 32.0001H147.328L156.321 6.87699H151.513L147.293 19.5249ZM168.692 3.5019C168.398 2.805 167.989 2.19448 167.464 1.67613C166.939 1.15201 166.317 0.74308 165.602 0.449344C164.887 0.155607 164.115 0.00585938 163.279 0.00585938C162.443 0.00585938 161.67 0.155607 160.961 0.449344C160.252 0.74308 159.636 1.15201 159.105 1.67613C158.581 2.20024 158.166 2.805 157.877 3.5019C157.583 4.1988 157.439 4.94178 157.439 5.73084C157.439 6.5199 157.583 7.26288 157.877 7.95402C158.166 8.64517 158.575 9.24992 159.105 9.77404C159.63 10.2982 160.252 10.7071 160.961 11.0008C161.67 11.2946 162.443 11.4443 163.279 11.4443C164.115 11.4443 164.887 11.2946 165.602 11.0008C166.317 10.7071 166.934 10.2982 167.464 9.77404C167.989 9.25568 168.404 8.64517 168.692 7.95402C168.98 7.26288 169.13 6.5199 169.13 5.73084C169.13 4.94178 168.986 4.1988 168.692 3.5019ZM167.447 7.49326C167.228 8.04042 166.922 8.52422 166.524 8.94466C166.127 9.35935 165.654 9.68764 165.106 9.91803C164.559 10.1484 163.947 10.2636 163.279 10.2636C162.61 10.2636 162.016 10.1484 161.469 9.91803C160.921 9.68764 160.448 9.36511 160.051 8.94466C159.653 8.52422 159.347 8.04618 159.128 7.49326C158.909 6.9461 158.8 6.35863 158.8 5.73084C158.8 5.10305 158.909 4.50406 159.128 3.95114C159.347 3.40399 159.653 2.92019 160.051 2.51126C160.448 2.10233 160.921 1.7798 161.469 1.54942C162.016 1.31903 162.622 1.20384 163.279 1.20384C163.936 1.20384 164.559 1.31903 165.106 1.54942C165.654 1.7798 166.127 2.10233 166.524 2.51126C166.916 2.92019 167.228 3.40399 167.447 3.95114C167.666 4.4983 167.775 5.09153 167.775 5.73084C167.775 6.37015 167.666 6.9461 167.447 7.49326ZM162.495 4.17577C162.72 4.02602 162.985 3.95114 163.296 3.95114C163.682 3.95114 164.011 4.07209 164.288 4.31399C164.564 4.55589 164.726 4.87267 164.783 5.27008H166.248C166.15 4.51558 165.827 3.89931 165.273 3.42703C164.726 2.95474 164.057 2.7186 163.279 2.7186C162.743 2.7186 162.247 2.85107 161.803 3.12177C161.359 3.39247 161.002 3.74956 160.742 4.1988C160.477 4.64805 160.345 5.16065 160.345 5.73084C160.345 6.30104 160.477 6.79636 160.742 7.25136C161.008 7.70636 161.359 8.06921 161.803 8.33991C162.247 8.61061 162.737 8.74308 163.279 8.74308C164.057 8.74308 164.726 8.5127 165.273 8.04042C165.821 7.57389 166.15 6.95762 166.248 6.18584H164.783C164.726 6.57173 164.559 6.88851 164.282 7.14193C163.999 7.39535 163.677 7.52206 163.302 7.52206C162.996 7.52206 162.725 7.44718 162.501 7.29168C162.276 7.13617 162.097 6.92883 161.976 6.65813C161.849 6.38743 161.786 6.07641 161.786 5.72508C161.786 5.37375 161.849 5.06273 161.976 4.79204C162.103 4.52134 162.276 4.31399 162.501 4.16425L162.495 4.17577Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1k3vwh7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"I257:1562;157:218\",svg:'<svg width=\"170\" height=\"32\" viewBox=\"0 0 170 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.4894 18.9029L6.29503 0.518458H0V25.3306H4.77315V8.84675L11.2757 25.3306H15.6684L22.2401 8.70852V25.3306H27.0133V0.518458H20.7183L13.4894 18.9029ZM37.8567 6.53142C36.3809 6.53142 35.0723 6.81939 33.9309 7.39535C32.7895 7.9713 31.8787 8.7834 31.1984 9.83163C30.5182 10.8799 30.132 12.1182 30.0397 13.5465H34.3633C34.4555 12.5098 34.8014 11.7035 35.4009 11.1275C36.0004 10.5516 36.819 10.2636 37.8567 10.2636C38.8943 10.2636 39.6552 10.5516 40.2086 11.1275C40.7621 11.7035 41.0388 12.5098 41.0388 13.5465V14.6524C40.4853 14.5833 39.9665 14.5314 39.4823 14.4969C38.9981 14.4623 38.4908 14.445 37.9604 14.445C35.2856 14.445 33.2334 14.9173 31.8037 15.8619C30.3741 16.8064 29.6593 18.1772 29.6593 19.9742C29.6593 21.7712 30.2473 23.0843 31.4233 24.1211C32.5993 25.1578 34.1442 25.6761 36.0581 25.6761C37.3263 25.6761 38.4216 25.4515 39.3439 25.0023C40.2663 24.553 41.0272 23.9022 41.6268 23.0498V25.3306H45.5352V13.7193C45.5352 11.4616 44.8607 9.69916 43.5118 8.43207C42.1629 7.16497 40.2778 6.53142 37.8567 6.53142ZM41.0388 18.8683C41.0388 19.9281 40.6871 20.7748 39.9838 21.4083C39.2805 22.0419 38.3178 22.3586 37.0957 22.3586C36.1964 22.3586 35.4874 22.1282 34.9685 21.6675C34.4497 21.2067 34.1903 20.5962 34.1903 19.836C34.1903 18.9835 34.5362 18.35 35.228 17.9353C35.9197 17.5206 36.9343 17.3133 38.2717 17.3133C38.6868 17.3133 39.1134 17.3306 39.5515 17.3651C39.9896 17.3997 40.4853 17.463 41.0388 17.5552V18.8683ZM61.1344 9.26144C60.4427 8.36295 59.6356 7.68332 58.7133 7.22256C57.7909 6.7618 56.7763 6.53142 55.6695 6.53142C54.0323 6.53142 52.5969 6.9461 51.3633 7.77548C50.1297 8.60485 49.1727 9.74524 48.4925 11.1966C47.8123 12.648 47.4721 14.2838 47.4721 16.1038C47.4721 17.9238 47.8123 19.5249 48.4925 20.9763C49.1727 22.4277 50.1297 23.5739 51.3633 24.4148C52.5969 25.2557 54.0323 25.6761 55.6695 25.6761C56.8686 25.6761 57.9581 25.4112 58.9381 24.8813C59.9181 24.3514 60.777 23.6142 61.5149 22.6696V25.3306H65.9076V0.518458H61.1344V9.26144ZM60.5118 18.9547C60.1198 19.7496 59.5953 20.3543 58.9381 20.769C58.2809 21.1837 57.5488 21.391 56.7417 21.391C55.5657 21.391 54.5512 20.9418 53.698 20.0433C52.8448 19.1448 52.4182 17.8316 52.4182 16.1038C52.4182 14.3759 52.8448 12.9994 53.698 12.1124C54.5512 11.2254 55.5657 10.782 56.7417 10.782C57.5257 10.782 58.2463 10.9778 58.9035 11.3694C59.5607 11.7611 60.091 12.3486 60.4946 13.1318C60.8981 13.9151 61.0998 14.8827 61.0998 16.0347C61.0998 17.1866 60.9038 18.1599 60.5118 18.9547ZM84.0894 9.64157C83.2823 8.65093 82.285 7.88491 81.0975 7.34351C79.91 6.80212 78.5899 6.53142 77.1372 6.53142C75.3617 6.53142 73.7821 6.94034 72.3986 7.7582C71.0151 8.57605 69.9313 9.69916 69.1473 11.1275C68.3633 12.5559 67.9713 14.1916 67.9713 16.0347C67.9713 17.8777 68.3518 19.6286 69.1127 21.08C69.8737 22.5314 70.9517 23.6545 72.3467 24.4493C73.7418 25.2442 75.3617 25.6416 77.2064 25.6416C79.4661 25.6416 81.3569 25.0656 82.8788 23.9137C84.4007 22.7618 85.4268 21.1491 85.9571 19.0757H81.184C80.9073 19.9742 80.423 20.6768 79.7313 21.1837C79.0395 21.6905 78.1633 21.9439 77.1026 21.9439C76.1802 21.9439 75.3962 21.7136 74.7506 21.2528C74.105 20.792 73.6207 20.1239 73.2979 19.2485C73.0846 18.6783 72.952 18.0159 72.8771 17.2787H85.9917C86.2223 15.7812 86.1647 14.3817 85.8188 13.08C85.4729 11.7784 84.8964 10.6322 84.0894 9.64157ZM72.9405 14.2377C73.0212 13.6963 73.148 13.2067 73.3152 12.769C73.6496 11.882 74.128 11.2082 74.7506 10.7474C75.3732 10.2866 76.1341 10.0563 77.0334 10.0563C78.1633 10.0563 79.0799 10.4306 79.7832 11.1794C80.4865 11.9281 80.8612 12.9475 80.9073 14.2377H72.9405ZM102.727 7.77548C101.504 6.9461 100.063 6.53142 98.4031 6.53142C97.2963 6.53142 96.2874 6.7618 95.3766 7.22256C94.4658 7.68332 93.6645 8.36295 92.9728 9.26144V0.518458H88.165V25.3306H92.5923V22.6696C93.3071 23.6142 94.1603 24.3514 95.1518 24.8813C96.1433 25.4112 97.2271 25.6761 98.4031 25.6761C100.063 25.6761 101.504 25.2557 102.727 24.4148C103.949 23.5739 104.9 22.4277 105.58 20.9763C106.26 19.5249 106.6 17.9007 106.6 16.1038C106.6 14.3068 106.26 12.648 105.58 11.1966C104.9 9.74524 103.949 8.60485 102.727 7.77548ZM100.375 20.0433C99.5214 20.9418 98.5068 21.391 97.3309 21.391C96.5469 21.391 95.8205 21.1837 95.1518 20.769C94.4831 20.3543 93.9585 19.7496 93.5781 18.9547C93.1976 18.1599 93.0073 17.1866 93.0073 16.0347C93.0073 14.8827 93.2033 13.9151 93.5953 13.1318C93.9873 12.3486 94.5119 11.7611 95.1691 11.3694C95.8263 10.9778 96.5469 10.782 97.3309 10.782C98.5068 10.782 99.5214 11.2254 100.375 12.1124C101.228 12.9994 101.654 14.3298 101.654 16.1038C101.654 17.8777 101.228 19.1448 100.375 20.0433ZM115.415 19.5249L110.78 6.87699H105.592L112.855 25.1232L110.226 32.0001H115.449L124.442 6.87699H119.634L115.415 19.5249ZM141.425 0.518458H120.499V5.2528H128.316V25.3306H133.573V5.2528H141.425V0.518458ZM147.293 19.5249L142.659 6.87699H137.47L144.734 25.1232L142.105 32.0001H147.328L156.321 6.87699H151.513L147.293 19.5249ZM168.692 3.5019C168.398 2.805 167.989 2.19448 167.464 1.67613C166.939 1.15201 166.317 0.74308 165.602 0.449344C164.887 0.155607 164.115 0.00585938 163.279 0.00585938C162.443 0.00585938 161.67 0.155607 160.961 0.449344C160.252 0.74308 159.636 1.15201 159.105 1.67613C158.581 2.20024 158.166 2.805 157.877 3.5019C157.583 4.1988 157.439 4.94178 157.439 5.73084C157.439 6.5199 157.583 7.26288 157.877 7.95402C158.166 8.64517 158.575 9.24992 159.105 9.77404C159.63 10.2982 160.252 10.7071 160.961 11.0008C161.67 11.2946 162.443 11.4443 163.279 11.4443C164.115 11.4443 164.887 11.2946 165.602 11.0008C166.317 10.7071 166.934 10.2982 167.464 9.77404C167.989 9.25568 168.404 8.64517 168.692 7.95402C168.98 7.26288 169.13 6.5199 169.13 5.73084C169.13 4.94178 168.986 4.1988 168.692 3.5019ZM167.447 7.49326C167.228 8.04042 166.922 8.52422 166.524 8.94466C166.127 9.35935 165.654 9.68764 165.106 9.91803C164.559 10.1484 163.947 10.2636 163.279 10.2636C162.61 10.2636 162.016 10.1484 161.469 9.91803C160.921 9.68764 160.448 9.36511 160.051 8.94466C159.653 8.52422 159.347 8.04618 159.128 7.49326C158.909 6.9461 158.8 6.35863 158.8 5.73084C158.8 5.10305 158.909 4.50406 159.128 3.95114C159.347 3.40399 159.653 2.92019 160.051 2.51126C160.448 2.10233 160.921 1.7798 161.469 1.54942C162.016 1.31903 162.622 1.20384 163.279 1.20384C163.936 1.20384 164.559 1.31903 165.106 1.54942C165.654 1.7798 166.127 2.10233 166.524 2.51126C166.916 2.92019 167.228 3.40399 167.447 3.95114C167.666 4.4983 167.775 5.09153 167.775 5.73084C167.775 6.37015 167.666 6.9461 167.447 7.49326ZM162.495 4.17577C162.72 4.02602 162.985 3.95114 163.296 3.95114C163.682 3.95114 164.011 4.07209 164.288 4.31399C164.564 4.55589 164.726 4.87267 164.783 5.27008H166.248C166.15 4.51558 165.827 3.89931 165.273 3.42703C164.726 2.95474 164.057 2.7186 163.279 2.7186C162.743 2.7186 162.247 2.85107 161.803 3.12177C161.359 3.39247 161.002 3.74956 160.742 4.1988C160.477 4.64805 160.345 5.16065 160.345 5.73084C160.345 6.30104 160.477 6.79636 160.742 7.25136C161.008 7.70636 161.359 8.06921 161.803 8.33991C162.247 8.61061 162.737 8.74308 163.279 8.74308C164.057 8.74308 164.726 8.5127 165.273 8.04042C165.821 7.57389 166.15 6.95762 166.248 6.18584H164.783C164.726 6.57173 164.559 6.88851 164.282 7.14193C163.999 7.39535 163.677 7.52206 163.302 7.52206C162.996 7.52206 162.725 7.44718 162.501 7.29168C162.276 7.13617 162.097 6.92883 161.976 6.65813C161.849 6.38743 161.786 6.07641 161.786 5.72508C161.786 5.37375 161.849 5.06273 161.976 4.79204C162.103 4.52134 162.276 4.31399 162.501 4.16425L162.495 4.17577Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zISd4.framer-16ajx7x, .framer-zISd4 .framer-16ajx7x { display: block; }\",\".framer-zISd4.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-zISd4 .framer-mhhwv7 { aspect-ratio: 5.28125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 137px; }\",\".framer-zISd4 .framer-1k3vwh7 { aspect-ratio: 5.3125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 138px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zISd4.framer-d7p8lh { gap: 0px; } .framer-zISd4.framer-d7p8lh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zISd4.framer-d7p8lh > :first-child { margin-left: 0px; } .framer-zISd4.framer-d7p8lh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\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-zISd4\");export default FramerjRXzTKEh2;FramerjRXzTKEh2.displayName=\"Logo Link\";FramerjRXzTKEh2.defaultProps={height:26,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\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"26\",\"framerIntrinsicWidth\":\"275\",\"framerVariables\":\"{\\\"pStQrnGpz\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z4V6ICLXS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jRXzTKEh2.map", "// Generated by Framer (5bbf1f3)\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-5va7p\";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 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)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);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,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hgGgywLPq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapahgluq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aAL3Kk_ub){const res=await aAL3Kk_ub(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();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,nodeId:\"hgGgywLPq\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-y9huqu\",className,classNames)} framer-266xis`,\"data-framer-name\":\"Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hgGgywLPq\",onTap:onTapahgluq,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kFaMqi8iH:{\"data-framer-name\":\"Link Mobile\",\"data-highlight\":undefined,onTap:undefined},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\":\"Q1VTVE9NO0JETyBHcm90ZXNrIFZhcmlhYmxl\",\"--framer-font-family\":'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b89VyIKsR-V3EjteYMK))\",\"--framer-text-transform\":\"uppercase\"},children:\"PROFILE\"})}),className:\"framer-1wmsz6h\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;BDO Grotesk Variable\"],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\":\"Q1VTVE9NO0JETyBHcm90ZXNrIFZhcmlhYmxl\",\"--framer-font-family\":'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b89VyIKsR-V3EjteYMK))\",\"--framer-text-transform\":\"uppercase\"},children:\"PROFILE\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5va7p.framer-266xis, .framer-5va7p .framer-266xis { display: block; }\",\".framer-5va7p.framer-y9huqu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-5va7p .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-5va7p.framer-y9huqu { gap: 0px; } .framer-5va7p.framer-y9huqu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5va7p.framer-y9huqu > :first-child { margin-left: 0px; } .framer-5va7p.framer-y9huqu > :last-child { margin-right: 0px; } }\",\".framer-5va7p.framer-v-1jtv0a9.framer-y9huqu { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 70\n * @framerIntrinsicWidth 288\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-5va7p\");export default FramerV3EjteYMK;FramerV3EjteYMK.displayName=\"Open Navigation Link\";FramerV3EjteYMK.defaultProps={height:70,width:288};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}});const variationAxes=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];addFonts(FramerV3EjteYMK,[{explicitInter:true,fonts:[{family:\"BDO Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/aqZtL4y92kErJN7PqZ33AYfQ6jo.woff2\",variationAxes}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV3EjteYMK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"288\",\"framerIntrinsicHeight\":\"70\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ormJuBxCO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kFaMqi8iH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"pmLxJr3U4\\\":\\\"title\\\",\\\"fHKDDMhyL\\\":\\\"link\\\",\\\"b89VyIKsR\\\":\\\"color\\\",\\\"aAL3Kk_ub\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V3EjteYMK.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import{AutoCopyrightStatement}from\"https://framerusercontent.com/modules/d1lpOTGv7jGUAK1EjbD5/rkxKxi2k6zKozIdcy5l4/Copyright_year.js\";import TextEncryptionEffect from\"https://framerusercontent.com/modules/1VMrwJyGcQtUcXEA2YBi/HXO2peiG1HSMnlJbt6gO/TextEncryptionEffect.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/RfEZSKTftJnptfu3o9CK/BHhHw2rk3x9wgYkH1BZB/ykw4KfGHv.js\";import TextLink from\"https://framerusercontent.com/modules/pSC1mekvMTiy4ENtEC1K/aBFQY4DW47J1RCffKYOj/dVTZgYLeH.js\";import LogoLink from\"https://framerusercontent.com/modules/ud9rHJII708d8ug8B1wj/LOrv9WEUfh6aRxUJqfgl/jRXzTKEh2.js\";import OpenNavigationLink from\"https://framerusercontent.com/modules/d9ZfCo1eyXqPnHTI1oqT/3FL12q4njYIpjK0kdhnG/V3EjteYMK.js\";const LogoLinkFonts=getFonts(LogoLink);const TextLinkFonts=getFonts(TextLink);const OpenNavigationLinkFonts=getFonts(OpenNavigationLink);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const VideoFonts=getFonts(Video);const TextEncryptionEffectFonts=getFonts(TextEncryptionEffect);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const RichTextAutoCopyrightStatement1r1rf9z=withCodeBoundaryForOverrides(RichText,{nodeId:\"GkkkbWUfe\",override:AutoCopyrightStatement,scopeId:\"SmkNoZhed\"});const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"JjVk8IP6t\"];const serializationHash=\"framer-AQnvc\";const variantClassNames={bK7vL0KSp:\"framer-v-1e8s9ne\",HClsCcfQz:\"framer-v-18ak3ot\",I2DiMKo8W:\"framer-v-clbh7i\",JjVk8IP6t:\"framer-v-1vjdru\",Pvro3rvUj:\"framer-v-1q5r6ld\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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={delay:.2,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition3={delay:.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:.1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={delay:.6,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={delay:.7,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={delay:.9,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const transition10={delay:1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Case Studies\":\"HClsCcfQz\",\"Mobile Full Navigation \":\"JjVk8IP6t\",Contact:\"bK7vL0KSp\",Profile:\"Pvro3rvUj\",Unhovered:\"I2DiMKo8W\"};const getProps=({height,id,tap,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"I2DiMKo8W\",ZnO4gEEiP:tap??props.ZnO4gEEiP};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ZnO4gEEiP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I2DiMKo8W\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsgutib=activeVariantCallback(async(...args)=>{if(ZnO4gEEiP){const res=await ZnO4gEEiP(...args);if(res===false)return false;}});const onMouseEnterx99192=activeVariantCallback(async(...args)=>{setVariant(\"HClsCcfQz\");});const onMouseLeave6wal2l=activeVariantCallback(async(...args)=>{setVariant(\"I2DiMKo8W\");});const onMouseEnterbkbs62=activeVariantCallback(async(...args)=>{setVariant(\"Pvro3rvUj\");});const onMouseEnter10dh9qc=activeVariantCallback(async(...args)=>{setVariant(\"bK7vL0KSp\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"JjVk8IP6t\")return false;return true;};const isDisplayed1=()=>{if([\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"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;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-clbh7i\",className,classNames),\"data-framer-name\":\"Unhovered\",layoutDependency:layoutDependency,layoutId:\"I2DiMKo8W\",ref:refBinding,style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",...style},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-name\":\"Contact\"},HClsCcfQz:{\"data-framer-name\":\"Case Studies\"},JjVk8IP6t:{\"data-framer-name\":\"Mobile Full Navigation \"},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:\"R6_F7xjGZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 4, 1px)`,y:(componentViewport?.y||0)+0+20,...addPropertyOverrides({JjVk8IP6t:{width:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eeoabu-container\",layoutDependency:layoutDependency,layoutId:\"u5_L6OTQ6-container\",nodeId:\"u5_L6OTQ6\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",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]},HClsCcfQz:{pStQrnGpz:resolvedLinks[2]},JjVk8IP6t:{pStQrnGpz:resolvedLinks[4]},Pvro3rvUj:{pStQrnGpz:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rra6dr\",layoutDependency:layoutDependency,layoutId:\"OeM2mDVBu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"Creative Director\"})}),className:\"framer-1es7uml\",\"data-framer-name\":\"art director\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ccp4age6W\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-dxwtk5\",layoutDependency:layoutDependency,layoutId:\"mr2O6VxWN\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"London,uk\"})}),className:\"framer-1czujja\",\"data-framer-name\":\"LA, CALIFORNIA\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O82wUHi7B\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tz5eey\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ozQE3CvpA\",onTap:onTapsgutib,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:13,y:(componentViewport?.y||0)+0+20.5+6,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17h0677-container\",layoutDependency:layoutDependency,layoutId:\"ZnNcKmUCA-container\",nodeId:\"ZnNcKmUCA\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"ZnNcKmUCA\",Kpveh2Q8O:\"close\",layoutId:\"ZnNcKmUCA\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",T4fNEX9eu:\"\",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-erzo0q\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FZezUXyps\",onMouseEnter:onMouseEnterx99192,...addPropertyOverrides({HClsCcfQz:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||800)-0-Math.max(0,((componentViewport?.height||800)-0-0)/1)*1)/1*0)+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+0+(((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-0-220)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1v9x7x2-container\",\"data-framer-appear-id\":\"1v9x7x2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"cHlALm0ui-container\",nodeId:\"cHlALm0ui\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks1[0],height:\"100%\",id:\"cHlALm0ui\",layoutId:\"cHlALm0ui\",pmLxJr3U4:\"work\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks1[3]},HClsCcfQz:{fHKDDMhyL:resolvedLinks1[2],variant:\"ormJuBxCO\"},JjVk8IP6t:{fHKDDMhyL:resolvedLinks1[4],pmLxJr3U4:\"WORK\",variant:\"kFaMqi8iH\"},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}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||800)-0-Math.max(0,((componentViewport?.height||800)-0-0)/1)*1)/1*0)+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+0+(((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-0-220)/2+70+5)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-6f1a9b-container\",\"data-framer-appear-id\":\"6f1a9b\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"I6JcZjEpt-container\",nodeId:\"I6JcZjEpt\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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]},HClsCcfQz:{fHKDDMhyL:resolvedLinks2[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks2[4],variant:\"kFaMqi8iH\"},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}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||800)-0-Math.max(0,((componentViewport?.height||800)-0-0)/1)*1)/1*0)+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+0+(((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-0-220)/2+140+10)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1ytcif4-container\",\"data-framer-appear-id\":\"1ytcif4\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"w9ILZoAzT-container\",nodeId:\"w9ILZoAzT\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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\"},HClsCcfQz:{fHKDDMhyL:resolvedLinks3[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks3[4],variant:\"kFaMqi8iH\"},Pvro3rvUj:{fHKDDMhyL:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1v532ah-container\",\"data-framer-appear-id\":\"1v532ah\",\"data-framer-name\":\"Video Neutral\",initial:animation5,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y10SA0Liq-container\",name:\"Video Neutral\",nodeId:\"y10SA0Liq\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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,poster:\"https://framerusercontent.com/images/Wt6gmDE2C8ateabat6SkR2vw8.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://video.gumlet.io/678906df399a8c10d0903ff8/67d9392cefcecbdea76ba667/download.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1ym0jai-container\",\"data-framer-appear-id\":\"1ym0jai\",\"data-framer-name\":\"Video Profile\",initial:animation5,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Gc4qmeKtI-container\",name:\"Video Profile\",nodeId:\"Gc4qmeKtI\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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,poster:\"https://framerusercontent.com/images/Pdpm8ENj5B0WHY2XSrwzFNuT9o.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://video.gumlet.io/678906df399a8c10d0903ff8/67de9bf3586c4a5a5e00667e/download.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-lwhzpa-container\",\"data-framer-appear-id\":\"lwhzpa\",\"data-framer-name\":\"Video Case Studies\",initial:animation5,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FafzizZ9n-container\",name:\"Video Case Studies\",nodeId:\"FafzizZ9n\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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,poster:\"https://framerusercontent.com/images/6TUWwMFsrflsIiEu3f4swAjANo.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://video.gumlet.io/678906df399a8c10d0903ff8/67de9bf3586c4a5a5e006678/download.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-19welhm-container\",\"data-framer-appear-id\":\"19welhm\",\"data-framer-name\":\"Video Contact\",initial:animation5,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"N0Yac4m9m-container\",name:\"Video Contact\",nodeId:\"N0Yac4m9m\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},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/aS98Yu5miOC43ij1HX5XrBY7aBM.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://video.gumlet.io/678906df399a8c10d0903ff8/67de9f5e8be589b580ca53d7/download.mp4\",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,{height:13,y:(componentViewport?.y||0)+(componentViewport?.height||800)-33+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1p8umz7-container\",\"data-framer-appear-id\":\"1p8umz7\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"l4ZrvYO8k-container\",nodeId:\"l4ZrvYO8k\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:\"mailto:somebody@email.com\",height:\"100%\",id:\"l4ZrvYO8k\",Kpveh2Q8O:\"AVAILABLE FOR WORK\",layoutId:\"l4ZrvYO8k\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",T4fNEX9eu:\"\",variant:\"eyytyxpGy\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q7yu1q\",layoutDependency:layoutDependency,layoutId:\"fMBiBpMnf\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/tlayley\",motionChild:true,nodeId:\"VJXUetUyp\",openInNewTab:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1e240wp framer-15ab43b\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"VJXUetUyp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-13ubxti-container\",\"data-framer-appear-id\":\"13ubxti\",initial:animation5,isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"PJV04Zdsq-container\",nodeId:\"PJV04Zdsq\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"PJV04Zdsq\",interval:.03,layoutId:\"PJV04Zdsq\",text:\"INSTAGRAM\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,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-1y5gy38\",\"data-framer-appear-id\":\"1y5gy38\",fonts:[\"GF;Azeret Mono-regular\"],initial:animation5,layoutDependency:layoutDependency,layoutId:\"SFbrnx9e8\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/tyronlayley/\",motionChild:true,nodeId:\"sjQcLFnj6\",openInNewTab:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-r7ipf4 framer-15ab43b\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"sjQcLFnj6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-fazu38-container\",\"data-framer-appear-id\":\"fazu38\",initial:animation5,isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"LEIXT8SUJ-container\",nodeId:\"LEIXT8SUJ\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"LEIXT8SUJ\",interval:.03,layoutId:\"LEIXT8SUJ\",text:\"LINKEDIN\",textSelect:true,width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"https://ena.supply/\",motionChild:true,nodeId:\"UPRO_om9f\",openInNewTab:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-6o0x6s framer-15ab43b\",\"data-framer-appear-id\":\"6o0x6s\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"UPRO_om9f\",optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,className:\"framer-1s3azwp\",\"data-framer-appear-id\":\"1s3azwp\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"n2gIyTXXn\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichTextAutoCopyrightStatement1r1rf9z,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"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-name\":\"\\xa9 Studio B 2023\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"GkkkbWUfe\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AQnvc.framer-15ab43b, .framer-AQnvc .framer-15ab43b { display: block; }\",\".framer-AQnvc.framer-clbh7i { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-AQnvc .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-AQnvc .framer-1eeoabu-container { flex: 3 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-AQnvc .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; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AQnvc .framer-1es7uml, .framer-AQnvc .framer-1czujja, .framer-AQnvc .framer-1y5gy38, .framer-AQnvc .framer-1r1rf9z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-AQnvc .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; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AQnvc .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: 6px 0px 6px 0px; position: relative; width: 1px; z-index: 10; }\",\".framer-AQnvc .framer-17h0677-container, .framer-AQnvc .framer-1v9x7x2-container, .framer-AQnvc .framer-6f1a9b-container, .framer-AQnvc .framer-1ytcif4-container, .framer-AQnvc .framer-1p8umz7-container, .framer-AQnvc .framer-13ubxti-container, .framer-AQnvc .framer-fazu38-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-AQnvc .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; position: relative; width: 100%; z-index: 1; }\",\".framer-AQnvc .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; position: relative; width: 1px; }\",\".framer-AQnvc .framer-erzo0q, .framer-AQnvc .framer-nmu7lx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-AQnvc .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: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-AQnvc .framer-1v532ah-container, .framer-AQnvc .framer-1ym0jai-container, .framer-AQnvc .framer-lwhzpa-container, .framer-AQnvc .framer-19welhm-container { flex: none; height: 100%; position: absolute; right: 0px; top: 0px; width: 50%; z-index: 1; }\",\".framer-AQnvc .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-AQnvc .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; position: relative; width: 100%; }\",\".framer-AQnvc .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; position: relative; width: 1px; }\",\".framer-AQnvc .framer-q7yu1q { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AQnvc .framer-1e240wp, .framer-AQnvc .framer-r7ipf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-AQnvc .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; position: relative; text-decoration: none; width: 1px; }\",\".framer-AQnvc .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; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AQnvc .framer-wg6fpf, .framer-AQnvc .framer-1rra6dr, .framer-AQnvc .framer-dxwtk5, .framer-AQnvc .framer-1tz5eey, .framer-AQnvc .framer-15ok8kv, .framer-AQnvc .framer-ojejqj, .framer-AQnvc .framer-erzo0q, .framer-AQnvc .framer-1hox8kl, .framer-AQnvc .framer-nmu7lx, .framer-AQnvc .framer-1xvsq5r, .framer-AQnvc .framer-fokj9c, .framer-AQnvc .framer-1bo3pgv, .framer-AQnvc .framer-q7yu1q, .framer-AQnvc .framer-1e240wp, .framer-AQnvc .framer-r7ipf4, .framer-AQnvc .framer-6o0x6s, .framer-AQnvc .framer-1s3azwp { gap: 0px; } .framer-AQnvc .framer-wg6fpf > *, .framer-AQnvc .framer-1rra6dr > *, .framer-AQnvc .framer-1tz5eey > *, .framer-AQnvc .framer-erzo0q > *, .framer-AQnvc .framer-nmu7lx > *, .framer-AQnvc .framer-fokj9c > *, .framer-AQnvc .framer-1bo3pgv > *, .framer-AQnvc .framer-6o0x6s > *, .framer-AQnvc .framer-1s3azwp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AQnvc .framer-wg6fpf > :first-child, .framer-AQnvc .framer-1rra6dr > :first-child, .framer-AQnvc .framer-dxwtk5 > :first-child, .framer-AQnvc .framer-1tz5eey > :first-child, .framer-AQnvc .framer-15ok8kv > :first-child, .framer-AQnvc .framer-erzo0q > :first-child, .framer-AQnvc .framer-nmu7lx > :first-child, .framer-AQnvc .framer-fokj9c > :first-child, .framer-AQnvc .framer-1bo3pgv > :first-child, .framer-AQnvc .framer-q7yu1q > :first-child, .framer-AQnvc .framer-1e240wp > :first-child, .framer-AQnvc .framer-r7ipf4 > :first-child, .framer-AQnvc .framer-6o0x6s > :first-child, .framer-AQnvc .framer-1s3azwp > :first-child { margin-left: 0px; } .framer-AQnvc .framer-wg6fpf > :last-child, .framer-AQnvc .framer-1rra6dr > :last-child, .framer-AQnvc .framer-dxwtk5 > :last-child, .framer-AQnvc .framer-1tz5eey > :last-child, .framer-AQnvc .framer-15ok8kv > :last-child, .framer-AQnvc .framer-erzo0q > :last-child, .framer-AQnvc .framer-nmu7lx > :last-child, .framer-AQnvc .framer-fokj9c > :last-child, .framer-AQnvc .framer-1bo3pgv > :last-child, .framer-AQnvc .framer-q7yu1q > :last-child, .framer-AQnvc .framer-1e240wp > :last-child, .framer-AQnvc .framer-r7ipf4 > :last-child, .framer-AQnvc .framer-6o0x6s > :last-child, .framer-AQnvc .framer-1s3azwp > :last-child { margin-right: 0px; } .framer-AQnvc .framer-dxwtk5 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-AQnvc .framer-15ok8kv > *, .framer-AQnvc .framer-1e240wp > *, .framer-AQnvc .framer-r7ipf4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-AQnvc .framer-ojejqj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-AQnvc .framer-ojejqj > :first-child, .framer-AQnvc .framer-1hox8kl > :first-child, .framer-AQnvc .framer-1xvsq5r > :first-child { margin-top: 0px; } .framer-AQnvc .framer-ojejqj > :last-child, .framer-AQnvc .framer-1hox8kl > :last-child, .framer-AQnvc .framer-1xvsq5r > :last-child { margin-bottom: 0px; } .framer-AQnvc .framer-1hox8kl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AQnvc .framer-1xvsq5r > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-AQnvc .framer-q7yu1q > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } }\",\".framer-AQnvc.framer-v-1vjdru.framer-clbh7i { width: 390px; }\",\".framer-AQnvc.framer-v-1vjdru .framer-wg6fpf { padding: 20px 15px 0px 15px; }\",\".framer-AQnvc.framer-v-1vjdru .framer-1eeoabu-container { flex: none; width: auto; }\",\".framer-AQnvc.framer-v-1vjdru .framer-erzo0q, .framer-AQnvc.framer-v-1vjdru .framer-1hox8kl, .framer-AQnvc.framer-v-1vjdru .framer-nmu7lx { padding: 0px 0px 0px 15px; }\",\".framer-AQnvc.framer-v-1vjdru .framer-1xvsq5r { padding: 0px 15px 20px 15px; }\",...sharedStyle.css];/**\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\"]},\"JjVk8IP6t\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZnO4gEEiP\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSmkNoZhed=withCSS(Component,css,\"framer-AQnvc\");export default FramerSmkNoZhed;FramerSmkNoZhed.displayName=\"Menu Open Overlay\";FramerSmkNoZhed.defaultProps={height:800,width:1200};addPropertyControls(FramerSmkNoZhed,{variant:{options:[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"JjVk8IP6t\"],optionTitles:[\"Unhovered\",\"Profile\",\"Case Studies\",\"Contact\",\"Mobile Full Navigation \"],title:\"Variant\",type:ControlType.Enum},ZnO4gEEiP:{title:\"Tap\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];addFonts(FramerSmkNoZhed,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"BDO Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/aqZtL4y92kErJN7PqZ33AYfQ6jo.woff2\",variationAxes},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v18/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"}]},...LogoLinkFonts,...TextLinkFonts,...OpenNavigationLinkFonts,...VideoFonts,...TextEncryptionEffectFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSmkNoZhed\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ZnO4gEEiP\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pvro3rvUj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HClsCcfQz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bK7vL0KSp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JjVk8IP6t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmkNoZhed.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextEncryptionEffect from\"https://framerusercontent.com/modules/1VMrwJyGcQtUcXEA2YBi/HXO2peiG1HSMnlJbt6gO/TextEncryptionEffect.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/RfEZSKTftJnptfu3o9CK/BHhHw2rk3x9wgYkH1BZB/ykw4KfGHv.js\";import LineAnimation from\"https://framerusercontent.com/modules/rkvGns8t9wziKC8ci0fL/HwQ8lp5VSSpMLu3iDNo8/CKAXHxDqW.js\";import TextLink from\"https://framerusercontent.com/modules/pSC1mekvMTiy4ENtEC1K/aBFQY4DW47J1RCffKYOj/dVTZgYLeH.js\";const LineAnimationFonts=getFonts(LineAnimation);const LineAnimationWithVariantAppearEffect=withVariantAppearEffect(LineAnimation);const TextLinkFonts=getFonts(TextLink);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const TextEncryptionEffectFonts=getFonts(TextEncryptionEffect);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const cycleOrder=[\"hwslIwW6k\",\"StNqYOzjs\",\"C2z6IuBOP\",\"XBC5tHkVr\",\"zlgyEsAYd\"];const serializationHash=\"framer-hAi9U\";const variantClassNames={C2z6IuBOP:\"framer-v-143v502\",hwslIwW6k:\"framer-v-pd41e3\",StNqYOzjs:\"framer-v-1q63pf7\",XBC5tHkVr:\"framer-v-f0cya6\",zlgyEsAYd:\"framer-v-1mzi05v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:.6,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.7,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Footer Black\":\"hwslIwW6k\",\"Footer White\":\"StNqYOzjs\",\"Mobile Footer black\":\"zlgyEsAYd\",\"Mobile Footer\":\"XBC5tHkVr\",Hero:\"C2z6IuBOP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hwslIwW6k\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hwslIwW6k\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"XBC5tHkVr\",\"zlgyEsAYd\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-pd41e3\",className,classNames),\"data-framer-name\":\"Footer Black\",layoutDependency:layoutDependency,layoutId:\"hwslIwW6k\",ref:refBinding,style:{...style},...addPropertyOverrides({C2z6IuBOP:{\"data-framer-name\":\"Hero\"},StNqYOzjs:{\"data-framer-name\":\"Footer White\"},XBC5tHkVr:{\"data-framer-name\":\"Mobile Footer\"},zlgyEsAYd:{\"data-framer-name\":\"Mobile Footer black\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-150cwsp-container\",layoutDependency:layoutDependency,layoutId:\"yxbQimQN8-container\",nodeId:\"yxbQimQN8\",rendersWithMotion:true,scopeId:\"xxIb0BkhJ\",children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"zh0P0ZNrl\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"a8dXW8rKN\",height:\"100%\",id:\"yxbQimQN8\",layoutId:\"yxbQimQN8\",nhvtjR0LA:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",style:{height:\"100%\",width:\"100%\"},variant:\"zh0P0ZNrl\",width:\"100%\",...addPropertyOverrides({StNqYOzjs:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"},XBC5tHkVr:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"},zlgyEsAYd:{nhvtjR0LA:\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qfc4ru\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"nNnIp1tko\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5g1foh\",\"data-framer-name\":\"Contact Wrapper\",layoutDependency:layoutDependency,layoutId:\"xYfSxWUDs\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:13,y:(componentViewport?.y||0)+0+21+93.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-19o180p-container\",\"data-framer-appear-id\":\"19o180p\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"QGuEcOkhz-container\",nodeId:\"QGuEcOkhz\",optimized:true,rendersWithMotion:true,scopeId:\"xxIb0BkhJ\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:\"mailto:hello@madebyty.work\",height:\"100%\",id:\"QGuEcOkhz\",Kpveh2Q8O:\"AVAILABLE FOR WORK\",layoutId:\"QGuEcOkhz\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",T4fNEX9eu:\"\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({StNqYOzjs:{MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ebrq61\",layoutDependency:layoutDependency,layoutId:\"flfqt8ydp\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/tlayley\",motionChild:true,nodeId:\"VawDYRhAx\",openInNewTab:true,scopeId:\"xxIb0BkhJ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11r8kko framer-q65lnj\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"VawDYRhAx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1nxtyr6-container\",\"data-framer-appear-id\":\"1nxtyr6\",initial:animation1,isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"zgcfoYw6b-container\",nodeId:\"zgcfoYw6b\",optimized:true,rendersWithMotion:true,scopeId:\"xxIb0BkhJ\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",height:\"100%\",id:\"zgcfoYw6b\",interval:.03,layoutId:\"zgcfoYw6b\",text:\"INSTAGRAM\",textSelect:true,width:\"100%\",...addPropertyOverrides({StNqYOzjs:{fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,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-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)))\",\"--framer-text-transform\":\"uppercase\"},children:\",\"})}),className:\"framer-1dhpu4k\",\"data-framer-appear-id\":\"1dhpu4k\",fonts:[\"GF;Azeret Mono-regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"cmD1o7Tb0\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",transformPerspective:1200},variants:{StNqYOzjs:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({StNqYOzjs:{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:\",\"})})},XBC5tHkVr:{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:\",\"})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/tyronlayley/\",motionChild:true,nodeId:\"xnsCsGQ7R\",openInNewTab:true,scopeId:\"xxIb0BkhJ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cd9rd7 framer-q65lnj\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"xnsCsGQ7R\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-387wx2-container\",\"data-framer-appear-id\":\"387wx2\",initial:animation1,isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"KYyAAB4jU-container\",nodeId:\"KYyAAB4jU\",optimized:true,rendersWithMotion:true,scopeId:\"xxIb0BkhJ\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"BDO Grotesk Variable\", \"BDO Grotesk Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",height:\"100%\",id:\"KYyAAB4jU\",interval:.03,layoutId:\"KYyAAB4jU\",text:\"LINKEDIN\",textSelect:true,width:\"100%\",...addPropertyOverrides({StNqYOzjs:{fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hd0imp\",layoutDependency:layoutDependency,layoutId:\"J0jNapYAH\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nio10f\",layoutDependency:layoutDependency,layoutId:\"xPPDUQ5gC\",children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",children:\"\\xa92025\"})}),className:\"framer-1s4xkk2\",\"data-framer-appear-id\":\"1s4xkk2\",\"data-framer-name\":\"\\xa9 Studio B 2023\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"Jzuez2bns\",optimized:true,style:{transformPerspective:1200},variants:{StNqYOzjs:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},XBC5tHkVr:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},zlgyEsAYd:{\"--extracted-r6o4lv\":\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({StNqYOzjs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"\\xa92025\"})})},XBC5tHkVr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\"},children:\"\\xa92025\"})})},zlgyEsAYd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-33mce8\",\"data-styles-preset\":\"ykw4KfGHv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)))\"},children:\"\\xa92025\"})})}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hAi9U.framer-q65lnj, .framer-hAi9U .framer-q65lnj { display: block; }\",\".framer-hAi9U.framer-pd41e3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 1200px; }\",\".framer-hAi9U .framer-150cwsp-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-hAi9U .framer-1qfc4ru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-hAi9U .framer-5g1foh { align-content: center; align-items: center; display: flex; flex: 3 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-hAi9U .framer-19o180p-container, .framer-hAi9U .framer-1nxtyr6-container, .framer-hAi9U .framer-387wx2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hAi9U .framer-ebrq61 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-hAi9U .framer-11r8kko, .framer-hAi9U .framer-1cd9rd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hAi9U .framer-1dhpu4k, .framer-hAi9U .framer-1s4xkk2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hAi9U .framer-1hd0imp { 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; position: relative; width: 1px; }\",\".framer-hAi9U .framer-nio10f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hAi9U.framer-pd41e3, .framer-hAi9U .framer-1qfc4ru, .framer-hAi9U .framer-5g1foh, .framer-hAi9U .framer-ebrq61, .framer-hAi9U .framer-11r8kko, .framer-hAi9U .framer-1cd9rd7, .framer-hAi9U .framer-1hd0imp, .framer-hAi9U .framer-nio10f { gap: 0px; } .framer-hAi9U.framer-pd41e3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hAi9U.framer-pd41e3 > :first-child { margin-top: 0px; } .framer-hAi9U.framer-pd41e3 > :last-child { margin-bottom: 0px; } .framer-hAi9U .framer-1qfc4ru > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-hAi9U .framer-1qfc4ru > :first-child, .framer-hAi9U .framer-5g1foh > :first-child, .framer-hAi9U .framer-ebrq61 > :first-child, .framer-hAi9U .framer-11r8kko > :first-child, .framer-hAi9U .framer-1cd9rd7 > :first-child, .framer-hAi9U .framer-1hd0imp > :first-child, .framer-hAi9U .framer-nio10f > :first-child { margin-left: 0px; } .framer-hAi9U .framer-1qfc4ru > :last-child, .framer-hAi9U .framer-5g1foh > :last-child, .framer-hAi9U .framer-ebrq61 > :last-child, .framer-hAi9U .framer-11r8kko > :last-child, .framer-hAi9U .framer-1cd9rd7 > :last-child, .framer-hAi9U .framer-1hd0imp > :last-child, .framer-hAi9U .framer-nio10f > :last-child { margin-right: 0px; } .framer-hAi9U .framer-5g1foh > *, .framer-hAi9U .framer-1hd0imp > *, .framer-hAi9U .framer-nio10f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hAi9U .framer-ebrq61 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-hAi9U .framer-11r8kko > *, .framer-hAi9U .framer-1cd9rd7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-hAi9U.framer-v-f0cya6.framer-pd41e3, .framer-hAi9U.framer-v-1mzi05v.framer-pd41e3 { padding: 0px 15px 0px 15px; width: 390px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"StNqYOzjs\":{\"layout\":[\"fixed\",\"auto\"]},\"C2z6IuBOP\":{\"layout\":[\"fixed\",\"auto\"]},\"XBC5tHkVr\":{\"layout\":[\"fixed\",\"auto\"]},\"zlgyEsAYd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxxIb0BkhJ=withCSS(Component,css,\"framer-hAi9U\");export default FramerxxIb0BkhJ;FramerxxIb0BkhJ.displayName=\"Footer\";FramerxxIb0BkhJ.defaultProps={height:34,width:1200};addPropertyControls(FramerxxIb0BkhJ,{variant:{options:[\"hwslIwW6k\",\"StNqYOzjs\",\"C2z6IuBOP\",\"XBC5tHkVr\",\"zlgyEsAYd\"],optionTitles:[\"Footer Black\",\"Footer White\",\"Hero\",\"Mobile Footer\",\"Mobile Footer black\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];addFonts(FramerxxIb0BkhJ,[{explicitInter:true,fonts:[{family:\"BDO Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/aqZtL4y92kErJN7PqZ33AYfQ6jo.woff2\",variationAxes},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v18/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LineAnimationFonts,...TextLinkFonts,...TextEncryptionEffectFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxxIb0BkhJ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"StNqYOzjs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C2z6IuBOP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XBC5tHkVr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zlgyEsAYd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xxIb0BkhJ.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextLink from\"https://framerusercontent.com/modules/pSC1mekvMTiy4ENtEC1K/aBFQY4DW47J1RCffKYOj/dVTZgYLeH.js\";import LogoLink from\"https://framerusercontent.com/modules/ud9rHJII708d8ug8B1wj/LOrv9WEUfh6aRxUJqfgl/jRXzTKEh2.js\";const LogoLinkFonts=getFonts(LogoLink);const TextLinkFonts=getFonts(TextLink);const cycleOrder=[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\",\"EIUf67h2E\"];const serializationHash=\"framer-FAfVa\";const variantClassNames={EIUf67h2E:\"framer-v-nv87ca\",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?.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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Navigation Black Mobile\":\"IZofKJ4e0\",\"Navigation Black\":\"FeKwNXxsb\",\"Navigation Clear Mobile\":\"OBAYI94ML\",\"Navigation Clear\":\"jcCoQwoAa\",\"Navigation White Mobile\":\"KCRveuxVb\",\"Navigation White\":\"uyF164vS7\",\"Variant 7\":\"EIUf67h2E\"};const getProps=({background,height,id,tap,width,...props})=>{return{...props,EHMhKGDpT:tap??props.EHMhKGDpT,eQ7KjHI6q:background??props.eQ7KjHI6q??\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"FeKwNXxsb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,EHMhKGDpT,eQ7KjHI6q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FeKwNXxsb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12t3iox=activeVariantCallback(async(...args)=>{if(EHMhKGDpT){const res=await EHMhKGDpT(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"EIUf67h2E\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3qp4s6\",className,classNames),\"data-framer-name\":\"Navigation Black\",layoutDependency:layoutDependency,layoutId:\"FeKwNXxsb\",ref:refBinding,style:{backgroundColor:eQ7KjHI6q,...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({EIUf67h2E:{\"data-framer-name\":\"Variant 7\"},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},{href:{webPageId:\"R6_F7xjGZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((max(${componentViewport?.width||\"100vw\"} - 40px, 1px) - 10px) * 0.75, 1px)`,y:(componentViewport?.y||0)+(20+((componentViewport?.height||66)-40-26)/2)+0+0,...addPropertyOverrides({EIUf67h2E:{width:`max((max(${componentViewport?.width||\"100vw\"} - 40px, 1px) - 10px) / 2, 1px)`},IZofKJ4e0:{width:`max((max(${componentViewport?.width||\"100vw\"} - 30px, 1px) - 10px) * 0.75, 1px)`},KCRveuxVb:{width:`max((max(${componentViewport?.width||\"100vw\"} - 30px, 1px) - 10px) * 0.75, 1px)`},OBAYI94ML:{width:`max((max(${componentViewport?.width||\"100vw\"} - 30px, 1px) - 10px) * 0.75, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qg0t45-container\",layoutDependency:layoutDependency,layoutId:\"fqF9Q1c13-container\",nodeId:\"fqF9Q1c13\",rendersWithMotion:true,scopeId:\"yGfvD64UY\",children:/*#__PURE__*/_jsx(LogoLink,{height:\"100%\",id:\"fqF9Q1c13\",layoutId:\"fqF9Q1c13\",pStQrnGpz:resolvedLinks[0],style:{width:\"100%\"},variant:\"Z4V6ICLXS\",width:\"100%\",...addPropertyOverrides({EIUf67h2E:{pStQrnGpz:resolvedLinks[6]},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)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o541l4\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z5d6L9HXi\",onTap:onTap12t3iox,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:13,y:(componentViewport?.y||0)+(20+((componentViewport?.height||66)-40-26)/2)+0+.5+6,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mq9r8l-container\",layoutDependency:layoutDependency,layoutId:\"e7h9OWX_x-container\",nodeId:\"e7h9OWX_x\",rendersWithMotion:true,scopeId:\"yGfvD64UY\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"e7h9OWX_x\",Kpveh2Q8O:\"menu\",layoutId:\"e7h9OWX_x\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",T4fNEX9eu:\"\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({EIUf67h2E:{bwVWMSt6G:resolvedLinks1[0],Kpveh2Q8O:\"Contact\"},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)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EIUf67h2E:{height:13,y:(componentViewport?.y||0)+(20+((componentViewport?.height||66)-40-26)/2)+0+.5+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rdtyc2-container\",layoutDependency:layoutDependency,layoutId:\"K0K2u8ybK-container\",nodeId:\"K0K2u8ybK\",rendersWithMotion:true,scopeId:\"yGfvD64UY\",children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:resolvedLinks2[0],height:\"100%\",id:\"K0K2u8ybK\",Kpveh2Q8O:\"About\",layoutId:\"K0K2u8ybK\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",T4fNEX9eu:\"\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({EIUf67h2E:{bwVWMSt6G:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EIUf67h2E:{height:13,y:(componentViewport?.y||0)+(20+((componentViewport?.height||66)-40-26)/2)+0+.5+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fv2whi-container\",layoutDependency:layoutDependency,layoutId:\"wUVgc0EzQ-container\",nodeId:\"wUVgc0EzQ\",rendersWithMotion:true,scopeId:\"yGfvD64UY\",children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:resolvedLinks3[0],height:\"100%\",id:\"wUVgc0EzQ\",Kpveh2Q8O:\"Work\",layoutId:\"wUVgc0EzQ\",MOYsDPIsL:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",T4fNEX9eu:\"\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({EIUf67h2E:{bwVWMSt6G:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FAfVa.framer-bs3puo, .framer-FAfVa .framer-bs3puo { display: block; }\",\".framer-FAfVa.framer-3qp4s6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1200px; }\",\".framer-FAfVa .framer-1awtpsu { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FAfVa .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; position: relative; width: 1px; }\",\".framer-FAfVa .framer-qg0t45-container { flex: 3 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-FAfVa .framer-1o541l4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 6px 0px 6px 0px; position: relative; width: 1px; }\",\".framer-FAfVa .framer-1mq9r8l-container, .framer-FAfVa .framer-rdtyc2-container, .framer-FAfVa .framer-1fv2whi-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FAfVa.framer-3qp4s6, .framer-FAfVa .framer-1awtpsu, .framer-FAfVa .framer-51a3hu, .framer-FAfVa .framer-1o541l4 { gap: 0px; } .framer-FAfVa.framer-3qp4s6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-FAfVa.framer-3qp4s6 > :first-child, .framer-FAfVa .framer-1awtpsu > :first-child, .framer-FAfVa .framer-51a3hu > :first-child, .framer-FAfVa .framer-1o541l4 > :first-child { margin-left: 0px; } .framer-FAfVa.framer-3qp4s6 > :last-child, .framer-FAfVa .framer-1awtpsu > :last-child, .framer-FAfVa .framer-51a3hu > :last-child, .framer-FAfVa .framer-1o541l4 > :last-child { margin-right: 0px; } .framer-FAfVa .framer-1awtpsu > *, .framer-FAfVa .framer-51a3hu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FAfVa .framer-1o541l4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-FAfVa.framer-v-1kkd832.framer-3qp4s6, .framer-FAfVa.framer-v-wje25z.framer-3qp4s6, .framer-FAfVa.framer-v-14146bv.framer-3qp4s6 { padding: 20px 15px 20px 15px; width: 390px; }\",\".framer-FAfVa.framer-v-nv87ca .framer-qg0t45-container { flex: 1 0 0px; }\",\".framer-FAfVa.framer-v-nv87ca .framer-1mq9r8l-container { order: 2; }\",\".framer-FAfVa.framer-v-nv87ca .framer-rdtyc2-container { order: 1; }\",\".framer-FAfVa.framer-v-nv87ca .framer-1fv2whi-container { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 66\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\"]},\"EIUf67h2E\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EHMhKGDpT\":\"tap\",\"eQ7KjHI6q\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryGfvD64UY=withCSS(Component,css,\"framer-FAfVa\");export default FrameryGfvD64UY;FrameryGfvD64UY.displayName=\"Navigation\";FrameryGfvD64UY.defaultProps={height:66,width:1200};addPropertyControls(FrameryGfvD64UY,{variant:{options:[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\",\"EIUf67h2E\"],optionTitles:[\"Navigation Black\",\"Navigation White\",\"Navigation Clear\",\"Navigation Black Mobile\",\"Navigation White Mobile\",\"Navigation Clear Mobile\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},EHMhKGDpT:{title:\"Tap\",type:ControlType.EventHandler},eQ7KjHI6q:{defaultValue:'var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236)) /* {\"name\":\"JT Beige\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FrameryGfvD64UY,[{explicitInter:true,fonts:[]},...LogoLinkFonts,...TextLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGfvD64UY\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"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\\\"]},\\\"EIUf67h2E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"66\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"EHMhKGDpT\\\":\\\"tap\\\",\\\"eQ7KjHI6q\\\":\\\"background\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yGfvD64UY.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nhvtjR0LA", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "css", "FramerCKAXHxDqW", "withCSS", "CKAXHxDqW_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "variationAxes", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "color", "height", "icon", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kpveh2Q8O", "MOYsDPIsL", "bwVWMSt6G", "T4fNEX9eu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterjnk3s3", "args", "onMouseLeavesojfge", "scopingClassNames", "cx", "ref1", "pe", "visible", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "RichText2", "css", "FramerdVTZgYLeH", "withCSS", "dVTZgYLeH_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "variationAxes", "fonts", "css", "className", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "pStQrnGpz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "SVG", "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", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pmLxJr3U4", "fHKDDMhyL", "b89VyIKsR", "aAL3Kk_ub", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapahgluq", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerV3EjteYMK", "withCSS", "V3EjteYMK_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "LogoLinkFonts", "getFonts", "jRXzTKEh2_default", "TextLinkFonts", "dVTZgYLeH_default", "OpenNavigationLinkFonts", "V3EjteYMK_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "VideoFonts", "Video", "TextEncryptionEffectFonts", "TextEncryptionEffect", "RichTextWithFXWithOptimizedAppearEffect", "RichText2", "MotionAWithFXWithOptimizedAppearEffect", "motion", "RichTextAutoCopyrightStatement1r1rf9z", "withCodeBoundaryForOverrides", "AutoCopyrightStatement", "MotionDivWithFXWithOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "animation5", "transition6", "animation6", "transition7", "animation7", "transition8", "animation8", "transition9", "animation9", "transition10", "animation10", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ZnO4gEEiP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsgutib", "args", "onMouseEnterx99192", "onMouseLeave6wal2l", "onMouseEnterbkbs62", "onMouseEnter10dh9qc", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "Link", "css", "FramerSmkNoZhed", "withCSS", "SmkNoZhed_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "LineAnimationFonts", "getFonts", "CKAXHxDqW_default", "LineAnimationWithVariantAppearEffect", "withVariantAppearEffect", "TextLinkFonts", "dVTZgYLeH_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "TextEncryptionEffectFonts", "TextEncryptionEffect", "RichTextWithFXWithOptimizedAppearEffect", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "Link", "css", "FramerxxIb0BkhJ", "withCSS", "xxIb0BkhJ_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "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", "background", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "EHMhKGDpT", "eQ7KjHI6q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12t3iox", "args", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FrameryGfvD64UY", "withCSS", "yGfvD64UY_default", "addPropertyControls", "ControlType", "addFonts"]
}
