{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/O4kpkFuIkiKF8PYrgFFr/JFCrkcJWow7EUylXbNdj/z_x5LeQah.js", "ssg:https://framerusercontent.com/modules/eAGul2QL2gpFrM4sD5Hm/HqNYG13FE73ueTWVLssE/frsyqT83c.js", "ssg:https://framerusercontent.com/modules/6j9EqrlamVKqcX1xcfy9/HaRvJQzucZSjlcCqm7fD/ZjJ02WNcj.js", "ssg:https://framerusercontent.com/modules/DWBCI2s8vozPNynJByqO/9Ybk53aewVUCak5M03P9/AUsXmPXlm.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (04e0834)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/T4AAdO7dcfYY6vkZ6nLO/e8WznuKP5KofG1eCQ062/K4PUJCZJX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/1sYcPSdYWd39aGAbARKV/irAPr21ZOwvZuvsNQIV9/Qh0C6uVyr.js\";const ImageFonts=getFonts(Image);const cycleOrder=[\"qYanK6w_G\"];const serializationHash=\"framer-MKZ49\";const variantClassNames={qYanK6w_G:\"framer-v-1kppjv\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({description,height,id,image,title,width,...props})=>{var _ref,_ref1;return{...props,dHkn7NtdY:(_ref=description!==null&&description!==void 0?description:props.dHkn7NtdY)!==null&&_ref!==void 0?_ref:\"Content\",k1h2vFQtE:image!==null&&image!==void 0?image:props.k1h2vFQtE,Tx_H2GOED:(_ref1=title!==null&&title!==void 0?title:props.Tx_H2GOED)!==null&&_ref1!==void 0?_ref1:\"Title\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,k1h2vFQtE,Tx_H2GOED,dHkn7NtdY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qYanK6w_G\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kppjv\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"qYanK6w_G\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gmlwcr\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"m85Hi1Ew9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, rgb(20, 24, 31))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-st9i7c-container\",layoutDependency:layoutDependency,layoutId:\"MXPOQL9uj-container\",children:/*#__PURE__*/_jsx(Image,{alt:Tx_H2GOED,height:\"100%\",id:\"MXPOQL9uj\",image:toResponsiveImage(k1h2vFQtE),layoutId:\"MXPOQL9uj\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y28p2w\",layoutDependency:layoutDependency,layoutId:\"eAQdLHuSz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1os9pid\",\"data-styles-preset\":\"K4PUJCZJX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252)))\"},children:\"Title\"})}),className:\"framer-14z348f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eLz7sz1rp\",style:{\"--extracted-r6o4lv\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Tx_H2GOED,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wx8rrs\",\"data-styles-preset\":\"Qh0C6uVyr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-736227b9-cde1-48bc-ab17-273d68717e6e, rgb(105, 119, 140)))\"},children:\"Content\"})}),className:\"framer-i7mswv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t2XTpJ69T\",style:{\"--extracted-r6o4lv\":\"var(--token-736227b9-cde1-48bc-ab17-273d68717e6e, rgb(105, 119, 140))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:dHkn7NtdY,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MKZ49.framer-16hwdlj, .framer-MKZ49 .framer-16hwdlj { display: block; }\",\".framer-MKZ49.framer-1kppjv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MKZ49 .framer-1gmlwcr { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-MKZ49 .framer-st9i7c-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MKZ49 .framer-1y28p2w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 282px; }\",\".framer-MKZ49 .framer-14z348f, .framer-MKZ49 .framer-i7mswv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MKZ49.framer-1kppjv, .framer-MKZ49 .framer-1gmlwcr, .framer-MKZ49 .framer-1y28p2w { gap: 0px; } .framer-MKZ49.framer-1kppjv > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-MKZ49.framer-1kppjv > :first-child, .framer-MKZ49 .framer-1gmlwcr > :first-child, .framer-MKZ49 .framer-1y28p2w > :first-child { margin-top: 0px; } .framer-MKZ49.framer-1kppjv > :last-child, .framer-MKZ49 .framer-1gmlwcr > :last-child, .framer-MKZ49 .framer-1y28p2w > :last-child { margin-bottom: 0px; } .framer-MKZ49 .framer-1gmlwcr > *, .framer-MKZ49 .framer-1y28p2w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-MKZ49[data-border=\"true\"]::after, .framer-MKZ49 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 483\n * @framerIntrinsicWidth 282\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"k1h2vFQtE\":\"image\",\"Tx_H2GOED\":\"title\",\"dHkn7NtdY\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerz_x5LeQah=withCSS(Component,css,\"framer-MKZ49\");export default Framerz_x5LeQah;Framerz_x5LeQah.displayName=\"Shot\";Framerz_x5LeQah.defaultProps={height:483,width:282};addPropertyControls(Framerz_x5LeQah,{k1h2vFQtE:{title:\"Image\",type:ControlType.ResponsiveImage},Tx_H2GOED:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},dHkn7NtdY:{defaultValue:\"Content\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(Framerz_x5LeQah,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ImageFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz_x5LeQah\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"483\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"282\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"k1h2vFQtE\\\":\\\"image\\\",\\\"Tx_H2GOED\\\":\\\"title\\\",\\\"dHkn7NtdY\\\":\\\"description\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./z_x5LeQah.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as i,Link as n,RichText as s,useLocaleInfo as l,useVariantState as d,withCSS as c}from\"framer\";import{LayoutGroup as m,motion as f,MotionConfigContext as p}from\"framer-motion\";import*as u from\"react\";import*as v from\"https://framerusercontent.com/modules/T4AAdO7dcfYY6vkZ6nLO/e8WznuKP5KofG1eCQ062/K4PUJCZJX.js\";let b={zqgN9kMIT:{hover:!0}},g=[\"zqgN9kMIT\",\"iQjEUR7ed\"],h=\"framer-mbssO\",x={iQjEUR7ed:\"framer-v-1whzqcw\",zqgN9kMIT:\"framer-v-165wv0p\"};function y(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let k={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},w=({value:r,children:t})=>{let a=u.useContext(p),o=null!=r?r:a.transition,i=u.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(p.Provider,{value:i,children:t});},N={Current:\"iQjEUR7ed\",Default:\"zqgN9kMIT\"},T=({height:e,id:r,link:t,title:a,width:o,...i})=>{var n,s,l;return{...i,T9i5GmuVQ:null!==(n=null!=a?a:i.T9i5GmuVQ)&&void 0!==n?n:\"Case studies\",u28PvbiMi:null!=t?t:i.u28PvbiMi,variant:null!==(l=null!==(s=N[i.variant])&&void 0!==s?s:i.variant)&&void 0!==l?l:\"zqgN9kMIT\"};},C=(e,r)=>r.join(\"-\")+e.layoutDependency,j=/*#__PURE__*/u.forwardRef(function(t,a){let{activeLocale:o}=l(),{style:c,className:p,layoutId:h,variant:N,T9i5GmuVQ:j,u28PvbiMi:I,...z}=T(t),{baseVariant:M,classNames:O,gestureVariant:U,setGestureState:q,setVariant:E,transition:P,variants:Q}=d({cycleOrder:g,defaultVariant:\"zqgN9kMIT\",enabledGestures:b,transitions:k,variant:N,variantClassNames:x}),R=C(t,Q),J=u.useRef(null),D=u.useId(),V=[v.className];return /*#__PURE__*/e(m,{id:null!=h?h:D,children:/*#__PURE__*/e(f.div,{initial:N,animate:Q,onHoverStart:()=>q({isHovered:!0}),onHoverEnd:()=>q({isHovered:!1}),onTapStart:()=>q({isPressed:!0}),onTap:()=>q({isPressed:!1}),onTapCancel:()=>q({isPressed:!1}),className:i(\"framer-mbssO\",...V,O),style:{display:\"contents\"},children:/*#__PURE__*/e(w,{value:P,children:/*#__PURE__*/e(n,{href:I,openInNewTab:!1,smoothScroll:!0,children:/*#__PURE__*/r(f.a,{...z,className:`${i(\"framer-165wv0p\",p)} framer-xj0imo`,\"data-framer-name\":\"Default\",layoutDependency:R,layoutId:\"zqgN9kMIT\",ref:null!=a?a:J,style:{...c},...y({\"zqgN9kMIT-hover\":{\"data-framer-name\":void 0},iQjEUR7ed:{\"data-framer-name\":\"Current\"}},M,U),children:[/*#__PURE__*/e(s,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(f.p,{className:\"framer-styles-preset-1os9pid\",\"data-styles-preset\":\"K4PUJCZJX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204)))\"},children:\"Case studies\"})}),className:\"framer-10yvuyn\",layoutDependency:R,layoutId:\"ujW2UeUeR\",style:{\"--extracted-r6o4lv\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:j,variants:{\"zqgN9kMIT-hover\":{\"--extracted-r6o4lv\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},iQjEUR7ed:{\"--extracted-r6o4lv\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"}},verticalAlignment:\"top\",withExternalLayout:!0,...y({\"zqgN9kMIT-hover\":{children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(f.p,{className:\"framer-styles-preset-1os9pid\",\"data-styles-preset\":\"K4PUJCZJX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252)))\"},children:\"Case studies\"})})},iQjEUR7ed:{children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(f.p,{className:\"framer-styles-preset-1os9pid\",\"data-styles-preset\":\"K4PUJCZJX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252)))\"},children:\"Case studies\"})})}},M,U)}),/*#__PURE__*/e(f.div,{className:\"framer-1b5xi72\",\"data-framer-name\":\"Border\",layoutDependency:R,layoutId:\"ss3PEUVvf\",style:{backgroundColor:\"var(--token-d0a7c43c-0c1f-448f-9e38-a86ccfbaf70b, rgb(33, 41, 49))\",opacity:0},variants:{iQjEUR7ed:{backgroundColor:\"var(--token-0baa0be8-e5cb-4ca2-8b7f-cf9a3c43eb0d, rgb(248, 250, 252))\",opacity:1}}})]})})})})});}),I=['.framer-mbssO [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-mbssO .framer-xj0imo { display: block; }\",\".framer-mbssO .framer-165wv0p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-mbssO .framer-10yvuyn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mbssO .framer-1b5xi72 { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbssO .framer-165wv0p { gap: 0px; } .framer-mbssO .framer-165wv0p > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mbssO .framer-165wv0p > :first-child { margin-top: 0px; } .framer-mbssO .framer-165wv0p > :last-child { margin-bottom: 0px; } }\",\".framer-mbssO.framer-v-1whzqcw .framer-165wv0p { cursor: unset; }\",...v.css],z=c(j,I,\"framer-mbssO\");export default z;z.displayName=\"SectionLink\",z.defaultProps={height:48,width:107.5},a(z,{variant:{options:[\"zqgN9kMIT\",\"iQjEUR7ed\"],optionTitles:[\"Default\",\"Current\"],title:\"Variant\",type:o.Enum},T9i5GmuVQ:{defaultValue:\"Case studies\",displayTextArea:!1,title:\"Title\",type:o.String},u28PvbiMi:{title:\"Link\",type:o.Link}}),t(z,[...v.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfrsyqT83c\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"107.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iQjEUR7ed\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RwylCdF_Z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"T9i5GmuVQ\\\":\\\"title\\\",\\\"u28PvbiMi\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./frsyqT83c.map", "// Generated by Framer (6b748fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SectionLink from\"https://framerusercontent.com/modules/eAGul2QL2gpFrM4sD5Hm/HqNYG13FE73ueTWVLssE/frsyqT83c.js\";const SectionLinkFonts=getFonts(SectionLink);const cycleOrder=[\"ZPOJ4HXUv\",\"mm72MeFve\",\"j_5SaPTln\"];const serializationHash=\"framer-kcWVs\";const variantClassNames={j_5SaPTln:\"framer-v-fr0xv0\",mm72MeFve:\"framer-v-1wluq6o\",ZPOJ4HXUv:\"framer-v-6l78fr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Case studies\":\"ZPOJ4HXUv\",About:\"j_5SaPTln\",Projects:\"mm72MeFve\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ZPOJ4HXUv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZPOJ4HXUv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6l78fr\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Case studies\",layoutDependency:layoutDependency,layoutId:\"ZPOJ4HXUv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, rgb(20, 24, 31))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, rgb(4, 5, 6))\",...style},...addPropertyOverrides({j_5SaPTln:{\"data-framer-name\":\"About\"},mm72MeFve:{\"data-framer-name\":\"Projects\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14g4rol-container\",layoutDependency:layoutDependency,layoutId:\"b0Bqjczqk-container\",children:/*#__PURE__*/_jsx(SectionLink,{height:\"100%\",id:\"b0Bqjczqk\",layoutId:\"b0Bqjczqk\",T9i5GmuVQ:\"Shots\",u28PvbiMi:resolvedLinks[0],variant:\"iQjEUR7ed\",width:\"100%\",...addPropertyOverrides({j_5SaPTln:{u28PvbiMi:resolvedLinks[2],variant:\"zqgN9kMIT\"},mm72MeFve:{u28PvbiMi:resolvedLinks[1],variant:\"zqgN9kMIT\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":PozR2t7Ch\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{hash:\":PozR2t7Ch\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{hash:\":PozR2t7Ch\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-84325m-container\",layoutDependency:layoutDependency,layoutId:\"fcstFYpuQ-container\",children:/*#__PURE__*/_jsx(SectionLink,{height:\"100%\",id:\"fcstFYpuQ\",layoutId:\"fcstFYpuQ\",T9i5GmuVQ:\"Index\",u28PvbiMi:resolvedLinks1[0],variant:\"zqgN9kMIT\",width:\"100%\",...addPropertyOverrides({j_5SaPTln:{u28PvbiMi:resolvedLinks1[2]},mm72MeFve:{u28PvbiMi:resolvedLinks1[1],variant:\"iQjEUR7ed\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":lxShzJD5w\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{hash:\":lxShzJD5w\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined},{href:{hash:\":lxShzJD5w\",webPageId:\"AUsXmPXlm\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3mf9y-container\",layoutDependency:layoutDependency,layoutId:\"kq4Fz2zyh-container\",children:/*#__PURE__*/_jsx(SectionLink,{height:\"100%\",id:\"kq4Fz2zyh\",layoutId:\"kq4Fz2zyh\",T9i5GmuVQ:\"About\",u28PvbiMi:resolvedLinks2[0],variant:\"zqgN9kMIT\",width:\"100%\",...addPropertyOverrides({j_5SaPTln:{u28PvbiMi:resolvedLinks2[2],variant:\"iQjEUR7ed\"},mm72MeFve:{u28PvbiMi:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kcWVs.framer-t2ghb6, .framer-kcWVs .framer-t2ghb6 { display: block; }\",\".framer-kcWVs.framer-6l78fr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1248px; }\",\".framer-kcWVs .framer-14g4rol-container, .framer-kcWVs .framer-84325m-container, .framer-kcWVs .framer-1d3mf9y-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kcWVs.framer-6l78fr { gap: 0px; } .framer-kcWVs.framer-6l78fr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kcWVs.framer-6l78fr > :first-child { margin-left: 0px; } .framer-kcWVs.framer-6l78fr > :last-child { margin-right: 0px; } }\",'.framer-kcWVs[data-border=\"true\"]::after, .framer-kcWVs [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 1248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mm72MeFve\":{\"layout\":[\"fixed\",\"auto\"]},\"j_5SaPTln\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZjJ02WNcj=withCSS(Component,css,\"framer-kcWVs\");export default FramerZjJ02WNcj;FramerZjJ02WNcj.displayName=\"WorkSectionLinks\";FramerZjJ02WNcj.defaultProps={height:48,width:1248};addPropertyControls(FramerZjJ02WNcj,{variant:{options:[\"ZPOJ4HXUv\",\"mm72MeFve\",\"j_5SaPTln\"],optionTitles:[\"Case studies\",\"Projects\",\"About\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZjJ02WNcj,[{explicitInter:true,fonts:[]},...SectionLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZjJ02WNcj\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mm72MeFve\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j_5SaPTln\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1248\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZjJ02WNcj.map", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Footer from\"#framer/local/canvasComponent/EjTU7BpE1/EjTU7BpE1.js\";import Record from\"#framer/local/canvasComponent/QqdG3wejR/QqdG3wejR.js\";import Header from\"#framer/local/canvasComponent/yTqIHmOgR/yTqIHmOgR.js\";import Shot from\"#framer/local/canvasComponent/z_x5LeQah/z_x5LeQah.js\";import WorkSectionLinks from\"#framer/local/canvasComponent/ZjJ02WNcj/ZjJ02WNcj.js\";import Record1,{enumToDisplayNameFunctions}from\"#framer/local/collection/UvNPY1yOo/UvNPY1yOo.js\";import*as sharedStyle4 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle3 from\"#framer/local/css/Qh0C6uVyr/Qh0C6uVyr.js\";import*as sharedStyle2 from\"#framer/local/css/rvFpkqtdQ/rvFpkqtdQ.js\";import*as sharedStyle5 from\"#framer/local/css/UBQuO6QxX/UBQuO6QxX.js\";import*as sharedStyle1 from\"#framer/local/css/XQ2KiR2pQ/XQ2KiR2pQ.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/AUsXmPXlm/AUsXmPXlm.js\";const HeaderFonts=getFonts(Header);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const WorkSectionLinksFonts=getFonts(WorkSectionLinks);const WorkSectionLinksWithVariantAppearEffect=withVariantAppearEffect(WorkSectionLinks);const ShotFonts=getFonts(Shot);const RecordFonts=getFonts(Record);const ContainerWithFX=withFX(Container);const FooterFonts=getFonts(Footer);const breakpoints={bqHuM57sv:\"(min-width: 810px) and (max-width: 1199px)\",daC7hA_Ug:\"(min-width: 1200px) and (max-width: 1439px)\",erVeGDMuB:\"(min-width: 1440px)\",hkhGfRPcg:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-UcOQd\";const variantClassNames={bqHuM57sv:\"framer-v-1crzo3s\",daC7hA_Ug:\"framer-v-ljbb1b\",erVeGDMuB:\"framer-v-172g6f1\",hkhGfRPcg:\"framer-v-106iovp\"};const transition1={delay:.6,duration:.1,ease:[.05,.7,.1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,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:-48};const transition2={delay:0,duration:.4,ease:[.05,.7,.1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:64};const transition3={delay:.3,duration:.4,ease:[.05,.7,.1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const transition4={delay:.2,duration:.4,ease:[.05,.7,.1,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:96,y:0};const transition5={delay:0,duration:.8,ease:[.05,.7,.1,1],type:\"tween\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"rVLM1ZiEG\":return\"Specify\";case\"fDI4giRI9\":return\"Source \\xd7\";default:return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"fDI4giRI9\":return\"Source \\xd7\";default:return\"\";}};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop HD\":\"erVeGDMuB\",Desktop:\"daC7hA_Ug\",Phone:\"hkhGfRPcg\",Tablet:\"bqHuM57sv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"erVeGDMuB\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,hW7H8B_ysTZeAdlUAi,GwBBVkYBSTZeAdlUAi,wU0K6HclBTZeAdlUAi,c7VaBc5zPTZeAdlUAi,qQ0Py42dxTZeAdlUAi,womRNtou9TZeAdlUAi,idTZeAdlUAi,hW7H8B_yssVzfUUGXZ,GwBBVkYBSsVzfUUGXZ,wU0K6HclBsVzfUUGXZ,c7VaBc5zPsVzfUUGXZ,qQ0Py42dxsVzfUUGXZ,womRNtou9sVzfUUGXZ,idsVzfUUGXZ,hW7H8B_ysJ1He0Ezem,GwBBVkYBSJ1He0Ezem,wU0K6HclBJ1He0Ezem,c7VaBc5zPJ1He0Ezem,qQ0Py42dxJ1He0Ezem,womRNtou9J1He0Ezem,idJ1He0Ezem,hW7H8B_ysT0x9un4g0,GwBBVkYBST0x9un4g0,wU0K6HclBT0x9un4g0,c7VaBc5zPT0x9un4g0,qQ0Py42dxT0x9un4g0,womRNtou9T0x9un4g0,idT0x9un4g0,hW7H8B_ysIdHdqAlpU,GwBBVkYBSIdHdqAlpU,wU0K6HclBIdHdqAlpU,c7VaBc5zPIdHdqAlpU,qQ0Py42dxIdHdqAlpU,womRNtou9IdHdqAlpU,idIdHdqAlpU,hW7H8B_ysmAQBqLBDB,GwBBVkYBSmAQBqLBDB,wU0K6HclBmAQBqLBDB,c7VaBc5zPmAQBqLBDB,qQ0Py42dxmAQBqLBDB,womRNtou9mAQBqLBDB,idmAQBqLBDB,hW7H8B_yso7Jhy3gTk,GwBBVkYBSo7Jhy3gTk,wU0K6HclBo7Jhy3gTk,c7VaBc5zPo7Jhy3gTk,qQ0Py42dxo7Jhy3gTk,womRNtou9o7Jhy3gTk,ido7Jhy3gTk,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-UcOQd`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-UcOQd`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId=useRouteElementId(\"SdSTDLyb4\");const ref4=React.useRef(null);const elementId1=useRouteElementId(\"e3cu00mMI\");const ref5=React.useRef(null);const elementId2=useRouteElementId(\"BLmRk4dGK\");const ref6=React.useRef(null);const elementId3=useRouteElementId(\"PozR2t7Ch\");const isDisplayed=()=>{if(!isBrowser())return true;if([\"bqHuM57sv\",\"hkhGfRPcg\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"hkhGfRPcg\")return false;return true;};const router=useRouter();const elementId4=useRouteElementId(\"lxShzJD5w\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"erVeGDMuB\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-172g6f1\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lug7pf\",\"data-framer-name\":\"Container - Header\",name:\"Container - Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-10pz7fx-container\",\"data-framer-appear-id\":\"10pz7fx\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hkhGfRPcg:{variant:\"KGh9jydtO\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"gs8gApDcu\",layoutId:\"gs8gApDcu\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Hkm7rhlcq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kc5r7a\",\"data-framer-name\":\"Container - Main\",name:\"Container - Main\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-lga558\",\"data-framer-appear-id\":\"lga558\",\"data-framer-name\":\"Hero\",initial:animation3,name:\"Hero\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Work\"})}),className:\"framer-1gc31j6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmg722\",\"data-styles-preset\":\"XQ2KiR2pQ\",style:{\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Looking for my portfolio? You\u2019ll find here some shots of my most recent projects, an exhaustive list of all the projects I contributed to, as well as a few words about my role and my inspirations.\"})}),className:\"framer-qxgfo5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-aceaxn\",\"data-framer-appear-id\":\"aceaxn\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dkugfv\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r9d2gd-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-9443dd98-0961-4fbb-8a07-22ab2d56e885, rgb(13, 15, 18))\",borderRadius:4,bottomLeftRadius:4,bottomRightRadius:4,controls:true,height:\"100%\",id:\"fl4DpS4Li\",isMixedBorderRadius:false,layoutId:\"fl4DpS4Li\",loop:true,muted:false,objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/erhVKqXKOmi2CzJqnerVXD6xk.png?lossless=1\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/EgiREmHG8JqIgLCpqRl4oNqpUA.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:4,topRightRadius:4,volume:100,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fcygem\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Watch my 2024 Wrap\"})}),className:\"framer-1pipfx0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wx8rrs\",\"data-styles-preset\":\"Qh0C6uVyr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Selection of projects, explorations, and trips made in 2024.\"})}),className:\"framer-ajv3l6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wx8rrs\",\"data-styles-preset\":\"Qh0C6uVyr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Music: Lorn - 555-555, Rarities (2019)\"})}),className:\"framer-i52euw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oip45i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:940},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"calc(min(100vw, 1344px) - 96px)\",y:1084,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-ajltdh-container\",\"data-framer-appear-id\":\"ajltdh\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(WorkSectionLinksWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:64,ref:ref2,target:\"mm72MeFve\"},{offset:48,ref:ref3,target:\"j_5SaPTln\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"SUgVkNFOT\",layoutId:\"SUgVkNFOT\",style:{width:\"100%\"},variant:\"ZPOJ4HXUv\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-9d7ca5\",\"data-framer-appear-id\":\"9d7ca5\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13yiqpl\",id:elementId,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hb6g41\",id:elementId1,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cvfwj4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-up289b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Linear\"})}),className:\"framer-1qfibqn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wx8rrs\",\"data-styles-preset\":\"Qh0C6uVyr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Purpose-built tool for planning\\xa0and\\xa0building\\xa0products\"})}),className:\"framer-drq4li\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ronvpu\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ya1arh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1300},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:1316}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1444,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vpvnwl-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"fp1F28pyr\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/Dv2ENkTsdYuYNwygC7ZOfB8Rs.png\",srcSet:\"https://framerusercontent.com/images/Dv2ENkTsdYuYNwygC7ZOfB8Rs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Dv2ENkTsdYuYNwygC7ZOfB8Rs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Dv2ENkTsdYuYNwygC7ZOfB8Rs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Dv2ENkTsdYuYNwygC7ZOfB8Rs.png 2832w\"},\"\"),layoutId:\"fp1F28pyr\",style:{width:\"100%\"},Tx_H2GOED:\"How we redesigned the Linear UI Pt. 2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1831},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:1847}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kved0q-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"BZ0PwWLGZ\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/awcHscVdmpVA4lqZ4AcOLyHbyHw.png\",srcSet:\"https://framerusercontent.com/images/awcHscVdmpVA4lqZ4AcOLyHbyHw.png?scale-down-to=1024 554w,https://framerusercontent.com/images/awcHscVdmpVA4lqZ4AcOLyHbyHw.png?scale-down-to=2048 1108w,https://framerusercontent.com/images/awcHscVdmpVA4lqZ4AcOLyHbyHw.png 1344w\"},\"\"),layoutId:\"BZ0PwWLGZ\",style:{width:\"100%\"},Tx_H2GOED:\"New sidebar\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2362},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:2378}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:2506,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r4bwxd-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"z6Bd8Vbkc\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/M5i27MM3xpUDhKxi7wEYQ7j9I.png\",srcSet:\"https://framerusercontent.com/images/M5i27MM3xpUDhKxi7wEYQ7j9I.png?scale-down-to=512 512w,https://framerusercontent.com/images/M5i27MM3xpUDhKxi7wEYQ7j9I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M5i27MM3xpUDhKxi7wEYQ7j9I.png 1512w\"},\"\"),layoutId:\"z6Bd8Vbkc\",style:{width:\"100%\"},Tx_H2GOED:\"Parent issue UI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2893},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:2909}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3037,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s1t7u3-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"May 2, 2024\",height:\"100%\",id:\"lbMO0fdPV\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/XmyM3N8WWJDgNtvOYwZMC8v0qM.png\",srcSet:\"https://framerusercontent.com/images/XmyM3N8WWJDgNtvOYwZMC8v0qM.png?scale-down-to=512 512w,https://framerusercontent.com/images/XmyM3N8WWJDgNtvOYwZMC8v0qM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XmyM3N8WWJDgNtvOYwZMC8v0qM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XmyM3N8WWJDgNtvOYwZMC8v0qM.png 2360w\"},\"\"),layoutId:\"lbMO0fdPV\",style:{width:\"100%\"},Tx_H2GOED:\"Custom theme AI generator\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y4ncg0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1300},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:3440}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1444,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sj0pzy-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"pT2i50KVg\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/csqxZAasRoJYuB96OgoVLxfsRFE.png\",srcSet:\"https://framerusercontent.com/images/csqxZAasRoJYuB96OgoVLxfsRFE.png?scale-down-to=1024 621w,https://framerusercontent.com/images/csqxZAasRoJYuB96OgoVLxfsRFE.png 816w\"},\"\"),layoutId:\"pT2i50KVg\",style:{width:\"100%\"},Tx_H2GOED:\"New issue details panel\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1831},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:3971}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16n1o1g-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Apr 3, 2024\",height:\"100%\",id:\"xtbdiM4Xt\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/hSo1fzHcAzmSFlXrfmqxrmWJM.gif\",srcSet:\"https://framerusercontent.com/images/hSo1fzHcAzmSFlXrfmqxrmWJM.gif?scale-down-to=512 512w,https://framerusercontent.com/images/hSo1fzHcAzmSFlXrfmqxrmWJM.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/hSo1fzHcAzmSFlXrfmqxrmWJM.gif 1656w\"},\"\"),layoutId:\"xtbdiM4Xt\",style:{width:\"100%\"},Tx_H2GOED:\"Swimlanes announcement\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2362},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:4502}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:2506,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ylxsyy-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"MZqlKAvkl\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/cD81DeXAiAliweUasf9PC4dXuE.png\",srcSet:\"https://framerusercontent.com/images/cD81DeXAiAliweUasf9PC4dXuE.png?scale-down-to=512 512w,https://framerusercontent.com/images/cD81DeXAiAliweUasf9PC4dXuE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cD81DeXAiAliweUasf9PC4dXuE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/cD81DeXAiAliweUasf9PC4dXuE.png 2352w\"},\"\"),layoutId:\"MZqlKAvkl\",style:{width:\"100%\"},Tx_H2GOED:\"New Linear UI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2893},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:5033}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3037,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2zcmf6-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Apr 8, 2024\",height:\"100%\",id:\"uekiA0WAa\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/spAwqqJrwEaGdGzQv9XtPiowA3s.gif\",srcSet:\"https://framerusercontent.com/images/spAwqqJrwEaGdGzQv9XtPiowA3s.gif?scale-down-to=512 512w,https://framerusercontent.com/images/spAwqqJrwEaGdGzQv9XtPiowA3s.gif 968w\"},\"\"),layoutId:\"uekiA0WAa\",style:{width:\"100%\"},Tx_H2GOED:\"SLA Grouping - DND Cards\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15e4ouq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1300},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:5564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1444,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h7f96m-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"May 2, 2024\",height:\"100%\",id:\"GwhwaxMrC\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/SDeb4JAU6J2cDyCPy27z9L7eeFQ.gif\",srcSet:\"https://framerusercontent.com/images/SDeb4JAU6J2cDyCPy27z9L7eeFQ.gif?scale-down-to=512 512w,https://framerusercontent.com/images/SDeb4JAU6J2cDyCPy27z9L7eeFQ.gif 960w\"},\"\"),layoutId:\"GwhwaxMrC\",style:{width:\"100%\"},Tx_H2GOED:\"macOS Installer\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:1831},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:6095}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:1975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-137jubu-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"VYLdSkSAB\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/2OSFJrelRsTN9LdHC2UDLsQ80.png\",srcSet:\"https://framerusercontent.com/images/2OSFJrelRsTN9LdHC2UDLsQ80.png?scale-down-to=512 512w,https://framerusercontent.com/images/2OSFJrelRsTN9LdHC2UDLsQ80.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2OSFJrelRsTN9LdHC2UDLsQ80.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2OSFJrelRsTN9LdHC2UDLsQ80.png 2344w\"},\"\"),layoutId:\"VYLdSkSAB\",style:{width:\"100%\"},Tx_H2GOED:\"Custom themes\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2362},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:6626}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:2506,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x0t189-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Mar 28, 2024\",height:\"100%\",id:\"iSgrHKj4Z\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/H4zzq9TsRiIiC9YJhGI4EwXhXw.png\",srcSet:\"https://framerusercontent.com/images/H4zzq9TsRiIiC9YJhGI4EwXhXw.png?scale-down-to=512 512w,https://framerusercontent.com/images/H4zzq9TsRiIiC9YJhGI4EwXhXw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/H4zzq9TsRiIiC9YJhGI4EwXhXw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/H4zzq9TsRiIiC9YJhGI4EwXhXw.png 2384w\"},\"\"),layoutId:\"iSgrHKj4Z\",style:{width:\"100%\"},Tx_H2GOED:\"App headers\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:2893},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:7157}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3037,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d50vf8-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"May 21, 2024\",height:\"100%\",id:\"SGlYk32UQ\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/ftsY7QA3H0f6kuZicphxALMZYtI.png\",srcSet:\"https://framerusercontent.com/images/ftsY7QA3H0f6kuZicphxALMZYtI.png?scale-down-to=1024 753w,https://framerusercontent.com/images/ftsY7QA3H0f6kuZicphxALMZYtI.png 864w\"},\"\"),layoutId:\"SGlYk32UQ\",style:{width:\"100%\"},Tx_H2GOED:\"Internal Figma plugin - Themes import\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qhawc3\",id:elementId2,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19675s0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Explorations\"})}),className:\"framer-10pkzli\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wx8rrs\",\"data-styles-preset\":\"Qh0C6uVyr\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Personal projects and other stuff\"})}),className:\"framer-1cpdzl2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y2mhj0\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-196rjee\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:3832},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:8112}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3976,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vne66j-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Jan 9, 2024\",height:\"100%\",id:\"JUuFmWy52\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/9BBUT8p3Fy9ooHpJo3Tkr6SgmPk.gif\",srcSet:\"https://framerusercontent.com/images/9BBUT8p3Fy9ooHpJo3Tkr6SgmPk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/9BBUT8p3Fy9ooHpJo3Tkr6SgmPk.gif 800w\"},\"\"),layoutId:\"JUuFmWy52\",style:{width:\"100%\"},Tx_H2GOED:\"Thunderstorm Noticeboard\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:4363},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:8643}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:4507,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ofgqwa-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Dec 14, 2023\",height:\"100%\",id:\"EryP_mXXm\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/hXc8j0SvEuUr2atqcwhffmpvA.gif\",srcSet:\"https://framerusercontent.com/images/hXc8j0SvEuUr2atqcwhffmpvA.gif?scale-down-to=512 512w,https://framerusercontent.com/images/hXc8j0SvEuUr2atqcwhffmpvA.gif 800w\"},\"\"),layoutId:\"EryP_mXXm\",style:{width:\"100%\"},Tx_H2GOED:\"Interactive Colophon\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:4894},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:9174}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:5038,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u2zpmy-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Jul 14, 2019\",height:\"100%\",id:\"AJLNy__H2\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/3RQpD7slsBN11ifqy2owdOra1U.webp\",srcSet:\"https://framerusercontent.com/images/3RQpD7slsBN11ifqy2owdOra1U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3RQpD7slsBN11ifqy2owdOra1U.webp 800w\"},\"\"),layoutId:\"AJLNy__H2\",style:{width:\"100%\"},Tx_H2GOED:\"Thunderstorm Facts Card Animation\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9m8k7c\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:3832},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:9705}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3976,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c1vx09-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Jan 11, 2024\",height:\"100%\",id:\"Fx9dCdZm9\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/shBC0YYxZJvYB6jc5cEK2sJ1Ats.gif\",srcSet:\"https://framerusercontent.com/images/shBC0YYxZJvYB6jc5cEK2sJ1Ats.gif?scale-down-to=512 512w,https://framerusercontent.com/images/shBC0YYxZJvYB6jc5cEK2sJ1Ats.gif 800w\"},\"\"),layoutId:\"Fx9dCdZm9\",style:{width:\"100%\"},Tx_H2GOED:\"Burner List Icons\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:4363},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:10236}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:4507,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7a01p2-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Jan 3, 2024\",height:\"100%\",id:\"ShIq0uXjB\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/5ilVkT7ZUOVZboL54esuwDIpZ0.jpeg\",srcSet:\"https://framerusercontent.com/images/5ilVkT7ZUOVZboL54esuwDIpZ0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/5ilVkT7ZUOVZboL54esuwDIpZ0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5ilVkT7ZUOVZboL54esuwDIpZ0.jpeg 1920w\"},\"\"),layoutId:\"ShIq0uXjB\",style:{width:\"100%\"},Tx_H2GOED:\"CRT Filter Experiment\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:4894},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:10767}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:5038,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1twas15-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"May 15, 2022\",height:\"100%\",id:\"q_lsnvaIk\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/09XKR9MWEMwiJZCfwShfIE0lBKE.jpeg\",srcSet:\"https://framerusercontent.com/images/09XKR9MWEMwiJZCfwShfIE0lBKE.jpeg?scale-down-to=1024 940w,https://framerusercontent.com/images/09XKR9MWEMwiJZCfwShfIE0lBKE.jpeg 1014w\"},\"\"),layoutId:\"q_lsnvaIk\",style:{width:\"100%\"},Tx_H2GOED:\"Thunderstorm Table of Contents\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m9ufqq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:3832},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:11298}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:3976,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tfjk15-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"May 18, 2023\",height:\"100%\",id:\"dFcuMeZ0_\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/Hx94Z3M61ge6dXhIgxGCKhuCk5c.jpeg\",srcSet:\"https://framerusercontent.com/images/Hx94Z3M61ge6dXhIgxGCKhuCk5c.jpeg?scale-down-to=1024 764w,https://framerusercontent.com/images/Hx94Z3M61ge6dXhIgxGCKhuCk5c.jpeg 800w\"},\"\"),layoutId:\"dFcuMeZ0_\",style:{width:\"100%\"},Tx_H2GOED:\"Vinyl Record Vector\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:4363},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:11829}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:\"max((min(100vw, 1344px) - 192px) / 3, 1px)\",y:4507,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cp4t3d-container\",children:/*#__PURE__*/_jsx(Shot,{dHkn7NtdY:\"Dec 4, 2023\",height:\"100%\",id:\"CUMZ40cnJ\",k1h2vFQtE:addImageAlt({src:\"https://framerusercontent.com/images/1JHxVcPFqrTQCLImEaH3UyKHg.jpeg\",srcSet:\"https://framerusercontent.com/images/1JHxVcPFqrTQCLImEaH3UyKHg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/1JHxVcPFqrTQCLImEaH3UyKHg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1JHxVcPFqrTQCLImEaH3UyKHg.jpeg 1200w\"},\"\"),layoutId:\"CUMZ40cnJ\",style:{width:\"100%\"},Tx_H2GOED:\"December 2023 OG Image\",width:\"100%\"})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hfx2wy\",\"data-border\":true,\"data-framer-name\":\"All projects\",id:elementId3,name:\"All projects\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fg8tjw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"All projects\"})}),className:\"framer-114bbc2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmton8\",\"data-styles-preset\":\"UBQuO6QxX\",style:{\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Here are all the projects I contributed to since 2018 as a designer. Some releases are public and some includes dedicated case studies. Happy browsing!\"})}),className:\"framer-jrqfu2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jle6g1\",\"data-border\":true,\"data-framer-name\":\"Table\",name:\"Table\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13s5zl8\",\"data-border\":true,\"data-framer-name\":\"Header\",name:\"Header\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Year\"})}),className:\"framer-5ij6ga hidden-1crzo3s hidden-106iovp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Project\"})}),className:\"framer-ho0gi8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Category\"})}),className:\"framer-8xmu9w hidden-106iovp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"Date\"})}),className:\"framer-1uy6tcn hidden-106iovp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18u4zej\",\"data-framer-name\":\"2024\",name:\"2024\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13lb919\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2024\"})}),className:\"framer-6e970\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5lwx47\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TZeAdlUAi\",data:Record1,type:\"Collection\"},select:[{collection:\"TZeAdlUAi\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"TZeAdlUAi\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"TZeAdlUAi\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2024-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"TZeAdlUAi\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2024-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"TZeAdlUAi\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"TZeAdlUAi\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"TZeAdlUAi\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"TZeAdlUAi\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({c7VaBc5zP:c7VaBc5zPTZeAdlUAi,GwBBVkYBS:GwBBVkYBSTZeAdlUAi,hW7H8B_ys:hW7H8B_ysTZeAdlUAi,id:idTZeAdlUAi,qQ0Py42dx:qQ0Py42dxTZeAdlUAi,womRNtou9:womRNtou9TZeAdlUAi,wU0K6HclB:wU0K6HclBTZeAdlUAi},i)=>{wU0K6HclBTZeAdlUAi!==null&&wU0K6HclBTZeAdlUAi!==void 0?wU0K6HclBTZeAdlUAi:wU0K6HclBTZeAdlUAi=\"\";qQ0Py42dxTZeAdlUAi!==null&&qQ0Py42dxTZeAdlUAi!==void 0?qQ0Py42dxTZeAdlUAi:qQ0Py42dxTZeAdlUAi=\"\";womRNtou9TZeAdlUAi!==null&&womRNtou9TZeAdlUAi!==void 0?womRNtou9TZeAdlUAi:womRNtou9TZeAdlUAi=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TZeAdlUAi-${idTZeAdlUAi}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9TZeAdlUAi},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxTZeAdlUAi,implicitPathVariables:{womRNtou9:womRNtou9TZeAdlUAi}},{href:qQ0Py42dxTZeAdlUAi,implicitPathVariables:{womRNtou9:womRNtou9TZeAdlUAi}},{href:qQ0Py42dxTZeAdlUAi,implicitPathVariables:{womRNtou9:womRNtou9TZeAdlUAi}},{href:qQ0Py42dxTZeAdlUAi,implicitPathVariables:{womRNtou9:womRNtou9TZeAdlUAi}}],children:resolvedLinks=>{var _enumToDisplayNameFunctions_c7VaBc5zP,_enumToDisplayNameFunctions_GwBBVkYBS;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18x868l-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_ysTZeAdlUAi,height:\"100%\",i6u7kC7al:resolvedLinks[0],id:\"nZD8at7GB\",jCjeyiaMu:negate(equals(GwBBVkYBSTZeAdlUAi,\"IILebOlMM\")),layoutId:\"nZD8at7GB\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPTZeAdlUAi,activeLocale),p3LPnGK1D:wU0K6HclBTZeAdlUAi,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:(_enumToDisplayNameFunctions_GwBBVkYBS=enumToDisplayNameFunctions[\"GwBBVkYBS\"])===null||_enumToDisplayNameFunctions_GwBBVkYBS===void 0?void 0:_enumToDisplayNameFunctions_GwBBVkYBS.call(enumToDisplayNameFunctions,GwBBVkYBSTZeAdlUAi,activeLocale)})})})});}})})},idTZeAdlUAi);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ca4mck\",\"data-framer-name\":\"2023\",name:\"2023\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11jlqaa\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2023\"})}),className:\"framer-d64qn4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cch6rh\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sVzfUUGXZ\",data:Record1,type:\"Collection\"},select:[{collection:\"sVzfUUGXZ\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"sVzfUUGXZ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"sVzfUUGXZ\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2023-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"sVzfUUGXZ\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2023-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sVzfUUGXZ\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sVzfUUGXZ\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sVzfUUGXZ\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sVzfUUGXZ\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({c7VaBc5zP:c7VaBc5zPsVzfUUGXZ,GwBBVkYBS:GwBBVkYBSsVzfUUGXZ,hW7H8B_ys:hW7H8B_yssVzfUUGXZ,id:idsVzfUUGXZ,qQ0Py42dx:qQ0Py42dxsVzfUUGXZ,womRNtou9:womRNtou9sVzfUUGXZ,wU0K6HclB:wU0K6HclBsVzfUUGXZ},i)=>{wU0K6HclBsVzfUUGXZ!==null&&wU0K6HclBsVzfUUGXZ!==void 0?wU0K6HclBsVzfUUGXZ:wU0K6HclBsVzfUUGXZ=\"\";qQ0Py42dxsVzfUUGXZ!==null&&qQ0Py42dxsVzfUUGXZ!==void 0?qQ0Py42dxsVzfUUGXZ:qQ0Py42dxsVzfUUGXZ=\"\";womRNtou9sVzfUUGXZ!==null&&womRNtou9sVzfUUGXZ!==void 0?womRNtou9sVzfUUGXZ:womRNtou9sVzfUUGXZ=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sVzfUUGXZ-${idsVzfUUGXZ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9sVzfUUGXZ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxsVzfUUGXZ,implicitPathVariables:{womRNtou9:womRNtou9sVzfUUGXZ}},{href:qQ0Py42dxsVzfUUGXZ,implicitPathVariables:{womRNtou9:womRNtou9sVzfUUGXZ}},{href:qQ0Py42dxsVzfUUGXZ,implicitPathVariables:{womRNtou9:womRNtou9sVzfUUGXZ}},{href:qQ0Py42dxsVzfUUGXZ,implicitPathVariables:{womRNtou9:womRNtou9sVzfUUGXZ}}],children:resolvedLinks1=>{var _enumToDisplayNameFunctions_c7VaBc5zP,_enumToDisplayNameFunctions_GwBBVkYBS;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1053z22-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks1[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks1[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks1[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_yssVzfUUGXZ,height:\"100%\",i6u7kC7al:resolvedLinks1[0],id:\"dcnGmNkwR\",jCjeyiaMu:negate(equals(GwBBVkYBSsVzfUUGXZ,\"IILebOlMM\")),layoutId:\"dcnGmNkwR\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPsVzfUUGXZ,activeLocale),p3LPnGK1D:wU0K6HclBsVzfUUGXZ,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:(_enumToDisplayNameFunctions_GwBBVkYBS=enumToDisplayNameFunctions[\"GwBBVkYBS\"])===null||_enumToDisplayNameFunctions_GwBBVkYBS===void 0?void 0:_enumToDisplayNameFunctions_GwBBVkYBS.call(enumToDisplayNameFunctions,GwBBVkYBSsVzfUUGXZ,activeLocale)})})})});}})})},idsVzfUUGXZ);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d6pme2\",\"data-framer-name\":\"2022\",name:\"2022\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1io10k2\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2022\"})}),className:\"framer-idjkgi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qxx7q7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"J1He0Ezem\",data:Record1,type:\"Collection\"},select:[{collection:\"J1He0Ezem\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"J1He0Ezem\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"J1He0Ezem\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2022-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"J1He0Ezem\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2022-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"J1He0Ezem\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"J1He0Ezem\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"J1He0Ezem\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"J1He0Ezem\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({c7VaBc5zP:c7VaBc5zPJ1He0Ezem,GwBBVkYBS:GwBBVkYBSJ1He0Ezem,hW7H8B_ys:hW7H8B_ysJ1He0Ezem,id:idJ1He0Ezem,qQ0Py42dx:qQ0Py42dxJ1He0Ezem,womRNtou9:womRNtou9J1He0Ezem,wU0K6HclB:wU0K6HclBJ1He0Ezem},i)=>{wU0K6HclBJ1He0Ezem!==null&&wU0K6HclBJ1He0Ezem!==void 0?wU0K6HclBJ1He0Ezem:wU0K6HclBJ1He0Ezem=\"\";qQ0Py42dxJ1He0Ezem!==null&&qQ0Py42dxJ1He0Ezem!==void 0?qQ0Py42dxJ1He0Ezem:qQ0Py42dxJ1He0Ezem=\"\";womRNtou9J1He0Ezem!==null&&womRNtou9J1He0Ezem!==void 0?womRNtou9J1He0Ezem:womRNtou9J1He0Ezem=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`J1He0Ezem-${idJ1He0Ezem}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9J1He0Ezem},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxJ1He0Ezem,implicitPathVariables:{womRNtou9:womRNtou9J1He0Ezem}},{href:qQ0Py42dxJ1He0Ezem,implicitPathVariables:{womRNtou9:womRNtou9J1He0Ezem}},{href:qQ0Py42dxJ1He0Ezem,implicitPathVariables:{womRNtou9:womRNtou9J1He0Ezem}},{href:qQ0Py42dxJ1He0Ezem,implicitPathVariables:{womRNtou9:womRNtou9J1He0Ezem}}],children:resolvedLinks2=>{var _enumToDisplayNameFunctions_c7VaBc5zP,_enumToDisplayNameFunctions_GwBBVkYBS;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3sh5ew-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks2[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks2[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks2[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_ysJ1He0Ezem,height:\"100%\",i6u7kC7al:resolvedLinks2[0],id:\"XDDL9y7Re\",jCjeyiaMu:negate(equals(GwBBVkYBSJ1He0Ezem,\"IILebOlMM\")),layoutId:\"XDDL9y7Re\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPJ1He0Ezem,activeLocale),p3LPnGK1D:wU0K6HclBJ1He0Ezem,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:(_enumToDisplayNameFunctions_GwBBVkYBS=enumToDisplayNameFunctions[\"GwBBVkYBS\"])===null||_enumToDisplayNameFunctions_GwBBVkYBS===void 0?void 0:_enumToDisplayNameFunctions_GwBBVkYBS.call(enumToDisplayNameFunctions,GwBBVkYBSJ1He0Ezem,activeLocale)})})})});}})})},idJ1He0Ezem);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tldmii\",\"data-framer-name\":\"2021\",name:\"2021\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tyf0mp\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2021\"})}),className:\"framer-1lsk12f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1356csq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"T0x9un4g0\",data:Record1,type:\"Collection\"},select:[{collection:\"T0x9un4g0\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"T0x9un4g0\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"T0x9un4g0\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2021-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"T0x9un4g0\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2021-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"T0x9un4g0\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"T0x9un4g0\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"T0x9un4g0\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"T0x9un4g0\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3.map(({c7VaBc5zP:c7VaBc5zPT0x9un4g0,GwBBVkYBS:GwBBVkYBST0x9un4g0,hW7H8B_ys:hW7H8B_ysT0x9un4g0,id:idT0x9un4g0,qQ0Py42dx:qQ0Py42dxT0x9un4g0,womRNtou9:womRNtou9T0x9un4g0,wU0K6HclB:wU0K6HclBT0x9un4g0},i)=>{wU0K6HclBT0x9un4g0!==null&&wU0K6HclBT0x9un4g0!==void 0?wU0K6HclBT0x9un4g0:wU0K6HclBT0x9un4g0=\"\";qQ0Py42dxT0x9un4g0!==null&&qQ0Py42dxT0x9un4g0!==void 0?qQ0Py42dxT0x9un4g0:qQ0Py42dxT0x9un4g0=\"\";womRNtou9T0x9un4g0!==null&&womRNtou9T0x9un4g0!==void 0?womRNtou9T0x9un4g0:womRNtou9T0x9un4g0=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`T0x9un4g0-${idT0x9un4g0}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9T0x9un4g0},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxT0x9un4g0,implicitPathVariables:{womRNtou9:womRNtou9T0x9un4g0}},{href:qQ0Py42dxT0x9un4g0,implicitPathVariables:{womRNtou9:womRNtou9T0x9un4g0}},{href:qQ0Py42dxT0x9un4g0,implicitPathVariables:{womRNtou9:womRNtou9T0x9un4g0}},{href:qQ0Py42dxT0x9un4g0,implicitPathVariables:{womRNtou9:womRNtou9T0x9un4g0}}],children:resolvedLinks3=>{var _enumToDisplayNameFunctions_c7VaBc5zP;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-me9d63-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks3[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks3[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks3[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_ysT0x9un4g0,height:\"100%\",i6u7kC7al:resolvedLinks3[0],id:\"PeaaXsWYm\",jCjeyiaMu:negate(equals(GwBBVkYBST0x9un4g0,\"IILebOlMM\")),layoutId:\"PeaaXsWYm\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPT0x9un4g0,activeLocale),p3LPnGK1D:wU0K6HclBT0x9un4g0,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:toString(convertFromEnum(GwBBVkYBST0x9un4g0,activeLocale))})})})});}})})},idT0x9un4g0);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1whuafb\",\"data-framer-name\":\"2020\",name:\"2020\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4dbe0r\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2020\"})}),className:\"framer-1pmspkr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p01q5r\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"IdHdqAlpU\",data:Record1,type:\"Collection\"},select:[{collection:\"IdHdqAlpU\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"IdHdqAlpU\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"IdHdqAlpU\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2020-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"IdHdqAlpU\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2020-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"IdHdqAlpU\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"IdHdqAlpU\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"IdHdqAlpU\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"IdHdqAlpU\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4.map(({c7VaBc5zP:c7VaBc5zPIdHdqAlpU,GwBBVkYBS:GwBBVkYBSIdHdqAlpU,hW7H8B_ys:hW7H8B_ysIdHdqAlpU,id:idIdHdqAlpU,qQ0Py42dx:qQ0Py42dxIdHdqAlpU,womRNtou9:womRNtou9IdHdqAlpU,wU0K6HclB:wU0K6HclBIdHdqAlpU},i)=>{wU0K6HclBIdHdqAlpU!==null&&wU0K6HclBIdHdqAlpU!==void 0?wU0K6HclBIdHdqAlpU:wU0K6HclBIdHdqAlpU=\"\";qQ0Py42dxIdHdqAlpU!==null&&qQ0Py42dxIdHdqAlpU!==void 0?qQ0Py42dxIdHdqAlpU:qQ0Py42dxIdHdqAlpU=\"\";womRNtou9IdHdqAlpU!==null&&womRNtou9IdHdqAlpU!==void 0?womRNtou9IdHdqAlpU:womRNtou9IdHdqAlpU=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`IdHdqAlpU-${idIdHdqAlpU}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9IdHdqAlpU},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxIdHdqAlpU,implicitPathVariables:{womRNtou9:womRNtou9IdHdqAlpU}},{href:qQ0Py42dxIdHdqAlpU,implicitPathVariables:{womRNtou9:womRNtou9IdHdqAlpU}},{href:qQ0Py42dxIdHdqAlpU,implicitPathVariables:{womRNtou9:womRNtou9IdHdqAlpU}},{href:qQ0Py42dxIdHdqAlpU,implicitPathVariables:{womRNtou9:womRNtou9IdHdqAlpU}}],children:resolvedLinks4=>{var _enumToDisplayNameFunctions_c7VaBc5zP;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hnqgck-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks4[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks4[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks4[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_ysIdHdqAlpU,height:\"100%\",i6u7kC7al:resolvedLinks4[0],id:\"zTCfLSVtq\",jCjeyiaMu:negate(equals(GwBBVkYBSIdHdqAlpU,\"IILebOlMM\")),layoutId:\"zTCfLSVtq\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPIdHdqAlpU,activeLocale),p3LPnGK1D:wU0K6HclBIdHdqAlpU,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:toString(convertFromEnum1(GwBBVkYBSIdHdqAlpU,activeLocale))})})})});}})})},idIdHdqAlpU);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-agbqjm\",\"data-framer-name\":\"2019\",name:\"2019\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qoirre\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2019\"})}),className:\"framer-q3lpnz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-173936n\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"mAQBqLBDB\",data:Record1,type:\"Collection\"},select:[{collection:\"mAQBqLBDB\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"mAQBqLBDB\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"mAQBqLBDB\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2019-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"mAQBqLBDB\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2019-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"mAQBqLBDB\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"mAQBqLBDB\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"mAQBqLBDB\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"mAQBqLBDB\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5.map(({c7VaBc5zP:c7VaBc5zPmAQBqLBDB,GwBBVkYBS:GwBBVkYBSmAQBqLBDB,hW7H8B_ys:hW7H8B_ysmAQBqLBDB,id:idmAQBqLBDB,qQ0Py42dx:qQ0Py42dxmAQBqLBDB,womRNtou9:womRNtou9mAQBqLBDB,wU0K6HclB:wU0K6HclBmAQBqLBDB},i)=>{wU0K6HclBmAQBqLBDB!==null&&wU0K6HclBmAQBqLBDB!==void 0?wU0K6HclBmAQBqLBDB:wU0K6HclBmAQBqLBDB=\"\";qQ0Py42dxmAQBqLBDB!==null&&qQ0Py42dxmAQBqLBDB!==void 0?qQ0Py42dxmAQBqLBDB:qQ0Py42dxmAQBqLBDB=\"\";womRNtou9mAQBqLBDB!==null&&womRNtou9mAQBqLBDB!==void 0?womRNtou9mAQBqLBDB:womRNtou9mAQBqLBDB=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`mAQBqLBDB-${idmAQBqLBDB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9mAQBqLBDB},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxmAQBqLBDB,implicitPathVariables:{womRNtou9:womRNtou9mAQBqLBDB}},{href:qQ0Py42dxmAQBqLBDB,implicitPathVariables:{womRNtou9:womRNtou9mAQBqLBDB}},{href:qQ0Py42dxmAQBqLBDB,implicitPathVariables:{womRNtou9:womRNtou9mAQBqLBDB}},{href:qQ0Py42dxmAQBqLBDB,implicitPathVariables:{womRNtou9:womRNtou9mAQBqLBDB}}],children:resolvedLinks5=>{var _enumToDisplayNameFunctions_c7VaBc5zP;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1okwvjb-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks5[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks5[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks5[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_ysmAQBqLBDB,height:\"100%\",i6u7kC7al:resolvedLinks5[0],id:\"vsWZ7_Zu1\",jCjeyiaMu:negate(equals(GwBBVkYBSmAQBqLBDB,\"IILebOlMM\")),layoutId:\"vsWZ7_Zu1\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPmAQBqLBDB,activeLocale),p3LPnGK1D:wU0K6HclBmAQBqLBDB,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:toString(convertFromEnum1(GwBBVkYBSmAQBqLBDB,activeLocale))})})})});}})})},idmAQBqLBDB);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p4em96\",\"data-framer-name\":\"2018\",name:\"2018\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dan9hm\",\"data-border\":true,\"data-framer-name\":\"Year\",name:\"Year\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tj1674\",\"data-styles-preset\":\"rvFpkqtdQ\",style:{\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"2018\"})}),className:\"framer-1qyysat\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lbc5qq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"o7Jhy3gTk\",data:Record1,type:\"Collection\"},select:[{collection:\"o7Jhy3gTk\",name:\"hW7H8B_ys\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"GwBBVkYBS\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"wU0K6HclB\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"c7VaBc5zP\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"qQ0Py42dx\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"womRNtou9\",type:\"Identifier\"},{collection:\"o7Jhy3gTk\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"o7Jhy3gTk\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2018-01-01T00:00:00.000Z\"}},type:\"BinaryOperation\"},operator:\"and\",right:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"o7Jhy3gTk\",name:\"hW7H8B_ys\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2018-12-31T00:00:00.000Z\"}},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"o7Jhy3gTk\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"gpikhL0eT\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"o7Jhy3gTk\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"QSW7ZnNGr\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"o7Jhy3gTk\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"oih6otBjU\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"o7Jhy3gTk\",name:\"c7VaBc5zP\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"mGQHY2hBc\"},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6.map(({c7VaBc5zP:c7VaBc5zPo7Jhy3gTk,GwBBVkYBS:GwBBVkYBSo7Jhy3gTk,hW7H8B_ys:hW7H8B_yso7Jhy3gTk,id:ido7Jhy3gTk,qQ0Py42dx:qQ0Py42dxo7Jhy3gTk,womRNtou9:womRNtou9o7Jhy3gTk,wU0K6HclB:wU0K6HclBo7Jhy3gTk},i)=>{wU0K6HclBo7Jhy3gTk!==null&&wU0K6HclBo7Jhy3gTk!==void 0?wU0K6HclBo7Jhy3gTk:wU0K6HclBo7Jhy3gTk=\"\";qQ0Py42dxo7Jhy3gTk!==null&&qQ0Py42dxo7Jhy3gTk!==void 0?qQ0Py42dxo7Jhy3gTk:qQ0Py42dxo7Jhy3gTk=\"\";womRNtou9o7Jhy3gTk!==null&&womRNtou9o7Jhy3gTk!==void 0?womRNtou9o7Jhy3gTk:womRNtou9o7Jhy3gTk=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`o7Jhy3gTk-${ido7Jhy3gTk}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{womRNtou9:womRNtou9o7Jhy3gTk},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:qQ0Py42dxo7Jhy3gTk,implicitPathVariables:{womRNtou9:womRNtou9o7Jhy3gTk}},{href:qQ0Py42dxo7Jhy3gTk,implicitPathVariables:{womRNtou9:womRNtou9o7Jhy3gTk}},{href:qQ0Py42dxo7Jhy3gTk,implicitPathVariables:{womRNtou9:womRNtou9o7Jhy3gTk}},{href:qQ0Py42dxo7Jhy3gTk,implicitPathVariables:{womRNtou9:womRNtou9o7Jhy3gTk}}],children:resolvedLinks6=>{var _enumToDisplayNameFunctions_c7VaBc5zP;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7pn59c-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{i6u7kC7al:resolvedLinks6[2]},daC7hA_Ug:{i6u7kC7al:resolvedLinks6[1]},hkhGfRPcg:{i6u7kC7al:resolvedLinks6[3],variant:\"tL_ZBZGiT\"}},children:/*#__PURE__*/_jsx(Record,{EFY5Z9e_C:hW7H8B_yso7Jhy3gTk,height:\"100%\",i6u7kC7al:resolvedLinks6[0],id:\"VoioYN_m4\",jCjeyiaMu:negate(equals(GwBBVkYBSo7Jhy3gTk,\"IILebOlMM\")),layoutId:\"VoioYN_m4\",M9QY4oN0V:true,MD4oWhH6g:(_enumToDisplayNameFunctions_c7VaBc5zP=enumToDisplayNameFunctions[\"c7VaBc5zP\"])===null||_enumToDisplayNameFunctions_c7VaBc5zP===void 0?void 0:_enumToDisplayNameFunctions_c7VaBc5zP.call(enumToDisplayNameFunctions,c7VaBc5zPo7Jhy3gTk,activeLocale),p3LPnGK1D:wU0K6HclBo7Jhy3gTk,style:{width:\"100%\"},variant:\"Lg69AMam6\",width:\"100%\",YmPtYBObp:toString(convertFromEnum1(GwBBVkYBSo7Jhy3gTk,activeLocale))})})})});}})})},ido7Jhy3gTk);})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wztwt1\",\"data-border\":true,\"data-framer-name\":\"About\",id:elementId4,name:\"About\",ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47734973-378c-48dc-8620-f7deafc291bc, rgb(248, 250, 252))\"},children:\"I craft interfaces, products, and systems, from early concepts to high-fidelity prototypes, by partnering closely with engineers, research, and design peers.\"})}),className:\"framer-1eqbhdv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9gt349\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmg722\",\"data-styles-preset\":\"XQ2KiR2pQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"My journey started with Cydia tweaks and themes for jailbroken Apple devices. This later led me to create apps and websites for me and my friends during secondary school and started my first jobs in design studios and creative agencies.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmg722\",\"data-styles-preset\":\"XQ2KiR2pQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"In late 2018 I joined Source \u2014 a product design studio, where I learned most of my knowlege about user research, interactive and graphic design, team collaboration, prototyping, QA, and pairing with engineers. The same year, I wrote an essay on design systems, in which I studied their impacts on product teams and end-users. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmg722\",\"data-styles-preset\":\"XQ2KiR2pQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"After 3.5 years working on clients projects, I joined Specify in late 2021 and contribute to the scale of its platform, design token format, CLI, and API. I experimented a lot of ways to improve the design/engineering collaboration with the creation of proof of concepts, most of the time with plugins, standalone websites, and APIs of Notion, Framer, and OpenAI.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmg722\",\"data-styles-preset\":\"XQ2KiR2pQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-47252894-f39c-4cc2-b8ef-3375baf55031, rgb(184, 193, 204))\"},children:\"Spending a lot of time digging into engineers\u2019 heads and passionate about how software and methods can impact the outcomes of our work, I progressively shifted my focus from design systems to developer experience, which later led me to joining Linear in late 2023.\"})]}),className:\"framer-199vqkv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{y:7869},hkhGfRPcg:{width:\"calc(min(100vw, 1344px) - 32px)\",y:14796}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:681,width:\"calc(min(100vw, 1344px) - 96px)\",y:7172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s5pc73-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bqHuM57sv:{variant:\"qHROoOhPN\"},hkhGfRPcg:{variant:\"Brywlln_T\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"rDEqVbzoX\",layoutId:\"rDEqVbzoX\",style:{width:\"100%\"},variant:\"NMkrRDtdW\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-UcOQd { background: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, rgb(4, 5, 6)) /* {\"name\":\"Surface/app-background\"} */; }`,\".framer-UcOQd.framer-8sh2u9, .framer-UcOQd .framer-8sh2u9 { display: block; }\",\".framer-UcOQd.framer-172g6f1 { align-content: center; align-items: center; background-color: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, #040506); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-UcOQd .framer-lug7pf { align-content: center; align-items: center; background-color: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, #00030a); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 48px; overflow: hidden; padding: 0px; position: fixed; right: 48px; top: 0px; z-index: 8; }\",\".framer-UcOQd .framer-10pz7fx-container { flex: none; height: auto; max-width: 1248px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-1kc5r7a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; max-width: 1344px; overflow: visible; padding: 48px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-lga558 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 96px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-1gc31j6, .framer-UcOQd .framer-1pipfx0, .framer-UcOQd .framer-ajv3l6, .framer-UcOQd .framer-i52euw, .framer-UcOQd .framer-1qfibqn, .framer-UcOQd .framer-drq4li, .framer-UcOQd .framer-10pkzli, .framer-UcOQd .framer-1cpdzl2, .framer-UcOQd .framer-114bbc2, .framer-UcOQd .framer-jrqfu2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-qxgfo5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-aceaxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-dkugfv { --border-bottom-width: 1px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-1r9d2gd-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-UcOQd .framer-fcygem, .framer-UcOQd .framer-up289b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-1oip45i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-ajltdh-container { flex: none; height: auto; position: sticky; top: 47px; width: 100%; will-change: transform; z-index: 5; }\",\".framer-UcOQd .framer-9d7ca5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-13yiqpl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 192px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 64px; width: 100%; }\",\".framer-UcOQd .framer-1hb6g41, .framer-UcOQd .framer-qhawc3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 184px; width: 100%; }\",\".framer-UcOQd .framer-cvfwj4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-UcOQd .framer-ronvpu, .framer-UcOQd .framer-1y2mhj0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-ya1arh, .framer-UcOQd .framer-y4ncg0, .framer-UcOQd .framer-15e4ouq, .framer-UcOQd .framer-196rjee, .framer-UcOQd .framer-9m8k7c, .framer-UcOQd .framer-m9ufqq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-UcOQd .framer-vpvnwl-container, .framer-UcOQd .framer-kved0q-container, .framer-UcOQd .framer-r4bwxd-container, .framer-UcOQd .framer-s1t7u3-container, .framer-UcOQd .framer-1sj0pzy-container, .framer-UcOQd .framer-16n1o1g-container, .framer-UcOQd .framer-ylxsyy-container, .framer-UcOQd .framer-2zcmf6-container, .framer-UcOQd .framer-1h7f96m-container, .framer-UcOQd .framer-137jubu-container, .framer-UcOQd .framer-x0t189-container, .framer-UcOQd .framer-1d50vf8-container, .framer-UcOQd .framer-1vne66j-container, .framer-UcOQd .framer-1ofgqwa-container, .framer-UcOQd .framer-u2zpmy-container, .framer-UcOQd .framer-1c1vx09-container, .framer-UcOQd .framer-7a01p2-container, .framer-UcOQd .framer-1twas15-container, .framer-UcOQd .framer-1tfjk15-container, .framer-UcOQd .framer-1cp4t3d-container, .framer-UcOQd .framer-18x868l-container, .framer-UcOQd .framer-1053z22-container, .framer-UcOQd .framer-3sh5ew-container, .framer-UcOQd .framer-me9d63-container, .framer-UcOQd .framer-1hnqgck-container, .framer-UcOQd .framer-1okwvjb-container, .framer-UcOQd .framer-7pn59c-container, .framer-UcOQd .framer-s5pc73-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-UcOQd .framer-19675s0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-UcOQd .framer-1hfx2wy { --border-bottom-width: 0px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 0px 0px; position: relative; scroll-margin-top: 64px; width: 100%; }\",\".framer-UcOQd .framer-fg8tjw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-jle6g1 { --border-bottom-width: 1px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-13s5zl8 { --border-bottom-width: 1px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-9443dd98-0961-4fbb-8a07-22ab2d56e885, #0d0f12); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-5ij6ga { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 64px; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-ho0gi8, .framer-UcOQd .framer-199vqkv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-8xmu9w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 184px; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-1uy6tcn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 104px; word-break: break-word; word-wrap: break-word; }\",\".framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-p4em96 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UcOQd .framer-13lb919, .framer-UcOQd .framer-11jlqaa, .framer-UcOQd .framer-1io10k2, .framer-UcOQd .framer-tyf0mp, .framer-UcOQd .framer-4dbe0r, .framer-UcOQd .framer-1qoirre, .framer-UcOQd .framer-dan9hm { --border-bottom-width: 1px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, #040506); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 12px 20px 12px 20px; position: relative; width: 80px; z-index: 2; }\",\".framer-UcOQd .framer-6e970, .framer-UcOQd .framer-d64qn4, .framer-UcOQd .framer-idjkgi, .framer-UcOQd .framer-1lsk12f, .framer-UcOQd .framer-1pmspkr, .framer-UcOQd .framer-q3lpnz, .framer-UcOQd .framer-1qyysat { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: sticky; top: 107px; white-space: pre-wrap; width: 1px; will-change: transform; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-UcOQd .framer-5lwx47, .framer-UcOQd .framer-1cch6rh, .framer-UcOQd .framer-qxx7q7, .framer-UcOQd .framer-1356csq, .framer-UcOQd .framer-p01q5r, .framer-UcOQd .framer-173936n, .framer-UcOQd .framer-1lbc5qq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 48px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-UcOQd .framer-wztwt1 { --border-bottom-width: 0px; --border-color: var(--token-207ee4a6-7f4c-467d-8ee0-1743f68bceb8, #14181f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 0px 0px 0px; position: relative; scroll-margin-top: 48px; width: 100%; }\",\".framer-UcOQd .framer-1eqbhdv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: sticky; top: 120px; white-space: pre-wrap; width: 1px; will-change: transform; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-UcOQd .framer-9gt349 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 0px 0px 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-UcOQd.framer-172g6f1, .framer-UcOQd .framer-lug7pf, .framer-UcOQd .framer-1kc5r7a, .framer-UcOQd .framer-lga558, .framer-UcOQd .framer-aceaxn, .framer-UcOQd .framer-dkugfv, .framer-UcOQd .framer-fcygem, .framer-UcOQd .framer-1oip45i, .framer-UcOQd .framer-9d7ca5, .framer-UcOQd .framer-13yiqpl, .framer-UcOQd .framer-1hb6g41, .framer-UcOQd .framer-cvfwj4, .framer-UcOQd .framer-up289b, .framer-UcOQd .framer-ronvpu, .framer-UcOQd .framer-ya1arh, .framer-UcOQd .framer-y4ncg0, .framer-UcOQd .framer-15e4ouq, .framer-UcOQd .framer-qhawc3, .framer-UcOQd .framer-19675s0, .framer-UcOQd .framer-1y2mhj0, .framer-UcOQd .framer-196rjee, .framer-UcOQd .framer-9m8k7c, .framer-UcOQd .framer-m9ufqq, .framer-UcOQd .framer-1hfx2wy, .framer-UcOQd .framer-fg8tjw, .framer-UcOQd .framer-jle6g1, .framer-UcOQd .framer-13s5zl8, .framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-13lb919, .framer-UcOQd .framer-5lwx47, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-11jlqaa, .framer-UcOQd .framer-1cch6rh, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-1io10k2, .framer-UcOQd .framer-qxx7q7, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-tyf0mp, .framer-UcOQd .framer-1356csq, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-4dbe0r, .framer-UcOQd .framer-p01q5r, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-1qoirre, .framer-UcOQd .framer-173936n, .framer-UcOQd .framer-p4em96, .framer-UcOQd .framer-dan9hm, .framer-UcOQd .framer-1lbc5qq, .framer-UcOQd .framer-wztwt1, .framer-UcOQd .framer-9gt349 { gap: 0px; } .framer-UcOQd.framer-172g6f1 > *, .framer-UcOQd .framer-lug7pf > *, .framer-UcOQd .framer-fcygem > *, .framer-UcOQd .framer-up289b > *, .framer-UcOQd .framer-19675s0 > *, .framer-UcOQd .framer-jle6g1 > *, .framer-UcOQd .framer-5lwx47 > *, .framer-UcOQd .framer-1cch6rh > *, .framer-UcOQd .framer-qxx7q7 > *, .framer-UcOQd .framer-1356csq > *, .framer-UcOQd .framer-p01q5r > *, .framer-UcOQd .framer-173936n > *, .framer-UcOQd .framer-1lbc5qq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UcOQd.framer-172g6f1 > :first-child, .framer-UcOQd .framer-lug7pf > :first-child, .framer-UcOQd .framer-1kc5r7a > :first-child, .framer-UcOQd .framer-lga558 > :first-child, .framer-UcOQd .framer-aceaxn > :first-child, .framer-UcOQd .framer-fcygem > :first-child, .framer-UcOQd .framer-1oip45i > :first-child, .framer-UcOQd .framer-9d7ca5 > :first-child, .framer-UcOQd .framer-13yiqpl > :first-child, .framer-UcOQd .framer-1hb6g41 > :first-child, .framer-UcOQd .framer-cvfwj4 > :first-child, .framer-UcOQd .framer-up289b > :first-child, .framer-UcOQd .framer-ya1arh > :first-child, .framer-UcOQd .framer-y4ncg0 > :first-child, .framer-UcOQd .framer-15e4ouq > :first-child, .framer-UcOQd .framer-qhawc3 > :first-child, .framer-UcOQd .framer-19675s0 > :first-child, .framer-UcOQd .framer-196rjee > :first-child, .framer-UcOQd .framer-9m8k7c > :first-child, .framer-UcOQd .framer-m9ufqq > :first-child, .framer-UcOQd .framer-1hfx2wy > :first-child, .framer-UcOQd .framer-fg8tjw > :first-child, .framer-UcOQd .framer-jle6g1 > :first-child, .framer-UcOQd .framer-5lwx47 > :first-child, .framer-UcOQd .framer-1cch6rh > :first-child, .framer-UcOQd .framer-qxx7q7 > :first-child, .framer-UcOQd .framer-1356csq > :first-child, .framer-UcOQd .framer-p01q5r > :first-child, .framer-UcOQd .framer-173936n > :first-child, .framer-UcOQd .framer-1lbc5qq > :first-child { margin-top: 0px; } .framer-UcOQd.framer-172g6f1 > :last-child, .framer-UcOQd .framer-lug7pf > :last-child, .framer-UcOQd .framer-1kc5r7a > :last-child, .framer-UcOQd .framer-lga558 > :last-child, .framer-UcOQd .framer-aceaxn > :last-child, .framer-UcOQd .framer-fcygem > :last-child, .framer-UcOQd .framer-1oip45i > :last-child, .framer-UcOQd .framer-9d7ca5 > :last-child, .framer-UcOQd .framer-13yiqpl > :last-child, .framer-UcOQd .framer-1hb6g41 > :last-child, .framer-UcOQd .framer-cvfwj4 > :last-child, .framer-UcOQd .framer-up289b > :last-child, .framer-UcOQd .framer-ya1arh > :last-child, .framer-UcOQd .framer-y4ncg0 > :last-child, .framer-UcOQd .framer-15e4ouq > :last-child, .framer-UcOQd .framer-qhawc3 > :last-child, .framer-UcOQd .framer-19675s0 > :last-child, .framer-UcOQd .framer-196rjee > :last-child, .framer-UcOQd .framer-9m8k7c > :last-child, .framer-UcOQd .framer-m9ufqq > :last-child, .framer-UcOQd .framer-1hfx2wy > :last-child, .framer-UcOQd .framer-fg8tjw > :last-child, .framer-UcOQd .framer-jle6g1 > :last-child, .framer-UcOQd .framer-5lwx47 > :last-child, .framer-UcOQd .framer-1cch6rh > :last-child, .framer-UcOQd .framer-qxx7q7 > :last-child, .framer-UcOQd .framer-1356csq > :last-child, .framer-UcOQd .framer-p01q5r > :last-child, .framer-UcOQd .framer-173936n > :last-child, .framer-UcOQd .framer-1lbc5qq > :last-child { margin-bottom: 0px; } .framer-UcOQd .framer-1kc5r7a > *, .framer-UcOQd .framer-9d7ca5 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-UcOQd .framer-lga558 > *, .framer-UcOQd .framer-cvfwj4 > *, .framer-UcOQd .framer-fg8tjw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-UcOQd .framer-aceaxn > *, .framer-UcOQd .framer-1hb6g41 > *, .framer-UcOQd .framer-qhawc3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-UcOQd .framer-dkugfv > *, .framer-UcOQd .framer-ronvpu > *, .framer-UcOQd .framer-1y2mhj0 > *, .framer-UcOQd .framer-wztwt1 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-UcOQd .framer-dkugfv > :first-child, .framer-UcOQd .framer-ronvpu > :first-child, .framer-UcOQd .framer-1y2mhj0 > :first-child, .framer-UcOQd .framer-13s5zl8 > :first-child, .framer-UcOQd .framer-18u4zej > :first-child, .framer-UcOQd .framer-13lb919 > :first-child, .framer-UcOQd .framer-1ca4mck > :first-child, .framer-UcOQd .framer-11jlqaa > :first-child, .framer-UcOQd .framer-1d6pme2 > :first-child, .framer-UcOQd .framer-1io10k2 > :first-child, .framer-UcOQd .framer-tldmii > :first-child, .framer-UcOQd .framer-tyf0mp > :first-child, .framer-UcOQd .framer-1whuafb > :first-child, .framer-UcOQd .framer-4dbe0r > :first-child, .framer-UcOQd .framer-agbqjm > :first-child, .framer-UcOQd .framer-1qoirre > :first-child, .framer-UcOQd .framer-p4em96 > :first-child, .framer-UcOQd .framer-dan9hm > :first-child, .framer-UcOQd .framer-wztwt1 > :first-child, .framer-UcOQd .framer-9gt349 > :first-child { margin-left: 0px; } .framer-UcOQd .framer-dkugfv > :last-child, .framer-UcOQd .framer-ronvpu > :last-child, .framer-UcOQd .framer-1y2mhj0 > :last-child, .framer-UcOQd .framer-13s5zl8 > :last-child, .framer-UcOQd .framer-18u4zej > :last-child, .framer-UcOQd .framer-13lb919 > :last-child, .framer-UcOQd .framer-1ca4mck > :last-child, .framer-UcOQd .framer-11jlqaa > :last-child, .framer-UcOQd .framer-1d6pme2 > :last-child, .framer-UcOQd .framer-1io10k2 > :last-child, .framer-UcOQd .framer-tldmii > :last-child, .framer-UcOQd .framer-tyf0mp > :last-child, .framer-UcOQd .framer-1whuafb > :last-child, .framer-UcOQd .framer-4dbe0r > :last-child, .framer-UcOQd .framer-agbqjm > :last-child, .framer-UcOQd .framer-1qoirre > :last-child, .framer-UcOQd .framer-p4em96 > :last-child, .framer-UcOQd .framer-dan9hm > :last-child, .framer-UcOQd .framer-wztwt1 > :last-child, .framer-UcOQd .framer-9gt349 > :last-child { margin-right: 0px; } .framer-UcOQd .framer-1oip45i > *, .framer-UcOQd .framer-ya1arh > *, .framer-UcOQd .framer-y4ncg0 > *, .framer-UcOQd .framer-15e4ouq > *, .framer-UcOQd .framer-196rjee > *, .framer-UcOQd .framer-9m8k7c > *, .framer-UcOQd .framer-m9ufqq > *, .framer-UcOQd .framer-1hfx2wy > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-UcOQd .framer-13yiqpl > * { margin: 0px; margin-bottom: calc(192px / 2); margin-top: calc(192px / 2); } .framer-UcOQd .framer-13s5zl8 > *, .framer-UcOQd .framer-13lb919 > *, .framer-UcOQd .framer-11jlqaa > *, .framer-UcOQd .framer-1io10k2 > *, .framer-UcOQd .framer-tyf0mp > *, .framer-UcOQd .framer-4dbe0r > *, .framer-UcOQd .framer-1qoirre > *, .framer-UcOQd .framer-dan9hm > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-UcOQd .framer-18u4zej > *, .framer-UcOQd .framer-1ca4mck > *, .framer-UcOQd .framer-1d6pme2 > *, .framer-UcOQd .framer-tldmii > *, .framer-UcOQd .framer-1whuafb > *, .framer-UcOQd .framer-agbqjm > *, .framer-UcOQd .framer-p4em96 > *, .framer-UcOQd .framer-9gt349 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-UcOQd { background: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, rgb(4, 5, 6)) /* {\"name\":\"Surface/app-background\"} */; } .framer-UcOQd.framer-172g6f1 { width: 1200px; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-UcOQd { background: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, rgb(4, 5, 6)) /* {\"name\":\"Surface/app-background\"} */; } .framer-UcOQd.framer-172g6f1 { width: 810px; } .framer-UcOQd .framer-1kc5r7a, .framer-UcOQd .framer-9d7ca5 { gap: 48px; } .framer-UcOQd .framer-lga558 { max-width: unset; padding: 48px 0px 0px 0px; } .framer-UcOQd .framer-1hfx2wy { padding: 48px 0px 0px 0px; } .framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-p4em96 { flex-direction: column; } .framer-UcOQd .framer-13lb919, .framer-UcOQd .framer-11jlqaa, .framer-UcOQd .framer-1io10k2, .framer-UcOQd .framer-tyf0mp, .framer-UcOQd .framer-4dbe0r, .framer-UcOQd .framer-1qoirre, .framer-UcOQd .framer-dan9hm { align-self: unset; height: min-content; position: sticky; top: 95px; width: 100%; will-change: transform; } .framer-UcOQd .framer-6e970, .framer-UcOQd .framer-d64qn4, .framer-UcOQd .framer-idjkgi, .framer-UcOQd .framer-1lsk12f, .framer-UcOQd .framer-1pmspkr, .framer-UcOQd .framer-q3lpnz, .framer-UcOQd .framer-1qyysat { position: relative; top: unset; } .framer-UcOQd .framer-5lwx47, .framer-UcOQd .framer-1cch6rh, .framer-UcOQd .framer-qxx7q7, .framer-UcOQd .framer-1356csq, .framer-UcOQd .framer-p01q5r, .framer-UcOQd .framer-173936n, .framer-UcOQd .framer-1lbc5qq { flex: none; width: 100%; } .framer-UcOQd .framer-wztwt1 { flex-direction: column; gap: 24px; padding: 48px 0px 0px 0px; } .framer-UcOQd .framer-1eqbhdv { flex: none; position: relative; top: unset; width: 100%; } .framer-UcOQd .framer-9gt349 { flex: none; padding: 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-UcOQd .framer-1kc5r7a, .framer-UcOQd .framer-9d7ca5, .framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-p4em96, .framer-UcOQd .framer-wztwt1 { gap: 0px; } .framer-UcOQd .framer-1kc5r7a > *, .framer-UcOQd .framer-9d7ca5 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-UcOQd .framer-1kc5r7a > :first-child, .framer-UcOQd .framer-9d7ca5 > :first-child, .framer-UcOQd .framer-18u4zej > :first-child, .framer-UcOQd .framer-1ca4mck > :first-child, .framer-UcOQd .framer-1d6pme2 > :first-child, .framer-UcOQd .framer-tldmii > :first-child, .framer-UcOQd .framer-1whuafb > :first-child, .framer-UcOQd .framer-agbqjm > :first-child, .framer-UcOQd .framer-p4em96 > :first-child, .framer-UcOQd .framer-wztwt1 > :first-child { margin-top: 0px; } .framer-UcOQd .framer-1kc5r7a > :last-child, .framer-UcOQd .framer-9d7ca5 > :last-child, .framer-UcOQd .framer-18u4zej > :last-child, .framer-UcOQd .framer-1ca4mck > :last-child, .framer-UcOQd .framer-1d6pme2 > :last-child, .framer-UcOQd .framer-tldmii > :last-child, .framer-UcOQd .framer-1whuafb > :last-child, .framer-UcOQd .framer-agbqjm > :last-child, .framer-UcOQd .framer-p4em96 > :last-child, .framer-UcOQd .framer-wztwt1 > :last-child { margin-bottom: 0px; } .framer-UcOQd .framer-18u4zej > *, .framer-UcOQd .framer-1ca4mck > *, .framer-UcOQd .framer-1d6pme2 > *, .framer-UcOQd .framer-tldmii > *, .framer-UcOQd .framer-1whuafb > *, .framer-UcOQd .framer-agbqjm > *, .framer-UcOQd .framer-p4em96 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UcOQd .framer-wztwt1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-UcOQd { background: var(--token-ab7d2407-d781-4ee3-9632-e266ef575c44, rgb(4, 5, 6)) /* {\"name\":\"Surface/app-background\"} */; } .framer-UcOQd.framer-172g6f1 { width: 390px; } .framer-UcOQd .framer-lug7pf { left: 0px; right: 0px; } .framer-UcOQd .framer-1kc5r7a { gap: 48px; padding: 48px 16px 0px 16px; } .framer-UcOQd .framer-lga558, .framer-UcOQd .framer-1hfx2wy { padding: 48px 0px 0px 0px; } .framer-UcOQd .framer-9d7ca5 { gap: 48px; } .framer-UcOQd .framer-ronvpu, .framer-UcOQd .framer-1y2mhj0 { flex-direction: column; padding: 16px 0px 0px 0px; } .framer-UcOQd .framer-ya1arh, .framer-UcOQd .framer-y4ncg0, .framer-UcOQd .framer-15e4ouq, .framer-UcOQd .framer-196rjee, .framer-UcOQd .framer-9m8k7c, .framer-UcOQd .framer-m9ufqq, .framer-UcOQd .framer-5lwx47, .framer-UcOQd .framer-1cch6rh, .framer-UcOQd .framer-qxx7q7, .framer-UcOQd .framer-1356csq, .framer-UcOQd .framer-p01q5r, .framer-UcOQd .framer-173936n, .framer-UcOQd .framer-1lbc5qq { flex: none; width: 100%; } .framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-p4em96 { flex-direction: column; } .framer-UcOQd .framer-13lb919, .framer-UcOQd .framer-11jlqaa, .framer-UcOQd .framer-1io10k2, .framer-UcOQd .framer-tyf0mp, .framer-UcOQd .framer-4dbe0r, .framer-UcOQd .framer-1qoirre, .framer-UcOQd .framer-dan9hm { align-self: unset; height: min-content; position: sticky; top: 95px; width: 100%; will-change: transform; } .framer-UcOQd .framer-6e970, .framer-UcOQd .framer-d64qn4, .framer-UcOQd .framer-idjkgi, .framer-UcOQd .framer-1lsk12f, .framer-UcOQd .framer-1pmspkr, .framer-UcOQd .framer-q3lpnz, .framer-UcOQd .framer-1qyysat { position: relative; top: unset; } .framer-UcOQd .framer-wztwt1 { flex-direction: column; gap: 16px; padding: 48px 0px 0px 0px; } .framer-UcOQd .framer-1eqbhdv { flex: none; position: relative; top: unset; width: 100%; } .framer-UcOQd .framer-9gt349 { flex: none; padding: 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-UcOQd .framer-1kc5r7a, .framer-UcOQd .framer-9d7ca5, .framer-UcOQd .framer-ronvpu, .framer-UcOQd .framer-1y2mhj0, .framer-UcOQd .framer-18u4zej, .framer-UcOQd .framer-1ca4mck, .framer-UcOQd .framer-1d6pme2, .framer-UcOQd .framer-tldmii, .framer-UcOQd .framer-1whuafb, .framer-UcOQd .framer-agbqjm, .framer-UcOQd .framer-p4em96, .framer-UcOQd .framer-wztwt1 { gap: 0px; } .framer-UcOQd .framer-1kc5r7a > *, .framer-UcOQd .framer-9d7ca5 > *, .framer-UcOQd .framer-ronvpu > *, .framer-UcOQd .framer-1y2mhj0 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-UcOQd .framer-1kc5r7a > :first-child, .framer-UcOQd .framer-9d7ca5 > :first-child, .framer-UcOQd .framer-ronvpu > :first-child, .framer-UcOQd .framer-1y2mhj0 > :first-child, .framer-UcOQd .framer-18u4zej > :first-child, .framer-UcOQd .framer-1ca4mck > :first-child, .framer-UcOQd .framer-1d6pme2 > :first-child, .framer-UcOQd .framer-tldmii > :first-child, .framer-UcOQd .framer-1whuafb > :first-child, .framer-UcOQd .framer-agbqjm > :first-child, .framer-UcOQd .framer-p4em96 > :first-child, .framer-UcOQd .framer-wztwt1 > :first-child { margin-top: 0px; } .framer-UcOQd .framer-1kc5r7a > :last-child, .framer-UcOQd .framer-9d7ca5 > :last-child, .framer-UcOQd .framer-ronvpu > :last-child, .framer-UcOQd .framer-1y2mhj0 > :last-child, .framer-UcOQd .framer-18u4zej > :last-child, .framer-UcOQd .framer-1ca4mck > :last-child, .framer-UcOQd .framer-1d6pme2 > :last-child, .framer-UcOQd .framer-tldmii > :last-child, .framer-UcOQd .framer-1whuafb > :last-child, .framer-UcOQd .framer-agbqjm > :last-child, .framer-UcOQd .framer-p4em96 > :last-child, .framer-UcOQd .framer-wztwt1 > :last-child { margin-bottom: 0px; } .framer-UcOQd .framer-18u4zej > *, .framer-UcOQd .framer-1ca4mck > *, .framer-UcOQd .framer-1d6pme2 > *, .framer-UcOQd .framer-tldmii > *, .framer-UcOQd .framer-1whuafb > *, .framer-UcOQd .framer-agbqjm > *, .framer-UcOQd .framer-p4em96 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UcOQd .framer-wztwt1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-UcOQd[data-border=\"true\"]::after, .framer-UcOQd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10309\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"daC7hA_Ug\":{\"layout\":[\"fixed\",\"auto\"]},\"bqHuM57sv\":{\"layout\":[\"fixed\",\"auto\"]},\"hkhGfRPcg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerAUsXmPXlm=withCSS(Component,css,\"framer-UcOQd\");export default FramerAUsXmPXlm;FramerAUsXmPXlm.displayName=\"Work\";FramerAUsXmPXlm.defaultProps={height:10309,width:1440};addFonts(FramerAUsXmPXlm,[{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\"}]},...HeaderFonts,...VideoFonts,...WorkSectionLinksFonts,...ShotFonts,...RecordFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAUsXmPXlm\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"10309\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"daC7hA_Ug\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bqHuM57sv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hkhGfRPcg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "ImageFonts", "getFonts", "Image", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "image", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "k1h2vFQtE", "Tx_H2GOED", "dHkn7NtdY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "Image", "RichText2", "css", "Framerz_x5LeQah", "withCSS", "z_x5LeQah_default", "addPropertyControls", "ControlType", "addFonts", "ImageFonts", "getFontsFromSharedStyle", "fonts", "b", "g", "x", "y", "e", "r", "t", "k", "w", "a", "re", "MotionConfigContext", "i", "se", "p", "N", "T", "o", "n", "s", "l", "C", "j", "Y", "useLocaleInfo", "c", "h", "I", "z", "M", "O", "U", "q", "E", "P", "Q", "useVariantState", "g", "b", "R", "J", "pe", "D", "ae", "V", "className", "LayoutGroup", "motion", "cx", "Link", "u", "RichText2", "css", "withCSS", "frsyqT83c_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "SectionLinkFonts", "getFonts", "frsyqT83c_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "css", "FramerZjJ02WNcj", "withCSS", "ZjJ02WNcj_default", "addPropertyControls", "ControlType", "addFonts", "HeaderFonts", "getFonts", "yTqIHmOgR_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "MotionDivWithOptimizedAppearEffect", "motion", "VideoFonts", "Video", "WorkSectionLinksFonts", "ZjJ02WNcj_default", "WorkSectionLinksWithVariantAppearEffect", "withVariantAppearEffect", "ShotFonts", "z_x5LeQah_default", "RecordFonts", "QqdG3wejR_default", "ContainerWithFX", "withFX", "FooterFonts", "EjTU7BpE1_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "addImageAlt", "image", "alt", "animation8", "transition5", "equals", "a", "b", "negate", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "convertFromEnum", "activeLocale", "toString", "convertFromEnum1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "hW7H8B_ysTZeAdlUAi", "GwBBVkYBSTZeAdlUAi", "wU0K6HclBTZeAdlUAi", "c7VaBc5zPTZeAdlUAi", "qQ0Py42dxTZeAdlUAi", "womRNtou9TZeAdlUAi", "idTZeAdlUAi", "hW7H8B_yssVzfUUGXZ", "GwBBVkYBSsVzfUUGXZ", "wU0K6HclBsVzfUUGXZ", "c7VaBc5zPsVzfUUGXZ", "qQ0Py42dxsVzfUUGXZ", "womRNtou9sVzfUUGXZ", "idsVzfUUGXZ", "hW7H8B_ysJ1He0Ezem", "GwBBVkYBSJ1He0Ezem", "wU0K6HclBJ1He0Ezem", "c7VaBc5zPJ1He0Ezem", "qQ0Py42dxJ1He0Ezem", "womRNtou9J1He0Ezem", "idJ1He0Ezem", "hW7H8B_ysT0x9un4g0", "GwBBVkYBST0x9un4g0", "wU0K6HclBT0x9un4g0", "c7VaBc5zPT0x9un4g0", "qQ0Py42dxT0x9un4g0", "womRNtou9T0x9un4g0", "idT0x9un4g0", "hW7H8B_ysIdHdqAlpU", "GwBBVkYBSIdHdqAlpU", "wU0K6HclBIdHdqAlpU", "c7VaBc5zPIdHdqAlpU", "qQ0Py42dxIdHdqAlpU", "womRNtou9IdHdqAlpU", "idIdHdqAlpU", "hW7H8B_ysmAQBqLBDB", "GwBBVkYBSmAQBqLBDB", "wU0K6HclBmAQBqLBDB", "c7VaBc5zPmAQBqLBDB", "qQ0Py42dxmAQBqLBDB", "womRNtou9mAQBqLBDB", "idmAQBqLBDB", "hW7H8B_yso7Jhy3gTk", "GwBBVkYBSo7Jhy3gTk", "wU0K6HclBo7Jhy3gTk", "c7VaBc5zPo7Jhy3gTk", "qQ0Py42dxo7Jhy3gTk", "womRNtou9o7Jhy3gTk", "ido7Jhy3gTk", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "ref2", "ref3", "elementId", "useRouteElementId", "ref4", "elementId1", "ref5", "elementId2", "ref6", "elementId3", "isDisplayed", "isDisplayed1", "router", "useRouter", "elementId4", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "ChildrenCanSuspend", "UvNPY1yOo_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "_enumToDisplayNameFunctions_c7VaBc5zP", "_enumToDisplayNameFunctions_GwBBVkYBS", "enumToDisplayNameFunctions", "collection1", "paginationInfo1", "loadMore1", "resolvedLinks1", "collection2", "paginationInfo2", "loadMore2", "resolvedLinks2", "collection3", "paginationInfo3", "loadMore3", "resolvedLinks3", "collection4", "paginationInfo4", "loadMore4", "resolvedLinks4", "collection5", "paginationInfo5", "loadMore5", "resolvedLinks5", "collection6", "paginationInfo6", "loadMore6", "resolvedLinks6", "css", "FramerAUsXmPXlm", "withCSS", "AUsXmPXlm_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
