{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js", "ssg:https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js", "ssg:https://framerusercontent.com/modules/AcDaYOI5ag6f1LM7mBXX/hj09J3LShQsY9KQBGtqA/XMlHxkLze.js", "ssg:https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js", "ssg:https://framerusercontent.com/modules/uwg2PNUZZlpSeZeEiM0x/yg5fzz9YWZie2nywefiy/i3vrntQxn.js", "ssg:https://framerusercontent.com/modules/NVTE44TKB9C7BedgzXDx/aKDywbaq5n3rI5h2FR3J/IBc5KSuZU.js", "ssg:https://framerusercontent.com/modules/24Tal4McRT3iV0EAyiT6/EazXgEAhg2gYMJfg9OIg/px8hufeiO.js", "ssg:https://framerusercontent.com/modules/UxaLD02qI2AQMBPFXdwr/WTisE6pfEneHtD17fgEW/rL02CntFt.js", "ssg:https://framerusercontent.com/modules/2pvbdFBtlfxfn1v9tGSl/JWJ3oivW0O2ldypKMqak/sDDd1f_Vw.js", "ssg:https://framerusercontent.com/modules/XUWGKaLDrGVbOEW3whkL/bD1z3sfMHtrLD1V5o8kY/SEUldecgY.js", "ssg:https://framerusercontent.com/modules/o77DXnnXsHZFTOtTcNwH/DzhvDNc5Yf4FggKZzt3H/IEwtgXqZX.js", "ssg:https://framerusercontent.com/modules/dV0Y1q5bqR83AuZtBc1B/vs5ahCk8PArYLv8z5c3g/Uh9_fPtEv.js", "ssg:https://framerusercontent.com/modules/CelHk25k9bSm9gwT2dtK/yFC0YvmSfp7cKXDYeOOY/jWgpZjhWk.js", "ssg:https://framerusercontent.com/modules/3F5ah0QcjYiMB3Y3P6f2/ZQGKnRbP8UAUzrDBY0Y2/qKdE1vWjN.js", "ssg:https://framerusercontent.com/modules/8rwlA2By6czbb8Bk56Gp/R5x1U6tt8mRK8uSm36z1/sEtvYC5mv.js", "ssg:https://framerusercontent.com/modules/SnfOEemjAE46rviimUtw/WetMDJElE1nCfhdCQ6gl/VbA0FrVcx.js", "ssg:https://framerusercontent.com/modules/uYilsVQPA9GRjouI21lF/TIO73iuUI0jgVZ3kZYmm/GtWyuXoY1.js", "ssg:https://framerusercontent.com/modules/dMHZ7WF0ahlDtqNTWCbE/0Tv1OG1DJirbUCtce7WL/N6itMUks9.js", "ssg:https://framerusercontent.com/modules/O57PUCZhBT3ExBuHgjCD/fwpH9lPscHVeC5OO7sWk/yCiYud6DC.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-GxlkB .framer-styles-preset-sb58gm:not(.rich-text-wrapper), .framer-GxlkB .framer-styles-preset-sb58gm.rich-text-wrapper a { --framer-link-current-text-color: var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, #ffffff) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-GxlkB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-N93m0 .framer-styles-preset-oaqw7r:not(.rich-text-wrapper), .framer-N93m0 .framer-styles-preset-oaqw7r.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41) /* {\"name\":\"Dark grey\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41) /* {\"name\":\"Dark grey\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-link-text-decoration: none; }'];export const className=\"framer-N93m0\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Galano Grotesque Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]}];export const css=['.framer-OVnwX .framer-styles-preset-1jxl7bm:not(.rich-text-wrapper), .framer-OVnwX .framer-styles-preset-1jxl7bm.rich-text-wrapper p { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 0px) { .framer-OVnwX .framer-styles-preset-1jxl7bm:not(.rich-text-wrapper), .framer-OVnwX .framer-styles-preset-1jxl7bm.rich-text-wrapper p { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-OVnwX\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"dT6pXjP9V\",\"hVOZxyoWg\",\"sN3kUIz7I\",\"eErz5R_lk\"];const serializationHash=\"framer-dXB6Q\";const variantClassNames={dT6pXjP9V:\"framer-v-4ntap7\",eErz5R_lk:\"framer-v-ordq7f\",hVOZxyoWg:\"framer-v-vv9cia\",sN3kUIz7I:\"framer-v-15z8x6a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed dark\":\"sN3kUIz7I\",\"Open dark\":\"eErz5R_lk\",Closed:\"dT6pXjP9V\",Open:\"hVOZxyoWg\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,g8QmQgISa:click!==null&&click!==void 0?click:props.g8QmQgISa,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"dT6pXjP9V\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,g8QmQgISa,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dT6pXjP9V\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1u03hiv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(g8QmQgISa){const res=await g8QmQgISa(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4ntap7\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dT6pXjP9V\",onTap:onTap1u03hiv,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eErz5R_lk:{\"data-framer-name\":\"Open dark\"},hVOZxyoWg:{\"data-framer-name\":\"Open\"},sN3kUIz7I:{\"data-framer-name\":\"Closed dark\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xrbeeg\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"T1Mf0_SNa\",style:{rotate:0},variants:{eErz5R_lk:{rotate:-180},hVOZxyoWg:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gs42lo\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"btfgOeAbV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11062979919,withExternalLayout:true,...addPropertyOverrides({eErz5R_lk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)) /* {&quot;name&quot;:&quot;Dark grey&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9736034489},sN3kUIz7I:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)) /* {&quot;name&quot;:&quot;Dark grey&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9736034489}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dXB6Q.framer-1i2oc8t, .framer-dXB6Q .framer-1i2oc8t { display: block; }\",\".framer-dXB6Q.framer-4ntap7 { cursor: pointer; height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-dXB6Q .framer-xrbeeg { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-dXB6Q .framer-1gs42lo { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hVOZxyoWg\":{\"layout\":[\"fixed\",\"fixed\"]},\"sN3kUIz7I\":{\"layout\":[\"fixed\",\"fixed\"]},\"eErz5R_lk\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"g8QmQgISa\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri3vrntQxn=withCSS(Component,css,\"framer-dXB6Q\");export default Frameri3vrntQxn;Frameri3vrntQxn.displayName=\"Caret\";Frameri3vrntQxn.defaultProps={height:14,width:14};addPropertyControls(Frameri3vrntQxn,{variant:{options:[\"dT6pXjP9V\",\"hVOZxyoWg\",\"sN3kUIz7I\",\"eErz5R_lk\"],optionTitles:[\"Closed\",\"Open\",\"Closed dark\",\"Open dark\"],title:\"Variant\",type:ControlType.Enum},g8QmQgISa:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Frameri3vrntQxn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri3vrntQxn\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"g8QmQgISa\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hVOZxyoWg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sN3kUIz7I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eErz5R_lk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"14\",\"framerIntrinsicWidth\":\"14\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i3vrntQxn.map", "// Generated by Framer (97d1eee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";import Caret from\"https://framerusercontent.com/modules/uwg2PNUZZlpSeZeEiM0x/yg5fzz9YWZie2nywefiy/i3vrntQxn.js\";const CaretFonts=getFonts(Caret);const cycleOrder=[\"MyDxnhz_q\",\"ra9RuwN3i\",\"WFaFAQcG_\",\"D62oPVufM\"];const serializationHash=\"framer-e0FcJ\";const variantClassNames={D62oPVufM:\"framer-v-160t3u\",MyDxnhz_q:\"framer-v-1umhn2q\",ra9RuwN3i:\"framer-v-1uct4rt\",WFaFAQcG_:\"framer-v-n0d9u8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed dark\":\"WFaFAQcG_\",\"Open dark\":\"D62oPVufM\",Closed:\"MyDxnhz_q\",Open:\"ra9RuwN3i\"};const getProps=({height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MyDxnhz_q\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MyDxnhz_q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const g8QmQgISa1ci8gw5=activeVariantCallback(async(...args)=>{setVariant(\"WFaFAQcG_\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1umhn2q\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MyDxnhz_q\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({D62oPVufM:{\"data-framer-name\":\"Open dark\"},ra9RuwN3i:{\"data-framer-name\":\"Open\"},WFaFAQcG_:{\"data-framer-name\":\"Closed dark\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"Explore\"})}),className:\"framer-1tbfneq\",\"data-framer-name\":\"Explore\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vynbvof7X\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{D62oPVufM:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},WFaFAQcG_:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D62oPVufM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Explore\"})})},WFaFAQcG_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Explore\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wzb90n-container\",layoutDependency:layoutDependency,layoutId:\"UyUGcWEvp-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"UyUGcWEvp\",layoutId:\"UyUGcWEvp\",variant:\"dT6pXjP9V\",width:\"100%\",...addPropertyOverrides({D62oPVufM:{variant:\"eErz5R_lk\"},ra9RuwN3i:{variant:\"hVOZxyoWg\"},WFaFAQcG_:{g8QmQgISa:g8QmQgISa1ci8gw5,variant:\"sN3kUIz7I\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e0FcJ.framer-1lhwtkp, .framer-e0FcJ .framer-1lhwtkp { display: block; }\",\".framer-e0FcJ.framer-1umhn2q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e0FcJ .framer-1tbfneq { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-e0FcJ .framer-1wzb90n-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e0FcJ.framer-1umhn2q { gap: 0px; } .framer-e0FcJ.framer-1umhn2q > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-e0FcJ.framer-1umhn2q > :first-child { margin-left: 0px; } .framer-e0FcJ.framer-1umhn2q > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17.5\n * @framerIntrinsicWidth 78.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ra9RuwN3i\":{\"layout\":[\"auto\",\"auto\"]},\"WFaFAQcG_\":{\"layout\":[\"auto\",\"auto\"]},\"D62oPVufM\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIBc5KSuZU=withCSS(Component,css,\"framer-e0FcJ\");export default FramerIBc5KSuZU;FramerIBc5KSuZU.displayName=\"Nav-Explore\";FramerIBc5KSuZU.defaultProps={height:17.5,width:78.5};addPropertyControls(FramerIBc5KSuZU,{variant:{options:[\"MyDxnhz_q\",\"ra9RuwN3i\",\"WFaFAQcG_\",\"D62oPVufM\"],optionTitles:[\"Closed\",\"Open\",\"Closed dark\",\"Open dark\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerIBc5KSuZU,[{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/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...CaretFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIBc5KSuZU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ra9RuwN3i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WFaFAQcG_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D62oPVufM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"17.5\",\"framerIntrinsicWidth\":\"78.5\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IBc5KSuZU.map", "// Generated by Framer (97d1eee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AcDaYOI5ag6f1LM7mBXX/hj09J3LShQsY9KQBGtqA/XMlHxkLze.js\";import Caret from\"https://framerusercontent.com/modules/uwg2PNUZZlpSeZeEiM0x/yg5fzz9YWZie2nywefiy/i3vrntQxn.js\";const CaretFonts=getFonts(Caret);const cycleOrder=[\"KcBJmYbMS\",\"x2JjVvNCo\",\"GuMcg_YPP\",\"nE5ampkdu\"];const serializationHash=\"framer-Z2G6m\";const variantClassNames={GuMcg_YPP:\"framer-v-133bo0j\",KcBJmYbMS:\"framer-v-1ddftew\",nE5ampkdu:\"framer-v-1muqg53\",x2JjVvNCo:\"framer-v-1u2l4hf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed dark\":\"GuMcg_YPP\",\"Open dark\":\"nE5ampkdu\",Closed:\"KcBJmYbMS\",Open:\"x2JjVvNCo\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,FfHjccky3:(_ref=title!==null&&title!==void 0?title:props.FfHjccky3)!==null&&_ref!==void 0?_ref:\"Services\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"KcBJmYbMS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,FfHjccky3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KcBJmYbMS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const g8QmQgISa197c2qf=activeVariantCallback(async(...args)=>{setVariant(\"GuMcg_YPP\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ddftew\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KcBJmYbMS\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({GuMcg_YPP:{\"data-framer-name\":\"Closed dark\"},nE5ampkdu:{\"data-framer-name\":\"Open dark\"},x2JjVvNCo:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTcFZg3vj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Services\"})})})}),className:\"framer-12zjec7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IdUhDjaob\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:FfHjccky3,variants:{GuMcg_YPP:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},nE5ampkdu:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GuMcg_YPP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTcFZg3vj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Services\"})})})})},nE5ampkdu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTcFZg3vj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Services\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sr234b-container\",layoutDependency:layoutDependency,layoutId:\"MYHaPkEl3-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"MYHaPkEl3\",layoutId:\"MYHaPkEl3\",variant:\"dT6pXjP9V\",width:\"100%\",...addPropertyOverrides({GuMcg_YPP:{g8QmQgISa:g8QmQgISa197c2qf,variant:\"sN3kUIz7I\"},nE5ampkdu:{variant:\"eErz5R_lk\"},x2JjVvNCo:{variant:\"hVOZxyoWg\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z2G6m.framer-16lxhdn, .framer-Z2G6m .framer-16lxhdn { display: block; }\",\".framer-Z2G6m.framer-1ddftew { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Z2G6m .framer-12zjec7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Z2G6m .framer-1sr234b-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z2G6m.framer-1ddftew { gap: 0px; } .framer-Z2G6m.framer-1ddftew > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Z2G6m.framer-1ddftew > :first-child { margin-left: 0px; } .framer-Z2G6m.framer-1ddftew > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17.5\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"x2JjVvNCo\":{\"layout\":[\"auto\",\"auto\"]},\"GuMcg_YPP\":{\"layout\":[\"auto\",\"auto\"]},\"nE5ampkdu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"FfHjccky3\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerpx8hufeiO=withCSS(Component,css,\"framer-Z2G6m\");export default Framerpx8hufeiO;Framerpx8hufeiO.displayName=\"Nav-Services\";Framerpx8hufeiO.defaultProps={height:17.5,width:85};addPropertyControls(Framerpx8hufeiO,{variant:{options:[\"KcBJmYbMS\",\"x2JjVvNCo\",\"GuMcg_YPP\",\"nE5ampkdu\"],optionTitles:[\"Closed\",\"Open\",\"Closed dark\",\"Open dark\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},FfHjccky3:{defaultValue:\"Services\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerpx8hufeiO,[{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/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...CaretFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpx8hufeiO\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"85\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"FfHjccky3\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"17.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x2JjVvNCo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GuMcg_YPP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nE5ampkdu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./px8hufeiO.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"KCiUt61ld\"];const serializationHash=\"framer-oaBT4\";const variantClassNames={KCiUt61ld:\"framer-v-ev8do4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KCiUt61ld\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ev8do4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KCiUt61ld\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fikirh\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OTNgx_akF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 14\"><path d=\"M 25.143 0.737 L 31.238 7 L 25.143 13.263\" fill=\"transparent\" stroke-width=\"0.76\" stroke=\"rgb(46,58,65)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 31.238 7 L 0.762 7\" fill=\"transparent\" stroke-width=\"0.76\" stroke=\"rgb(46,58,65)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10680339794,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oaBT4.framer-1rbslb, .framer-oaBT4 .framer-1rbslb { display: block; }\",\".framer-oaBT4.framer-ev8do4 { height: 14px; position: relative; width: 32px; }\",\".framer-oaBT4 .framer-1fikirh { flex: none; height: 14px; left: 0px; position: absolute; top: 0px; width: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrL02CntFt=withCSS(Component,css,\"framer-oaBT4\");export default FramerrL02CntFt;FramerrL02CntFt.displayName=\"Sub nav\";FramerrL02CntFt.defaultProps={height:14,width:32};addFonts(FramerrL02CntFt,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrL02CntFt\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"14\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rL02CntFt.map", "// Generated by Framer (8857874)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/AcDaYOI5ag6f1LM7mBXX/hj09J3LShQsY9KQBGtqA/XMlHxkLze.js\";const cycleOrder=[\"YsoQjvgJY\",\"AuGowfMbm\",\"kcBCG_CZp\"];const serializationHash=\"framer-PQxgR\";const variantClassNames={AuGowfMbm:\"framer-v-4x2vgb\",kcBCG_CZp:\"framer-v-1cf46cy\",YsoQjvgJY:\"framer-v-1gdrkyc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop no background\":\"kcBCG_CZp\",\"Desktop on white\":\"YsoQjvgJY\",\"Phone on white\":\"AuGowfMbm\"};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:\"YsoQjvgJY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YsoQjvgJY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"AuGowfMbm\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gdrkyc\",className,classNames),\"data-framer-name\":\"Desktop on white\",layoutDependency:layoutDependency,layoutId:\"YsoQjvgJY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{AuGowfMbm:{boxShadow:\"none\"},kcBCG_CZp:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"}},...addPropertyOverrides({AuGowfMbm:{\"data-framer-name\":\"Phone on white\"},kcBCG_CZp:{\"data-framer-name\":\"Desktop no background\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"PRODUCT\"})}),className:\"framer-b114fu\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"fYETt5qLp\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ufanfx\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Lp5ezFMF6\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{AuGowfMbm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AuGowfMbm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nJz9ck8J7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Events\"})})})}),className:\"framer-rj7t7r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RJGlK5eHC\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nJz9ck8J7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Events\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pj6b2z\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"C7xi8BJA5\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{AuGowfMbm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AuGowfMbm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"voWHFK_9h\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Exhibits\"})})})}),className:\"framer-jdvkrk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TqmDl5lpc\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"voWHFK_9h\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Exhibits\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tzxjlt\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"q5BGEta91\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{AuGowfMbm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AuGowfMbm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Virtual events\"})})})}),className:\"framer-15er6f2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qK0s4oyPU\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Virtual events\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q1p5nw\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"l9AIxhC4d\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{AuGowfMbm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AuGowfMbm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JR7FaGmcD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Conferences and seminars\"})})})}),className:\"framer-x7b6ie\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dpamWfZBH\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{kcBCG_CZp:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JR7FaGmcD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Conferences and seminars\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d2g7jp\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Qv1G0uDAF\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{AuGowfMbm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AuGowfMbm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wWEqztpoh\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Gallery and interior fit-out\"})})})}),className:\"framer-lke5tw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aI3HRcS68\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{kcBCG_CZp:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wWEqztpoh\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Gallery and interior fit-out\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s564j0\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"q2cbjZiXq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K8jV4E0Di\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Creative solutions\"})})})}),className:\"framer-1fp1bxu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zkf1_pRfU\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kcBCG_CZp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K8jV4E0Di\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Creative solutions\"})})})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PQxgR.framer-1pvzbgy, .framer-PQxgR .framer-1pvzbgy { display: block; }\",\".framer-PQxgR.framer-1gdrkyc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 24px; position: relative; width: min-content; }\",\".framer-PQxgR .framer-b114fu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\",\".framer-PQxgR .framer-ufanfx, .framer-PQxgR .framer-pj6b2z, .framer-PQxgR .framer-d2g7jp, .framer-PQxgR .framer-s564j0 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-PQxgR .framer-rj7t7r, .framer-PQxgR .framer-lke5tw, .framer-PQxgR .framer-1fp1bxu { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-PQxgR .framer-jdvkrk, .framer-PQxgR .framer-15er6f2, .framer-PQxgR .framer-x7b6ie { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-PQxgR .framer-tzxjlt, .framer-PQxgR .framer-1q1p5nw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PQxgR.framer-1gdrkyc, .framer-PQxgR .framer-ufanfx, .framer-PQxgR .framer-pj6b2z, .framer-PQxgR .framer-tzxjlt, .framer-PQxgR .framer-1q1p5nw, .framer-PQxgR .framer-d2g7jp, .framer-PQxgR .framer-s564j0 { gap: 0px; } .framer-PQxgR.framer-1gdrkyc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PQxgR.framer-1gdrkyc > :first-child { margin-top: 0px; } .framer-PQxgR.framer-1gdrkyc > :last-child { margin-bottom: 0px; } .framer-PQxgR .framer-ufanfx > *, .framer-PQxgR .framer-pj6b2z > *, .framer-PQxgR .framer-tzxjlt > *, .framer-PQxgR .framer-1q1p5nw > *, .framer-PQxgR .framer-d2g7jp > *, .framer-PQxgR .framer-s564j0 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-PQxgR .framer-ufanfx > :first-child, .framer-PQxgR .framer-pj6b2z > :first-child, .framer-PQxgR .framer-tzxjlt > :first-child, .framer-PQxgR .framer-1q1p5nw > :first-child, .framer-PQxgR .framer-d2g7jp > :first-child, .framer-PQxgR .framer-s564j0 > :first-child { margin-left: 0px; } .framer-PQxgR .framer-ufanfx > :last-child, .framer-PQxgR .framer-pj6b2z > :last-child, .framer-PQxgR .framer-tzxjlt > :last-child, .framer-PQxgR .framer-1q1p5nw > :last-child, .framer-PQxgR .framer-d2g7jp > :last-child, .framer-PQxgR .framer-s564j0 > :last-child { margin-right: 0px; } }\",\".framer-PQxgR.framer-v-4x2vgb.framer-1gdrkyc { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-b114fu { order: 0; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-ufanfx { height: 56px; order: 1; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-pj6b2z { height: 56px; order: 2; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-tzxjlt { align-self: stretch; height: 56px; order: 3; width: auto; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-1q1p5nw { align-self: stretch; height: 56px; order: 4; width: auto; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-d2g7jp { height: 56px; order: 5; }\",\".framer-PQxgR.framer-v-4x2vgb .framer-s564j0 { height: 56px; order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PQxgR.framer-v-4x2vgb.framer-1gdrkyc { gap: 0px; } .framer-PQxgR.framer-v-4x2vgb.framer-1gdrkyc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PQxgR.framer-v-4x2vgb.framer-1gdrkyc > :first-child { margin-top: 0px; } .framer-PQxgR.framer-v-4x2vgb.framer-1gdrkyc > :last-child { margin-bottom: 0px; } }\",\".framer-PQxgR.framer-v-1cf46cy.framer-1gdrkyc { padding: 16px 24px 24px 24px; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-ufanfx { order: 1; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-pj6b2z { order: 2; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-tzxjlt { order: 3; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-1q1p5nw { order: 4; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-d2g7jp { align-self: unset; order: 5; width: min-content; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-lke5tw { flex: none; white-space: pre; width: auto; }\",\".framer-PQxgR.framer-v-1cf46cy .framer-s564j0 { order: 6; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-PQxgR[data-border=\"true\"]::after, .framer-PQxgR [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 253.5\n * @framerIntrinsicWidth 257.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AuGowfMbm\":{\"layout\":[\"auto\",\"auto\"]},\"kcBCG_CZp\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersDDd1f_Vw=withCSS(Component,css,\"framer-PQxgR\");export default FramersDDd1f_Vw;FramersDDd1f_Vw.displayName=\"Links: Product\";FramersDDd1f_Vw.defaultProps={height:253.5,width:257.5};addPropertyControls(FramersDDd1f_Vw,{variant:{options:[\"YsoQjvgJY\",\"AuGowfMbm\",\"kcBCG_CZp\"],optionTitles:[\"Desktop on white\",\"Phone on white\",\"Desktop no background\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersDDd1f_Vw,[{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/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\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersDDd1f_Vw\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"253.5\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"257.5\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AuGowfMbm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kcBCG_CZp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sDDd1f_Vw.map", "// Generated by Framer (018ad06)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AcDaYOI5ag6f1LM7mBXX/hj09J3LShQsY9KQBGtqA/XMlHxkLze.js\";const cycleOrder=[\"apiIqeNHA\",\"od_fXQXnc\"];const serializationHash=\"framer-FN6gw\";const variantClassNames={apiIqeNHA:\"framer-v-1u0ucrz\",od_fXQXnc:\"framer-v-14750fl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop no background\":\"apiIqeNHA\",\"Desktop white background\":\"od_fXQXnc\"};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:\"apiIqeNHA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"apiIqeNHA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1u0ucrz\",className,classNames),\"data-framer-name\":\"Desktop no background\",layoutDependency:layoutDependency,layoutId:\"apiIqeNHA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"none\",...style},variants:{od_fXQXnc:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\"}},...addPropertyOverrides({od_fXQXnc:{\"data-framer-name\":\"Desktop white background\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f52eww\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"tkJpDxp7E\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xEIyM4jzy\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"About us\"})})})}),className:\"framer-1p85om3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gCiT6m04X\",style:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({od_fXQXnc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xEIyM4jzy\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"About us\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2vwufl\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Bn1U82Ii8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C8ULaZgV0\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Our works\"})})})}),className:\"framer-1tatbfk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XZH6xjbXy\",style:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({od_fXQXnc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C8ULaZgV0\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Our works\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qfnzdm\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"OBWQJcUlg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qBSvUNcvj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Meet the team\"})})})}),className:\"framer-1250sxr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HGXMxeqQD\",style:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({od_fXQXnc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qBSvUNcvj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Meet the team\"})})})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FN6gw.framer-1epq9ci, .framer-FN6gw .framer-1epq9ci { display: block; }\",\".framer-FN6gw.framer-1u0ucrz { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 24px 24px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FN6gw .framer-f52eww, .framer-FN6gw .framer-2vwufl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 114px; }\",\".framer-FN6gw .framer-1p85om3 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-FN6gw .framer-1tatbfk, .framer-FN6gw .framer-1250sxr { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-FN6gw .framer-1qfnzdm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FN6gw.framer-1u0ucrz, .framer-FN6gw .framer-f52eww, .framer-FN6gw .framer-2vwufl, .framer-FN6gw .framer-1qfnzdm { gap: 0px; } .framer-FN6gw.framer-1u0ucrz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FN6gw.framer-1u0ucrz > :first-child { margin-top: 0px; } .framer-FN6gw.framer-1u0ucrz > :last-child { margin-bottom: 0px; } .framer-FN6gw .framer-f52eww > *, .framer-FN6gw .framer-2vwufl > *, .framer-FN6gw .framer-1qfnzdm > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-FN6gw .framer-f52eww > :first-child, .framer-FN6gw .framer-2vwufl > :first-child, .framer-FN6gw .framer-1qfnzdm > :first-child { margin-left: 0px; } .framer-FN6gw .framer-f52eww > :last-child, .framer-FN6gw .framer-2vwufl > :last-child, .framer-FN6gw .framer-1qfnzdm > :last-child { margin-right: 0px; } }\",\".framer-FN6gw.framer-v-14750fl.framer-1u0ucrz { justify-content: flex-start; overflow: unset; padding: 24px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"od_fXQXnc\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSEUldecgY=withCSS(Component,css,\"framer-FN6gw\");export default FramerSEUldecgY;FramerSEUldecgY.displayName=\"Links: Explore\";FramerSEUldecgY.defaultProps={height:133,width:162};addPropertyControls(FramerSEUldecgY,{variant:{options:[\"apiIqeNHA\",\"od_fXQXnc\"],optionTitles:[\"Desktop no background\",\"Desktop white background\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSEUldecgY,[{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/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSEUldecgY\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"133\",\"framerIntrinsicWidth\":\"162\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"od_fXQXnc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SEUldecgY.map", "// Generated by Framer (315fd46)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AcDaYOI5ag6f1LM7mBXX/hj09J3LShQsY9KQBGtqA/XMlHxkLze.js\";import NavExplore from\"https://framerusercontent.com/modules/NVTE44TKB9C7BedgzXDx/aKDywbaq5n3rI5h2FR3J/IBc5KSuZU.js\";import NavServices from\"https://framerusercontent.com/modules/24Tal4McRT3iV0EAyiT6/EazXgEAhg2gYMJfg9OIg/px8hufeiO.js\";import SubNav from\"https://framerusercontent.com/modules/UxaLD02qI2AQMBPFXdwr/WTisE6pfEneHtD17fgEW/rL02CntFt.js\";import LinksProduct from\"https://framerusercontent.com/modules/2pvbdFBtlfxfn1v9tGSl/JWJ3oivW0O2ldypKMqak/sDDd1f_Vw.js\";import LinksExplore from\"https://framerusercontent.com/modules/XUWGKaLDrGVbOEW3whkL/bD1z3sfMHtrLD1V5o8kY/SEUldecgY.js\";const NavExploreFonts=getFonts(NavExplore);const LinksExploreFonts=getFonts(LinksExplore);const MotionDivWithFX=withFX(motion.div);const NavServicesFonts=getFonts(NavServices);const LinksProductFonts=getFonts(LinksProduct);const SubNavFonts=getFonts(SubNav);const cycleOrder=[\"lZkJmFF2P\",\"SsTpdg8sP\",\"FyHOq_mhn\",\"Wtz3DIzfA\",\"OEMrCQ7Jn\",\"hznJVQoEO\"];const serializationHash=\"framer-WQ2DW\";const variantClassNames={FyHOq_mhn:\"framer-v-mmrhgx\",hznJVQoEO:\"framer-v-10w6x0d\",lZkJmFF2P:\"framer-v-3e7gw9\",OEMrCQ7Jn:\"framer-v-jjd7g\",SsTpdg8sP:\"framer-v-1ei7xae\",Wtz3DIzfA:\"framer-v-14og59l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Dark nav mobile open\":\"hznJVQoEO\",\"Dark nav mobile\":\"OEMrCQ7Jn\",\"Dark nav\":\"SsTpdg8sP\",\"White nav mobile open\":\"Wtz3DIzfA\",\"White nav mobile\":\"FyHOq_mhn\",\"White nav\":\"lZkJmFF2P\"};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:\"lZkJmFF2P\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FHEz_KF8Jmagnlv4PT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lZkJmFF2P\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapoely2x=activeVariantCallback(async(...args)=>{setVariant(\"Wtz3DIzfA\");});const onTap161zdur=activeVariantCallback(async(...args)=>{setVariant(\"FyHOq_mhn\");});const onTapwsgtlm=activeVariantCallback(async(...args)=>{setVariant(\"hznJVQoEO\");});const onTaptajik9=activeVariantCallback(async(...args)=>{setVariant(\"OEMrCQ7Jn\");});const PWSlWeqS6izu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"FyHOq_mhn\",\"Wtz3DIzfA\",\"OEMrCQ7Jn\",\"hznJVQoEO\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"FyHOq_mhn\",\"Wtz3DIzfA\",\"OEMrCQ7Jn\",\"hznJVQoEO\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed2=()=>{if([\"Wtz3DIzfA\",\"hznJVQoEO\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"Wtz3DIzfA\",\"hznJVQoEO\"].includes(baseVariant))return false;return true;};const ref6=React.useRef(null);const ref7=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3e7gw9\",className,classNames),\"data-framer-name\":\"White nav\",layoutDependency:layoutDependency,layoutId:\"lZkJmFF2P\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{hznJVQoEO:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\"},OEMrCQ7Jn:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},SsTpdg8sP:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},Wtz3DIzfA:{backgroundColor:\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\"}},...addPropertyOverrides({FyHOq_mhn:{\"data-framer-name\":\"White nav mobile\"},hznJVQoEO:{\"data-border\":true,\"data-framer-name\":\"Dark nav mobile open\"},OEMrCQ7Jn:{\"data-border\":true,\"data-framer-name\":\"Dark nav mobile\"},SsTpdg8sP:{\"data-border\":true,\"data-framer-name\":\"Dark nav\"},Wtz3DIzfA:{\"data-framer-name\":\"White nav mobile open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r9lnoj\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"IuuunyCg2\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1lp0vod framer-1pt7xta\",\"data-framer-name\":\"Landscape Logo_White_RGB 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Dgs6ggr1x\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 165 28\"><g id=\"ss11292795717_1\"><path d=\"M 0 28 L 0 0 L 165 0 L 165 28 Z\" fill=\"transparent\"></path><path d=\"M 41.97 13.933 L 48.896 6.374 C 49.014 6.245 49.043 6.057 48.972 5.899 C 48.902 5.741 48.744 5.636 48.574 5.636 L 44.642 5.636 C 44.519 5.636 44.402 5.688 44.32 5.776 L 38.455 12.069 L 38.455 6.075 C 38.455 5.835 38.255 5.636 38.015 5.636 L 34.834 5.636 C 34.593 5.636 34.394 5.835 34.394 6.075 L 34.394 21.755 C 34.394 21.995 34.593 22.195 34.834 22.195 L 38.015 22.195 C 38.255 22.195 38.455 21.995 38.455 21.755 L 38.455 15.925 L 38.625 15.925 L 44.461 22.06 C 44.543 22.148 44.66 22.195 44.777 22.195 L 49.06 22.195 C 49.236 22.195 49.394 22.089 49.465 21.925 C 49.535 21.761 49.494 21.573 49.371 21.45 L 41.965 13.927 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 62.139 18.444 L 54.773 18.444 L 54.773 6.081 C 54.773 5.841 54.58 5.641 54.334 5.641 L 51.152 5.641 C 50.912 5.641 50.713 5.841 50.713 6.081 L 50.713 21.761 C 50.713 22.001 50.912 22.2 51.152 22.2 L 62.139 22.2 C 62.379 22.2 62.578 22.001 62.578 21.761 L 62.578 18.884 C 62.578 18.644 62.385 18.444 62.139 18.444 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 67.993 5.636 L 64.811 5.636 C 64.571 5.636 64.371 5.835 64.371 6.075 L 64.371 21.755 C 64.371 21.995 64.571 22.195 64.811 22.195 L 67.993 22.195 C 68.233 22.195 68.432 22.001 68.432 21.755 L 68.432 6.075 C 68.432 5.835 68.233 5.636 67.993 5.636 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 86.872 5.636 L 83.362 5.636 C 83.186 5.636 83.028 5.741 82.958 5.905 L 78.563 16.358 L 74.192 5.905 C 74.122 5.741 73.963 5.636 73.788 5.636 L 70.278 5.636 C 70.131 5.636 69.991 5.712 69.909 5.835 C 69.826 5.958 69.815 6.116 69.873 6.251 L 76.635 21.931 C 76.706 22.089 76.864 22.195 77.04 22.195 L 80.104 22.195 C 80.28 22.195 80.438 22.089 80.508 21.931 L 87.27 6.251 C 87.329 6.116 87.317 5.958 87.235 5.835 C 87.153 5.712 87.018 5.636 86.872 5.636 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 100.618 18.444 L 92.327 18.444 L 92.327 15.767 L 99.892 15.767 C 100.132 15.767 100.331 15.567 100.331 15.327 L 100.331 12.497 C 100.331 12.257 100.132 12.058 99.892 12.058 L 92.327 12.058 L 92.327 9.403 L 100.571 9.403 C 100.812 9.403 101.011 9.204 101.011 8.964 L 101.011 6.087 C 101.011 5.846 100.812 5.647 100.571 5.647 L 88.706 5.647 C 88.466 5.647 88.266 5.846 88.266 6.087 L 88.266 21.767 C 88.266 22.007 88.466 22.206 88.706 22.206 L 100.618 22.206 C 100.858 22.206 101.058 22.007 101.058 21.767 L 101.058 18.89 C 101.058 18.649 100.858 18.45 100.618 18.45\" fill=\"rgb(255,254,254)\"></path><path d=\"M 164.001 21.585 L 157.233 5.905 C 157.163 5.741 157.004 5.641 156.829 5.641 L 153.764 5.641 C 153.588 5.641 153.43 5.747 153.36 5.905 L 146.598 21.585 C 146.539 21.72 146.551 21.878 146.633 22.001 C 146.715 22.124 146.85 22.2 147.002 22.2 L 150.512 22.2 C 150.688 22.2 150.846 22.095 150.916 21.931 L 155.288 11.477 L 159.682 21.931 C 159.753 22.095 159.911 22.2 160.087 22.2 L 163.596 22.2 C 163.743 22.2 163.883 22.124 163.966 22.001 C 164.048 21.878 164.059 21.72 164.001 21.585 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 117.494 5.905 C 117.423 5.747 117.265 5.641 117.089 5.641 L 114.025 5.641 C 113.849 5.641 113.691 5.747 113.621 5.905 L 106.859 21.585 C 106.8 21.72 106.812 21.878 106.894 22.001 C 106.976 22.124 107.111 22.2 107.257 22.2 L 110.767 22.2 C 110.943 22.2 111.101 22.095 111.171 21.931 L 115.542 11.477 L 119.937 21.931 C 120.007 22.095 120.166 22.2 120.341 22.2 L 123.851 22.2 C 123.998 22.2 124.138 22.124 124.22 22.001 C 124.302 21.878 124.314 21.72 124.256 21.585 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 144.401 5.636 L 141.219 5.636 C 140.979 5.636 140.779 5.835 140.779 6.075 L 140.779 21.755 C 140.779 21.995 140.979 22.195 141.219 22.195 L 144.401 22.195 C 144.641 22.195 144.84 21.995 144.84 21.755 L 144.84 6.075 C 144.84 5.835 144.641 5.636 144.401 5.636 Z\" fill=\"rgb(255,254,254)\"></path><path d=\"M 133.83 12.251 L 130.455 11.571 C 129.336 11.354 129.242 10.88 129.242 10.411 C 129.242 9.526 130.109 8.905 131.357 8.905 C 132.506 8.905 133.461 9.485 133.853 10.417 C 133.924 10.581 134.082 10.686 134.258 10.686 L 137.633 10.686 C 137.768 10.686 137.891 10.628 137.973 10.522 C 138.055 10.417 138.09 10.282 138.061 10.153 C 137.416 7.2 134.814 5.29 131.428 5.29 C 127.596 5.29 125.017 7.388 125.017 10.505 C 125.017 12.315 125.791 14.642 129.494 15.427 L 132.81 16.06 C 134.17 16.329 134.281 16.798 134.281 17.337 C 134.281 18.292 133.385 18.89 131.937 18.89 C 130.49 18.89 129.523 18.351 129.055 17.284 C 128.984 17.126 128.826 17.021 128.656 17.021 L 125.082 17.021 C 124.959 17.021 124.836 17.073 124.754 17.167 C 124.672 17.261 124.631 17.39 124.648 17.513 C 125.041 20.571 127.783 22.552 131.639 22.552 C 135.688 22.552 138.307 20.442 138.307 17.173 C 138.307 14.607 136.719 12.86 133.842 12.251\" fill=\"rgb(255,254,254)\"></path><path d=\"M 8.706 8.975 L 2.946 5.647 C 2.852 5.589 2.735 5.577 2.63 5.606 C 2.524 5.636 2.43 5.706 2.378 5.8 L 0.684 8.729 C 0.567 8.929 0.637 9.181 0.837 9.298 L 8.29 13.605 C 8.354 13.64 8.425 13.663 8.495 13.663 C 8.565 13.663 8.636 13.646 8.706 13.605 C 8.835 13.528 8.917 13.393 8.917 13.241 L 8.917 9.333 C 8.917 9.186 8.835 9.046 8.706 8.97\" fill=\"rgb(255,254,254)\"></path><path d=\"M 25.271 18.538 L 17.273 13.921 L 25.271 9.304 C 25.364 9.251 25.435 9.157 25.464 9.052 C 25.493 8.946 25.476 8.829 25.423 8.735 L 23.73 5.805 C 23.618 5.606 23.36 5.536 23.161 5.653 L 15.163 10.27 L 15.163 1.036 C 15.163 0.924 15.116 0.819 15.04 0.743 C 14.964 0.667 14.852 0.62 14.747 0.62 L 11.36 0.62 C 11.132 0.62 10.944 0.807 10.944 1.036 L 10.944 26.812 C 10.944 27.04 11.132 27.228 11.36 27.228 L 14.747 27.228 C 14.976 27.228 15.163 27.04 15.163 26.812 L 15.163 17.577 L 23.161 22.195 C 23.226 22.23 23.296 22.247 23.366 22.247 C 23.401 22.247 23.437 22.247 23.478 22.235 C 23.583 22.206 23.677 22.136 23.73 22.042 L 25.423 19.112 C 25.54 18.913 25.47 18.655 25.271 18.544\" fill=\"rgb(255,254,254)\"></path><path d=\"M 8.706 14.231 C 8.577 14.155 8.419 14.155 8.29 14.231 L 0.837 18.538 C 0.637 18.655 0.567 18.907 0.684 19.107 L 2.378 22.036 C 2.43 22.13 2.524 22.2 2.63 22.23 C 2.665 22.241 2.7 22.241 2.741 22.241 C 2.811 22.241 2.887 22.224 2.952 22.183 L 8.712 18.855 C 8.841 18.778 8.923 18.644 8.923 18.491 L 8.923 14.583 C 8.923 14.437 8.841 14.296 8.712 14.22\" fill=\"rgb(255,254,254)\"></path></g></svg>',svgContentId:11292795717,withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 165 28\"><g id=\"ss9096120800_1\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 41.97 13.933 L 48.896 6.374 C 49.014 6.245 49.043 6.057 48.972 5.899 C 48.902 5.741 48.744 5.636 48.574 5.636 L 44.642 5.636 C 44.519 5.636 44.402 5.688 44.32 5.776 L 38.455 12.069 L 38.455 6.075 C 38.455 5.835 38.255 5.636 38.015 5.636 L 34.834 5.636 C 34.593 5.636 34.394 5.835 34.394 6.075 L 34.394 21.755 C 34.394 21.995 34.593 22.195 34.834 22.195 L 38.015 22.195 C 38.255 22.195 38.455 21.995 38.455 21.755 L 38.455 15.925 L 38.625 15.925 L 44.461 22.06 C 44.543 22.148 44.66 22.195 44.777 22.195 L 49.06 22.195 C 49.236 22.195 49.394 22.089 49.465 21.925 C 49.535 21.761 49.494 21.573 49.371 21.45 L 41.965 13.927 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 62.139 18.444 L 54.773 18.444 L 54.773 6.081 C 54.773 5.841 54.58 5.641 54.334 5.641 L 51.152 5.641 C 50.912 5.641 50.713 5.841 50.713 6.081 L 50.713 21.761 C 50.713 22.001 50.912 22.2 51.152 22.2 L 62.139 22.2 C 62.379 22.2 62.578 22.001 62.578 21.761 L 62.578 18.884 C 62.578 18.644 62.385 18.444 62.139 18.444 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 67.993 5.636 L 64.811 5.636 C 64.571 5.636 64.371 5.835 64.371 6.075 L 64.371 21.755 C 64.371 21.995 64.571 22.195 64.811 22.195 L 67.993 22.195 C 68.233 22.195 68.432 22.001 68.432 21.755 L 68.432 6.075 C 68.432 5.835 68.233 5.636 67.993 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 86.872 5.636 L 83.362 5.636 C 83.186 5.636 83.028 5.741 82.958 5.905 L 78.563 16.358 L 74.192 5.905 C 74.122 5.741 73.963 5.636 73.788 5.636 L 70.278 5.636 C 70.131 5.636 69.991 5.712 69.909 5.835 C 69.826 5.958 69.815 6.116 69.873 6.251 L 76.635 21.931 C 76.706 22.089 76.864 22.195 77.04 22.195 L 80.104 22.195 C 80.28 22.195 80.438 22.089 80.508 21.931 L 87.27 6.251 C 87.329 6.116 87.317 5.958 87.235 5.835 C 87.153 5.712 87.018 5.636 86.872 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 100.618 18.444 L 92.327 18.444 L 92.327 15.767 L 99.892 15.767 C 100.132 15.767 100.331 15.567 100.331 15.327 L 100.331 12.497 C 100.331 12.257 100.132 12.058 99.892 12.058 L 92.327 12.058 L 92.327 9.403 L 100.571 9.403 C 100.812 9.403 101.011 9.204 101.011 8.964 L 101.011 6.087 C 101.011 5.846 100.812 5.647 100.571 5.647 L 88.706 5.647 C 88.466 5.647 88.266 5.846 88.266 6.087 L 88.266 21.767 C 88.266 22.007 88.466 22.206 88.706 22.206 L 100.618 22.206 C 100.858 22.206 101.058 22.007 101.058 21.767 L 101.058 18.89 C 101.058 18.649 100.858 18.45 100.618 18.45\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 164.001 21.585 L 157.233 5.905 C 157.163 5.741 157.004 5.641 156.829 5.641 L 153.764 5.641 C 153.588 5.641 153.43 5.747 153.36 5.905 L 146.598 21.585 C 146.539 21.72 146.551 21.878 146.633 22.001 C 146.715 22.124 146.85 22.2 147.002 22.2 L 150.512 22.2 C 150.688 22.2 150.846 22.095 150.916 21.931 L 155.288 11.477 L 159.682 21.931 C 159.753 22.095 159.911 22.2 160.087 22.2 L 163.596 22.2 C 163.743 22.2 163.883 22.124 163.966 22.001 C 164.048 21.878 164.059 21.72 164.001 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 117.494 5.905 C 117.423 5.747 117.265 5.641 117.089 5.641 L 114.025 5.641 C 113.849 5.641 113.691 5.747 113.621 5.905 L 106.859 21.585 C 106.8 21.72 106.812 21.878 106.894 22.001 C 106.976 22.124 107.111 22.2 107.257 22.2 L 110.767 22.2 C 110.943 22.2 111.101 22.095 111.171 21.931 L 115.542 11.477 L 119.937 21.931 C 120.007 22.095 120.166 22.2 120.341 22.2 L 123.851 22.2 C 123.998 22.2 124.138 22.124 124.22 22.001 C 124.302 21.878 124.314 21.72 124.256 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 144.401 5.636 L 141.219 5.636 C 140.979 5.636 140.779 5.835 140.779 6.075 L 140.779 21.755 C 140.779 21.995 140.979 22.195 141.219 22.195 L 144.401 22.195 C 144.641 22.195 144.84 21.995 144.84 21.755 L 144.84 6.075 C 144.84 5.835 144.641 5.636 144.401 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 133.83 12.251 L 130.455 11.571 C 129.336 11.354 129.242 10.88 129.242 10.411 C 129.242 9.526 130.109 8.905 131.357 8.905 C 132.506 8.905 133.461 9.485 133.853 10.417 C 133.924 10.581 134.082 10.686 134.258 10.686 L 137.633 10.686 C 137.768 10.686 137.891 10.628 137.973 10.522 C 138.055 10.417 138.09 10.282 138.061 10.153 C 137.416 7.2 134.814 5.29 131.428 5.29 C 127.596 5.29 125.017 7.388 125.017 10.505 C 125.017 12.315 125.791 14.642 129.494 15.427 L 132.81 16.06 C 134.17 16.329 134.281 16.798 134.281 17.337 C 134.281 18.292 133.385 18.89 131.937 18.89 C 130.49 18.89 129.523 18.351 129.055 17.284 C 128.984 17.126 128.826 17.021 128.656 17.021 L 125.082 17.021 C 124.959 17.021 124.836 17.073 124.754 17.167 C 124.672 17.261 124.631 17.39 124.648 17.513 C 125.041 20.571 127.783 22.552 131.639 22.552 C 135.688 22.552 138.307 20.442 138.307 17.173 C 138.307 14.607 136.719 12.86 133.842 12.251\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 8.975 L 2.946 5.647 C 2.852 5.589 2.735 5.577 2.63 5.606 C 2.524 5.636 2.43 5.706 2.378 5.8 L 0.684 8.729 C 0.567 8.929 0.637 9.181 0.837 9.298 L 8.29 13.605 C 8.354 13.64 8.425 13.663 8.495 13.663 C 8.565 13.663 8.636 13.646 8.706 13.605 C 8.835 13.528 8.917 13.393 8.917 13.241 L 8.917 9.333 C 8.917 9.186 8.835 9.046 8.706 8.97\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 25.271 18.538 L 17.273 13.921 L 25.271 9.304 C 25.364 9.251 25.435 9.157 25.464 9.052 C 25.493 8.946 25.476 8.829 25.423 8.735 L 23.73 5.805 C 23.618 5.606 23.36 5.536 23.161 5.653 L 15.163 10.27 L 15.163 1.036 C 15.163 0.924 15.116 0.819 15.04 0.743 C 14.964 0.667 14.852 0.62 14.747 0.62 L 11.36 0.62 C 11.132 0.62 10.944 0.807 10.944 1.036 L 10.944 26.812 C 10.944 27.04 11.132 27.228 11.36 27.228 L 14.747 27.228 C 14.976 27.228 15.163 27.04 15.163 26.812 L 15.163 17.577 L 23.161 22.195 C 23.226 22.23 23.296 22.247 23.366 22.247 C 23.401 22.247 23.437 22.247 23.478 22.235 C 23.583 22.206 23.677 22.136 23.73 22.042 L 25.423 19.112 C 25.54 18.913 25.47 18.655 25.271 18.544\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 14.231 C 8.577 14.155 8.419 14.155 8.29 14.231 L 0.837 18.538 C 0.637 18.655 0.567 18.907 0.684 19.107 L 2.378 22.036 C 2.43 22.13 2.524 22.2 2.63 22.23 C 2.665 22.241 2.7 22.241 2.741 22.241 C 2.811 22.241 2.887 22.224 2.952 22.183 L 8.712 18.855 C 8.841 18.778 8.923 18.644 8.923 18.491 L 8.923 14.583 C 8.923 14.437 8.841 14.296 8.712 14.22\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></g></svg>',svgContentId:9096120800},OEMrCQ7Jn:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 165 28\"><g id=\"ss9096120800_1\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 41.97 13.933 L 48.896 6.374 C 49.014 6.245 49.043 6.057 48.972 5.899 C 48.902 5.741 48.744 5.636 48.574 5.636 L 44.642 5.636 C 44.519 5.636 44.402 5.688 44.32 5.776 L 38.455 12.069 L 38.455 6.075 C 38.455 5.835 38.255 5.636 38.015 5.636 L 34.834 5.636 C 34.593 5.636 34.394 5.835 34.394 6.075 L 34.394 21.755 C 34.394 21.995 34.593 22.195 34.834 22.195 L 38.015 22.195 C 38.255 22.195 38.455 21.995 38.455 21.755 L 38.455 15.925 L 38.625 15.925 L 44.461 22.06 C 44.543 22.148 44.66 22.195 44.777 22.195 L 49.06 22.195 C 49.236 22.195 49.394 22.089 49.465 21.925 C 49.535 21.761 49.494 21.573 49.371 21.45 L 41.965 13.927 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 62.139 18.444 L 54.773 18.444 L 54.773 6.081 C 54.773 5.841 54.58 5.641 54.334 5.641 L 51.152 5.641 C 50.912 5.641 50.713 5.841 50.713 6.081 L 50.713 21.761 C 50.713 22.001 50.912 22.2 51.152 22.2 L 62.139 22.2 C 62.379 22.2 62.578 22.001 62.578 21.761 L 62.578 18.884 C 62.578 18.644 62.385 18.444 62.139 18.444 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 67.993 5.636 L 64.811 5.636 C 64.571 5.636 64.371 5.835 64.371 6.075 L 64.371 21.755 C 64.371 21.995 64.571 22.195 64.811 22.195 L 67.993 22.195 C 68.233 22.195 68.432 22.001 68.432 21.755 L 68.432 6.075 C 68.432 5.835 68.233 5.636 67.993 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 86.872 5.636 L 83.362 5.636 C 83.186 5.636 83.028 5.741 82.958 5.905 L 78.563 16.358 L 74.192 5.905 C 74.122 5.741 73.963 5.636 73.788 5.636 L 70.278 5.636 C 70.131 5.636 69.991 5.712 69.909 5.835 C 69.826 5.958 69.815 6.116 69.873 6.251 L 76.635 21.931 C 76.706 22.089 76.864 22.195 77.04 22.195 L 80.104 22.195 C 80.28 22.195 80.438 22.089 80.508 21.931 L 87.27 6.251 C 87.329 6.116 87.317 5.958 87.235 5.835 C 87.153 5.712 87.018 5.636 86.872 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 100.618 18.444 L 92.327 18.444 L 92.327 15.767 L 99.892 15.767 C 100.132 15.767 100.331 15.567 100.331 15.327 L 100.331 12.497 C 100.331 12.257 100.132 12.058 99.892 12.058 L 92.327 12.058 L 92.327 9.403 L 100.571 9.403 C 100.812 9.403 101.011 9.204 101.011 8.964 L 101.011 6.087 C 101.011 5.846 100.812 5.647 100.571 5.647 L 88.706 5.647 C 88.466 5.647 88.266 5.846 88.266 6.087 L 88.266 21.767 C 88.266 22.007 88.466 22.206 88.706 22.206 L 100.618 22.206 C 100.858 22.206 101.058 22.007 101.058 21.767 L 101.058 18.89 C 101.058 18.649 100.858 18.45 100.618 18.45\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 164.001 21.585 L 157.233 5.905 C 157.163 5.741 157.004 5.641 156.829 5.641 L 153.764 5.641 C 153.588 5.641 153.43 5.747 153.36 5.905 L 146.598 21.585 C 146.539 21.72 146.551 21.878 146.633 22.001 C 146.715 22.124 146.85 22.2 147.002 22.2 L 150.512 22.2 C 150.688 22.2 150.846 22.095 150.916 21.931 L 155.288 11.477 L 159.682 21.931 C 159.753 22.095 159.911 22.2 160.087 22.2 L 163.596 22.2 C 163.743 22.2 163.883 22.124 163.966 22.001 C 164.048 21.878 164.059 21.72 164.001 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 117.494 5.905 C 117.423 5.747 117.265 5.641 117.089 5.641 L 114.025 5.641 C 113.849 5.641 113.691 5.747 113.621 5.905 L 106.859 21.585 C 106.8 21.72 106.812 21.878 106.894 22.001 C 106.976 22.124 107.111 22.2 107.257 22.2 L 110.767 22.2 C 110.943 22.2 111.101 22.095 111.171 21.931 L 115.542 11.477 L 119.937 21.931 C 120.007 22.095 120.166 22.2 120.341 22.2 L 123.851 22.2 C 123.998 22.2 124.138 22.124 124.22 22.001 C 124.302 21.878 124.314 21.72 124.256 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 144.401 5.636 L 141.219 5.636 C 140.979 5.636 140.779 5.835 140.779 6.075 L 140.779 21.755 C 140.779 21.995 140.979 22.195 141.219 22.195 L 144.401 22.195 C 144.641 22.195 144.84 21.995 144.84 21.755 L 144.84 6.075 C 144.84 5.835 144.641 5.636 144.401 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 133.83 12.251 L 130.455 11.571 C 129.336 11.354 129.242 10.88 129.242 10.411 C 129.242 9.526 130.109 8.905 131.357 8.905 C 132.506 8.905 133.461 9.485 133.853 10.417 C 133.924 10.581 134.082 10.686 134.258 10.686 L 137.633 10.686 C 137.768 10.686 137.891 10.628 137.973 10.522 C 138.055 10.417 138.09 10.282 138.061 10.153 C 137.416 7.2 134.814 5.29 131.428 5.29 C 127.596 5.29 125.017 7.388 125.017 10.505 C 125.017 12.315 125.791 14.642 129.494 15.427 L 132.81 16.06 C 134.17 16.329 134.281 16.798 134.281 17.337 C 134.281 18.292 133.385 18.89 131.937 18.89 C 130.49 18.89 129.523 18.351 129.055 17.284 C 128.984 17.126 128.826 17.021 128.656 17.021 L 125.082 17.021 C 124.959 17.021 124.836 17.073 124.754 17.167 C 124.672 17.261 124.631 17.39 124.648 17.513 C 125.041 20.571 127.783 22.552 131.639 22.552 C 135.688 22.552 138.307 20.442 138.307 17.173 C 138.307 14.607 136.719 12.86 133.842 12.251\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 8.975 L 2.946 5.647 C 2.852 5.589 2.735 5.577 2.63 5.606 C 2.524 5.636 2.43 5.706 2.378 5.8 L 0.684 8.729 C 0.567 8.929 0.637 9.181 0.837 9.298 L 8.29 13.605 C 8.354 13.64 8.425 13.663 8.495 13.663 C 8.565 13.663 8.636 13.646 8.706 13.605 C 8.835 13.528 8.917 13.393 8.917 13.241 L 8.917 9.333 C 8.917 9.186 8.835 9.046 8.706 8.97\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 25.271 18.538 L 17.273 13.921 L 25.271 9.304 C 25.364 9.251 25.435 9.157 25.464 9.052 C 25.493 8.946 25.476 8.829 25.423 8.735 L 23.73 5.805 C 23.618 5.606 23.36 5.536 23.161 5.653 L 15.163 10.27 L 15.163 1.036 C 15.163 0.924 15.116 0.819 15.04 0.743 C 14.964 0.667 14.852 0.62 14.747 0.62 L 11.36 0.62 C 11.132 0.62 10.944 0.807 10.944 1.036 L 10.944 26.812 C 10.944 27.04 11.132 27.228 11.36 27.228 L 14.747 27.228 C 14.976 27.228 15.163 27.04 15.163 26.812 L 15.163 17.577 L 23.161 22.195 C 23.226 22.23 23.296 22.247 23.366 22.247 C 23.401 22.247 23.437 22.247 23.478 22.235 C 23.583 22.206 23.677 22.136 23.73 22.042 L 25.423 19.112 C 25.54 18.913 25.47 18.655 25.271 18.544\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 14.231 C 8.577 14.155 8.419 14.155 8.29 14.231 L 0.837 18.538 C 0.637 18.655 0.567 18.907 0.684 19.107 L 2.378 22.036 C 2.43 22.13 2.524 22.2 2.63 22.23 C 2.665 22.241 2.7 22.241 2.741 22.241 C 2.811 22.241 2.887 22.224 2.952 22.183 L 8.712 18.855 C 8.841 18.778 8.923 18.644 8.923 18.491 L 8.923 14.583 C 8.923 14.437 8.841 14.296 8.712 14.22\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></g></svg>',svgContentId:9096120800},SsTpdg8sP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 165 28\"><g id=\"ss9096120800_1\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 41.97 13.933 L 48.896 6.374 C 49.014 6.245 49.043 6.057 48.972 5.899 C 48.902 5.741 48.744 5.636 48.574 5.636 L 44.642 5.636 C 44.519 5.636 44.402 5.688 44.32 5.776 L 38.455 12.069 L 38.455 6.075 C 38.455 5.835 38.255 5.636 38.015 5.636 L 34.834 5.636 C 34.593 5.636 34.394 5.835 34.394 6.075 L 34.394 21.755 C 34.394 21.995 34.593 22.195 34.834 22.195 L 38.015 22.195 C 38.255 22.195 38.455 21.995 38.455 21.755 L 38.455 15.925 L 38.625 15.925 L 44.461 22.06 C 44.543 22.148 44.66 22.195 44.777 22.195 L 49.06 22.195 C 49.236 22.195 49.394 22.089 49.465 21.925 C 49.535 21.761 49.494 21.573 49.371 21.45 L 41.965 13.927 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 62.139 18.444 L 54.773 18.444 L 54.773 6.081 C 54.773 5.841 54.58 5.641 54.334 5.641 L 51.152 5.641 C 50.912 5.641 50.713 5.841 50.713 6.081 L 50.713 21.761 C 50.713 22.001 50.912 22.2 51.152 22.2 L 62.139 22.2 C 62.379 22.2 62.578 22.001 62.578 21.761 L 62.578 18.884 C 62.578 18.644 62.385 18.444 62.139 18.444 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 67.993 5.636 L 64.811 5.636 C 64.571 5.636 64.371 5.835 64.371 6.075 L 64.371 21.755 C 64.371 21.995 64.571 22.195 64.811 22.195 L 67.993 22.195 C 68.233 22.195 68.432 22.001 68.432 21.755 L 68.432 6.075 C 68.432 5.835 68.233 5.636 67.993 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 86.872 5.636 L 83.362 5.636 C 83.186 5.636 83.028 5.741 82.958 5.905 L 78.563 16.358 L 74.192 5.905 C 74.122 5.741 73.963 5.636 73.788 5.636 L 70.278 5.636 C 70.131 5.636 69.991 5.712 69.909 5.835 C 69.826 5.958 69.815 6.116 69.873 6.251 L 76.635 21.931 C 76.706 22.089 76.864 22.195 77.04 22.195 L 80.104 22.195 C 80.28 22.195 80.438 22.089 80.508 21.931 L 87.27 6.251 C 87.329 6.116 87.317 5.958 87.235 5.835 C 87.153 5.712 87.018 5.636 86.872 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 100.618 18.444 L 92.327 18.444 L 92.327 15.767 L 99.892 15.767 C 100.132 15.767 100.331 15.567 100.331 15.327 L 100.331 12.497 C 100.331 12.257 100.132 12.058 99.892 12.058 L 92.327 12.058 L 92.327 9.403 L 100.571 9.403 C 100.812 9.403 101.011 9.204 101.011 8.964 L 101.011 6.087 C 101.011 5.846 100.812 5.647 100.571 5.647 L 88.706 5.647 C 88.466 5.647 88.266 5.846 88.266 6.087 L 88.266 21.767 C 88.266 22.007 88.466 22.206 88.706 22.206 L 100.618 22.206 C 100.858 22.206 101.058 22.007 101.058 21.767 L 101.058 18.89 C 101.058 18.649 100.858 18.45 100.618 18.45\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 164.001 21.585 L 157.233 5.905 C 157.163 5.741 157.004 5.641 156.829 5.641 L 153.764 5.641 C 153.588 5.641 153.43 5.747 153.36 5.905 L 146.598 21.585 C 146.539 21.72 146.551 21.878 146.633 22.001 C 146.715 22.124 146.85 22.2 147.002 22.2 L 150.512 22.2 C 150.688 22.2 150.846 22.095 150.916 21.931 L 155.288 11.477 L 159.682 21.931 C 159.753 22.095 159.911 22.2 160.087 22.2 L 163.596 22.2 C 163.743 22.2 163.883 22.124 163.966 22.001 C 164.048 21.878 164.059 21.72 164.001 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 117.494 5.905 C 117.423 5.747 117.265 5.641 117.089 5.641 L 114.025 5.641 C 113.849 5.641 113.691 5.747 113.621 5.905 L 106.859 21.585 C 106.8 21.72 106.812 21.878 106.894 22.001 C 106.976 22.124 107.111 22.2 107.257 22.2 L 110.767 22.2 C 110.943 22.2 111.101 22.095 111.171 21.931 L 115.542 11.477 L 119.937 21.931 C 120.007 22.095 120.166 22.2 120.341 22.2 L 123.851 22.2 C 123.998 22.2 124.138 22.124 124.22 22.001 C 124.302 21.878 124.314 21.72 124.256 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 144.401 5.636 L 141.219 5.636 C 140.979 5.636 140.779 5.835 140.779 6.075 L 140.779 21.755 C 140.779 21.995 140.979 22.195 141.219 22.195 L 144.401 22.195 C 144.641 22.195 144.84 21.995 144.84 21.755 L 144.84 6.075 C 144.84 5.835 144.641 5.636 144.401 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 133.83 12.251 L 130.455 11.571 C 129.336 11.354 129.242 10.88 129.242 10.411 C 129.242 9.526 130.109 8.905 131.357 8.905 C 132.506 8.905 133.461 9.485 133.853 10.417 C 133.924 10.581 134.082 10.686 134.258 10.686 L 137.633 10.686 C 137.768 10.686 137.891 10.628 137.973 10.522 C 138.055 10.417 138.09 10.282 138.061 10.153 C 137.416 7.2 134.814 5.29 131.428 5.29 C 127.596 5.29 125.017 7.388 125.017 10.505 C 125.017 12.315 125.791 14.642 129.494 15.427 L 132.81 16.06 C 134.17 16.329 134.281 16.798 134.281 17.337 C 134.281 18.292 133.385 18.89 131.937 18.89 C 130.49 18.89 129.523 18.351 129.055 17.284 C 128.984 17.126 128.826 17.021 128.656 17.021 L 125.082 17.021 C 124.959 17.021 124.836 17.073 124.754 17.167 C 124.672 17.261 124.631 17.39 124.648 17.513 C 125.041 20.571 127.783 22.552 131.639 22.552 C 135.688 22.552 138.307 20.442 138.307 17.173 C 138.307 14.607 136.719 12.86 133.842 12.251\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 8.975 L 2.946 5.647 C 2.852 5.589 2.735 5.577 2.63 5.606 C 2.524 5.636 2.43 5.706 2.378 5.8 L 0.684 8.729 C 0.567 8.929 0.637 9.181 0.837 9.298 L 8.29 13.605 C 8.354 13.64 8.425 13.663 8.495 13.663 C 8.565 13.663 8.636 13.646 8.706 13.605 C 8.835 13.528 8.917 13.393 8.917 13.241 L 8.917 9.333 C 8.917 9.186 8.835 9.046 8.706 8.97\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 25.271 18.538 L 17.273 13.921 L 25.271 9.304 C 25.364 9.251 25.435 9.157 25.464 9.052 C 25.493 8.946 25.476 8.829 25.423 8.735 L 23.73 5.805 C 23.618 5.606 23.36 5.536 23.161 5.653 L 15.163 10.27 L 15.163 1.036 C 15.163 0.924 15.116 0.819 15.04 0.743 C 14.964 0.667 14.852 0.62 14.747 0.62 L 11.36 0.62 C 11.132 0.62 10.944 0.807 10.944 1.036 L 10.944 26.812 C 10.944 27.04 11.132 27.228 11.36 27.228 L 14.747 27.228 C 14.976 27.228 15.163 27.04 15.163 26.812 L 15.163 17.577 L 23.161 22.195 C 23.226 22.23 23.296 22.247 23.366 22.247 C 23.401 22.247 23.437 22.247 23.478 22.235 C 23.583 22.206 23.677 22.136 23.73 22.042 L 25.423 19.112 C 25.54 18.913 25.47 18.655 25.271 18.544\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 14.231 C 8.577 14.155 8.419 14.155 8.29 14.231 L 0.837 18.538 C 0.637 18.655 0.567 18.907 0.684 19.107 L 2.378 22.036 C 2.43 22.13 2.524 22.2 2.63 22.23 C 2.665 22.241 2.7 22.241 2.741 22.241 C 2.811 22.241 2.887 22.224 2.952 22.183 L 8.712 18.855 C 8.841 18.778 8.923 18.644 8.923 18.491 L 8.923 14.583 C 8.923 14.437 8.841 14.296 8.712 14.22\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></g></svg>',svgContentId:9096120800},Wtz3DIzfA:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 165 28\"><g id=\"ss10613401665_1\"><path d=\"M 0 28 L 0 0 L 165 0 L 165 28 Z\" fill=\"transparent\"></path><path d=\"M 41.97 13.933 L 48.896 6.374 C 49.014 6.245 49.043 6.057 48.972 5.899 C 48.902 5.741 48.744 5.636 48.574 5.636 L 44.642 5.636 C 44.519 5.636 44.402 5.688 44.32 5.776 L 38.455 12.069 L 38.455 6.075 C 38.455 5.835 38.255 5.636 38.015 5.636 L 34.834 5.636 C 34.593 5.636 34.394 5.835 34.394 6.075 L 34.394 21.755 C 34.394 21.995 34.593 22.195 34.834 22.195 L 38.015 22.195 C 38.255 22.195 38.455 21.995 38.455 21.755 L 38.455 15.925 L 38.625 15.925 L 44.461 22.06 C 44.543 22.148 44.66 22.195 44.777 22.195 L 49.06 22.195 C 49.236 22.195 49.394 22.089 49.465 21.925 C 49.535 21.761 49.494 21.573 49.371 21.45 L 41.965 13.927 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 62.139 18.444 L 54.773 18.444 L 54.773 6.081 C 54.773 5.841 54.58 5.641 54.334 5.641 L 51.152 5.641 C 50.912 5.641 50.713 5.841 50.713 6.081 L 50.713 21.761 C 50.713 22.001 50.912 22.2 51.152 22.2 L 62.139 22.2 C 62.379 22.2 62.578 22.001 62.578 21.761 L 62.578 18.884 C 62.578 18.644 62.385 18.444 62.139 18.444 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 67.993 5.636 L 64.811 5.636 C 64.571 5.636 64.371 5.835 64.371 6.075 L 64.371 21.755 C 64.371 21.995 64.571 22.195 64.811 22.195 L 67.993 22.195 C 68.233 22.195 68.432 22.001 68.432 21.755 L 68.432 6.075 C 68.432 5.835 68.233 5.636 67.993 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 86.872 5.636 L 83.362 5.636 C 83.186 5.636 83.028 5.741 82.958 5.905 L 78.563 16.358 L 74.192 5.905 C 74.122 5.741 73.963 5.636 73.788 5.636 L 70.278 5.636 C 70.131 5.636 69.991 5.712 69.909 5.835 C 69.826 5.958 69.815 6.116 69.873 6.251 L 76.635 21.931 C 76.706 22.089 76.864 22.195 77.04 22.195 L 80.104 22.195 C 80.28 22.195 80.438 22.089 80.508 21.931 L 87.27 6.251 C 87.329 6.116 87.317 5.958 87.235 5.835 C 87.153 5.712 87.018 5.636 86.872 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 100.618 18.444 L 92.327 18.444 L 92.327 15.767 L 99.892 15.767 C 100.132 15.767 100.331 15.567 100.331 15.327 L 100.331 12.497 C 100.331 12.257 100.132 12.058 99.892 12.058 L 92.327 12.058 L 92.327 9.403 L 100.571 9.403 C 100.812 9.403 101.011 9.204 101.011 8.964 L 101.011 6.087 C 101.011 5.846 100.812 5.647 100.571 5.647 L 88.706 5.647 C 88.466 5.647 88.266 5.846 88.266 6.087 L 88.266 21.767 C 88.266 22.007 88.466 22.206 88.706 22.206 L 100.618 22.206 C 100.858 22.206 101.058 22.007 101.058 21.767 L 101.058 18.89 C 101.058 18.649 100.858 18.45 100.618 18.45\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 164.001 21.585 L 157.233 5.905 C 157.163 5.741 157.004 5.641 156.829 5.641 L 153.764 5.641 C 153.588 5.641 153.43 5.747 153.36 5.905 L 146.598 21.585 C 146.539 21.72 146.551 21.878 146.633 22.001 C 146.715 22.124 146.85 22.2 147.002 22.2 L 150.512 22.2 C 150.688 22.2 150.846 22.095 150.916 21.931 L 155.288 11.477 L 159.682 21.931 C 159.753 22.095 159.911 22.2 160.087 22.2 L 163.596 22.2 C 163.743 22.2 163.883 22.124 163.966 22.001 C 164.048 21.878 164.059 21.72 164.001 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 117.494 5.905 C 117.423 5.747 117.265 5.641 117.089 5.641 L 114.025 5.641 C 113.849 5.641 113.691 5.747 113.621 5.905 L 106.859 21.585 C 106.8 21.72 106.812 21.878 106.894 22.001 C 106.976 22.124 107.111 22.2 107.257 22.2 L 110.767 22.2 C 110.943 22.2 111.101 22.095 111.171 21.931 L 115.542 11.477 L 119.937 21.931 C 120.007 22.095 120.166 22.2 120.341 22.2 L 123.851 22.2 C 123.998 22.2 124.138 22.124 124.22 22.001 C 124.302 21.878 124.314 21.72 124.256 21.585 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 144.401 5.636 L 141.219 5.636 C 140.979 5.636 140.779 5.835 140.779 6.075 L 140.779 21.755 C 140.779 21.995 140.979 22.195 141.219 22.195 L 144.401 22.195 C 144.641 22.195 144.84 21.995 144.84 21.755 L 144.84 6.075 C 144.84 5.835 144.641 5.636 144.401 5.636 Z\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 133.83 12.251 L 130.455 11.571 C 129.336 11.354 129.242 10.88 129.242 10.411 C 129.242 9.526 130.109 8.905 131.357 8.905 C 132.506 8.905 133.461 9.485 133.853 10.417 C 133.924 10.581 134.082 10.686 134.258 10.686 L 137.633 10.686 C 137.768 10.686 137.891 10.628 137.973 10.522 C 138.055 10.417 138.09 10.282 138.061 10.153 C 137.416 7.2 134.814 5.29 131.428 5.29 C 127.596 5.29 125.017 7.388 125.017 10.505 C 125.017 12.315 125.791 14.642 129.494 15.427 L 132.81 16.06 C 134.17 16.329 134.281 16.798 134.281 17.337 C 134.281 18.292 133.385 18.89 131.937 18.89 C 130.49 18.89 129.523 18.351 129.055 17.284 C 128.984 17.126 128.826 17.021 128.656 17.021 L 125.082 17.021 C 124.959 17.021 124.836 17.073 124.754 17.167 C 124.672 17.261 124.631 17.39 124.648 17.513 C 125.041 20.571 127.783 22.552 131.639 22.552 C 135.688 22.552 138.307 20.442 138.307 17.173 C 138.307 14.607 136.719 12.86 133.842 12.251\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 8.975 L 2.946 5.647 C 2.852 5.589 2.735 5.577 2.63 5.606 C 2.524 5.636 2.43 5.706 2.378 5.8 L 0.684 8.729 C 0.567 8.929 0.637 9.181 0.837 9.298 L 8.29 13.605 C 8.354 13.64 8.425 13.663 8.495 13.663 C 8.565 13.663 8.636 13.646 8.706 13.605 C 8.835 13.528 8.917 13.393 8.917 13.241 L 8.917 9.333 C 8.917 9.186 8.835 9.046 8.706 8.97\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 25.271 18.538 L 17.273 13.921 L 25.271 9.304 C 25.364 9.251 25.435 9.157 25.464 9.052 C 25.493 8.946 25.476 8.829 25.423 8.735 L 23.73 5.805 C 23.618 5.606 23.36 5.536 23.161 5.653 L 15.163 10.27 L 15.163 1.036 C 15.163 0.924 15.116 0.819 15.04 0.743 C 14.964 0.667 14.852 0.62 14.747 0.62 L 11.36 0.62 C 11.132 0.62 10.944 0.807 10.944 1.036 L 10.944 26.812 C 10.944 27.04 11.132 27.228 11.36 27.228 L 14.747 27.228 C 14.976 27.228 15.163 27.04 15.163 26.812 L 15.163 17.577 L 23.161 22.195 C 23.226 22.23 23.296 22.247 23.366 22.247 C 23.401 22.247 23.437 22.247 23.478 22.235 C 23.583 22.206 23.677 22.136 23.73 22.042 L 25.423 19.112 C 25.54 18.913 25.47 18.655 25.271 18.544\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 8.706 14.231 C 8.577 14.155 8.419 14.155 8.29 14.231 L 0.837 18.538 C 0.637 18.655 0.567 18.907 0.684 19.107 L 2.378 22.036 C 2.43 22.13 2.524 22.2 2.63 22.23 C 2.665 22.241 2.7 22.241 2.741 22.241 C 2.811 22.241 2.887 22.224 2.952 22.183 L 8.712 18.855 C 8.841 18.778 8.923 18.644 8.923 18.491 L 8.923 14.583 C 8.923 14.437 8.841 14.296 8.712 14.22\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></g></svg>',svgContentId:10613401665}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ulkm4u\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"eTM4hLbyh\",...addPropertyOverrides({FyHOq_mhn:{\"data-highlight\":true,onTap:onTapoely2x},hznJVQoEO:{\"data-highlight\":true,onTap:onTaptajik9},OEMrCQ7Jn:{\"data-highlight\":true,onTap:onTapwsgtlm},Wtz3DIzfA:{\"data-highlight\":true,onTap:onTap161zdur}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1atwt1v\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"TdDYZWn0t\",style:{backgroundColor:\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{hznJVQoEO:{backgroundColor:\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",rotate:-45},OEMrCQ7Jn:{backgroundColor:\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},Wtz3DIzfA:{backgroundColor:\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q4nfzc\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"akfw12rRx\",style:{backgroundColor:\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{hznJVQoEO:{backgroundColor:\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",rotate:45},OEMrCQ7Jn:{backgroundColor:\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},Wtz3DIzfA:{backgroundColor:\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",rotate:-45}}})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18bdqop\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"fUh4ENkWX\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fwhja7-container\",id:`${layoutId}-fwhja7`,layoutDependency:layoutDependency,layoutId:\"MGXRv3Ohn-container\",ref:ref2,children:[/*#__PURE__*/_jsx(NavExplore,{height:\"100%\",id:\"MGXRv3Ohn\",layoutId:\"MGXRv3Ohn\",PWSlWeqS6:PWSlWeqS6izu9gt({overlay}),variant:overlay.visible?\"ra9RuwN3i\":\"MyDxnhz_q\",width:\"100%\",...addPropertyOverrides({SsTpdg8sP:{variant:overlay.visible?\"D62oPVufM\":\"WFaFAQcG_\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-fwhja7`,offsetX:0,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1s4iztv-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"znn1qHgiQ-container\",ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(LinksExplore,{height:\"100%\",id:\"znn1qHgiQ\",layoutId:\"znn1qHgiQ\",variant:\"apiIqeNHA\",width:\"100%\",...addPropertyOverrides({SsTpdg8sP:{variant:\"od_fXQXnc\"}},baseVariant,gestureVariant)})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i488h9-container\",\"data-framer-name\":\"Services\",id:`${layoutId}-i488h9`,layoutDependency:layoutDependency,layoutId:\"p1yfFuZEQ-container\",name:\"Services\",ref:ref4,children:[/*#__PURE__*/_jsx(NavServices,{FfHjccky3:\"Services\",height:\"100%\",id:\"p1yfFuZEQ\",layoutId:\"p1yfFuZEQ\",name:\"Services\",PWSlWeqS6:PWSlWeqS6izu9gt({overlay:overlay1}),variant:overlay1.visible?\"x2JjVvNCo\":\"KcBJmYbMS\",width:\"100%\",...addPropertyOverrides({SsTpdg8sP:{variant:overlay1.visible?\"nE5ampkdu\":\"GuMcg_YPP\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-i488h9`,offsetX:0,offsetY:30,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1qvsjwd-container\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"FbKCRNFik-container\",ref:ref5,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"FbKCRNFik\",layoutId:\"FbKCRNFik\",variant:\"kcBCG_CZp\",width:\"100%\",...addPropertyOverrides({SsTpdg8sP:{variant:\"YsoQjvgJY\"}},baseVariant,gestureVariant)})})})})})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTwfSaKrR\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Contact us\"})})})}),className:\"framer-1wp9kiy\",\"data-framer-name\":\"Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MsIufjcEY\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SsTpdg8sP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTwfSaKrR\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Contact us\"})})})})}},baseVariant,gestureVariant)})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15robp9\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"uiPyixdp0\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"nTcFZg3vj\"}},Wtz3DIzfA:{href:{webPageId:\"nTcFZg3vj\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1beur2z framer-1pt7xta\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"P8IGcZeHu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hznJVQoEO:{width:\"32px\"},Wtz3DIzfA:{width:\"32px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ebj62-container\",layoutDependency:layoutDependency,layoutId:\"ii5jkneYG-container\",children:/*#__PURE__*/_jsx(SubNav,{height:\"100%\",id:\"ii5jkneYG\",layoutId:\"ii5jkneYG\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)))\"},children:/*#__PURE__*/_jsx(Link,{href:FHEz_KF8Jmagnlv4PT,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Services\"})})})}),className:\"framer-8kaot0\",\"data-framer-name\":\"Services\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"oYB5pxVgh\",style:{\"--extracted-r6o4lv\":\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{hznJVQoEO:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},Wtz3DIzfA:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Services\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Services\"})})}},baseVariant,gestureVariant)})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0e5z1\",\"data-framer-name\":\"Sub nav\",layoutDependency:layoutDependency,layoutId:\"pzjBUFCji\",children:[/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"nJz9ck8J7\"}},Wtz3DIzfA:{href:{webPageId:\"nJz9ck8J7\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a7ghz3 framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiLp5ezFMF6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nJz9ck8J7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Events & exhibits\"})})})}),className:\"framer-1jmgcwe\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiRJGlK5eHC\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Events\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Events\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"voWHFK_9h\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"voWHFK_9h\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zt2qfh framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiQv1G0uDAF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wWEqztpoh\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Gallery & interiors\"})})})}),className:\"framer-8j4wng\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiaI3HRcS68\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Exhibits\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Exhibits\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"L4AKzyYs2\"}},Wtz3DIzfA:{href:{webPageId:\"L4AKzyYs2\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xboamd framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiq5BGEta91\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Virtual & hybrid events\"})})})}),className:\"framer-iynwxu\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiqK0s4oyPU\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Virtual events\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Virtual events\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"JR7FaGmcD\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"JR7FaGmcD\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14u2lwy framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"xGlCduZyh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Virtual events\"})}),className:\"framer-1p6debd\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"GiGo5Mdns\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Conferences and seminars\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Conferences and seminars\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"wWEqztpoh\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"wWEqztpoh\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1emed0u framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"ggC93101h\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Gallery and interior fit-out\"})}),className:\"framer-13pssur\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"IomrX9t9q\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"K8jV4E0Di\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"K8jV4E0Di\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2s0gri framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiq2cbjZiXq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K8jV4E0Di\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Creative solutions\"})})})}),className:\"framer-1l7r9f3\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"pzjBUFCjiZkf1_pRfU\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Creative solutions\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Creative solutions\"})})}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fry159\",\"data-framer-name\":\"Sub nav\",layoutDependency:layoutDependency,layoutId:\"JYivGV9b3\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nJz9ck8J7\"},...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"xEIyM4jzy\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"xEIyM4jzy\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13mqxhd framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"YNAs8V5mD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Events & exhibits\"})}),className:\"framer-11jqhuf\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"Zc7VGPXeL\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"About us\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"About us\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wWEqztpoh\"},...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"C8ULaZgV0\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"C8ULaZgV0\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-il8jan framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"fXUKwVcMh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Gallery & interiors\"})}),className:\"framer-37mq84\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"Ces3H74Et\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Our works\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Our works\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L4AKzyYs2\"},...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"qBSvUNcvj\"},openInNewTab:false},Wtz3DIzfA:{href:{webPageId:\"qBSvUNcvj\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-trjunb framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"NE6wOhOSc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Virtual & hybrid events\"})}),className:\"framer-7yuix3\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"UsFR_F6JZ\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Meet the team\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Meet the team\"})})}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K8jV4E0Di\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-g61hbu framer-1pt7xta\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"rMQb4o6n1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Creative solutions\"})}),className:\"framer-1ermg2o\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"e_FFkURfp\",style:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15yg3wr-container\",\"data-framer-name\":\"Services\",id:`${layoutId}-15yg3wr`,layoutDependency:layoutDependency,layoutId:\"yDJWwdOOZ-container\",name:\"Services\",ref:ref6,children:[/*#__PURE__*/_jsx(NavServices,{FfHjccky3:\"Services\",height:\"100%\",id:\"yDJWwdOOZ\",layoutId:\"yDJWwdOOZ\",name:\"Services\",PWSlWeqS6:PWSlWeqS6izu9gt({overlay:overlay2}),variant:overlay2.visible?\"nE5ampkdu\":\"GuMcg_YPP\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-15yg3wr`,offsetX:0,offsetY:30,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1qt9zij-container\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"ORlnvHckX-container\",ref:ref7,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"ORlnvHckX\",layoutId:\"ORlnvHckX\",variant:\"YsoQjvgJY\",width:\"100%\"})})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-45a18q\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"qcVNSW_Sk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C8ULaZgV0\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Projects\"})})})}),className:\"framer-18ge0ea\",\"data-framer-name\":\"Services\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"BDpoSNKag\",style:{\"--extracted-r6o4lv\":\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{hznJVQoEO:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},Wtz3DIzfA:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Explore\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Explore\"})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11daw8g-container\",layoutDependency:layoutDependency,layoutId:\"yMN3Umuo6-container\",children:/*#__PURE__*/_jsx(SubNav,{height:\"100%\",id:\"yMN3Umuo6\",layoutId:\"yMN3Umuo6\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({hznJVQoEO:{href:{webPageId:\"OTwfSaKrR\"}},Wtz3DIzfA:{href:{webPageId:\"OTwfSaKrR\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-4cjl09 framer-1pt7xta\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"Qto9IZfQU\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6cb1acc4-ad08-4a6c-8d0e-0b51d18fd7cc, rgb(225, 230, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{hznJVQoEO:{\"--border-top-width\":\"1px\"},Wtz3DIzfA:{\"--border-top-width\":\"1px\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTwfSaKrR\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oaqw7r\",\"data-styles-preset\":\"XMlHxkLze\",children:\"Contact us\"})})})}),className:\"framer-yhqtl2\",\"data-framer-name\":\"Services\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"k30igNDQt\",style:{\"--extracted-r6o4lv\":\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{hznJVQoEO:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"},Wtz3DIzfA:{\"--extracted-r6o4lv\":\"var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hznJVQoEO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Contact us\"})})},Wtz3DIzfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, rgb(46, 58, 65)))\"},children:\"Contact us\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12wo98n-container\",layoutDependency:layoutDependency,layoutId:\"dQVZCINbe-container\",children:/*#__PURE__*/_jsx(SubNav,{height:\"100%\",id:\"dQVZCINbe\",layoutId:\"dQVZCINbe\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WQ2DW.framer-1pt7xta, .framer-WQ2DW .framer-1pt7xta { display: block; }\",\".framer-WQ2DW.framer-3e7gw9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-WQ2DW .framer-1r9lnoj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 48px 0px 48px 0px; position: relative; width: 88%; }\",\".framer-WQ2DW .framer-1lp0vod { flex: none; height: 28px; position: relative; text-decoration: none; width: 165px; }\",\".framer-WQ2DW .framer-ulkm4u { flex: none; height: 44px; overflow: hidden; position: relative; width: 30px; }\",\".framer-WQ2DW .framer-1atwt1v { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WQ2DW .framer-1q4nfzc { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WQ2DW .framer-18bdqop { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WQ2DW .framer-fwhja7-container, .framer-WQ2DW .framer-i488h9-container, .framer-WQ2DW .framer-15yg3wr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WQ2DW .framer-1s4iztv-container, .framer-WQ2DW .framer-1qvsjwd-container, .framer-WQ2DW .framer-1qt9zij-container { height: auto; position: relative; width: auto; }\",\".framer-WQ2DW .framer-1wp9kiy, .framer-WQ2DW .framer-8kaot0, .framer-WQ2DW .framer-18ge0ea, .framer-WQ2DW .framer-yhqtl2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WQ2DW .framer-15robp9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WQ2DW .framer-1beur2z, .framer-WQ2DW .framer-45a18q, .framer-WQ2DW .framer-4cjl09 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 24px 20px 24px; position: relative; width: 100%; }\",\".framer-WQ2DW .framer-15ebj62-container { aspect-ratio: 2.210526315789474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 32px; }\",\".framer-WQ2DW .framer-1g0e5z1, .framer-WQ2DW .framer-1fry159 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 8px 0px 8px 0px; position: relative; width: 80%; }\",\".framer-WQ2DW .framer-a7ghz3, .framer-WQ2DW .framer-zt2qfh, .framer-WQ2DW .framer-1xboamd, .framer-WQ2DW .framer-2s0gri { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 48px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WQ2DW .framer-1jmgcwe, .framer-WQ2DW .framer-8j4wng, .framer-WQ2DW .framer-1l7r9f3, .framer-WQ2DW .framer-11jqhuf, .framer-WQ2DW .framer-37mq84, .framer-WQ2DW .framer-1ermg2o { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WQ2DW .framer-iynwxu, .framer-WQ2DW .framer-1p6debd, .framer-WQ2DW .framer-13pssur, .framer-WQ2DW .framer-7yuix3 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-WQ2DW .framer-14u2lwy, .framer-WQ2DW .framer-1emed0u, .framer-WQ2DW .framer-13mqxhd, .framer-WQ2DW .framer-il8jan, .framer-WQ2DW .framer-trjunb, .framer-WQ2DW .framer-g61hbu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 48px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-WQ2DW .framer-11daw8g-container, .framer-WQ2DW .framer-12wo98n-container { flex: none; height: 14px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WQ2DW.framer-3e7gw9, .framer-WQ2DW .framer-18bdqop, .framer-WQ2DW .framer-15robp9, .framer-WQ2DW .framer-1beur2z, .framer-WQ2DW .framer-1g0e5z1, .framer-WQ2DW .framer-a7ghz3, .framer-WQ2DW .framer-zt2qfh, .framer-WQ2DW .framer-1xboamd, .framer-WQ2DW .framer-14u2lwy, .framer-WQ2DW .framer-1emed0u, .framer-WQ2DW .framer-2s0gri, .framer-WQ2DW .framer-1fry159, .framer-WQ2DW .framer-13mqxhd, .framer-WQ2DW .framer-il8jan, .framer-WQ2DW .framer-trjunb, .framer-WQ2DW .framer-g61hbu, .framer-WQ2DW .framer-45a18q, .framer-WQ2DW .framer-4cjl09 { gap: 0px; } .framer-WQ2DW.framer-3e7gw9 > *, .framer-WQ2DW .framer-1beur2z > *, .framer-WQ2DW .framer-45a18q > *, .framer-WQ2DW .framer-4cjl09 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WQ2DW.framer-3e7gw9 > :first-child, .framer-WQ2DW .framer-18bdqop > :first-child, .framer-WQ2DW .framer-15robp9 > :first-child, .framer-WQ2DW .framer-1beur2z > :first-child, .framer-WQ2DW .framer-a7ghz3 > :first-child, .framer-WQ2DW .framer-zt2qfh > :first-child, .framer-WQ2DW .framer-1xboamd > :first-child, .framer-WQ2DW .framer-14u2lwy > :first-child, .framer-WQ2DW .framer-1emed0u > :first-child, .framer-WQ2DW .framer-2s0gri > :first-child, .framer-WQ2DW .framer-13mqxhd > :first-child, .framer-WQ2DW .framer-il8jan > :first-child, .framer-WQ2DW .framer-trjunb > :first-child, .framer-WQ2DW .framer-g61hbu > :first-child, .framer-WQ2DW .framer-45a18q > :first-child, .framer-WQ2DW .framer-4cjl09 > :first-child { margin-left: 0px; } .framer-WQ2DW.framer-3e7gw9 > :last-child, .framer-WQ2DW .framer-18bdqop > :last-child, .framer-WQ2DW .framer-15robp9 > :last-child, .framer-WQ2DW .framer-1beur2z > :last-child, .framer-WQ2DW .framer-a7ghz3 > :last-child, .framer-WQ2DW .framer-zt2qfh > :last-child, .framer-WQ2DW .framer-1xboamd > :last-child, .framer-WQ2DW .framer-14u2lwy > :last-child, .framer-WQ2DW .framer-1emed0u > :last-child, .framer-WQ2DW .framer-2s0gri > :last-child, .framer-WQ2DW .framer-13mqxhd > :last-child, .framer-WQ2DW .framer-il8jan > :last-child, .framer-WQ2DW .framer-trjunb > :last-child, .framer-WQ2DW .framer-g61hbu > :last-child, .framer-WQ2DW .framer-45a18q > :last-child, .framer-WQ2DW .framer-4cjl09 > :last-child { margin-right: 0px; } .framer-WQ2DW .framer-18bdqop > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-WQ2DW .framer-15robp9 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-WQ2DW .framer-1g0e5z1 > *, .framer-WQ2DW .framer-1fry159 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WQ2DW .framer-1g0e5z1 > :first-child, .framer-WQ2DW .framer-1fry159 > :first-child { margin-top: 0px; } .framer-WQ2DW .framer-1g0e5z1 > :last-child, .framer-WQ2DW .framer-1fry159 > :last-child { margin-bottom: 0px; } .framer-WQ2DW .framer-a7ghz3 > *, .framer-WQ2DW .framer-zt2qfh > *, .framer-WQ2DW .framer-1xboamd > *, .framer-WQ2DW .framer-14u2lwy > *, .framer-WQ2DW .framer-1emed0u > *, .framer-WQ2DW .framer-2s0gri > *, .framer-WQ2DW .framer-13mqxhd > *, .framer-WQ2DW .framer-il8jan > *, .framer-WQ2DW .framer-trjunb > *, .framer-WQ2DW .framer-g61hbu > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-WQ2DW.framer-v-mmrhgx.framer-3e7gw9 { flex-direction: column; width: 390px; }\",\".framer-WQ2DW.framer-v-mmrhgx .framer-1r9lnoj { order: 1; padding: 28px 0px 28px 0px; }\",\".framer-WQ2DW.framer-v-mmrhgx .framer-ulkm4u, .framer-WQ2DW.framer-v-14og59l .framer-ulkm4u, .framer-WQ2DW.framer-v-jjd7g .framer-ulkm4u, .framer-WQ2DW.framer-v-10w6x0d .framer-ulkm4u { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WQ2DW.framer-v-mmrhgx.framer-3e7gw9 { gap: 0px; } .framer-WQ2DW.framer-v-mmrhgx.framer-3e7gw9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WQ2DW.framer-v-mmrhgx.framer-3e7gw9 > :first-child { margin-top: 0px; } .framer-WQ2DW.framer-v-mmrhgx.framer-3e7gw9 > :last-child { margin-bottom: 0px; } }\",\".framer-WQ2DW.framer-v-14og59l.framer-3e7gw9 { flex-direction: column; gap: 0px; justify-content: flex-start; width: min-content; }\",\".framer-WQ2DW.framer-v-14og59l .framer-1r9lnoj { order: 0; padding: 28px 0px 28px 0px; width: 343px; }\",\".framer-WQ2DW.framer-v-14og59l .framer-1atwt1v, .framer-WQ2DW.framer-v-14og59l .framer-1q4nfzc { top: calc(47.72727272727275% - 2px / 2); }\",\".framer-WQ2DW.framer-v-14og59l .framer-15robp9 { align-content: center; align-items: center; flex-direction: column; gap: 0px; order: 1; overflow: auto; width: 390px; }\",\".framer-WQ2DW.framer-v-14og59l .framer-1beur2z { order: 2; text-decoration: none; }\",\".framer-WQ2DW.framer-v-14og59l .framer-15ebj62-container, .framer-WQ2DW.framer-v-14og59l .framer-1fry159, .framer-WQ2DW.framer-v-10w6x0d .framer-1fry159 { order: 1; }\",\".framer-WQ2DW.framer-v-14og59l .framer-8kaot0, .framer-WQ2DW.framer-v-10w6x0d .framer-8kaot0 { flex: 1 0 0px; order: 0; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WQ2DW.framer-v-14og59l .framer-1g0e5z1, .framer-WQ2DW.framer-v-10w6x0d .framer-1g0e5z1 { order: 3; }\",\".framer-WQ2DW.framer-v-14og59l .framer-a7ghz3, .framer-WQ2DW.framer-v-14og59l .framer-zt2qfh, .framer-WQ2DW.framer-v-14og59l .framer-1xboamd, .framer-WQ2DW.framer-v-14og59l .framer-2s0gri, .framer-WQ2DW.framer-v-10w6x0d .framer-a7ghz3, .framer-WQ2DW.framer-v-10w6x0d .framer-zt2qfh, .framer-WQ2DW.framer-v-10w6x0d .framer-1xboamd, .framer-WQ2DW.framer-v-10w6x0d .framer-2s0gri { text-decoration: none; }\",\".framer-WQ2DW.framer-v-14og59l .framer-45a18q, .framer-WQ2DW.framer-v-10w6x0d .framer-45a18q { order: 0; }\",\".framer-WQ2DW.framer-v-14og59l .framer-18ge0ea, .framer-WQ2DW.framer-v-14og59l .framer-yhqtl2, .framer-WQ2DW.framer-v-10w6x0d .framer-18ge0ea, .framer-WQ2DW.framer-v-10w6x0d .framer-yhqtl2 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WQ2DW.framer-v-14og59l .framer-4cjl09, .framer-WQ2DW.framer-v-10w6x0d .framer-4cjl09 { order: 6; text-decoration: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WQ2DW.framer-v-14og59l.framer-3e7gw9, .framer-WQ2DW.framer-v-14og59l .framer-15robp9 { gap: 0px; } .framer-WQ2DW.framer-v-14og59l.framer-3e7gw9 > *, .framer-WQ2DW.framer-v-14og59l .framer-15robp9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WQ2DW.framer-v-14og59l.framer-3e7gw9 > :first-child, .framer-WQ2DW.framer-v-14og59l .framer-15robp9 > :first-child { margin-top: 0px; } .framer-WQ2DW.framer-v-14og59l.framer-3e7gw9 > :last-child, .framer-WQ2DW.framer-v-14og59l .framer-15robp9 > :last-child { margin-bottom: 0px; } }\",\".framer-WQ2DW.framer-v-jjd7g.framer-3e7gw9 { width: 390px; }\",\".framer-WQ2DW.framer-v-jjd7g .framer-1r9lnoj, .framer-WQ2DW.framer-v-10w6x0d .framer-1r9lnoj { padding: 28px 0px 28px 0px; }\",\".framer-WQ2DW.framer-v-10w6x0d.framer-3e7gw9 { flex-direction: column; gap: 0px; overflow: auto; width: 390px; }\",\".framer-WQ2DW.framer-v-10w6x0d .framer-1atwt1v, .framer-WQ2DW.framer-v-10w6x0d .framer-1q4nfzc { top: calc(52.272727272727295% - 2px / 2); }\",\".framer-WQ2DW.framer-v-10w6x0d .framer-15robp9 { align-content: center; align-items: center; flex-direction: column; gap: 0px; width: 100%; }\",\".framer-WQ2DW.framer-v-10w6x0d .framer-1beur2z { justify-content: flex-start; order: 2; text-decoration: none; }\",\".framer-WQ2DW.framer-v-10w6x0d .framer-15ebj62-container { height: var(--framer-aspect-ratio-supported, 15px); order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WQ2DW.framer-v-10w6x0d.framer-3e7gw9, .framer-WQ2DW.framer-v-10w6x0d .framer-15robp9 { gap: 0px; } .framer-WQ2DW.framer-v-10w6x0d.framer-3e7gw9 > *, .framer-WQ2DW.framer-v-10w6x0d .framer-15robp9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WQ2DW.framer-v-10w6x0d.framer-3e7gw9 > :first-child, .framer-WQ2DW.framer-v-10w6x0d .framer-15robp9 > :first-child { margin-top: 0px; } .framer-WQ2DW.framer-v-10w6x0d.framer-3e7gw9 > :last-child, .framer-WQ2DW.framer-v-10w6x0d .framer-15robp9 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-WQ2DW[data-border=\"true\"]::after, .framer-WQ2DW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 124\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SsTpdg8sP\":{\"layout\":[\"fixed\",\"auto\"]},\"FyHOq_mhn\":{\"layout\":[\"fixed\",\"auto\"]},\"Wtz3DIzfA\":{\"layout\":[\"auto\",\"auto\"]},\"OEMrCQ7Jn\":{\"layout\":[\"fixed\",\"auto\"]},\"hznJVQoEO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIEwtgXqZX=withCSS(Component,css,\"framer-WQ2DW\");export default FramerIEwtgXqZX;FramerIEwtgXqZX.displayName=\"Header\";FramerIEwtgXqZX.defaultProps={height:124,width:1920};addPropertyControls(FramerIEwtgXqZX,{variant:{options:[\"lZkJmFF2P\",\"SsTpdg8sP\",\"FyHOq_mhn\",\"Wtz3DIzfA\",\"OEMrCQ7Jn\",\"hznJVQoEO\"],optionTitles:[\"White nav\",\"Dark nav\",\"White nav mobile\",\"White nav mobile open\",\"Dark nav mobile\",\"Dark nav mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIEwtgXqZX,[{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:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]},...NavExploreFonts,...LinksExploreFonts,...NavServicesFonts,...LinksProductFonts,...SubNavFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIEwtgXqZX\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"124\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SsTpdg8sP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FyHOq_mhn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wtz3DIzfA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OEMrCQ7Jn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hznJVQoEO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IEwtgXqZX.map", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Galano Grotesque Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]}];export const css=['.framer-PFT8L .framer-styles-preset-5srb09:not(.rich-text-wrapper), .framer-PFT8L .framer-styles-preset-5srb09.rich-text-wrapper h2 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 92px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1440px) { .framer-PFT8L .framer-styles-preset-5srb09:not(.rich-text-wrapper), .framer-PFT8L .framer-styles-preset-5srb09.rich-text-wrapper h2 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 74px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 1024px) { .framer-PFT8L .framer-styles-preset-5srb09:not(.rich-text-wrapper), .framer-PFT8L .framer-styles-preset-5srb09.rich-text-wrapper h2 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 59px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 0px) { .framer-PFT8L .framer-styles-preset-5srb09:not(.rich-text-wrapper), .framer-PFT8L .framer-styles-preset-5srb09.rich-text-wrapper h2 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-PFT8L\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;font Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"font Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/JBbXzazmHmWJhQh9DJXplpNlgYA.woff\"}]}];export const css=['.framer-wnH1u .framer-styles-preset-168uzmg:not(.rich-text-wrapper), .framer-wnH1u .framer-styles-preset-168uzmg.rich-text-wrapper p { --framer-font-family: \"font Regular\", \"font Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #2e3a41; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1024px) { .framer-wnH1u .framer-styles-preset-168uzmg:not(.rich-text-wrapper), .framer-wnH1u .framer-styles-preset-168uzmg.rich-text-wrapper p { --framer-font-family: \"font Regular\", \"font Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #2e3a41; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 0px) { .framer-wnH1u .framer-styles-preset-168uzmg:not(.rich-text-wrapper), .framer-wnH1u .framer-styles-preset-168uzmg.rich-text-wrapper p { --framer-font-family: \"font Regular\", \"font Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #2e3a41; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-wnH1u\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,optimizeAppear,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"kSY8T9ivk\"];const serializationHash=\"framer-Z8UeH\";const variantClassNames={kSY8T9ivk:\"framer-v-h346vr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kSY8T9ivk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__presenceAnimate:optimizeAppear(\"animate\",\"h346vr\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"h346vr\",animation1,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-h346vr\",className,classNames),\"data-framer-appear-id\":\"h346vr\",\"data-framer-name\":\"Spark - White\",layoutDependency:layoutDependency,layoutId:\"kSY8T9ivk\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jd8842\",\"data-framer-name\":\"Curser icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Q8IsFl0AH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59 63\"><path d=\"M 19.553 20.072 L 6.111 12.304 C 5.892 12.168 5.619 12.14 5.373 12.209 C 5.127 12.277 4.908 12.441 4.785 12.66 L 0.833 19.497 C 0.559 19.962 0.723 20.55 1.188 20.824 L 18.582 30.875 C 18.733 30.957 18.897 31.011 19.061 31.011 C 19.225 31.011 19.389 30.97 19.553 30.875 C 19.854 30.697 20.046 30.382 20.046 30.027 L 20.046 20.906 C 20.046 20.564 19.854 20.236 19.553 20.058\" fill=\"rgb(255,254,254)\"></path><path d=\"M 58.212 42.389 L 39.546 31.613 L 58.212 20.837 C 58.431 20.714 58.595 20.495 58.663 20.249 C 58.731 20.003 58.69 19.73 58.567 19.511 L 54.615 12.674 C 54.355 12.209 53.754 12.044 53.289 12.318 L 34.623 23.094 L 34.623 1.542 C 34.623 1.282 34.514 1.036 34.336 0.859 C 34.158 0.681 33.898 0.571 33.652 0.571 L 25.748 0.571 C 25.215 0.571 24.777 1.009 24.777 1.542 L 24.777 61.697 C 24.777 62.231 25.215 62.668 25.748 62.668 L 33.652 62.668 C 34.185 62.668 34.623 62.231 34.623 61.697 L 34.623 40.146 L 53.289 50.922 C 53.439 51.004 53.603 51.045 53.767 51.045 C 53.849 51.045 53.932 51.045 54.027 51.017 C 54.273 50.949 54.492 50.785 54.615 50.566 L 58.567 43.729 C 58.841 43.264 58.677 42.662 58.212 42.402\" fill=\"rgb(255,254,254)\"></path><path d=\"M 19.553 32.338 C 19.253 32.16 18.883 32.16 18.582 32.338 L 1.188 42.389 C 0.723 42.662 0.559 43.25 0.833 43.715 L 4.785 50.552 C 4.908 50.771 5.127 50.935 5.373 51.004 C 5.455 51.031 5.537 51.031 5.632 51.031 C 5.797 51.031 5.974 50.99 6.125 50.894 L 19.567 43.127 C 19.868 42.949 20.059 42.635 20.059 42.279 L 20.059 33.158 C 20.059 32.816 19.868 32.488 19.567 32.31\" fill=\"rgb(255,254,254)\"></path></svg>',svgContentId:11985201869,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z8UeH.framer-8unsp, .framer-Z8UeH .framer-8unsp { display: block; }\",\".framer-Z8UeH.framer-h346vr { height: 63px; overflow: hidden; position: relative; width: 59px; }\",\".framer-Z8UeH .framer-jd8842 { flex: none; height: 63px; left: calc(49.15254237288138% - 59px / 2); position: absolute; top: calc(49.20634920634922% - 63px / 2); width: 59px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 63\n * @framerIntrinsicWidth 59\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqKdE1vWjN=withCSS(Component,css,\"framer-Z8UeH\");export default FramerqKdE1vWjN;FramerqKdE1vWjN.displayName=\"Cursor/Spark White\";FramerqKdE1vWjN.defaultProps={height:63,width:59};addFonts(FramerqKdE1vWjN,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqKdE1vWjN\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"59\",\"framerIntrinsicHeight\":\"63\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qKdE1vWjN.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,optimizeAppear,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={LB4xXheXE:{pressed:true}};const cycleOrder=[\"LB4xXheXE\"];const serializationHash=\"framer-hCIv7\";const variantClassNames={LB4xXheXE:\"framer-v-ufr3wv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LB4xXheXE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__presenceAnimate:optimizeAppear(\"animate\",\"ufr3wv\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"ufr3wv\",animation1,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ufr3wv\",className,classNames),\"data-framer-appear-id\":\"ufr3wv\",\"data-framer-name\":\"Learn more\",layoutDependency:layoutDependency,layoutId:\"LB4xXheXE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,...style},...addPropertyOverrides({\"LB4xXheXE-pressed\":{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1i2c2xd\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1i2c2xd\",animation1,undefined),\"data-framer-appear-id\":\"1i2c2xd\",\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tcgcn9\",layoutDependency:layoutDependency,layoutId:\"GY0qiqXmP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(46, 58, 65))\"},children:\"Let's\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbGFubyBHcm90ZXNxdWUgTWVkaXVt\",\"--framer-font-family\":'\"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif',\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(46, 58, 65))\"},children:\"Connect!\"})]}),className:\"framer-138bv7l\",\"data-framer-name\":\"Learn more\",fonts:[\"CUSTOM;Galano Grotesque Medium\"],layoutDependency:layoutDependency,layoutId:\"O35IvDyhs\",style:{\"--extracted-2gxw0f\":\"rgb(46, 58, 65)\",\"--extracted-r6o4lv\":\"rgb(46, 58, 65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1p9onbs\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jfuXsflxl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 19\"><path d=\"M 33 1 L 41 9.5 L 33 18\" fill=\"transparent\" stroke=\"rgb(46,58,65)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 41 9.5 L 1 9.5\" fill=\"transparent\" stroke=\"rgb(46,58,65)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:8737730706,withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hCIv7.framer-n214lm, .framer-hCIv7 .framer-n214lm { display: block; }\",\".framer-hCIv7.framer-ufr3wv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 160px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 160px; }\",\".framer-hCIv7 .framer-tcgcn9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hCIv7 .framer-138bv7l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hCIv7 .framer-1p9onbs { flex: none; height: 19px; position: relative; width: 42px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hCIv7.framer-ufr3wv, .framer-hCIv7 .framer-tcgcn9 { gap: 0px; } .framer-hCIv7.framer-ufr3wv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hCIv7.framer-ufr3wv > :first-child, .framer-hCIv7 .framer-tcgcn9 > :first-child { margin-top: 0px; } .framer-hCIv7.framer-ufr3wv > :last-child, .framer-hCIv7 .framer-tcgcn9 > :last-child { margin-bottom: 0px; } .framer-hCIv7 .framer-tcgcn9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-hCIv7.framer-v-ufr3wv.pressed.framer-ufr3wv { height: 140px; width: 140px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 160\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HR9U4DoVl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersEtvYC5mv=withCSS(Component,css,\"framer-hCIv7\");export default FramersEtvYC5mv;FramersEtvYC5mv.displayName=\"Cursor/CTA banner - hover\";FramersEtvYC5mv.defaultProps={height:160,width:160};addFonts(FramersEtvYC5mv,[{explicitInter:true,fonts:[{family:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersEtvYC5mv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"160\",\"framerIntrinsicHeight\":\"160\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HR9U4DoVl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sEtvYC5mv.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,optimizeAppear,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"saJdaS059\"];const serializationHash=\"framer-Vg2Gu\";const variantClassNames={saJdaS059:\"framer-v-1udw1bu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"saJdaS059\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__presenceAnimate:optimizeAppear(\"animate\",\"1udw1bu\",animation,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1udw1bu\",animation1,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1udw1bu\",className,classNames),\"data-framer-appear-id\":\"1udw1bu\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"saJdaS059\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hkw4tl\",\"data-framer-name\":\"Curser icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jYxMaQEFQQ8IsFl0AH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59 63\"><path d=\"M 19.553 20.072 L 6.111 12.304 C 5.892 12.168 5.619 12.14 5.373 12.209 C 5.127 12.277 4.908 12.441 4.785 12.66 L 0.833 19.497 C 0.559 19.962 0.723 20.55 1.188 20.824 L 18.582 30.875 C 18.733 30.957 18.897 31.011 19.061 31.011 C 19.225 31.011 19.389 30.97 19.553 30.875 C 19.854 30.697 20.046 30.382 20.046 30.027 L 20.046 20.906 C 20.046 20.564 19.854 20.236 19.553 20.058\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 58.212 42.389 L 39.546 31.613 L 58.212 20.837 C 58.431 20.714 58.595 20.495 58.663 20.249 C 58.731 20.003 58.69 19.73 58.567 19.511 L 54.615 12.674 C 54.355 12.209 53.754 12.044 53.289 12.318 L 34.623 23.094 L 34.623 1.542 C 34.623 1.282 34.514 1.036 34.336 0.859 C 34.158 0.681 33.898 0.571 33.652 0.571 L 25.748 0.571 C 25.215 0.571 24.777 1.009 24.777 1.542 L 24.777 61.697 C 24.777 62.231 25.215 62.668 25.748 62.668 L 33.652 62.668 C 34.185 62.668 34.623 62.231 34.623 61.697 L 34.623 40.146 L 53.289 50.922 C 53.439 51.004 53.603 51.045 53.767 51.045 C 53.849 51.045 53.932 51.045 54.027 51.017 C 54.273 50.949 54.492 50.785 54.615 50.566 L 58.567 43.729 C 58.841 43.264 58.677 42.662 58.212 42.402\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path><path d=\"M 19.553 32.338 C 19.253 32.16 18.883 32.16 18.582 32.338 L 1.188 42.389 C 0.723 42.662 0.559 43.25 0.833 43.715 L 4.785 50.552 C 4.908 50.771 5.127 50.935 5.373 51.004 C 5.455 51.031 5.537 51.031 5.632 51.031 C 5.797 51.031 5.974 50.99 6.125 50.894 L 19.567 43.127 C 19.868 42.949 20.059 42.635 20.059 42.279 L 20.059 33.158 C 20.059 32.816 19.868 32.488 19.567 32.31\" fill=\"var(--token-c52e9858-a9a0-4e63-960b-d7ef79af08f1, rgb(237, 28, 36)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:12749783260,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vg2Gu.framer-mu57g9, .framer-Vg2Gu .framer-mu57g9 { display: block; }\",\".framer-Vg2Gu.framer-1udw1bu { height: 63px; position: relative; width: 59px; }\",\".framer-Vg2Gu .framer-1hkw4tl { flex: none; height: 63px; left: calc(49.15254237288138% - 59px / 2); position: absolute; top: calc(49.20634920634922% - 63px / 2); width: 59px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 63\n * @framerIntrinsicWidth 59\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVbA0FrVcx=withCSS(Component,css,\"framer-Vg2Gu\");export default FramerVbA0FrVcx;FramerVbA0FrVcx.displayName=\"Cursor/Spark Red\";FramerVbA0FrVcx.defaultProps={height:63,width:59};addFonts(FramerVbA0FrVcx,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVbA0FrVcx\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"63\",\"framerIntrinsicWidth\":\"59\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VbA0FrVcx.map", "// Generated by Framer (315fd46)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Galano Grotesque Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]}];export const css=['.framer-oeZ0m .framer-styles-preset-1d6b5be:not(.rich-text-wrapper), .framer-oeZ0m .framer-styles-preset-1d6b5be.rich-text-wrapper h5 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1440px) { .framer-oeZ0m .framer-styles-preset-1d6b5be:not(.rich-text-wrapper), .framer-oeZ0m .framer-styles-preset-1d6b5be.rich-text-wrapper h5 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 900px) { .framer-oeZ0m .framer-styles-preset-1d6b5be:not(.rich-text-wrapper), .framer-oeZ0m .framer-styles-preset-1d6b5be.rich-text-wrapper h5 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 899px) and (min-width: 0px) { .framer-oeZ0m .framer-styles-preset-1d6b5be:not(.rich-text-wrapper), .framer-oeZ0m .framer-styles-preset-1d6b5be.rich-text-wrapper h5 { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d34d76fe-d5ca-4afe-ae97-788e85b102c5, #2e3a41); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-oeZ0m\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Galano Grotesque Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Galano Grotesque Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ruZ4pQq5LIxqBjlYG4A3i6D5fZ4.woff\"}]}];export const css=['.framer-Km0Hp .framer-styles-preset-1o8djta:not(.rich-text-wrapper), .framer-Km0Hp .framer-styles-preset-1o8djta.rich-text-wrapper p { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #2e3a41; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 0px) { .framer-Km0Hp .framer-styles-preset-1o8djta:not(.rich-text-wrapper), .framer-Km0Hp .framer-styles-preset-1o8djta.rich-text-wrapper p { --framer-font-family: \"Galano Grotesque Medium\", \"Galano Grotesque Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #2e3a41; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Km0Hp\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uYilsVQPA9GRjouI21lF/TIO73iuUI0jgVZ3kZYmm/GtWyuXoY1.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lbnYj19cht86VOd7yLgN/izumg1HgYnGjLPNmNdAC/gUqz6q7_L.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/dMHZ7WF0ahlDtqNTWCbE/0Tv1OG1DJirbUCtce7WL/N6itMUks9.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/dV0Y1q5bqR83AuZtBc1B/vs5ahCk8PArYLv8z5c3g/Uh9_fPtEv.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/jAwFhqzLNeqFMViLksVH/Qu5jKGawAAptfYdOQ9e2/xbNgK590P.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"NjgcSo6hm\",\"LSF6NeVko\",\"XOR1I6CWm\"];const serializationHash=\"framer-MsOjf\";const variantClassNames={LSF6NeVko:\"framer-v-o6fpkg\",NjgcSo6hm:\"framer-v-mz5jqi\",XOR1I6CWm:\"framer-v-ryfltc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Footer:\"NjgcSo6hm\",Mobile:\"XOR1I6CWm\",Tablet:\"LSF6NeVko\"};const getProps=({cursorCTA,cursorNav,height,id,visible,width,...props})=>{return{...props,CR1DHw6mM:cursorCTA??props.CR1DHw6mM,lxVkXLaM4:cursorNav??props.lxVkXLaM4,N8sHILM6f:visible??props.N8sHILM6f??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"NjgcSo6hm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CR1DHw6mM,N8sHILM6f,lxVkXLaM4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NjgcSo6hm\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"LSF6NeVko\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-mz5jqi\",className,classNames),\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"NjgcSo6hm\",ref:refBinding,style:{...style},...addPropertyOverrides({LSF6NeVko:{\"data-framer-name\":\"Tablet\"},XOR1I6CWm:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[N8sHILM6f&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTwfSaKrR\"},motionChild:true,nodeId:\"oOp9NoH3U\",scopeId:\"yCiYud6DC\",...addPropertyOverrides({LSF6NeVko:{openInNewTab:false},XOR1I6CWm:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13awyms framer-kdfrxq\",\"data-border\":true,\"data-framer-cursor\":CR1DHw6mM,\"data-framer-name\":\"Call to action banner\",layoutDependency:layoutDependency,layoutId:\"oOp9NoH3U\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17eqwhv\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"vc_7BJB73\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-5srb09\",\"data-styles-preset\":\"Uh9_fPtEv\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:\"Talk to us about your project and discover the possibilities.\"})}),className:\"framer-1hoep9q\",\"data-framer-name\":\"Talk to us about your project and discover the possibilities.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MDpOAryqe\",style:{\"--extracted-1of0zx5\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LSF6NeVko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-5srb09\",\"data-styles-preset\":\"Uh9_fPtEv\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:\"Talk to us about your project and discover the possibilities\"})})},XOR1I6CWm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-5srb09\",\"data-styles-preset\":\"Uh9_fPtEv\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:\"Talk to us about your project and discover the possibilities\"})})}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sac4pz\",\"data-border\":true,\"data-framer-cursor\":lxVkXLaM4,\"data-framer-name\":\"Nav links\",layoutDependency:layoutDependency,layoutId:\"NjitVJvfL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7m0do\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"GckMrkv7O\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"sEBr49qbf\",scopeId:\"yCiYud6DC\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-13g1v03 framer-kdfrxq\",\"data-framer-name\":\"Landscape Logo_White_RGB 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:295,layoutDependency:layoutDependency,layoutId:\"sEBr49qbf\",svg:'<svg width=\"295\" height=\"48\" viewBox=\"0 0 295 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M74.5815 24.016L87.0757 10.3802C87.2871 10.1477 87.34 9.8094 87.2131 9.524C87.0863 9.2386 86.8009 9.04834 86.4943 9.04834H79.4016C79.1796 9.04834 78.9682 9.14347 78.8203 9.30203L68.2393 20.6546V9.84112C68.2393 9.40773 67.8799 9.04834 67.4465 9.04834H61.7068C61.2735 9.04834 60.9141 9.40773 60.9141 9.84112V38.1274C60.9141 38.5608 61.2735 38.9202 61.7068 38.9202H67.4465C67.8799 38.9202 68.2393 38.5608 68.2393 38.1274V27.6099H68.5459L79.0739 38.6771C79.2219 38.8356 79.4333 38.9202 79.6447 38.9202H87.3717C87.6888 38.9202 87.9742 38.7299 88.101 38.4339C88.2279 38.138 88.1539 37.7997 87.9319 37.5777L74.571 24.0054L74.5815 24.016Z\" fill=\"white\"/>\\n<path d=\"M110.964 32.1548H97.6776V9.85137C97.6776 9.41799 97.3287 9.05859 96.8848 9.05859H91.1451C90.7117 9.05859 90.3523 9.41799 90.3523 9.85137V38.1377C90.3523 38.571 90.7117 38.9304 91.1451 38.9304H110.964C111.398 38.9304 111.757 38.571 111.757 38.1377V32.9476C111.757 32.5142 111.408 32.1548 110.964 32.1548Z\" fill=\"white\"/>\\n<path d=\"M121.525 9.04834H115.785C115.351 9.04834 114.992 9.40773 114.992 9.84112V38.1274C114.992 38.5608 115.351 38.9202 115.785 38.9202H121.525C121.958 38.9202 122.317 38.5714 122.317 38.1274V9.84112C122.317 9.40773 121.958 9.04834 121.525 9.04834Z\" fill=\"white\"/>\\n<path d=\"M155.582 9.04834H149.25C148.933 9.04834 148.648 9.23861 148.521 9.53458L140.593 28.3921L132.708 9.53458C132.581 9.23861 132.296 9.04834 131.979 9.04834H125.647C125.383 9.04834 125.129 9.18575 124.981 9.40773C124.833 9.62971 124.812 9.91511 124.918 10.1582L137.116 38.4445C137.243 38.7299 137.528 38.9202 137.845 38.9202H143.373C143.69 38.9202 143.976 38.7299 144.103 38.4445L156.301 10.1582C156.407 9.91511 156.385 9.62971 156.237 9.40773C156.09 9.18575 155.846 9.04834 155.582 9.04834Z\" fill=\"white\"/>\\n<path d=\"M180.38 32.1555H165.423V27.3248H179.07C179.503 27.3248 179.862 26.9654 179.862 26.5321V21.4266C179.862 20.9932 179.503 20.6338 179.07 20.6338H165.423V15.8454H180.296C180.729 15.8454 181.088 15.486 181.088 15.0526V9.8626C181.088 9.42922 180.729 9.06982 180.296 9.06982H158.891C158.457 9.06982 158.098 9.42922 158.098 9.8626V38.1489C158.098 38.5823 158.457 38.9417 158.891 38.9417H180.38C180.814 38.9417 181.173 38.5823 181.173 38.1489V32.9588C181.173 32.5255 180.814 32.1661 180.38 32.1661\" fill=\"white\"/>\\n<path d=\"M294.72 37.8205L282.511 9.53426C282.384 9.23829 282.099 9.05859 281.782 9.05859H276.253C275.936 9.05859 275.651 9.24886 275.524 9.53426L263.326 37.8205C263.22 38.0637 263.241 38.3491 263.389 38.571C263.537 38.793 263.78 38.9304 264.055 38.9304H270.387C270.704 38.9304 270.989 38.7402 271.116 38.4442L279.002 19.5867L286.929 38.4442C287.056 38.7402 287.342 38.9304 287.659 38.9304H293.99C294.255 38.9304 294.508 38.793 294.656 38.571C294.804 38.3491 294.826 38.0637 294.72 37.8205Z\" fill=\"white\"/>\\n<path d=\"M210.823 9.53426C210.696 9.24886 210.411 9.05859 210.093 9.05859H204.565C204.248 9.05859 203.963 9.24886 203.836 9.53426L191.638 37.8205C191.532 38.0637 191.553 38.3491 191.701 38.571C191.849 38.793 192.092 38.9304 192.356 38.9304H198.688C199.005 38.9304 199.291 38.7402 199.417 38.4442L207.303 19.5867L215.231 38.4442C215.357 38.7402 215.643 38.9304 215.96 38.9304H222.292C222.556 38.9304 222.81 38.793 222.958 38.571C223.106 38.3491 223.127 38.0637 223.021 37.8205L210.823 9.53426Z\" fill=\"white\"/>\\n<path d=\"M259.362 9.04834H253.622C253.189 9.04834 252.829 9.40773 252.829 9.84112V38.1274C252.829 38.5608 253.189 38.9202 253.622 38.9202H259.362C259.795 38.9202 260.155 38.5608 260.155 38.1274V9.84112C260.155 9.40773 259.795 9.04834 259.362 9.04834Z\" fill=\"white\"/>\\n<path d=\"M240.293 20.9824L234.205 19.7562C232.186 19.3651 232.017 18.5089 232.017 17.6633C232.017 16.0672 233.581 14.9467 235.832 14.9467C237.904 14.9467 239.627 15.9932 240.335 17.6739C240.462 17.9698 240.748 18.1601 241.065 18.1601H247.153C247.396 18.1601 247.618 18.0544 247.766 17.8641C247.914 17.6739 247.978 17.4308 247.925 17.1982C246.762 11.8707 242.069 8.4248 235.959 8.4248C229.046 8.4248 224.395 12.209 224.395 17.8324C224.395 21.0987 225.791 25.2951 232.471 26.7115L238.454 27.8531C240.906 28.3394 241.107 29.185 241.107 30.1575C241.107 31.8804 239.49 32.9586 236.879 32.9586C234.268 32.9586 232.524 31.9861 231.678 30.0623C231.551 29.7769 231.266 29.5867 230.96 29.5867H224.512C224.29 29.5867 224.068 29.6818 223.92 29.8509C223.772 30.02 223.698 30.2526 223.729 30.4746C224.438 35.9923 229.385 39.5651 236.34 39.5651C243.644 39.5651 248.369 35.7598 248.369 29.8615C248.369 25.2317 245.504 22.0817 240.314 20.9824\" fill=\"white\"/>\\n<path d=\"M14.5734 15.0736L4.18275 9.06962C4.01362 8.96391 3.80221 8.94277 3.61195 8.99562C3.42168 9.04847 3.25255 9.17532 3.15742 9.34445L0.102586 14.6296C-0.108821 14.989 0.0180211 15.4435 0.377413 15.655L13.8229 23.4242C13.9392 23.4876 14.066 23.5299 14.1929 23.5299C14.3197 23.5299 14.4466 23.4982 14.5734 23.4242C14.806 23.2867 14.9539 23.0436 14.9539 22.7688V15.7184C14.9539 15.4541 14.806 15.2004 14.5734 15.063\" fill=\"white\"/>\\n<path d=\"M44.456 32.3242L30.0274 23.9947L44.456 15.6653C44.6251 15.5701 44.752 15.401 44.8048 15.2107C44.8577 15.0205 44.8259 14.8091 44.7308 14.6399L41.676 9.35477C41.4751 8.99537 41.01 8.86853 40.6507 9.07994L26.2221 17.4094V0.750495C26.2221 0.549658 26.1375 0.359391 26.0001 0.221977C25.8627 0.0845619 25.6619 0 25.4716 0H19.3619C18.9497 0 18.6115 0.338251 18.6115 0.750495V47.2495C18.6115 47.6618 18.9497 48 19.3619 48H25.4716C25.8839 48 26.2221 47.6618 26.2221 47.2495V30.5906L40.6507 38.9201C40.7669 38.9835 40.8938 39.0152 41.0206 39.0152C41.084 39.0152 41.1475 39.0152 41.2215 38.9941C41.4117 38.9412 41.5808 38.8144 41.676 38.6452L44.7308 33.3601C44.9422 33.0007 44.8154 32.5356 44.456 32.3347\" fill=\"white\"/>\\n<path d=\"M14.5734 24.5547C14.3409 24.4173 14.0555 24.4173 13.8229 24.5547L0.377413 32.3239C0.0180211 32.5353 -0.108821 32.9899 0.102586 33.3493L3.15742 38.6344C3.25255 38.8036 3.42168 38.9304 3.61195 38.9833C3.67537 39.0044 3.73879 39.0044 3.81278 39.0044C3.93962 39.0044 4.07704 38.9727 4.19331 38.8987L14.584 32.8947C14.8165 32.7573 14.9645 32.5142 14.9645 32.2394V25.1889C14.9645 24.9247 14.8165 24.671 14.584 24.5336\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-np8nc7\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"kIkwqgm07\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1d6b5be\",\"data-styles-preset\":\"GtWyuXoY1\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xEIyM4jzy\"},motionChild:true,nodeId:\"UNJrHacOt\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"About\"})})})}),className:\"framer-1t55hfp\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UNJrHacOt\",style:{\"--extracted-1lwpl3i\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1d6b5be\",\"data-styles-preset\":\"GtWyuXoY1\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C8ULaZgV0\"},motionChild:true,nodeId:\"uanX51eu4\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Our works\"})})})}),className:\"framer-12dbx87\",\"data-framer-name\":\"Our works\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uanX51eu4\",style:{\"--extracted-1lwpl3i\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1d6b5be\",\"data-styles-preset\":\"GtWyuXoY1\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qBSvUNcvj\"},motionChild:true,nodeId:\"OPWllFSs3\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Meet the team\"})})})}),className:\"framer-1h0ycvd\",\"data-framer-name\":\"Meet the team\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OPWllFSs3\",style:{\"--extracted-1lwpl3i\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1d6b5be\",\"data-styles-preset\":\"GtWyuXoY1\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTcFZg3vj\"},motionChild:true,nodeId:\"ouSGSVx4i\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Services\"})})})}),className:\"framer-q1osmz\",\"data-framer-name\":\"Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ouSGSVx4i\",style:{\"--extracted-1lwpl3i\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1d6b5be\",\"data-styles-preset\":\"GtWyuXoY1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTwfSaKrR\"},motionChild:true,nodeId:\"NA3L6fh0S\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Contact us\"})})})}),className:\"framer-1f2mr10\",\"data-framer-name\":\"Contact us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NA3L6fh0S\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14a3g2y\",\"data-framer-cursor\":lxVkXLaM4,\"data-framer-name\":\"Contact details\",layoutDependency:layoutDependency,layoutId:\"ryT6gata0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g478b9\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"rq7RTe0Ab\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mufkji\",\"data-framer-name\":\"Left column\",layoutDependency:layoutDependency,layoutId:\"GntLciuUO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-juoici\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"lgGfV7vJ0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/people/Klive-Asia/100083039751602/\",motionChild:true,nodeId:\"CnFNcueia\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Facebook\"})})})}),className:\"framer-z90ah0\",\"data-framer-name\":\"Facebook\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CnFNcueia\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"/\"})}),className:\"framer-ixp4st\",\"data-framer-name\":\"/\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PUO06z10F\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/klive-asia-pte-ltd/\",motionChild:true,nodeId:\"T1sPGEHOZ\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"LinkedIn\"})})})}),className:\"framer-b0aq3e\",\"data-framer-name\":\"LinkedIn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T1sPGEHOZ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"/\"})}),className:\"framer-1ls162d\",\"data-framer-name\":\"/\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JeXaVEQMg\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/kliveasia.sg/\",motionChild:true,nodeId:\"Cwflc9SBU\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Instagram \"})})})}),className:\"framer-jtdyii\",\"data-framer-name\":\"Instagram\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Cwflc9SBU\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c94wh3\",\"data-framer-name\":\"Frame 18\",layoutDependency:layoutDependency,layoutId:\"BU3EsX9Jg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:\"tel:+6564638933\",motionChild:true,nodeId:\"VnMAt1udU\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"(+65) 6463 8933\"})})})}),className:\"framer-4kdcxw\",\"data-framer-name\":\"(+65) 6463 8933\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VnMAt1udU\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"/\"})}),className:\"framer-1vl00jt\",\"data-framer-name\":\"/\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GPJVPiWl8\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@kliveasia.com\",motionChild:true,nodeId:\"djaeTL0PS\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"hello@kliveasia.com\"})})})}),className:\"framer-uwqzr7\",\"data-framer-name\":\"hello@kliveasia.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"djaeTL0PS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o8djta\",\"data-styles-preset\":\"N6itMUks9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/maps/dir//76+Playfair+Rd,+Singapore+367996/@1.3363551,103.8035088,12z/data=!4m8!4m7!1m0!1m5!1m1!1s0x31da172dd33ba83b:0x1e85373f88136406!2m2!1d103.8859108!2d1.3363565?entry=ttu&g_ep=EgoyMDI0MDgyMC4xIKXMDSoASAFQAw%3D%3D\",motionChild:true,nodeId:\"ATrCmT01S\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"76 Playfair Road, #05-04 LHK2 Building, Singapore 367996\"})})})}),className:\"framer-1ak9ptw\",\"data-framer-name\":\"76 Playfair Road, #05-04 LHK2 Building, Singapore 367996\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ATrCmT01S\",style:{\"--extracted-r6o4lv\":\"var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({XOR1I6CWm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o8djta\",\"data-styles-preset\":\"N6itMUks9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a1709340-d744-4d5b-8c88-2ce8275e7a57, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/maps/dir//76+Playfair+Rd,+Singapore+367996/@1.3363551,103.8035088,12z/data=!4m8!4m7!1m0!1m5!1m1!1s0x31da172dd33ba83b:0x1e85373f88136406!2m2!1d103.8859108!2d1.3363565?entry=ttu&g_ep=EgoyMDI0MDgyMC4xIKXMDSoASAFQAw%3D%3D\",motionChild:true,nodeId:\"ATrCmT01S\",openInNewTab:true,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"76 Playfair Road, #05-04 LHK2 Building, Singapore 367996\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bto2ac\",\"data-framer-name\":\"Right column\",layoutDependency:layoutDependency,layoutId:\"oujY5w_nc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d4i9of\",layoutDependency:layoutDependency,layoutId:\"oIej46Kyz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rb8S88IsN\"},motionChild:true,nodeId:\"K0qEs6sPA\",openInNewTab:false,scopeId:\"yCiYud6DC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sb58gm\",\"data-styles-preset\":\"gUqz6q7_L\",children:\"Data Protection Notice\"})})})}),className:\"framer-1x2qcvf\",\"data-framer-name\":\"Website by Plato\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K0qEs6sPA\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-umna0b\",layoutDependency:layoutDependency,layoutId:\"yPLs0uhoZ\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"/\"})}),className:\"framer-1vierqr\",\"data-framer-name\":\"/\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AfylOsQM0\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jxl7bm\",\"data-styles-preset\":\"xbNgK590P\",children:\"\\xa9 Copyright 2024 Klive Asia Pte Ltd\"})}),className:\"framer-2x8zjj\",\"data-framer-name\":\"\\xa9 Copyright 2022 Klive Asia Pte Ltd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AhkOjaSrr\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kmtpv0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eqKwHu2GQ-container\",nodeId:\"eqKwHu2GQ\",rendersWithMotion:true,scopeId:\"yCiYud6DC\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"eqKwHu2GQ\",isMixedBorderRadius:false,layoutId:\"eqKwHu2GQ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/uxWpgZyM5OfDHUrlg0bJKwEMJuw.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MsOjf.framer-kdfrxq, .framer-MsOjf .framer-kdfrxq { display: block; }\",\".framer-MsOjf.framer-mz5jqi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-MsOjf .framer-13awyms { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; z-index: 1; }\",\".framer-MsOjf .framer-17eqwhv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 0px 0px 0px; position: relative; width: 88%; }\",\".framer-MsOjf .framer-1hoep9q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 56%; word-break: break-word; word-wrap: break-word; }\",\".framer-MsOjf .framer-sac4pz, .framer-MsOjf .framer-14a3g2y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-MsOjf .framer-1v7m0do { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 1px; position: relative; width: 88%; }\",\".framer-MsOjf .framer-13g1v03 { flex: none; height: 48px; position: relative; text-decoration: none; width: 295px; }\",\".framer-MsOjf .framer-np8nc7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsOjf .framer-1t55hfp, .framer-MsOjf .framer-12dbx87, .framer-MsOjf .framer-1h0ycvd, .framer-MsOjf .framer-q1osmz, .framer-MsOjf .framer-1f2mr10, .framer-MsOjf .framer-z90ah0, .framer-MsOjf .framer-ixp4st, .framer-MsOjf .framer-b0aq3e, .framer-MsOjf .framer-1ls162d, .framer-MsOjf .framer-jtdyii, .framer-MsOjf .framer-4kdcxw, .framer-MsOjf .framer-1vl00jt, .framer-MsOjf .framer-uwqzr7, .framer-MsOjf .framer-1ak9ptw, .framer-MsOjf .framer-1x2qcvf, .framer-MsOjf .framer-1vierqr, .framer-MsOjf .framer-2x8zjj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MsOjf .framer-g478b9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 1px; position: relative; width: 88%; }\",\".framer-MsOjf .framer-mufkji { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsOjf .framer-juoici, .framer-MsOjf .framer-c94wh3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsOjf .framer-bto2ac { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsOjf .framer-1d4i9of, .framer-MsOjf .framer-umna0b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsOjf .framer-1kmtpv0-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.96047430830042% - 100% / 2); width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsOjf.framer-mz5jqi, .framer-MsOjf .framer-13awyms, .framer-MsOjf .framer-17eqwhv, .framer-MsOjf .framer-sac4pz, .framer-MsOjf .framer-np8nc7, .framer-MsOjf .framer-14a3g2y, .framer-MsOjf .framer-mufkji, .framer-MsOjf .framer-juoici, .framer-MsOjf .framer-c94wh3, .framer-MsOjf .framer-bto2ac, .framer-MsOjf .framer-1d4i9of, .framer-MsOjf .framer-umna0b { gap: 0px; } .framer-MsOjf.framer-mz5jqi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MsOjf.framer-mz5jqi > :first-child, .framer-MsOjf .framer-sac4pz > :first-child, .framer-MsOjf .framer-14a3g2y > :first-child, .framer-MsOjf .framer-mufkji > :first-child, .framer-MsOjf .framer-bto2ac > :first-child { margin-top: 0px; } .framer-MsOjf.framer-mz5jqi > :last-child, .framer-MsOjf .framer-sac4pz > :last-child, .framer-MsOjf .framer-14a3g2y > :last-child, .framer-MsOjf .framer-mufkji > :last-child, .framer-MsOjf .framer-bto2ac > :last-child { margin-bottom: 0px; } .framer-MsOjf .framer-13awyms > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MsOjf .framer-13awyms > :first-child, .framer-MsOjf .framer-17eqwhv > :first-child, .framer-MsOjf .framer-np8nc7 > :first-child, .framer-MsOjf .framer-juoici > :first-child, .framer-MsOjf .framer-c94wh3 > :first-child, .framer-MsOjf .framer-1d4i9of > :first-child, .framer-MsOjf .framer-umna0b > :first-child { margin-left: 0px; } .framer-MsOjf .framer-13awyms > :last-child, .framer-MsOjf .framer-17eqwhv > :last-child, .framer-MsOjf .framer-np8nc7 > :last-child, .framer-MsOjf .framer-juoici > :last-child, .framer-MsOjf .framer-c94wh3 > :last-child, .framer-MsOjf .framer-1d4i9of > :last-child, .framer-MsOjf .framer-umna0b > :last-child { margin-right: 0px; } .framer-MsOjf .framer-17eqwhv > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-MsOjf .framer-sac4pz > *, .framer-MsOjf .framer-14a3g2y > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MsOjf .framer-np8nc7 > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-MsOjf .framer-mufkji > *, .framer-MsOjf .framer-bto2ac > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-MsOjf .framer-juoici > *, .framer-MsOjf .framer-c94wh3 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MsOjf .framer-1d4i9of > *, .framer-MsOjf .framer-umna0b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-MsOjf.framer-v-o6fpkg.framer-mz5jqi { width: 810px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-13awyms, .framer-MsOjf.framer-v-ryfltc .framer-13awyms { height: 500px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-17eqwhv, .framer-MsOjf.framer-v-ryfltc .framer-17eqwhv { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 48px; padding: 48px 0px 48px 0px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-1hoep9q { width: 88%; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-sac4pz, .framer-MsOjf.framer-v-ryfltc .framer-sac4pz { padding: 48px 0px 48px 0px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-1v7m0do, .framer-MsOjf.framer-v-ryfltc .framer-1v7m0do { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-13g1v03 { aspect-ratio: 6.145833333333333 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 246px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-np8nc7 { gap: 48px; width: 100%; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-14a3g2y, .framer-MsOjf.framer-v-ryfltc .framer-14a3g2y { padding: 40px 0px 40px 0px; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-g478b9, .framer-MsOjf.framer-v-ryfltc .framer-g478b9 { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-mufkji, .framer-MsOjf.framer-v-ryfltc .framer-1hoep9q { width: 100%; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-juoici, .framer-MsOjf.framer-v-o6fpkg .framer-c94wh3 { align-content: center; align-items: center; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-1ak9ptw, .framer-MsOjf.framer-v-ryfltc .framer-1ak9ptw { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MsOjf.framer-v-o6fpkg .framer-bto2ac { align-content: center; align-items: center; flex-direction: row; gap: 10px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsOjf.framer-v-o6fpkg .framer-17eqwhv, .framer-MsOjf.framer-v-o6fpkg .framer-1v7m0do, .framer-MsOjf.framer-v-o6fpkg .framer-np8nc7, .framer-MsOjf.framer-v-o6fpkg .framer-g478b9, .framer-MsOjf.framer-v-o6fpkg .framer-bto2ac { gap: 0px; } .framer-MsOjf.framer-v-o6fpkg .framer-17eqwhv > *, .framer-MsOjf.framer-v-o6fpkg .framer-1v7m0do > *, .framer-MsOjf.framer-v-o6fpkg .framer-g478b9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-MsOjf.framer-v-o6fpkg .framer-17eqwhv > :first-child, .framer-MsOjf.framer-v-o6fpkg .framer-1v7m0do > :first-child, .framer-MsOjf.framer-v-o6fpkg .framer-g478b9 > :first-child { margin-top: 0px; } .framer-MsOjf.framer-v-o6fpkg .framer-17eqwhv > :last-child, .framer-MsOjf.framer-v-o6fpkg .framer-1v7m0do > :last-child, .framer-MsOjf.framer-v-o6fpkg .framer-g478b9 > :last-child { margin-bottom: 0px; } .framer-MsOjf.framer-v-o6fpkg .framer-np8nc7 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-MsOjf.framer-v-o6fpkg .framer-np8nc7 > :first-child, .framer-MsOjf.framer-v-o6fpkg .framer-bto2ac > :first-child { margin-left: 0px; } .framer-MsOjf.framer-v-o6fpkg .framer-np8nc7 > :last-child, .framer-MsOjf.framer-v-o6fpkg .framer-bto2ac > :last-child { margin-right: 0px; } .framer-MsOjf.framer-v-o6fpkg .framer-bto2ac > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-MsOjf.framer-v-ryfltc.framer-mz5jqi { width: 375px; }\",\".framer-MsOjf.framer-v-ryfltc .framer-np8nc7 { flex-direction: column; gap: 24px; }\",\".framer-MsOjf.framer-v-ryfltc .framer-mufkji, .framer-MsOjf.framer-v-ryfltc .framer-bto2ac { align-content: center; align-items: center; width: 100%; }\",\".framer-MsOjf.framer-v-ryfltc .framer-umna0b { flex-direction: column; gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsOjf.framer-v-ryfltc .framer-17eqwhv, .framer-MsOjf.framer-v-ryfltc .framer-1v7m0do, .framer-MsOjf.framer-v-ryfltc .framer-np8nc7, .framer-MsOjf.framer-v-ryfltc .framer-g478b9, .framer-MsOjf.framer-v-ryfltc .framer-umna0b { gap: 0px; } .framer-MsOjf.framer-v-ryfltc .framer-17eqwhv > *, .framer-MsOjf.framer-v-ryfltc .framer-1v7m0do > *, .framer-MsOjf.framer-v-ryfltc .framer-g478b9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-MsOjf.framer-v-ryfltc .framer-17eqwhv > :first-child, .framer-MsOjf.framer-v-ryfltc .framer-1v7m0do > :first-child, .framer-MsOjf.framer-v-ryfltc .framer-np8nc7 > :first-child, .framer-MsOjf.framer-v-ryfltc .framer-g478b9 > :first-child, .framer-MsOjf.framer-v-ryfltc .framer-umna0b > :first-child { margin-top: 0px; } .framer-MsOjf.framer-v-ryfltc .framer-17eqwhv > :last-child, .framer-MsOjf.framer-v-ryfltc .framer-1v7m0do > :last-child, .framer-MsOjf.framer-v-ryfltc .framer-np8nc7 > :last-child, .framer-MsOjf.framer-v-ryfltc .framer-g478b9 > :last-child, .framer-MsOjf.framer-v-ryfltc .framer-umna0b > :last-child { margin-bottom: 0px; } .framer-MsOjf.framer-v-ryfltc .framer-np8nc7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MsOjf.framer-v-ryfltc .framer-umna0b > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-MsOjf[data-border=\"true\"]::after, .framer-MsOjf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1262\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LSF6NeVko\":{\"layout\":[\"fixed\",\"auto\"]},\"XOR1I6CWm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CR1DHw6mM\":\"cursorCTA\",\"N8sHILM6f\":\"visible\",\"lxVkXLaM4\":\"cursorNav\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameryCiYud6DC=withCSS(Component,css,\"framer-MsOjf\");export default FrameryCiYud6DC;FrameryCiYud6DC.displayName=\"Footer\";FrameryCiYud6DC.defaultProps={height:1262,width:1920};addPropertyControls(FrameryCiYud6DC,{variant:{options:[\"NjgcSo6hm\",\"LSF6NeVko\",\"XOR1I6CWm\"],optionTitles:[\"Footer\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},CR1DHw6mM:{title:\"Cursor CTA\",type:ControlType.CustomCursor},N8sHILM6f:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},lxVkXLaM4:{title:\"Cursor Nav\",type:ControlType.CustomCursor}});addFonts(FrameryCiYud6DC,[{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\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryCiYud6DC\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"CR1DHw6mM\\\":\\\"cursorCTA\\\",\\\"N8sHILM6f\\\":\\\"visible\\\",\\\"lxVkXLaM4\\\":\\\"cursorNav\\\"}\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LSF6NeVko\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XOR1I6CWm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1262\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yCiYud6DC.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "g8QmQgISa", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1u03hiv", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "Frameri3vrntQxn", "withCSS", "i3vrntQxn_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "i3vrntQxn_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "g8QmQgISa1ci8gw5", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerIBc5KSuZU", "withCSS", "IBc5KSuZU_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CaretFonts", "getFonts", "i3vrntQxn_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "FfHjccky3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "g8QmQgISa197c2qf", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "Framerpx8hufeiO", "withCSS", "px8hufeiO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerrL02CntFt", "withCSS", "rL02CntFt_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "css", "FramersDDd1f_Vw", "withCSS", "sDDd1f_Vw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "css", "FramerSEUldecgY", "withCSS", "SEUldecgY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavExploreFonts", "getFonts", "IBc5KSuZU_default", "LinksExploreFonts", "SEUldecgY_default", "MotionDivWithFX", "withFX", "motion", "NavServicesFonts", "px8hufeiO_default", "LinksProductFonts", "sDDd1f_Vw_default", "SubNavFonts", "rL02CntFt_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation3", "animation4", "animation5", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FHEz_KF8Jmagnlv4PT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapoely2x", "args", "onTap161zdur", "onTapwsgtlm", "onTaptajik9", "PWSlWeqS6izu9gt", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "ref4", "ref5", "isDisplayed2", "isDisplayed3", "ref6", "ref7", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "overlay1", "RichText2", "overlay2", "css", "FramerIEwtgXqZX", "withCSS", "IEwtgXqZX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "MotionDivWithFX", "optimizeAppear", "cx", "serializationHash", "SVG", "css", "FramerqKdE1vWjN", "withCSS", "qKdE1vWjN_default", "addFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "optimizeAppear", "cx", "u", "RichText2", "SVG", "css", "FramersEtvYC5mv", "withCSS", "sEtvYC5mv_default", "addFonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "MotionDivWithFX", "optimizeAppear", "cx", "serializationHash", "SVG", "css", "FramerVbA0FrVcx", "withCSS", "VbA0FrVcx_default", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursorCTA", "cursorNav", "height", "id", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CR1DHw6mM", "N8sHILM6f", "lxVkXLaM4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Link", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameryCiYud6DC", "withCSS", "yCiYud6DC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
