{
  "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/jxXDgPUsctT7VOOgaUxC/3t6OsPKvbtUbbclt9ReX/NU0RVWbvY.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 (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}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 ConnectArrow from\"#framer/local/canvasComponent/BmRFs_6AJ/BmRFs_6AJ.js\";import Button from\"#framer/local/canvasComponent/mZLddJRYk/mZLddJRYk.js\";import DottedTicker from\"#framer/local/canvasComponent/PDjpFWxji/PDjpFWxji.js\";import IconText from\"#framer/local/canvasComponent/pfSTUWWPc/pfSTUWWPc.js\";import ProjectCard from\"#framer/local/canvasComponent/Qe0tSloKL/Qe0tSloKL.js\";import Footer from\"#framer/local/canvasComponent/UHdRXV4dR/UHdRXV4dR.js\";import NavMenu from\"#framer/local/canvasComponent/WxNZXah7I/WxNZXah7I.js\";import Projects from\"#framer/local/collection/xW76pe7gp/xW76pe7gp.js\";import*as sharedStyle2 from\"#framer/local/css/E7NTJf4JF/E7NTJf4JF.js\";import*as sharedStyle3 from\"#framer/local/css/JxAkUJv2B/JxAkUJv2B.js\";import*as sharedStyle1 from\"#framer/local/css/KXfzySWyW/KXfzySWyW.js\";import*as sharedStyle from\"#framer/local/css/MuLsaBAMB/MuLsaBAMB.js\";import*as sharedStyle4 from\"#framer/local/css/WkljKGL5P/WkljKGL5P.js\";import metadataProvider from\"#framer/local/webPageMetadata/NU0RVWbvY/NU0RVWbvY.js\";const NavMenuFonts=getFonts(NavMenu);const ButtonFonts=getFonts(Button);const DottedTickerFonts=getFonts(DottedTicker);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const IconTextFonts=getFonts(IconText);const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const ProjectCardFonts=getFonts(ProjectCard);const MotionSectionWithFX=withFX(motion.section);const ConnectArrowFonts=getFonts(ConnectArrow);const FooterFonts=getFonts(Footer);const ContainerWithFX=withFX(Container);const breakpoints={DvJn8VAog:\"(max-width: 809px)\",F31g2i9NV:\"(min-width: 1200px)\",pmmYsf1w3:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qAbGR\";const variantClassNames={DvJn8VAog:\"framer-v-12jo315\",F31g2i9NV:\"framer-v-sd00cs\",pmmYsf1w3:\"framer-v-1y4k3pf\"};const endsWith=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"&&a.toLowerCase().endsWith(b.toLowerCase());};const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};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={damping:40,delay:.1,mass:1,stiffness:400,type:\"spring\"};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 transition3={damping:40,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:40,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition5={damping:40,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const startsWith=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"&&a.toLowerCase().startsWith(b.toLowerCase());};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:48};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition6={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-98};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"F31g2i9NV\",Phone:\"DvJn8VAog\",Tablet:\"pmmYsf1w3\"};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:\"F31g2i9NV\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"NU0RVWbvY\",data:Projects,type:\"Collection\"},select:[{collection:\"NU0RVWbvY\",name:\"CN60noLvr\",type:\"Identifier\"},{collection:\"NU0RVWbvY\",name:\"NXIPz09pk\",type:\"Identifier\"},{collection:\"NU0RVWbvY\",name:\"fIokOLZe2\",type:\"Identifier\"},{collection:\"NU0RVWbvY\",name:\"RTjbMzmOq\",type:\"Identifier\"},{collection:\"NU0RVWbvY\",name:\"v9R9u4PAe\",type:\"Identifier\"},{collection:\"NU0RVWbvY\",name:\"c4kr1I34x\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"NU0RVWbvY\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4;const{style,className,layoutId,variant,v9R9u4PAe=(_getFromCurrentRouteData=getFromCurrentRouteData(\"v9R9u4PAe\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",CN60noLvr=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"CN60noLvr\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",fIokOLZe2=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"fIokOLZe2\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",NXIPz09pk=getFromCurrentRouteData(\"NXIPz09pk\"),c4kr1I34x=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"c4kr1I34x\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",RTjbMzmOq=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"RTjbMzmOq\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",DebeuFHYZdok1a_qau,NXIPz09pkdok1a_qau,fIokOLZe2dok1a_qau,CN60noLvrdok1a_qau,iddok1a_qau,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,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-qAbGR`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-qAbGR`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"DvJn8VAog\")return false;return true;};const visible=endsWith(v9R9u4PAe,\"\");const router=useRouter();const visible1=startsWith(CN60noLvr,\"A\");const visible2=endsWith(fIokOLZe2,\" \");const visible3=endsWith(v9R9u4PAe,\"  \");const visible4=startsWith(RTjbMzmOq,\"M\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"DvJn8VAog\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"F31g2i9NV\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-sd00cs\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6j9nq\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:850,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12bf8gu-container hidden-12jo315\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pmmYsf1w3:{variant:\"JfBUOoYkl\"}},children:/*#__PURE__*/_jsx(NavMenu,{height:\"100%\",id:\"CcxLy3KSF\",layoutId:\"CcxLy3KSF\",style:{height:\"100%\"},variant:\"nye2_8MNT\",width:\"100%\"})})})}),visible&&/*#__PURE__*/_jsxs(\"main\",{className:\"framer-15p9nqy\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-13fkxku\",\"data-framer-name\":\"Hero Section\",name:\"Hero Section\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1mky8wg\",\"data-framer-appear-id\":\"1mky8wg\",\"data-framer-name\":\"CTA Buttons\",initial:animation1,name:\"CTA Buttons\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lrbq89\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ej48lp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{bHsGJIQTj:resolvedLinks[2]},pmmYsf1w3:{bHsGJIQTj:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks[0],height:\"100%\",id:\"zpWdrYq72\",KmYkxmIll:\"ArrowLeft\",layoutId:\"zpWdrYq72\",ps8DVoFiw:\"Back to Projects\",variant:\"KdsEL5auF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nr6tgm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"tyoDUzdSE\",layoutId:\"tyoDUzdSE\",style:{width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kq3r34 hidden-12jo315\"})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-cbiaai\",\"data-framer-name\":\"Heading + Paragraph\",name:\"Heading + Paragraph\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-16drd9p\",\"data-styles-preset\":\"MuLsaBAMB\",children:[\"Hello Everyone!\",/*#__PURE__*/_jsx(\"br\",{}),\"I'm Patricia.\"]})})},pmmYsf1w3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-16drd9p\",\"data-styles-preset\":\"MuLsaBAMB\",children:[\"Hello Everyone!\",/*#__PURE__*/_jsx(\"br\",{}),\"I'm Patricia.\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-16drd9p\",\"data-styles-preset\":\"MuLsaBAMB\",children:\"Hello Everyone! I'm Patricia.\"})}),className:\"framer-2dsxy8\",\"data-framer-appear-id\":\"2dsxy8\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},text:CN60noLvr,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1utos5e\",\"data-framer-appear-id\":\"1utos5e\",\"data-framer-name\":\"Info\",initial:animation1,name:\"Info\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19voapx-container\",children:/*#__PURE__*/_jsx(IconText,{height:\"100%\",id:\"YNpF5Y0SY\",layoutId:\"YNpF5Y0SY\",lrc5traRr:fIokOLZe2,variant:\"XTwffhmVy\",VTCkcFUI9:\"Palette\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{height:24,width:\"16px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bmrrff-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{variant:\"GHs7wWr_s\"}},children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"mTqDNvRYt\",layoutId:\"mTqDNvRYt\",style:{height:\"100%\",width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1b2rwq9\",\"data-framer-appear-id\":\"1b2rwq9\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",sizes:\"max(100vw - 48px, 1px)\",...toResponsiveImage(NXIPz09pk)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(NXIPz09pk)},className:\"framer-1ejncy4\",\"data-framer-name\":\"Banner\",name:\"Banner\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:c4kr1I34x,className:\"framer-1y67z6f\",\"data-framer-appear-id\":\"1y67z6f\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],initial:animation1,name:\"Content\",optimized:true,style:{transformPerspective:1200},stylesPresetsClassNames:{h1:\"framer-styles-preset-16drd9p\",h2:\"framer-styles-preset-8q19ij\",h3:\"framer-styles-preset-15d1a6r\",img:\"framer-styles-preset-8qlrzr\",p:\"framer-styles-preset-o7ib02\"},verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7qkpho\",\"data-framer-name\":\"video\",name:\"video\",children:[visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qdqzsz-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"M2pGh8qaC\",isMixedBorderRadius:false,layoutId:\"M2pGh8qaC\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/9e5UcK9HXw3rzTbg9lvlAU1W2s.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tqt1jn-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"tLPysguQU\",isMixedBorderRadius:false,layoutId:\"tLPysguQU\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/wkhymfXj162v7HcNnHx7tCytdw.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15b3h3s\",\"data-framer-name\":\"hausum images\",name:\"hausum images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png\",srcSet:\"https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png?scale-down-to=512 512w,https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png\",srcSet:\"https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png?scale-down-to=512 512w,https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QlyswllgW4buqnq5YP9v5lXv7f4.png 1366w\"},className:\"framer-1lc9z5b\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png\",srcSet:\"https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png?scale-down-to=512 512w,https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png\",srcSet:\"https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png?scale-down-to=512 512w,https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tjTWJFN04GR8hPZk4fpMmOuuhs.png 1366w\"},className:\"framer-9qzqks\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png\",srcSet:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png 1366w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"673px\",src:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png\",srcSet:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:769,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png\",srcSet:\"https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IPrt5CJrKzMuJDvecxL4WItMBg.png 1366w\"},className:\"framer-l5my8d\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:457,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png\",srcSet:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png 1366w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:457,pixelWidth:1366,sizes:\"649px\",src:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png\",srcSet:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:457,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png\",srcSet:\"https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ODG0xhf1gjoN2qsdrekcUyyX9RA.png 1366w\"},className:\"framer-ah3hhb\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:281,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png\",srcSet:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png 1366w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:281,pixelWidth:1366,sizes:\"649px\",src:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png\",srcSet:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:281,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png\",srcSet:\"https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SHnbqqUGWb11ff0XbAKswhmJ7yo.png 1366w\"},className:\"framer-17b343e\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png\",srcSet:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=512 512w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png 1366w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"651px\",src:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png\",srcSet:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=512 512w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png\",srcSet:\"https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=512 512w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WywbHeJtEw0yNHdUlcMeTafmvs.png 1366w\"},className:\"framer-1kuxqrq\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png\",srcSet:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png 1366w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"657px\",src:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png\",srcSet:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:984,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png\",srcSet:\"https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IIuKCOApbDip7jW9ApAmrtxnU.png 1366w\"},className:\"framer-hs0dg8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:912,pixelWidth:1367,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png\",srcSet:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png 1367w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:912,pixelWidth:1367,sizes:\"665px\",src:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png\",srcSet:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png 1367w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:912,pixelWidth:1367,sizes:\"816px\",src:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png\",srcSet:\"https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Va77QAXTLfBM0CeQa2hhxKUvkQ4.png 1367w\"},className:\"framer-rkxf3s\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1028,pixelWidth:1370,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png\",srcSet:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=512 512w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png 1370w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1028,pixelWidth:1370,sizes:\"649px\",src:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png\",srcSet:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=512 512w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png 1370w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1028,pixelWidth:1370,sizes:\"816px\",src:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png\",srcSet:\"https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=512 512w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NQ32ZKFxJRaxrDQG723Y9CNj6Ac.png 1370w\"},className:\"framer-1419ujz\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:685,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png\",srcSet:\"https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:685,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png\",srcSet:\"https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oMH6pkJuCWG20xk5SBELncM4Y.png 1366w\"},className:\"framer-1ai5nz4\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:747,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png\",srcSet:\"https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png?scale-down-to=512 512w,https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:747,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png\",srcSet:\"https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png?scale-down-to=512 512w,https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xszNzyVV8RzeZoGMjt4SDFnk4I.png 1366w\"},className:\"framer-14vx3dw\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:281,pixelWidth:1366,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png\",srcSet:\"https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png?scale-down-to=512 512w,https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png 1366w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:281,pixelWidth:1366,sizes:\"816px\",src:\"https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png\",srcSet:\"https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png?scale-down-to=512 512w,https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eeiACtqeodtfGjp0O2n4iX36W8.png 1366w\"},className:\"framer-62df11\"})})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hkjubj\",\"data-framer-name\":\"Banner images\",name:\"Banner images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png\",srcSet:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png 1500w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"644px\",src:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png\",srcSet:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"816px\",src:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png\",srcSet:\"https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/y7nV9bKBkxUEuuc2ZBXWLxztgM.png 1500w\"},className:\"framer-avroqv\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png\",srcSet:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png 1500w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"640px\",src:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png\",srcSet:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:\"816px\",src:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png\",srcSet:\"https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4qnTcvpsNCGLWnCbrMPGGvdxc.png 1500w\"},className:\"framer-9u9luf\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:628,pixelWidth:1700,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png\",srcSet:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png 1700w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:628,pixelWidth:1700,sizes:\"639px\",src:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png\",srcSet:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png 1700w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:628,pixelWidth:1700,sizes:\"816px\",src:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png\",srcSet:\"https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cZ6eQXrgUwvsUf9FhetBckg9IM0.png 1700w\"},className:\"framer-1r870n8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1833,pixelWidth:1286,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png\",srcSet:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png?scale-down-to=1024 718w,https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png 1286w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1833,pixelWidth:1286,sizes:\"643px\",src:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png\",srcSet:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png?scale-down-to=1024 718w,https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png 1286w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1833,pixelWidth:1286,sizes:\"816px\",src:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png\",srcSet:\"https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png?scale-down-to=1024 718w,https://framerusercontent.com/images/mQasUrP18iynSpg4BbZ5qWXyjA.png 1286w\"},className:\"framer-1uy3y6x\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2392,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png\",srcSet:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png 2392w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2392,sizes:\"652px\",src:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png\",srcSet:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png 2392w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2392,sizes:\"816px\",src:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png\",srcSet:\"https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/r1T9QQyq7VVQ3S65ZNBItceyE.png 2392w\"},className:\"framer-x9hsmw\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1600,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png\",srcSet:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png 1600w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1600,sizes:\"652px\",src:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png\",srcSet:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png\",srcSet:\"https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l7oN1a6bDPStEgaj4VVC21fIkhI.png 1600w\"},className:\"framer-rp9z6c\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:1191,pixelWidth:842,sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg\",srcSet:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg?scale-down-to=1024 723w,https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg 842w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:1191,pixelWidth:842,sizes:\"659px\",src:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg\",srcSet:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg?scale-down-to=1024 723w,https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg 842w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1191,pixelWidth:842,sizes:\"816px\",src:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg\",srcSet:\"https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg?scale-down-to=1024 723w,https://framerusercontent.com/images/SgEe2t2BtwTTLcLrwWoUqC4c7M.jpg 842w\"},className:\"framer-d485ea\"})})]}),visible4&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gopg1o\",\"data-framer-name\":\"Logotypes\",name:\"Logotypes\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:550,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/07qelfwyxTQ3B5gCOm38rwwCds8.png\",srcSet:\"https://framerusercontent.com/images/07qelfwyxTQ3B5gCOm38rwwCds8.png?scale-down-to=512 512w,https://framerusercontent.com/images/07qelfwyxTQ3B5gCOm38rwwCds8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/07qelfwyxTQ3B5gCOm38rwwCds8.png 1600w\"},className:\"framer-e75itj\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:550,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/TonL7DX7tktUN8Lu3jhLqnKTBw.png\",srcSet:\"https://framerusercontent.com/images/TonL7DX7tktUN8Lu3jhLqnKTBw.png?scale-down-to=512 512w,https://framerusercontent.com/images/TonL7DX7tktUN8Lu3jhLqnKTBw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TonL7DX7tktUN8Lu3jhLqnKTBw.png 1600w\"},className:\"framer-1qcqxgj\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:550,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/CUXvECw6hm54nWnzYuziIcMzg.png\",srcSet:\"https://framerusercontent.com/images/CUXvECw6hm54nWnzYuziIcMzg.png?scale-down-to=512 512w,https://framerusercontent.com/images/CUXvECw6hm54nWnzYuziIcMzg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CUXvECw6hm54nWnzYuziIcMzg.png 1600w\"},className:\"framer-guctlt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:549,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/SAEv0Y9Rc8PESLVgFM7B6JGjsc.png\",srcSet:\"https://framerusercontent.com/images/SAEv0Y9Rc8PESLVgFM7B6JGjsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/SAEv0Y9Rc8PESLVgFM7B6JGjsc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SAEv0Y9Rc8PESLVgFM7B6JGjsc.png 1600w\"},className:\"framer-rslp74\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:550,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/OYSldKfSSJaSW979Gqq4dpWPOI.png\",srcSet:\"https://framerusercontent.com/images/OYSldKfSSJaSW979Gqq4dpWPOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/OYSldKfSSJaSW979Gqq4dpWPOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OYSldKfSSJaSW979Gqq4dpWPOI.png 1600w\"},className:\"framer-117vne\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:549,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/CzqZutqiSdh42ei0w7aE0giQvo.png\",srcSet:\"https://framerusercontent.com/images/CzqZutqiSdh42ei0w7aE0giQvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CzqZutqiSdh42ei0w7aE0giQvo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CzqZutqiSdh42ei0w7aE0giQvo.png 1600w\"},className:\"framer-2h0x77\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:550,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/SfTfz2Wr28NGa5CepaDsuv6eg.png\",srcSet:\"https://framerusercontent.com/images/SfTfz2Wr28NGa5CepaDsuv6eg.png?scale-down-to=512 512w,https://framerusercontent.com/images/SfTfz2Wr28NGa5CepaDsuv6eg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SfTfz2Wr28NGa5CepaDsuv6eg.png 1600w\"},className:\"framer-vm56sp\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{background:{alt:\"\",fit:\"fill\",pixelHeight:3205,pixelWidth:5334,sizes:\"394px\",src:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png\",srcSet:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png 5334w\"}},pmmYsf1w3:{background:{alt:\"\",fit:\"fill\",pixelHeight:3205,pixelWidth:5334,sizes:\"650px\",src:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png\",srcSet:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png 5334w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3205,pixelWidth:5334,sizes:\"816px\",src:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png\",srcSet:\"https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFIQ8Wb4MU8l2OUCfg8nDacw.png 5334w\"},className:\"framer-1a619ka\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:549,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/4WG1wGAAD8xEYn5cxTFfgvtF9g.png\",srcSet:\"https://framerusercontent.com/images/4WG1wGAAD8xEYn5cxTFfgvtF9g.png?scale-down-to=512 512w,https://framerusercontent.com/images/4WG1wGAAD8xEYn5cxTFfgvtF9g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4WG1wGAAD8xEYn5cxTFfgvtF9g.png 1600w\"},className:\"framer-19t7da1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:549,pixelWidth:1600,sizes:\"816px\",src:\"https://framerusercontent.com/images/Za0hAUyWAwCZCa79gde4aPQTHaM.png\",srcSet:\"https://framerusercontent.com/images/Za0hAUyWAwCZCa79gde4aPQTHaM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Za0hAUyWAwCZCa79gde4aPQTHaM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Za0hAUyWAwCZCa79gde4aPQTHaM.png 1600w\"},className:\"framer-1j9385\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jl2b61\",\"data-framer-name\":\"CTA Buttons 1\",name:\"CTA Buttons 1\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q128dc\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e804q1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{bHsGJIQTj:resolvedLinks1[2]},pmmYsf1w3:{bHsGJIQTj:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks1[0],height:\"100%\",id:\"gzJx5DPEf\",KmYkxmIll:\"ArrowLeft\",layoutId:\"gzJx5DPEf\",ps8DVoFiw:\"Back to Projects\",variant:\"KdsEL5auF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3xb5g-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"xhV4JxOMS\",layoutId:\"xhV4JxOMS\",style:{width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-29nyv8\"})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13e1yif\",\"data-framer-name\":\"Projects Section\",name:\"Projects Section\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m3iend\",\"data-framer-name\":\"Heading + Paragraph\",name:\"Heading + Paragraph\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-8q19ij\",\"data-styles-preset\":\"KXfzySWyW\",children:\"Other Projects\"})}),className:\"framer-1x63c8o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-md81q3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dok1a_qau\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"dok1a_qau\",name:\"DebeuFHYZ\",type:\"Identifier\"},{collection:\"dok1a_qau\",name:\"NXIPz09pk\",type:\"Identifier\"},{collection:\"dok1a_qau\",name:\"fIokOLZe2\",type:\"Identifier\"},{collection:\"dok1a_qau\",name:\"CN60noLvr\",type:\"Identifier\"},{collection:\"dok1a_qau\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"dok1a_qau\",name:\"CN60noLvr\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:CN60noLvr},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({CN60noLvr:CN60noLvrdok1a_qau,DebeuFHYZ:DebeuFHYZdok1a_qau,fIokOLZe2:fIokOLZe2dok1a_qau,id:iddok1a_qau,NXIPz09pk:NXIPz09pkdok1a_qau},i)=>{DebeuFHYZdok1a_qau!==null&&DebeuFHYZdok1a_qau!==void 0?DebeuFHYZdok1a_qau:DebeuFHYZdok1a_qau=\"\";fIokOLZe2dok1a_qau!==null&&fIokOLZe2dok1a_qau!==void 0?fIokOLZe2dok1a_qau:fIokOLZe2dok1a_qau=\"\";CN60noLvrdok1a_qau!==null&&CN60noLvrdok1a_qau!==void 0?CN60noLvrdok1a_qau:CN60noLvrdok1a_qau=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dok1a_qau-${iddok1a_qau}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{DebeuFHYZ:DebeuFHYZdok1a_qau},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{DebeuFHYZ:DebeuFHYZdok1a_qau},webPageId:\"NU0RVWbvY\"},implicitPathVariables:undefined},{href:{pathVariables:{DebeuFHYZ:DebeuFHYZdok1a_qau},webPageId:\"NU0RVWbvY\"},implicitPathVariables:undefined},{href:{pathVariables:{DebeuFHYZ:DebeuFHYZdok1a_qau},webPageId:\"NU0RVWbvY\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{width:\"max(100vw - 48px, 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:451,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jx3r1a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{owCq6DoYe:resolvedLinks2[2]},pmmYsf1w3:{owCq6DoYe:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ProjectCard,{height:\"100%\",id:\"PNX0JNccc\",jh_6BKouk:CN60noLvrdok1a_qau,layoutId:\"PNX0JNccc\",mSK690HmA:fIokOLZe2dok1a_qau,owCq6DoYe:resolvedLinks2[0],style:{width:\"100%\"},tLmwnvzWn:toResponsiveImage(NXIPz09pkdok1a_qau),width:\"100%\"})})})})})})})},iddok1a_qau);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tnzul6\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hw8ceo-container hidden-12jo315\",children:/*#__PURE__*/_jsx(DottedTicker,{height:\"100%\",id:\"WMeZwy4_l\",layoutId:\"WMeZwy4_l\",style:{height:\"100%\",width:\"100%\"},variant:\"mKK0hFKon\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined},{href:{webPageId:\"InybsGaNH\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nzb1j0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{bHsGJIQTj:resolvedLinks3[2],style:{height:\"100%\",width:\"100%\"}},pmmYsf1w3:{bHsGJIQTj:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{bHsGJIQTj:resolvedLinks3[0],height:\"100%\",id:\"bxgB_P6QM\",KmYkxmIll:\"ArrowRight\",layoutId:\"bxgB_P6QM\",ps8DVoFiw:\"View All Projects\",style:{height:\"100%\"},variant:\"wAf2EoRWF\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oniwfo\",style:{transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-azyylw-container hidden-12jo315\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pmmYsf1w3:{rHRoUJm0Z:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ConnectArrow,{height:\"100%\",id:\"YxPWAbZG_\",layoutId:\"YxPWAbZG_\",rHRoUJm0Z:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},variant:\"AyD5qj9YP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Let's Connect!\"})}),viewBox:\"0 0 221 32\"},pmmYsf1w3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Let's Connect!\"})}),viewBox:\"0 0 441 64\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bbb54a95-9e73-4c8c-ac1e-b3ba6454c678, rgb(230, 230, 230))\"},children:\"Let's Connect!\"})}),className:\"framer-1urjkj1\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",viewBox:\"0 0 662 96\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j4q06b-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{variant:\"bOx5yO0eg\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"dS2I6wmy2\",layoutId:\"dS2I6wmy2\",style:{width:\"100%\"},variant:\"yIEDUpDys\",width:\"100%\"})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DvJn8VAog:{height:728,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation7},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13xbukl-container hidden-sd00cs hidden-1y4k3pf\",layoutScroll:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavMenu,{height:\"100%\",id:\"fT2Ys_Iwc\",layoutId:\"fT2Ys_Iwc\",style:{width:\"100%\"},variant:\"fZWgngJN0\",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-qAbGR { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); }`,\".framer-qAbGR.framer-tfpu9r, .framer-qAbGR .framer-tfpu9r { display: block; }\",\".framer-qAbGR.framer-sd00cs { align-content: center; align-items: center; background-color: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, #1a1a1a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 79px 0px 79px 0px; position: relative; width: 1200px; }\",\".framer-qAbGR .framer-1l6j9nq { 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-qAbGR .framer-12bf8gu-container { flex: none; height: 85vh; position: sticky; top: 0px; width: auto; will-change: transform; z-index: 1; }\",\".framer-qAbGR .framer-15p9nqy { 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: 48px 48px 0px 48px; position: relative; width: 1px; }\",\".framer-qAbGR .framer-13fkxku { 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: 0px 0px 13px 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1mky8wg, .framer-qAbGR .framer-1utos5e, .framer-qAbGR .framer-1tnzul6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-lrbq89, .framer-qAbGR .framer-q128dc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 44px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qAbGR .framer-ej48lp-container, .framer-qAbGR .framer-19voapx-container, .framer-qAbGR .framer-1e804q1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qAbGR .framer-1nr6tgm-container, .framer-qAbGR .framer-3xb5g-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-qAbGR .framer-1kq3r34, .framer-qAbGR .framer-29nyv8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; min-height: 44px; min-width: 122px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-qAbGR .framer-cbiaai { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-2dsxy8 { --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; z-index: 1; }\",\".framer-qAbGR .framer-bmrrff-container { flex: 1 0 0px; height: 19px; position: relative; width: 1px; }\",\".framer-qAbGR .framer-1b2rwq9 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 816px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qAbGR .framer-1ejncy4 { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 816px); position: relative; width: 1px; }\",\".framer-qAbGR .framer-1y67z6f { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qAbGR .framer-7qkpho { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-qdqzsz-container, .framer-qAbGR .framer-tqt1jn-container { flex: none; height: auto; position: relative; width: 50%; }\",\".framer-qAbGR .framer-15b3h3s, .framer-qAbGR .framer-1hkjubj, .framer-qAbGR .framer-gopg1o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 816px; z-index: 1; }\",\".framer-qAbGR .framer-1lc9z5b { aspect-ratio: 2.72 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 300px); position: relative; width: 100%; }\",\".framer-qAbGR .framer-9qzqks { flex: none; height: 300px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-l5my8d { flex: none; height: 351px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-ah3hhb { flex: none; height: 270px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-17b343e { flex: none; height: 168px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1kuxqrq { flex: none; height: 577px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-hs0dg8 { flex: none; height: 519px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-rkxf3s { flex: none; height: 495px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1419ujz { flex: none; height: 556px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1ai5nz4 { flex: none; height: 391px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-14vx3dw { flex: none; height: 390px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-62df11 { flex: none; height: 143px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-avroqv { flex: none; height: 813px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-9u9luf { flex: none; height: 811px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1r870n8 { flex: none; height: 304px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1uy3y6x { flex: none; height: 1160px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-x9hsmw { flex: none; height: 546px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-rp9z6c { flex: none; height: 602px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-d485ea { flex: none; height: 1161px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-e75itj, .framer-qAbGR .framer-1qcqxgj, .framer-qAbGR .framer-guctlt, .framer-qAbGR .framer-rslp74, .framer-qAbGR .framer-117vne, .framer-qAbGR .framer-2h0x77, .framer-qAbGR .framer-vm56sp, .framer-qAbGR .framer-19t7da1, .framer-qAbGR .framer-1j9385 { flex: none; height: 383px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1a619ka { flex: none; height: 486px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-jl2b61 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-13e1yif { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-m3iend { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1x63c8o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 816px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-qAbGR .framer-md81q3 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-1jx3r1a-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-qAbGR .framer-hw8ceo-container { flex: 1 0 0px; height: 44px; position: relative; width: 1px; }\",\".framer-qAbGR .framer-nzb1j0-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-qAbGR .framer-oniwfo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-qAbGR .framer-azyylw-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-qAbGR .framer-1urjkj1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-qAbGR .framer-1j4q06b-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-qAbGR .framer-13xbukl-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qAbGR.framer-sd00cs, .framer-qAbGR .framer-1l6j9nq, .framer-qAbGR .framer-15p9nqy, .framer-qAbGR .framer-13fkxku, .framer-qAbGR .framer-1mky8wg, .framer-qAbGR .framer-lrbq89, .framer-qAbGR .framer-1kq3r34, .framer-qAbGR .framer-cbiaai, .framer-qAbGR .framer-1utos5e, .framer-qAbGR .framer-1b2rwq9, .framer-qAbGR .framer-7qkpho, .framer-qAbGR .framer-15b3h3s, .framer-qAbGR .framer-1hkjubj, .framer-qAbGR .framer-gopg1o, .framer-qAbGR .framer-jl2b61, .framer-qAbGR .framer-q128dc, .framer-qAbGR .framer-29nyv8, .framer-qAbGR .framer-13e1yif, .framer-qAbGR .framer-m3iend, .framer-qAbGR .framer-1tnzul6, .framer-qAbGR .framer-oniwfo { gap: 0px; } .framer-qAbGR.framer-sd00cs > *, .framer-qAbGR .framer-15p9nqy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qAbGR.framer-sd00cs > :first-child, .framer-qAbGR .framer-15p9nqy > :first-child, .framer-qAbGR .framer-13fkxku > :first-child, .framer-qAbGR .framer-cbiaai > :first-child, .framer-qAbGR .framer-7qkpho > :first-child, .framer-qAbGR .framer-15b3h3s > :first-child, .framer-qAbGR .framer-1hkjubj > :first-child, .framer-qAbGR .framer-gopg1o > :first-child, .framer-qAbGR .framer-13e1yif > :first-child, .framer-qAbGR .framer-m3iend > :first-child { margin-top: 0px; } .framer-qAbGR.framer-sd00cs > :last-child, .framer-qAbGR .framer-15p9nqy > :last-child, .framer-qAbGR .framer-13fkxku > :last-child, .framer-qAbGR .framer-cbiaai > :last-child, .framer-qAbGR .framer-7qkpho > :last-child, .framer-qAbGR .framer-15b3h3s > :last-child, .framer-qAbGR .framer-1hkjubj > :last-child, .framer-qAbGR .framer-gopg1o > :last-child, .framer-qAbGR .framer-13e1yif > :last-child, .framer-qAbGR .framer-m3iend > :last-child { margin-bottom: 0px; } .framer-qAbGR .framer-1l6j9nq > *, .framer-qAbGR .framer-1b2rwq9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qAbGR .framer-1l6j9nq > :first-child, .framer-qAbGR .framer-1mky8wg > :first-child, .framer-qAbGR .framer-lrbq89 > :first-child, .framer-qAbGR .framer-1kq3r34 > :first-child, .framer-qAbGR .framer-1utos5e > :first-child, .framer-qAbGR .framer-1b2rwq9 > :first-child, .framer-qAbGR .framer-jl2b61 > :first-child, .framer-qAbGR .framer-q128dc > :first-child, .framer-qAbGR .framer-29nyv8 > :first-child, .framer-qAbGR .framer-1tnzul6 > :first-child, .framer-qAbGR .framer-oniwfo > :first-child { margin-left: 0px; } .framer-qAbGR .framer-1l6j9nq > :last-child, .framer-qAbGR .framer-1mky8wg > :last-child, .framer-qAbGR .framer-lrbq89 > :last-child, .framer-qAbGR .framer-1kq3r34 > :last-child, .framer-qAbGR .framer-1utos5e > :last-child, .framer-qAbGR .framer-1b2rwq9 > :last-child, .framer-qAbGR .framer-jl2b61 > :last-child, .framer-qAbGR .framer-q128dc > :last-child, .framer-qAbGR .framer-29nyv8 > :last-child, .framer-qAbGR .framer-1tnzul6 > :last-child, .framer-qAbGR .framer-oniwfo > :last-child { margin-right: 0px; } .framer-qAbGR .framer-13fkxku > *, .framer-qAbGR .framer-cbiaai > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-qAbGR .framer-1mky8wg > *, .framer-qAbGR .framer-lrbq89 > *, .framer-qAbGR .framer-1utos5e > *, .framer-qAbGR .framer-q128dc > *, .framer-qAbGR .framer-1tnzul6 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-qAbGR .framer-1kq3r34 > *, .framer-qAbGR .framer-29nyv8 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-qAbGR .framer-7qkpho > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-qAbGR .framer-15b3h3s > *, .framer-qAbGR .framer-1hkjubj > *, .framer-qAbGR .framer-gopg1o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qAbGR .framer-jl2b61 > *, .framer-qAbGR .framer-oniwfo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qAbGR .framer-13e1yif > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-qAbGR .framer-m3iend > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-qAbGR { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); } .framer-qAbGR.framer-sd00cs { padding: 0px; width: 810px; } .framer-qAbGR .framer-15p9nqy { padding: 24px 24px 0px 24px; } .framer-qAbGR .framer-13fkxku { order: 0; padding: 0px 0px 48px 0px; } .framer-qAbGR .framer-1b2rwq9, .framer-qAbGR .framer-1ejncy4 { height: var(--framer-aspect-ratio-supported, 594px); } .framer-qAbGR .framer-15b3h3s { order: 1; } .framer-qAbGR .framer-1lc9z5b { aspect-ratio: unset; height: 311px; } .framer-qAbGR .framer-l5my8d { height: 389px; width: 82%; } .framer-qAbGR .framer-ah3hhb { height: 214px; width: 80%; } .framer-qAbGR .framer-17b343e { height: 130px; width: 80%; } .framer-qAbGR .framer-1kuxqrq { height: 439px; width: 80%; } .framer-qAbGR .framer-hs0dg8 { height: 378px; width: 81%; } .framer-qAbGR .framer-rkxf3s { height: 376px; width: 81%; } .framer-qAbGR .framer-1419ujz { height: 436px; width: 80%; } .framer-qAbGR .framer-1hkjubj { gap: 8px; order: 2; } .framer-qAbGR .framer-avroqv { height: 661px; width: 644px; } .framer-qAbGR .framer-9u9luf { height: 643px; width: 78%; } .framer-qAbGR .framer-1r870n8 { height: 242px; width: 78%; } .framer-qAbGR .framer-1uy3y6x { height: 912px; width: 79%; } .framer-qAbGR .framer-x9hsmw { height: 431px; width: 80%; } .framer-qAbGR .framer-rp9z6c { height: 494px; width: 80%; } .framer-qAbGR .framer-d485ea { height: 929px; width: 81%; } .framer-qAbGR .framer-gopg1o { order: 3; } .framer-qAbGR .framer-1a619ka { height: 391px; width: 80%; } .framer-qAbGR .framer-jl2b61 { order: 4; } .framer-qAbGR .framer-q128dc { height: 123px; } .framer-qAbGR .framer-13e1yif { gap: 48px; order: 5; padding: 48px 0px 48px 0px; } .framer-qAbGR .framer-oniwfo { order: 6; } .framer-qAbGR .framer-1j4q06b-container { order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qAbGR .framer-1hkjubj, .framer-qAbGR .framer-13e1yif { gap: 0px; } .framer-qAbGR .framer-1hkjubj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qAbGR .framer-1hkjubj > :first-child, .framer-qAbGR .framer-13e1yif > :first-child { margin-top: 0px; } .framer-qAbGR .framer-1hkjubj > :last-child, .framer-qAbGR .framer-13e1yif > :last-child { margin-bottom: 0px; } .framer-qAbGR .framer-13e1yif > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-qAbGR { background: var(--token-e9918eff-958a-498e-b150-7017d5cc3030, rgb(26, 26, 26)); } .framer-qAbGR.framer-sd00cs { width: 390px; } .framer-qAbGR .framer-1l6j9nq { flex-direction: column; } .framer-qAbGR .framer-15p9nqy { flex: none; padding: 0px 24px 0px 24px; width: 100%; } .framer-qAbGR .framer-1mky8wg, .framer-qAbGR .framer-1tnzul6 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-qAbGR .framer-lrbq89, .framer-qAbGR .framer-q128dc { flex: none; height: min-content; width: 100%; } .framer-qAbGR .framer-1nr6tgm-container, .framer-qAbGR .framer-3xb5g-container { height: 44px; } .framer-qAbGR .framer-1utos5e { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; } .framer-qAbGR .framer-bmrrff-container { flex: none; height: 24px; width: 16px; } .framer-qAbGR .framer-1b2rwq9, .framer-qAbGR .framer-1ejncy4 { height: var(--framer-aspect-ratio-supported, 342px); } .framer-qAbGR .framer-7qkpho { padding: 0px; } .framer-qAbGR .framer-qdqzsz-container, .framer-qAbGR .framer-tqt1jn-container, .framer-qAbGR .framer-15b3h3s, .framer-qAbGR .framer-1hkjubj, .framer-qAbGR .framer-nzb1j0-container { width: 100%; } .framer-qAbGR .framer-1lc9z5b { aspect-ratio: unset; height: 184px; } .framer-qAbGR .framer-9qzqks { height: 165px; } .framer-qAbGR .framer-l5my8d { height: 169px; } .framer-qAbGR .framer-ah3hhb { height: 94px; } .framer-qAbGR .framer-17b343e { height: 60px; } .framer-qAbGR .framer-1kuxqrq { height: 212px; } .framer-qAbGR .framer-hs0dg8 { height: 203px; } .framer-qAbGR .framer-rkxf3s { height: 193px; } .framer-qAbGR .framer-1419ujz { height: 241px; } .framer-qAbGR .framer-1ai5nz4 { height: 228px; } .framer-qAbGR .framer-14vx3dw { height: 167px; } .framer-qAbGR .framer-62df11 { height: 48px; } .framer-qAbGR .framer-avroqv { height: 344px; } .framer-qAbGR .framer-9u9luf { height: 343px; } .framer-qAbGR .framer-1r870n8 { height: 126px; } .framer-qAbGR .framer-1uy3y6x { height: 487px; } .framer-qAbGR .framer-x9hsmw { height: 227px; } .framer-qAbGR .framer-rp9z6c { height: 379px; } .framer-qAbGR .framer-d485ea { height: 482px; } .framer-qAbGR .framer-gopg1o { height: 2597px; } .framer-qAbGR .framer-e75itj, .framer-qAbGR .framer-1qcqxgj, .framer-qAbGR .framer-guctlt, .framer-qAbGR .framer-rslp74, .framer-qAbGR .framer-117vne, .framer-qAbGR .framer-2h0x77, .framer-qAbGR .framer-vm56sp, .framer-qAbGR .framer-19t7da1, .framer-qAbGR .framer-1j9385 { height: 250px; } .framer-qAbGR .framer-1a619ka { height: 8%; width: 394px; } .framer-qAbGR .framer-jl2b61 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; } .framer-qAbGR .framer-29nyv8 { flex-direction: column; min-width: unset; width: 100%; } .framer-qAbGR .framer-13e1yif { gap: 48px; } .framer-qAbGR .framer-md81q3 { grid-template-columns: repeat(1, minmax(200px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qAbGR .framer-1l6j9nq, .framer-qAbGR .framer-1mky8wg, .framer-qAbGR .framer-1utos5e, .framer-qAbGR .framer-jl2b61, .framer-qAbGR .framer-29nyv8, .framer-qAbGR .framer-13e1yif, .framer-qAbGR .framer-1tnzul6 { gap: 0px; } .framer-qAbGR .framer-1l6j9nq > *, .framer-qAbGR .framer-1utos5e > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qAbGR .framer-1l6j9nq > :first-child, .framer-qAbGR .framer-1mky8wg > :first-child, .framer-qAbGR .framer-1utos5e > :first-child, .framer-qAbGR .framer-jl2b61 > :first-child, .framer-qAbGR .framer-29nyv8 > :first-child, .framer-qAbGR .framer-13e1yif > :first-child, .framer-qAbGR .framer-1tnzul6 > :first-child { margin-top: 0px; } .framer-qAbGR .framer-1l6j9nq > :last-child, .framer-qAbGR .framer-1mky8wg > :last-child, .framer-qAbGR .framer-1utos5e > :last-child, .framer-qAbGR .framer-jl2b61 > :last-child, .framer-qAbGR .framer-29nyv8 > :last-child, .framer-qAbGR .framer-13e1yif > :last-child, .framer-qAbGR .framer-1tnzul6 > :last-child { margin-bottom: 0px; } .framer-qAbGR .framer-1mky8wg > *, .framer-qAbGR .framer-jl2b61 > *, .framer-qAbGR .framer-1tnzul6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qAbGR .framer-29nyv8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-qAbGR .framer-13e1yif > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2884\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pmmYsf1w3\":{\"layout\":[\"fixed\",\"auto\"]},\"DvJn8VAog\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerNU0RVWbvY=withCSS(Component,css,\"framer-qAbGR\");export default FramerNU0RVWbvY;FramerNU0RVWbvY.displayName=\"Blog Detail\";FramerNU0RVWbvY.defaultProps={height:2884,width:1200};addFonts(FramerNU0RVWbvY,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...NavMenuFonts,...ButtonFonts,...DottedTickerFonts,...IconTextFonts,...VideoFonts,...ProjectCardFonts,...ConnectArrowFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNU0RVWbvY\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2884\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pmmYsf1w3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DvJn8VAog\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__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", "NavMenuFonts", "getFonts", "WxNZXah7I_default", "ButtonFonts", "mZLddJRYk_default", "DottedTickerFonts", "PDjpFWxji_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "IconTextFonts", "pfSTUWWPc_default", "VideoFonts", "Video", "MotionDivWithFX", "withFX", "ProjectCardFonts", "Qe0tSloKL_default", "MotionSectionWithFX", "ConnectArrowFonts", "BmRFs_6AJ_default", "FooterFonts", "UHdRXV4dR_default", "ContainerWithFX", "Container", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "endsWith", "a", "b", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "toResponsiveImage", "value", "transition5", "animation5", "startsWith", "animation6", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition6", "animation7", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "xW76pe7gp_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "style", "className", "layoutId", "variant", "v9R9u4PAe", "CN60noLvr", "fIokOLZe2", "NXIPz09pk", "c4kr1I34x", "RTjbMzmOq", "DebeuFHYZdok1a_qau", "NXIPz09pkdok1a_qau", "fIokOLZe2dok1a_qau", "CN60noLvrdok1a_qau", "iddok1a_qau", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "visible", "router", "useRouter", "visible1", "visible2", "visible3", "visible4", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "x", "Image2", "resolvedLinks1", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerNU0RVWbvY", "withCSS", "NU0RVWbvY_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
