{
  "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://framer.com/m/framer/integrations-styles.js@^0.2.0", "ssg:https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js", "ssg:https://framerusercontent.com/modules/hZSUgnw1TAe4UeK6HAUE/it9pJKrdSyNBKN57XQPG/sB7znAIra.js", "ssg:https://framerusercontent.com/modules/nSJvz1RpJwl6iXbxA4J0/ULi3P2QEeHGG5fiHfMdd/AOR3EWz_z.js", "ssg:https://framerusercontent.com/modules/mypeoBfuuZDpf4HqQuiv/ucA4Qr3jTk5LpjwibBzu/AsLMvR4Km.js", "ssg:https://framerusercontent.com/modules/XpyvEcmIIgRdQBpSUFGr/dpvDEW04XuMCZQUYn0Zy/NjedTaj8i.js", "ssg:https://framerusercontent.com/modules/5mDXp659dyX6ab6itgNl/ncdkokyA1GayXQ4yFZ2T/Qxst9ljrj.js", "ssg:https://framerusercontent.com/modules/ZbetHjqctqICSnvb19rM/RWJhntOHScNmWmu08vcD/tzJQekcj4.js", "ssg:https://framerusercontent.com/modules/BMFaatrimq3gDeCfoS7v/HDSm39Px5srOAT6tEnSi/QHpHK3bmI.js", "ssg:https://framerusercontent.com/modules/aVAgVWlV8FIXLWg4NRx1/7oY3pP6nPmlCwN31iUT8/ATB7nvggB.js", "ssg:https://framerusercontent.com/modules/vOrVSkPN1YRIPfaXNCHt/RnLx7UTpnodMWpvTSh9P/LBZDvLlK6.js", "ssg:https://framerusercontent.com/modules/564pUJEaLssk9zSMmqEb/RxxrZ2y9HearDT9cNzyv/cuTL66dr5.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/SuIwlsSRu0rRuWYSE8Lv/Yosv67HwXUHVd6dW8TyM/mZpWtSrKB.js", "ssg:https://framerusercontent.com/modules/eIn3jEkAeisdWbgwyu8A/wV0tsm97fFZirq7cQ9Zq/jEYAIXjag.js", "ssg:https://framerusercontent.com/modules/sO0pnzAruYUPDNCAGFpA/ChXTsUvYR4ySx88GW1vz/XRA86i5CU.js", "ssg:https://framerusercontent.com/modules/7aiisFekT3Ck8wBlzezR/ngDtvrYJOyZIcfsjxnbX/WkH0ZbXcF.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{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";const BADGES={featured:\"featured.svg\",top:\"top-post-badge.svg\",review:\"review.svg\"};const productHuntRegex=/^https?:\\/\\/(?:www\\.)?producthunt\\.com\\/posts\\/([^\\/]*)/;/**\n * PRODUCT HUNT\n *\n * @framerIntrinsicWidth 250\n * @framerIntrinsicHeight 54\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function ProductHunt({url,type,theme,style,...props}){const badgeUrl=useMemo(()=>{var ref;const[,id]=(ref=url.match(productHuntRegex))!==null&&ref!==void 0?ref:[null,\"\"];if(!id)return null;return`https://api.producthunt.com/widgets/embed-image/v1/${BADGES[type]}?post_id=${id}&theme=${theme}`;},[url,type,theme]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\"},...props,children:badgeUrl?/*#__PURE__*/ _jsx(motion.a,{href:url,target:\"_blank\",style:{...style,width:250,height:54},...props,children:/*#__PURE__*/ _jsx(\"img\",{src:badgeUrl,alt:\"Product Hunt Badge\",width:\"250\",height:\"54\"})}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Product Hunt\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a product URL in the Properties.\"})]})}));};addPropertyControls(ProductHunt,{url:{type:ControlType.String,title:\"URL\",placeholder:\"https://www.producthunt.com/posts/***\",defaultValue:\"https://www.producthunt.com/posts/framer-for-web\"},type:{type:ControlType.Enum,title:\"Type\",options:[\"featured\",\"top\",\"review\"],optionTitles:[\"Featured\",\"Top Post Daily\",\"Leave a Review\"],defaultValue:\"featured\"},theme:{type:ControlType.Enum,options:[\"light\",\"dark\"],optionTitles:[\"Light\",\"Dark\"],displaySegmentedControl:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProductHunt\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProductHunt.map", "// Generated by Framer (f030ee3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-Ozo9F .framer-styles-preset-hgnvgb:not(.rich-text-wrapper), .framer-Ozo9F .framer-styles-preset-hgnvgb.rich-text-wrapper a { --framer-link-current-text-color: #a3a3a3; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #157f45; --framer-link-hover-text-decoration: none; --framer-link-text-color: #a3a3a3; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-Ozo9F\";\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 (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Lu30svyIH:{hover:true}};const cycleOrder=[\"Lu30svyIH\"];const serializationHash=\"framer-I23Zj\";const variantClassNames={Lu30svyIH:\"framer-v-j6nrcm\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({bGColor,borderColor,height,hoverBGColor,icon,icon20,icon24,id,link,newTab,padding,radius,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7;return{...props,EuHFkggBV:(_ref=icon!==null&&icon!==void 0?icon:props.EuHFkggBV)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/sRHczQdje9TtKgl7TV8YmntFg.svg\"},FUAmHWva7:(_ref1=hoverBGColor!==null&&hoverBGColor!==void 0?hoverBGColor:props.FUAmHWva7)!==null&&_ref1!==void 0?_ref1:\"var(--token-da8270c2-97fe-45d1-b96d-cd287ef8349a, rgb(225, 228, 235))\",GmUKaHxvq:(_ref2=icon24!==null&&icon24!==void 0?icon24:props.GmUKaHxvq)!==null&&_ref2!==void 0?_ref2:true,Pp2r2djhl:link!==null&&link!==void 0?link:props.Pp2r2djhl,rBg0AhrSt:icon20!==null&&icon20!==void 0?icon20:props.rBg0AhrSt,RO1QIMhTd:(_ref3=padding!==null&&padding!==void 0?padding:props.RO1QIMhTd)!==null&&_ref3!==void 0?_ref3:\"12px\",Tc8EkpulR:(_ref4=newTab!==null&&newTab!==void 0?newTab:props.Tc8EkpulR)!==null&&_ref4!==void 0?_ref4:true,TQyn6tqJo:(_ref5=bGColor!==null&&bGColor!==void 0?bGColor:props.TQyn6tqJo)!==null&&_ref5!==void 0?_ref5:\"var(--token-8eeb5d0e-8253-4587-8652-7fa6c9393fd2, rgb(242, 244, 246))\",vsxhBclHt:(_ref6=borderColor!==null&&borderColor!==void 0?borderColor:props.vsxhBclHt)!==null&&_ref6!==void 0?_ref6:{borderColor:'var(--token-d5d168c9-3ce6-4662-8579-797f485ea94f, rgb(230, 233, 238)) /* {\"name\":\"Light 92\"} */',borderStyle:\"solid\",borderWidth:1},YxgKSYu9u:(_ref7=radius!==null&&radius!==void 0?radius:props.YxgKSYu9u)!==null&&_ref7!==void 0?_ref7:\"12px\"};};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,Pp2r2djhl,Tc8EkpulR,EuHFkggBV,rBg0AhrSt,GmUKaHxvq,TQyn6tqJo,FUAmHWva7,vsxhBclHt,RO1QIMhTd,YxgKSYu9u,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Lu30svyIH\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _vsxhBclHt_borderBottomWidth,_vsxhBclHt_borderLeftWidth,_vsxhBclHt_borderRightWidth,_vsxhBclHt_borderTopWidth;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Pp2r2djhl,openInNewTab:Tc8EkpulR,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-j6nrcm\",className,classNames)} framer-14kuzvb`,\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"Lu30svyIH\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":`${(_vsxhBclHt_borderBottomWidth=vsxhBclHt.borderBottomWidth)!==null&&_vsxhBclHt_borderBottomWidth!==void 0?_vsxhBclHt_borderBottomWidth:vsxhBclHt.borderWidth}px`,\"--border-color\":vsxhBclHt.borderColor,\"--border-left-width\":`${(_vsxhBclHt_borderLeftWidth=vsxhBclHt.borderLeftWidth)!==null&&_vsxhBclHt_borderLeftWidth!==void 0?_vsxhBclHt_borderLeftWidth:vsxhBclHt.borderWidth}px`,\"--border-right-width\":`${(_vsxhBclHt_borderRightWidth=vsxhBclHt.borderRightWidth)!==null&&_vsxhBclHt_borderRightWidth!==void 0?_vsxhBclHt_borderRightWidth:vsxhBclHt.borderWidth}px`,\"--border-style\":vsxhBclHt.borderStyle,\"--border-top-width\":`${(_vsxhBclHt_borderTopWidth=vsxhBclHt.borderTopWidth)!==null&&_vsxhBclHt_borderTopWidth!==void 0?_vsxhBclHt_borderTopWidth:vsxhBclHt.borderWidth}px`,\"--mt49qf\":numberToPixelString(RO1QIMhTd),backgroundColor:TQyn6tqJo,borderBottomLeftRadius:radiusForCorner(YxgKSYu9u,3),borderBottomRightRadius:radiusForCorner(YxgKSYu9u,2),borderTopLeftRadius:radiusForCorner(YxgKSYu9u,0),borderTopRightRadius:radiusForCorner(YxgKSYu9u,1),...style},variants:{\"Lu30svyIH-hover\":{backgroundColor:FUAmHWva7}},...addPropertyOverrides({\"Lu30svyIH-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[GmUKaHxvq&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,sizes:\"24px\",...toResponsiveImage(EuHFkggBV)},className:\"framer-cfigxw\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"T6PFO2h2_\"}),rBg0AhrSt&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,sizes:\"20px\",...toResponsiveImage(EuHFkggBV)},className:\"framer-1i5teg6\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"SOg5AdP_i\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I23Zj.framer-14kuzvb, .framer-I23Zj .framer-14kuzvb { display: block; }\",\".framer-I23Zj.framer-j6nrcm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: var(--mt49qf); position: relative; text-decoration: none; width: min-content; }\",\".framer-I23Zj .framer-cfigxw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-I23Zj .framer-1i5teg6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I23Zj.framer-j6nrcm { gap: 0px; } .framer-I23Zj.framer-j6nrcm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I23Zj.framer-j6nrcm > :first-child { margin-left: 0px; } .framer-I23Zj.framer-j6nrcm > :last-child { margin-right: 0px; } }\",'.framer-I23Zj[data-border=\"true\"]::after, .framer-I23Zj [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JfZUNlrq1\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Pp2r2djhl\":\"link\",\"Tc8EkpulR\":\"newTab\",\"EuHFkggBV\":\"icon\",\"rBg0AhrSt\":\"icon20\",\"GmUKaHxvq\":\"icon24\",\"TQyn6tqJo\":\"bGColor\",\"FUAmHWva7\":\"hoverBGColor\",\"vsxhBclHt\":\"borderColor\",\"RO1QIMhTd\":\"padding\",\"YxgKSYu9u\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAOR3EWz_z=withCSS(Component,css,\"framer-I23Zj\");export default FramerAOR3EWz_z;FramerAOR3EWz_z.displayName=\"Button/ Icon Button\";FramerAOR3EWz_z.defaultProps={height:48,width:48};addPropertyControls(FramerAOR3EWz_z,{Pp2r2djhl:{title:\"Link\",type:ControlType.Link},Tc8EkpulR:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean},EuHFkggBV:{__defaultAssetReference:\"data:framer/asset-reference,sRHczQdje9TtKgl7TV8YmntFg.svg?originalFilename=placeholder.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},rBg0AhrSt:{defaultValue:false,title:\"Icon 20\",type:ControlType.Boolean},GmUKaHxvq:{defaultValue:true,title:\"Icon 24\",type:ControlType.Boolean},TQyn6tqJo:{defaultValue:'var(--token-8eeb5d0e-8253-4587-8652-7fa6c9393fd2, rgb(242, 244, 246)) /* {\"name\":\"Light 96\"} */',title:\"BG Color\",type:ControlType.Color},FUAmHWva7:{defaultValue:'var(--token-da8270c2-97fe-45d1-b96d-cd287ef8349a, rgb(225, 228, 235)) /* {\"name\":\"Light 90\"} */',title:\"Hover BG Color\",type:ControlType.Color},vsxhBclHt:{defaultValue:{borderColor:'var(--token-d5d168c9-3ce6-4662-8579-797f485ea94f, rgb(230, 233, 238)) /* {\"name\":\"Light 92\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border Color\",type:ControlType.Border},RO1QIMhTd:{defaultValue:\"12px\",title:\"Padding\",type:ControlType.Padding},YxgKSYu9u:{defaultValue:\"12px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerAOR3EWz_z,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAOR3EWz_z\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"48\",\"framerVariables\":\"{\\\"Pp2r2djhl\\\":\\\"link\\\",\\\"Tc8EkpulR\\\":\\\"newTab\\\",\\\"EuHFkggBV\\\":\\\"icon\\\",\\\"rBg0AhrSt\\\":\\\"icon20\\\",\\\"GmUKaHxvq\\\":\\\"icon24\\\",\\\"TQyn6tqJo\\\":\\\"bGColor\\\",\\\"FUAmHWva7\\\":\\\"hoverBGColor\\\",\\\"vsxhBclHt\\\":\\\"borderColor\\\",\\\"RO1QIMhTd\\\":\\\"padding\\\",\\\"YxgKSYu9u\\\":\\\"radius\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JfZUNlrq1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AOR3EWz_z.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ProductHunt from\"https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js\";import ButtonIconButton from\"https://framerusercontent.com/modules/nSJvz1RpJwl6iXbxA4J0/ULi3P2QEeHGG5fiHfMdd/AOR3EWz_z.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/hZSUgnw1TAe4UeK6HAUE/it9pJKrdSyNBKN57XQPG/sB7znAIra.js\";const ProductHuntFonts=getFonts(ProductHunt);const ButtonIconButtonFonts=getFonts(ButtonIconButton);const cycleOrder=[\"NWo5WmwEI\",\"yUbaPx_XJ\",\"I20icxl5j\"];const serializationHash=\"framer-zWyjZ\";const variantClassNames={I20icxl5j:\"framer-v-wlzqyc\",NWo5WmwEI:\"framer-v-ami89t\",yUbaPx_XJ:\"framer-v-1oovae5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={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:transition2,y:-2};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={Desktop:\"NWo5WmwEI\",Mobile:\"I20icxl5j\",Tablet:\"yUbaPx_XJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NWo5WmwEI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NWo5WmwEI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-ami89t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NWo5WmwEI\",ref:refBinding,style:{backgroundColor:\"rgb(8, 8, 8)\",...style},...addPropertyOverrides({I20icxl5j:{\"data-framer-name\":\"Mobile\"},yUbaPx_XJ:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||571)-(-551+(componentViewport?.height||571)*2.4682)),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png?lossless=1\"},className:\"framer-1ep5fvy\",layoutDependency:layoutDependency,layoutId:\"Xzjjq1Cbf\",style:{filter:\"brightness(0.65) contrast(0.93)\",opacity:.1,WebkitFilter:\"brightness(0.65) contrast(0.93)\"},...addPropertyOverrides({I20icxl5j:{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1067)-(-551+(componentViewport?.height||1067)*2.4682)),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png?lossless=1\"}},yUbaPx_XJ:{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||620)-(-551+(componentViewport?.height||620)*2.4682)),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png?lossless=1\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-156dacc\",\"data-framer-name\":\"Main Container\",layoutDependency:layoutDependency,layoutId:\"G17rgR4b7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dezr1l\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"C2yRQyMxW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yzvbwn\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"bDEwPjycT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16dqs84\",layoutDependency:layoutDependency,layoutId:\"ZVmGEejZ3\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"HLBNI47kF\",scopeId:\"AsLMvR4Km\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+0+0+0+0+0+0+0+0),pixelHeight:176,pixelWidth:176,src:\"https://framerusercontent.com/images/h15Ztg75FQpO4SqP9T7gn627kqE.png\"},className:\"framer-1yz4g2e framer-102uvfp\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"HLBNI47kF\",...addPropertyOverrides({I20icxl5j:{background:{alt:\"Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+0+0+0+0+0+0+0),pixelHeight:176,pixelWidth:176,src:\"https://framerusercontent.com/images/h15Ztg75FQpO4SqP9T7gn627kqE.png\"}},yUbaPx_XJ:{background:{alt:\"Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+0+0+0+0+0+0+0+0),pixelHeight:176,pixelWidth:176,src:\"https://framerusercontent.com/images/h15Ztg75FQpO4SqP9T7gn627kqE.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:\"Supaboard: BI That Works for Everyone\u2014No Expertise Needed.\"})}),className:\"framer-g2417i\",\"data-framer-name\":\"Paragraph\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"wJNCteXoZ\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-144xkhe\",layoutDependency:layoutDependency,layoutId:\"E38WYQERD\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13h1lui-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OSenkgU8z-container\",nodeId:\"OSenkgU8z\",rendersWithMotion:true,scopeId:\"AsLMvR4Km\",children:/*#__PURE__*/_jsx(ProductHunt,{height:\"100%\",id:\"OSenkgU8z\",layoutId:\"OSenkgU8z\",theme:\"light\",type:\"top\",url:\"https://www.producthunt.com/posts/supaboard-ai\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18b2ro1\",\"data-framer-name\":\"Button Container\",layoutDependency:layoutDependency,layoutId:\"b_0VAQAPv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+110+0+0+0+0+0+245+0+84+0,...addPropertyOverrides({I20icxl5j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+245+0+84+0},yUbaPx_XJ:{y:(componentViewport?.y||0)+80+0+0+0+0+0+0+83+0+84+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15h5xh8-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xT8_zMCNh-container\",nodeId:\"xT8_zMCNh\",rendersWithMotion:true,scopeId:\"AsLMvR4Km\",whileHover:animation,children:/*#__PURE__*/_jsx(ButtonIconButton,{EuHFkggBV:addImageAlt({src:\"https://framerusercontent.com/images/lE6exgFCC7D83cPTOY1ydeVc5Q.svg\"},\"Linkedin\"),FUAmHWva7:\"var(--token-a22396bb-516f-4c65-bbc4-6bfea9ab5ee1, rgb(61, 61, 61))\",GmUKaHxvq:true,height:\"100%\",id:\"xT8_zMCNh\",layoutId:\"xT8_zMCNh\",Pp2r2djhl:\"https://www.linkedin.com/company/supaboardai/?lipi=urn%3Ali%3Apage%3Ad_flagship3_company_posts%3BJFXURh3eQ%2FqLiIqr7iihhw%3D%3D\",rBg0AhrSt:false,RO1QIMhTd:\"12px\",Tc8EkpulR:true,TQyn6tqJo:\"var(--token-5de22740-98eb-445e-9c94-d59f1c2b8745, rgb(38, 38, 38))\",vsxhBclHt:{borderColor:\"rgba(230, 233, 238, 0)\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",YxgKSYu9u:\"12px\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+110+0+0+0+0+0+245+0+84+0,...addPropertyOverrides({I20icxl5j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+245+0+84+0},yUbaPx_XJ:{y:(componentViewport?.y||0)+80+0+0+0+0+0+0+83+0+84+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-598ds-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pBC0dbJkF-container\",nodeId:\"pBC0dbJkF\",rendersWithMotion:true,scopeId:\"AsLMvR4Km\",whileHover:animation,children:/*#__PURE__*/_jsx(ButtonIconButton,{EuHFkggBV:addImageAlt({src:\"https://framerusercontent.com/images/pi07XEcl0WhZJgYMvg9cF6dv0.svg\"},\"x.com\"),FUAmHWva7:\"var(--token-a22396bb-516f-4c65-bbc4-6bfea9ab5ee1, rgb(61, 61, 61))\",GmUKaHxvq:true,height:\"100%\",id:\"pBC0dbJkF\",layoutId:\"pBC0dbJkF\",Pp2r2djhl:\"https://x.com/supaboardai\",rBg0AhrSt:false,RO1QIMhTd:\"12px\",Tc8EkpulR:true,TQyn6tqJo:\"var(--token-5de22740-98eb-445e-9c94-d59f1c2b8745, rgb(38, 38, 38))\",vsxhBclHt:{borderColor:\"rgba(230, 233, 238, 0)\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",YxgKSYu9u:\"12px\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+110+0+0+0+0+0+245+0+84+0,...addPropertyOverrides({I20icxl5j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+245+0+84+0},yUbaPx_XJ:{y:(componentViewport?.y||0)+80+0+0+0+0+0+0+83+0+84+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18nc59u-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"k7XfAOjnm-container\",nodeId:\"k7XfAOjnm\",rendersWithMotion:true,scopeId:\"AsLMvR4Km\",whileHover:animation,children:/*#__PURE__*/_jsx(ButtonIconButton,{EuHFkggBV:addImageAlt({src:\"https://framerusercontent.com/images/3NH7IWWqw3aNOaqcSf1vd6Din4.png\"},\"x.com\"),FUAmHWva7:\"var(--token-a22396bb-516f-4c65-bbc4-6bfea9ab5ee1, rgb(61, 61, 61))\",GmUKaHxvq:true,height:\"100%\",id:\"k7XfAOjnm\",layoutId:\"k7XfAOjnm\",Pp2r2djhl:\"https://www.youtube.com/channel/UCgr8sNz2CUoea-1CXooBePQ\",rBg0AhrSt:false,RO1QIMhTd:\"12px\",Tc8EkpulR:true,TQyn6tqJo:\"var(--token-5de22740-98eb-445e-9c94-d59f1c2b8745, rgb(38, 38, 38))\",vsxhBclHt:{borderColor:\"rgba(230, 233, 238, 0)\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",YxgKSYu9u:\"12px\"})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-92vv2b\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"yWxtZkE5L\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ouqvzh\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Py37nTWvx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"All Pages\"})}),className:\"framer-ogm0jt\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"dkBM1DE_M\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fru0ce\",\"data-framer-name\":\"Links Container\",layoutDependency:layoutDependency,layoutId:\"jQXodlepr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"IgEX1ta8Y\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Home\"})})})}),className:\"framer-ik6cc9\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"IgEX1ta8Y\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s3ZeK8wGV\"},motionChild:true,nodeId:\"qY6FX2RLK\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Pricing\"})})})}),className:\"framer-kboghw\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"qY6FX2RLK\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Q5nRUi5B4\"},motionChild:true,nodeId:\"QPg84IKx1\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Trocco ETL\"})})})}),className:\"framer-izbb3u\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"QPg84IKx1\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Cu1BVX3KQ\"},motionChild:true,nodeId:\"YiVe9xub2\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Watch Demo\"})})})}),className:\"framer-eht1y9\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"YiVe9xub2\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pUOAX4Jez\"},motionChild:true,nodeId:\"YCcSY_WwN\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Book Demo\"})})})}),className:\"framer-eo3fl2\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"YCcSY_WwN\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c8bi9l\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"po0glObZh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Features\"})}),className:\"framer-1bi27l8\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"dWPEggTKY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1htlqwb\",\"data-framer-name\":\"Links Container\",layoutDependency:layoutDependency,layoutId:\"uoOaHwtf2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ppSHFkQ1h:\"data-view\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"PLRAD9lZO\"}},webPageId:\"Acj1XvUzR\"},motionChild:true,nodeId:\"ZB43DwVh4\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Data View\"})})})}),className:\"framer-9nvreb\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"ZB43DwVh4\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ppSHFkQ1h:\"functions\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"Tip_pwW_d\"}},webPageId:\"Acj1XvUzR\"},motionChild:true,nodeId:\"CzEBfwn5G\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Functions\"})})})}),className:\"framer-10x5z6k\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"CzEBfwn5G\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ppSHFkQ1h:\"stella\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"lDUQFiuBw\"}},webPageId:\"Acj1XvUzR\"},motionChild:true,nodeId:\"ZXfx2928W\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"AI Analysts\"})})})}),className:\"framer-1pb16ef\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"ZXfx2928W\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ppSHFkQ1h:\"dashboard-and-insights\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"zZu3P32gT\"}},webPageId:\"Acj1XvUzR\"},motionChild:true,nodeId:\"f2f1vUkI2\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Dashboards with Insights\"})})})}),className:\"framer-hc77t3\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"f2f1vUkI2\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n1cps9\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"K9Ee5l8Zv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Use cases\"})}),className:\"framer-iu3zrz\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"VA6WYoHbW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yxskm8\",\"data-framer-name\":\"Links Container\",layoutDependency:layoutDependency,layoutId:\"Ik0eCIp7I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHCnIDRe_:\"ai-powered-data-discovery\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"DsmC2tZ4t\"}},webPageId:\"V4BfkD0kY\"},motionChild:true,nodeId:\"s8lKciixm\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"AI-Powered Data Discovery\"})})})}),className:\"framer-sab6xk\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"s8lKciixm\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHCnIDRe_:\"collaborative-insights\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"hSzZqBO29\"}},webPageId:\"V4BfkD0kY\"},motionChild:true,nodeId:\"JOzmov0mR\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Collaborative Insights\"})})})}),className:\"framer-dv613x\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"JOzmov0mR\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xHCnIDRe_:\"smart-growth-activation\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"atfnnhVN6\"}},webPageId:\"V4BfkD0kY\"},motionChild:true,nodeId:\"E14IzyH_f\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Smart Growth Activation\"})})})}),className:\"framer-18ucj54\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"E14IzyH_f\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxbt9i\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"sWinj9zx0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Resources\"})}),className:\"framer-o2m1f5\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"pw0wEHCHo\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cvx31c\",\"data-framer-name\":\"Links Container\",layoutDependency:layoutDependency,layoutId:\"R2xJ003ii\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GdUecgPiq\"},motionChild:true,nodeId:\"YtJCxa4AH\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Blogs\"})})})}),className:\"framer-hbww9o\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"YtJCxa4AH\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wlBXAkqvL\"},motionChild:true,nodeId:\"iLgpXzJiL\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"FAQ's\"})})})}),className:\"framer-gxdl4v\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"iLgpXzJiL\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PKN1nHT65\"},motionChild:true,nodeId:\"JOJrWQ0QH\",openInNewTab:false,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"About\"})})})}),className:\"framer-wejej4\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"JOJrWQ0QH\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(163, 163, 163))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://supaboard.statuspage.io\",motionChild:true,nodeId:\"A2jPXKd9W\",openInNewTab:true,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Status\"})})})}),className:\"framer-t00za6\",\"data-framer-name\":\"Text Button\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"A2jPXKd9W\",style:{\"--extracted-r6o4lv\":\"rgb(163, 163, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11h9kwb\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"sV2cuecC0\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(38, 38, 38)\",\"--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\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127)))\"},children:\"\\xa9 2025 Supaboard. All rights reserved.\"})}),className:\"framer-146smqw\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"evu5toJm6\",style:{\"--extracted-r6o4lv\":\"var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://storage.googleapis.com/supaboard_user_media/all_supaboard_media_12ps524/Privacy%20Policy%20for%20Supaboard%20-%20FreePrivacyPolicy.com.pdf\",motionChild:true,nodeId:\"vhAWgw6Ab\",openInNewTab:true,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Privacy Policy\"})})})}),className:\"framer-wrhfxh\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"vhAWgw6Ab\",style:{\"--extracted-r6o4lv\":\"var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://storage.googleapis.com/supaboard_user_media/all_supaboard_media_12ps524/MASTER%20TERMS%20AND%20CONDITIONS.pdf\",motionChild:true,nodeId:\"nxiovdEsP\",openInNewTab:true,scopeId:\"AsLMvR4Km\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-hgnvgb\",\"data-styles-preset\":\"sB7znAIra\",children:\"Terms & Conditions\"})})})}),className:\"framer-1grvwz8\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"nxiovdEsP\",style:{\"--extracted-r6o4lv\":\"var(--token-0d397e8d-0317-4901-a811-0d043c1ea829, rgb(127, 127, 127))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zWyjZ.framer-102uvfp, .framer-zWyjZ .framer-102uvfp { display: block; }\",\".framer-zWyjZ.framer-ami89t { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 110px 0px 0px 0px; position: relative; width: 1160px; }\",\".framer-zWyjZ .framer-1ep5fvy { bottom: -551px; flex: none; height: 247%; left: calc(48.53448275862071% - 136.29310344827584% / 2); position: absolute; width: 136%; z-index: 1; }\",\".framer-zWyjZ .framer-156dacc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1520px; overflow: visible; padding: 0px; position: relative; width: 85%; z-index: 2; }\",\".framer-zWyjZ .framer-1dezr1l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zWyjZ .framer-1yzvbwn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 24%; }\",\".framer-zWyjZ .framer-16dqs84, .framer-zWyjZ .framer-144xkhe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zWyjZ .framer-1yz4g2e { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; text-decoration: none; width: 50px; }\",\".framer-zWyjZ .framer-g2417i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zWyjZ .framer-13h1lui-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zWyjZ .framer-18b2ro1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 48px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zWyjZ .framer-15h5xh8-container, .framer-zWyjZ .framer-598ds-container, .framer-zWyjZ .framer-18nc59u-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zWyjZ .framer-92vv2b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zWyjZ .framer-1ouqvzh, .framer-zWyjZ .framer-1c8bi9l, .framer-zWyjZ .framer-1n1cps9, .framer-zWyjZ .framer-uxbt9i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zWyjZ .framer-ogm0jt, .framer-zWyjZ .framer-ik6cc9, .framer-zWyjZ .framer-kboghw, .framer-zWyjZ .framer-izbb3u, .framer-zWyjZ .framer-eht1y9, .framer-zWyjZ .framer-eo3fl2, .framer-zWyjZ .framer-1bi27l8, .framer-zWyjZ .framer-9nvreb, .framer-zWyjZ .framer-10x5z6k, .framer-zWyjZ .framer-1pb16ef, .framer-zWyjZ .framer-hc77t3, .framer-zWyjZ .framer-iu3zrz, .framer-zWyjZ .framer-sab6xk, .framer-zWyjZ .framer-dv613x, .framer-zWyjZ .framer-18ucj54, .framer-zWyjZ .framer-o2m1f5, .framer-zWyjZ .framer-hbww9o, .framer-zWyjZ .framer-gxdl4v, .framer-zWyjZ .framer-wejej4, .framer-zWyjZ .framer-t00za6, .framer-zWyjZ .framer-146smqw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zWyjZ .framer-fru0ce, .framer-zWyjZ .framer-1htlqwb, .framer-zWyjZ .framer-1yxskm8, .framer-zWyjZ .framer-cvx31c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zWyjZ .framer-11h9kwb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-zWyjZ .framer-wrhfxh, .framer-zWyjZ .framer-1grvwz8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zWyjZ.framer-ami89t, .framer-zWyjZ .framer-156dacc, .framer-zWyjZ .framer-1yzvbwn, .framer-zWyjZ .framer-16dqs84, .framer-zWyjZ .framer-144xkhe, .framer-zWyjZ .framer-18b2ro1, .framer-zWyjZ .framer-92vv2b, .framer-zWyjZ .framer-1ouqvzh, .framer-zWyjZ .framer-fru0ce, .framer-zWyjZ .framer-1c8bi9l, .framer-zWyjZ .framer-1htlqwb, .framer-zWyjZ .framer-1n1cps9, .framer-zWyjZ .framer-1yxskm8, .framer-zWyjZ .framer-uxbt9i, .framer-zWyjZ .framer-cvx31c { gap: 0px; } .framer-zWyjZ.framer-ami89t > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-zWyjZ.framer-ami89t > :first-child, .framer-zWyjZ .framer-156dacc > :first-child, .framer-zWyjZ .framer-1yzvbwn > :first-child, .framer-zWyjZ .framer-16dqs84 > :first-child, .framer-zWyjZ .framer-144xkhe > :first-child, .framer-zWyjZ .framer-1ouqvzh > :first-child, .framer-zWyjZ .framer-fru0ce > :first-child, .framer-zWyjZ .framer-1c8bi9l > :first-child, .framer-zWyjZ .framer-1htlqwb > :first-child, .framer-zWyjZ .framer-1n1cps9 > :first-child, .framer-zWyjZ .framer-1yxskm8 > :first-child, .framer-zWyjZ .framer-uxbt9i > :first-child, .framer-zWyjZ .framer-cvx31c > :first-child { margin-top: 0px; } .framer-zWyjZ.framer-ami89t > :last-child, .framer-zWyjZ .framer-156dacc > :last-child, .framer-zWyjZ .framer-1yzvbwn > :last-child, .framer-zWyjZ .framer-16dqs84 > :last-child, .framer-zWyjZ .framer-144xkhe > :last-child, .framer-zWyjZ .framer-1ouqvzh > :last-child, .framer-zWyjZ .framer-fru0ce > :last-child, .framer-zWyjZ .framer-1c8bi9l > :last-child, .framer-zWyjZ .framer-1htlqwb > :last-child, .framer-zWyjZ .framer-1n1cps9 > :last-child, .framer-zWyjZ .framer-1yxskm8 > :last-child, .framer-zWyjZ .framer-uxbt9i > :last-child, .framer-zWyjZ .framer-cvx31c > :last-child { margin-bottom: 0px; } .framer-zWyjZ .framer-156dacc > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-zWyjZ .framer-1yzvbwn > *, .framer-zWyjZ .framer-16dqs84 > *, .framer-zWyjZ .framer-144xkhe > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-zWyjZ .framer-18b2ro1 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-zWyjZ .framer-18b2ro1 > :first-child, .framer-zWyjZ .framer-92vv2b > :first-child { margin-left: 0px; } .framer-zWyjZ .framer-18b2ro1 > :last-child, .framer-zWyjZ .framer-92vv2b > :last-child { margin-right: 0px; } .framer-zWyjZ .framer-92vv2b > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-zWyjZ .framer-1ouqvzh > *, .framer-zWyjZ .framer-1c8bi9l > *, .framer-zWyjZ .framer-1n1cps9 > *, .framer-zWyjZ .framer-uxbt9i > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-zWyjZ .framer-fru0ce > *, .framer-zWyjZ .framer-1htlqwb > *, .framer-zWyjZ .framer-1yxskm8 > *, .framer-zWyjZ .framer-cvx31c > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-zWyjZ.framer-v-1oovae5.framer-ami89t { gap: 50px; padding: 80px 0px 0px 0px; width: 770px; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-156dacc, .framer-zWyjZ.framer-v-1oovae5 .framer-11h9kwb { max-width: 810px; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-1dezr1l { flex-direction: column; gap: 60px; justify-content: flex-start; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-1yzvbwn { align-content: flex-end; align-items: flex-end; flex-direction: row; gap: 20px; max-width: 1080px; width: 100%; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-16dqs84 { max-width: 320px; width: 44%; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-144xkhe { align-content: flex-end; align-items: flex-end; flex: 1 0 0px; width: 1px; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-18b2ro1, .framer-zWyjZ.framer-v-wlzqyc .framer-18b2ro1 { width: min-content; }\",\".framer-zWyjZ.framer-v-1oovae5 .framer-92vv2b { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zWyjZ.framer-v-1oovae5.framer-ami89t, .framer-zWyjZ.framer-v-1oovae5 .framer-1dezr1l, .framer-zWyjZ.framer-v-1oovae5 .framer-1yzvbwn, .framer-zWyjZ.framer-v-1oovae5 .framer-92vv2b { gap: 0px; } .framer-zWyjZ.framer-v-1oovae5.framer-ami89t > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-zWyjZ.framer-v-1oovae5.framer-ami89t > :first-child, .framer-zWyjZ.framer-v-1oovae5 .framer-1dezr1l > :first-child { margin-top: 0px; } .framer-zWyjZ.framer-v-1oovae5.framer-ami89t > :last-child, .framer-zWyjZ.framer-v-1oovae5 .framer-1dezr1l > :last-child { margin-bottom: 0px; } .framer-zWyjZ.framer-v-1oovae5 .framer-1dezr1l > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zWyjZ.framer-v-1oovae5 .framer-1yzvbwn > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zWyjZ.framer-v-1oovae5 .framer-1yzvbwn > :first-child { margin-left: 0px; } .framer-zWyjZ.framer-v-1oovae5 .framer-1yzvbwn > :last-child { margin-right: 0px; } .framer-zWyjZ.framer-v-1oovae5 .framer-92vv2b > *, .framer-zWyjZ.framer-v-1oovae5 .framer-92vv2b > :first-child, .framer-zWyjZ.framer-v-1oovae5 .framer-92vv2b > :last-child { margin: 0px; } }\",\".framer-zWyjZ.framer-v-wlzqyc.framer-ami89t { gap: 40px; padding: 40px 0px 0px 0px; width: 370px; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-156dacc { max-width: unset; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-1dezr1l { flex-direction: column; gap: 50px; justify-content: flex-start; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-1yzvbwn, .framer-zWyjZ.framer-v-wlzqyc .framer-1htlqwb, .framer-zWyjZ.framer-v-wlzqyc .framer-1yxskm8 { width: 100%; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-92vv2b { align-content: unset; align-items: unset; display: grid; flex: none; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(145px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: start; width: 100%; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-1ouqvzh, .framer-zWyjZ.framer-v-wlzqyc .framer-uxbt9i { align-self: start; height: 100%; justify-self: start; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-1c8bi9l, .framer-zWyjZ.framer-v-wlzqyc .framer-1n1cps9 { align-self: start; height: 100%; justify-self: start; width: 100%; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-9nvreb, .framer-zWyjZ.framer-v-wlzqyc .framer-10x5z6k, .framer-zWyjZ.framer-v-wlzqyc .framer-1pb16ef, .framer-zWyjZ.framer-v-wlzqyc .framer-hc77t3, .framer-zWyjZ.framer-v-wlzqyc .framer-sab6xk, .framer-zWyjZ.framer-v-wlzqyc .framer-dv613x, .framer-zWyjZ.framer-v-wlzqyc .framer-18ucj54 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zWyjZ.framer-v-wlzqyc .framer-11h9kwb { align-content: center; align-items: center; flex-direction: column; gap: 20px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zWyjZ.framer-v-wlzqyc.framer-ami89t, .framer-zWyjZ.framer-v-wlzqyc .framer-1dezr1l, .framer-zWyjZ.framer-v-wlzqyc .framer-92vv2b, .framer-zWyjZ.framer-v-wlzqyc .framer-11h9kwb { gap: 0px; } .framer-zWyjZ.framer-v-wlzqyc.framer-ami89t > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zWyjZ.framer-v-wlzqyc.framer-ami89t > :first-child, .framer-zWyjZ.framer-v-wlzqyc .framer-1dezr1l > :first-child, .framer-zWyjZ.framer-v-wlzqyc .framer-11h9kwb > :first-child { margin-top: 0px; } .framer-zWyjZ.framer-v-wlzqyc.framer-ami89t > :last-child, .framer-zWyjZ.framer-v-wlzqyc .framer-1dezr1l > :last-child, .framer-zWyjZ.framer-v-wlzqyc .framer-11h9kwb > :last-child { margin-bottom: 0px; } .framer-zWyjZ.framer-v-wlzqyc .framer-1dezr1l > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-zWyjZ.framer-v-wlzqyc .framer-92vv2b > *, .framer-zWyjZ.framer-v-wlzqyc .framer-92vv2b > :first-child, .framer-zWyjZ.framer-v-wlzqyc .framer-92vv2b > :last-child { margin: 0px; } .framer-zWyjZ.framer-v-wlzqyc .framer-11h9kwb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,'.framer-zWyjZ[data-border=\"true\"]::after, .framer-zWyjZ [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 571\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yUbaPx_XJ\":{\"layout\":[\"fixed\",\"auto\"]},\"I20icxl5j\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerAsLMvR4Km=withCSS(Component,css,\"framer-zWyjZ\");export default FramerAsLMvR4Km;FramerAsLMvR4Km.displayName=\"Sections/ Footer 2\";FramerAsLMvR4Km.defaultProps={height:571,width:1160};addPropertyControls(FramerAsLMvR4Km,{variant:{options:[\"NWo5WmwEI\",\"yUbaPx_XJ\",\"I20icxl5j\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAsLMvR4Km,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]},...ProductHuntFonts,...ButtonIconButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAsLMvR4Km\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yUbaPx_XJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I20icxl5j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1160\",\"framerIntrinsicHeight\":\"571\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AsLMvR4Km.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={KnJwqPiUg:{hover:true},V6xJdSdre:{hover:true},ZfQVGVVxV:{hover:true}};const cycleOrder=[\"V6xJdSdre\",\"RWdNv94fN\",\"KnJwqPiUg\",\"ZfQVGVVxV\"];const serializationHash=\"framer-wSkmq\";const variantClassNames={KnJwqPiUg:\"framer-v-17m0ryp\",RWdNv94fN:\"framer-v-1fmkykx\",V6xJdSdre:\"framer-v-1bx7gcx\",ZfQVGVVxV:\"framer-v-11jyod7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={Active:\"RWdNv94fN\",Big:\"KnJwqPiUg\",Main:\"V6xJdSdre\",Small:\"ZfQVGVVxV\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"V6xJdSdre\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V6xJdSdre\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pUOAX4Jez\"},motionChild:true,nodeId:\"V6xJdSdre\",openInNewTab:false,scopeId:\"NjedTaj8i\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1bx7gcx\",className,classNames)} framer-11dhokj`,\"data-border\":true,\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"V6xJdSdre\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(221, 229, 237, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},...addPropertyOverrides({\"KnJwqPiUg-hover\":{\"data-framer-name\":undefined},\"V6xJdSdre-hover\":{\"data-framer-name\":undefined},\"ZfQVGVVxV-hover\":{\"data-framer-name\":undefined},KnJwqPiUg:{\"data-framer-name\":\"Big\"},RWdNv94fN:{\"data-framer-name\":\"Active\"},ZfQVGVVxV:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Book a Demo\"})}),className:\"framer-9dslqr\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Z4OL_1dR7\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"KnJwqPiUg-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"V6xJdSdre-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"ZfQVGVVxV-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},RWdNv94fN:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"KnJwqPiUg-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Book a Demo\"})})},\"V6xJdSdre-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Book a Demo\"})})},\"ZfQVGVVxV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Book a Demo\"})})},KnJwqPiUg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Book a Demo\"})})},RWdNv94fN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\",\"--framer-text-decoration\":\"underline\"},children:\"Book a Demo\"})}),fonts:[\"FS;Satoshi-bold\"]},ZfQVGVVxV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Book a Demo\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wSkmq.framer-11dhokj, .framer-wSkmq .framer-11dhokj { display: block; }\",\".framer-wSkmq.framer-1bx7gcx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-wSkmq .framer-9dslqr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wSkmq.framer-1bx7gcx { gap: 0px; } .framer-wSkmq.framer-1bx7gcx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wSkmq.framer-1bx7gcx > :first-child { margin-left: 0px; } .framer-wSkmq.framer-1bx7gcx > :last-child { margin-right: 0px; } }\",\".framer-wSkmq.framer-v-1fmkykx.framer-1bx7gcx { cursor: unset; }\",\".framer-wSkmq.framer-v-11jyod7.framer-1bx7gcx { padding: 12px; }\",'.framer-wSkmq[data-border=\"true\"]::after, .framer-wSkmq [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 45\n * @framerIntrinsicWidth 117\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"RWdNv94fN\":{\"layout\":[\"auto\",\"auto\"]},\"KnJwqPiUg\":{\"layout\":[\"auto\",\"auto\"]},\"ZfQVGVVxV\":{\"layout\":[\"auto\",\"auto\"]},\"xYviBkMdZ\":{\"layout\":[\"auto\",\"auto\"]},\"l0RQM3RVL\":{\"layout\":[\"auto\",\"auto\"]},\"QGyB6b9V9\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNjedTaj8i=withCSS(Component,css,\"framer-wSkmq\");export default FramerNjedTaj8i;FramerNjedTaj8i.displayName=\"Secondary button\";FramerNjedTaj8i.defaultProps={height:45,width:117};addPropertyControls(FramerNjedTaj8i,{variant:{options:[\"V6xJdSdre\",\"RWdNv94fN\",\"KnJwqPiUg\",\"ZfQVGVVxV\"],optionTitles:[\"Main\",\"Active\",\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNjedTaj8i,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNjedTaj8i\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"45\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RWdNv94fN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KnJwqPiUg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZfQVGVVxV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xYviBkMdZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l0RQM3RVL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QGyB6b9V9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"117\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NjedTaj8i.map", "// Generated by Framer (1f5f6d9)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;TWK Lausanne 400\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"TWK Lausanne 400\",source:\"custom\",url:\"https://framerusercontent.com/assets/Kgi8pILgbc11wkwtTbCvz4E4.woff2\"}]}];export const css=['.framer-WQ2lB .framer-styles-preset-1mjl6ey:not(.rich-text-wrapper), .framer-WQ2lB .framer-styles-preset-1mjl6ey.rich-text-wrapper h2 { --framer-font-family: \"TWK Lausanne 400\", \"TWK Lausanne 400 Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1319px) and (min-width: 810px) { .framer-WQ2lB .framer-styles-preset-1mjl6ey:not(.rich-text-wrapper), .framer-WQ2lB .framer-styles-preset-1mjl6ey.rich-text-wrapper h2 { --framer-font-family: \"TWK Lausanne 400\", \"TWK Lausanne 400 Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 45px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-WQ2lB .framer-styles-preset-1mjl6ey:not(.rich-text-wrapper), .framer-WQ2lB .framer-styles-preset-1mjl6ey.rich-text-wrapper h2 { --framer-font-family: \"TWK Lausanne 400\", \"TWK Lausanne 400 Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-WQ2lB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={AeKUebrzB:{hover:true},cECxvvV6X:{hover:true},rRz4Szpuu:{hover:true}};const cycleOrder=[\"rRz4Szpuu\",\"AeKUebrzB\",\"cECxvvV6X\"];const serializationHash=\"framer-bPiJf\";const variantClassNames={AeKUebrzB:\"framer-v-sbqzym\",cECxvvV6X:\"framer-v-1wakck4\",rRz4Szpuu:\"framer-v-1dk82hd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={Big:\"AeKUebrzB\",Main:\"rRz4Szpuu\",Small:\"cECxvvV6X\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rRz4Szpuu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rRz4Szpuu\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://app.supaboard.ai/onboard/register\",motionChild:true,nodeId:\"rRz4Szpuu\",openInNewTab:true,scopeId:\"tzJQekcj4\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1dk82hd\",className,classNames)} framer-10ccclx`,\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"rRz4Szpuu\",ref:refBinding,style:{...style},...addPropertyOverrides({\"AeKUebrzB-hover\":{\"data-framer-name\":undefined},\"cECxvvV6X-hover\":{\"data-framer-name\":undefined},\"rRz4Szpuu-hover\":{\"data-framer-name\":undefined},AeKUebrzB:{\"data-framer-name\":\"Big\"},cECxvvV6X:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ilb1q\",\"data-border\":true,\"data-framer-name\":\"Button-Mode\",layoutDependency:layoutDependency,layoutId:\"I750:10270;368:3769\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(27, 30, 35)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"inset 0px 4.5px 0.5px 0px rgba(248, 248, 248, 0.3), inset 0px -4.5px 0.5px 0px rgba(0, 0, 0, 0.6), 0px 1px 4px 0px rgba(0, 0, 0, 0.15)\"},variants:{\"rRz4Szpuu-hover\":{boxShadow:\"inset 3px 3px 0.5px 0px rgba(0, 0, 0, 0.6), inset -3px -3px 0.5px 0px rgba(0, 0, 0, 0.6), 0px 1px 4px 0px rgba(0, 0, 0, 0.15)\"},AeKUebrzB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,boxShadow:\"none\"},cECxvvV6X:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,boxShadow:\"none\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U2F0b3NoaS01MDA=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Started for Free\"})}),className:\"framer-rmvqkc\",\"data-framer-name\":\"Label\",fonts:[\"GF;Satoshi-500\"],layoutDependency:layoutDependency,layoutId:\"I750:10270;368:3769;368:3653\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"AeKUebrzB-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"cECxvvV6X-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"AeKUebrzB-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Analyze Data for Free\"})})},\"cECxvvV6X-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Analyze Data for Free\"})})},AeKUebrzB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Analyze Data for Free\"})}),fonts:[\"FS;Satoshi-medium\"]},cECxvvV6X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Analyze Data for Free\"})}),fonts:[\"FS;Satoshi-medium\"]}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bPiJf.framer-10ccclx, .framer-bPiJf .framer-10ccclx { display: block; }\",\".framer-bPiJf.framer-1dk82hd { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bPiJf .framer-18ilb1q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-bPiJf .framer-rmvqkc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bPiJf.framer-1dk82hd, .framer-bPiJf .framer-18ilb1q { gap: 0px; } .framer-bPiJf.framer-1dk82hd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bPiJf.framer-1dk82hd > :first-child, .framer-bPiJf .framer-18ilb1q > :first-child { margin-left: 0px; } .framer-bPiJf.framer-1dk82hd > :last-child, .framer-bPiJf .framer-18ilb1q > :last-child { margin-right: 0px; } .framer-bPiJf .framer-18ilb1q > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-bPiJf.framer-v-sbqzym .framer-18ilb1q { flex-direction: column; padding: 12px 40px 12px 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bPiJf.framer-v-sbqzym .framer-18ilb1q { gap: 0px; } .framer-bPiJf.framer-v-sbqzym .framer-18ilb1q > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-bPiJf.framer-v-sbqzym .framer-18ilb1q > :first-child { margin-top: 0px; } .framer-bPiJf.framer-v-sbqzym .framer-18ilb1q > :last-child { margin-bottom: 0px; } }\",\".framer-bPiJf.framer-v-1wakck4 .framer-18ilb1q { padding: 12px 20px 12px 20px; }\",'.framer-bPiJf[data-border=\"true\"]::after, .framer-bPiJf [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 41\n * @framerIntrinsicWidth 173\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AeKUebrzB\":{\"layout\":[\"auto\",\"auto\"]},\"cECxvvV6X\":{\"layout\":[\"auto\",\"auto\"]},\"rNPnbkABm\":{\"layout\":[\"auto\",\"auto\"]},\"M0971oz46\":{\"layout\":[\"auto\",\"auto\"]},\"WKLZHq2yk\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertzJQekcj4=withCSS(Component,css,\"framer-bPiJf\");export default FramertzJQekcj4;FramertzJQekcj4.displayName=\"Button - Primary\";FramertzJQekcj4.defaultProps={height:41,width:173};addPropertyControls(FramertzJQekcj4,{variant:{options:[\"rRz4Szpuu\",\"AeKUebrzB\",\"cECxvvV6X\"],optionTitles:[\"Main\",\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertzJQekcj4,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertzJQekcj4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AeKUebrzB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cECxvvV6X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rNPnbkABm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M0971oz46\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WKLZHq2yk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"173\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"41\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tzJQekcj4.map", "// Generated by Framer (1f5f6d9)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"}]}];export const css=['.framer-2ZFzm .framer-styles-preset-cghano:not(.rich-text-wrapper), .framer-2ZFzm .framer-styles-preset-cghano.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --framer-text-decoration: underline; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-2ZFzm\";\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 (3ce81f8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={O6VxqoPWz:{hover:true}};const serializationHash=\"framer-ZUuqD\";const variantClassNames={O6VxqoPWz:\"framer-v-1lwcevg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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 getProps=({description,height,icon,id,image,image2,link,title,width,...props})=>{return{...props,EwsSK2FeF:image??props.EwsSK2FeF??{alt:\"\",src:\"https://framerusercontent.com/images/vldwMQTYpIhBBEQYVAfsZ99PFI.svg\"},fYO3TEDnm:icon??props.fYO3TEDnm??true,PzqPKKWso:link??props.PzqPKKWso,RCnPc7qRg:description??props.RCnPc7qRg??\"Easily refine data views and spotlight key insights for quicker decisions.\",RfnNahF9i:image2??props.RfnNahF9i,ZP9YRiJYk:title??props.ZP9YRiJYk??\"Data View\"};};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,ZP9YRiJYk,RCnPc7qRg,fYO3TEDnm,PzqPKKWso,EwsSK2FeF,RfnNahF9i,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"O6VxqoPWz\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:PzqPKKWso,motionChild:true,nodeId:\"O6VxqoPWz\",openInNewTab:false,scopeId:\"ATB7nvggB\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1lwcevg\",className,classNames)} framer-z0skkm`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"O6VxqoPWz\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(237, 237, 237)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(152deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{\"O6VxqoPWz-hover\":{background:\"linear-gradient(152deg, rgb(255, 255, 255) 0%, rgb(240, 255, 247) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"O6VxqoPWz-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14hy3zu\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"DfQIKY_p9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2kl2eu\",layoutDependency:layoutDependency,layoutId:\"VHCXvYe9_\",children:[fYO3TEDnm&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0+2),pixelHeight:20,pixelWidth:21,sizes:\"16px\",...toResponsiveImage(EwsSK2FeF)},className:\"framer-in6lom\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ZU7yOwFQQ\",...addPropertyOverrides({\"O6VxqoPWz-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0+2),pixelHeight:20,pixelWidth:21,sizes:\"16px\",...toResponsiveImage(RfnNahF9i)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Data View\"})}),className:\"framer-a4qub3\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"DCix0nUN3\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:ZP9YRiJYk,variants:{\"O6VxqoPWz-hover\":{\"--extracted-1eung3n\":\"rgb(29, 144, 80)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"O6VxqoPWz-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(29, 144, 80))\"},children:\"Data View\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(94, 103, 115))\"},children:\"Easily refine data views and spotlight key insights for quicker decisions.\"})}),className:\"framer-a2jo5r\",\"data-framer-name\":\"Paragraph\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Dw2odd4XR\",style:{\"--extracted-r6o4lv\":\"rgb(94, 103, 115)\",\"--framer-paragraph-spacing\":\"0px\"},text:RCnPc7qRg,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Background\",fit:\"fit\",intrinsicHeight:304,intrinsicWidth:587,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||104)-251),positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 445px)`,src:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg\",srcSet:\"https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/tJKoTMjtvQTpzrGhwKPkCg7uQ0.svg 587w\"},className:\"framer-dcox1h\",\"data-framer-name\":\"Dots\",layoutDependency:layoutDependency,layoutId:\"uwWFegFfS\",style:{opacity:.31}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZUuqD.framer-z0skkm, .framer-ZUuqD .framer-z0skkm { display: block; }\",\".framer-ZUuqD.framer-1lwcevg { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; text-decoration: none; width: 290px; }\",\".framer-ZUuqD .framer-14hy3zu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZUuqD .framer-2kl2eu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZUuqD .framer-in6lom { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-ZUuqD .framer-a4qub3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZUuqD .framer-a2jo5r { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZUuqD .framer-dcox1h { aspect-ratio: 1.930921052631579 / 1; bottom: -182px; flex: none; height: var(--framer-aspect-ratio-supported, 381px); left: -262px; position: absolute; right: -183px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZUuqD.framer-1lwcevg, .framer-ZUuqD .framer-14hy3zu, .framer-ZUuqD .framer-2kl2eu { gap: 0px; } .framer-ZUuqD.framer-1lwcevg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZUuqD.framer-1lwcevg > :first-child, .framer-ZUuqD .framer-14hy3zu > :first-child { margin-top: 0px; } .framer-ZUuqD.framer-1lwcevg > :last-child, .framer-ZUuqD .framer-14hy3zu > :last-child { margin-bottom: 0px; } .framer-ZUuqD .framer-14hy3zu > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-ZUuqD .framer-2kl2eu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZUuqD .framer-2kl2eu > :first-child { margin-left: 0px; } .framer-ZUuqD .framer-2kl2eu > :last-child { margin-right: 0px; } }\",'.framer-ZUuqD[data-border=\"true\"]::after, .framer-ZUuqD [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 104\n * @framerIntrinsicWidth 290\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hZUJkfdEg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZP9YRiJYk\":\"title\",\"RCnPc7qRg\":\"description\",\"fYO3TEDnm\":\"icon\",\"PzqPKKWso\":\"link\",\"EwsSK2FeF\":\"image\",\"RfnNahF9i\":\"image2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerATB7nvggB=withCSS(Component,css,\"framer-ZUuqD\");export default FramerATB7nvggB;FramerATB7nvggB.displayName=\"Nav Menu card\";FramerATB7nvggB.defaultProps={height:104,width:290};addPropertyControls(FramerATB7nvggB,{ZP9YRiJYk:{defaultValue:\"Data View\",displayTextArea:false,title:\"Title\",type:ControlType.String},RCnPc7qRg:{defaultValue:\"Easily refine data views and spotlight key insights for quicker decisions.\",displayTextArea:false,title:\"Description\",type:ControlType.String},fYO3TEDnm:{defaultValue:true,title:\"Icon\",type:ControlType.Boolean},PzqPKKWso:{title:\"Link\",type:ControlType.Link},EwsSK2FeF:{__defaultAssetReference:\"data:framer/asset-reference,vldwMQTYpIhBBEQYVAfsZ99PFI.svg?originalFilename=Star+%2810%29.svg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,vldwMQTYpIhBBEQYVAfsZ99PFI.svg?originalFilename=Star+%2810%29.svg&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},RfnNahF9i:{title:\"Image 2\",type:ControlType.ResponsiveImage}});addFonts(FramerATB7nvggB,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerATB7nvggB\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"104\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hZUJkfdEg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ZP9YRiJYk\\\":\\\"title\\\",\\\"RCnPc7qRg\\\":\\\"description\\\",\\\"fYO3TEDnm\\\":\\\"icon\\\",\\\"PzqPKKWso\\\":\\\"link\\\",\\\"EwsSK2FeF\\\":\\\"image\\\",\\\"RfnNahF9i\\\":\\\"image2\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"290\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ATB7nvggB.map", "// Generated by Framer (1f5f6d9)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}]}];export const css=['.framer-z8EFG .framer-styles-preset-10q64me:not(.rich-text-wrapper), .framer-z8EFG .framer-styles-preset-10q64me.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --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: 810px) { .framer-z8EFG .framer-styles-preset-10q64me:not(.rich-text-wrapper), .framer-z8EFG .framer-styles-preset-10q64me.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-z8EFG .framer-styles-preset-10q64me:not(.rich-text-wrapper), .framer-z8EFG .framer-styles-preset-10q64me.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-z8EFG\";\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 (f7d95e4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vOrVSkPN1YRIPfaXNCHt/RnLx7UTpnodMWpvTSh9P/LBZDvLlK6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BMFaatrimq3gDeCfoS7v/HDSm39Px5srOAT6tEnSi/QHpHK3bmI.js\";const enabledGestures={YV2tMVwLQ:{hover:true}};const cycleOrder=[\"YV2tMVwLQ\",\"vifrc7yf0\"];const serializationHash=\"framer-NDMh9\";const variantClassNames={vifrc7yf0:\"framer-v-1kgmgl4\",YV2tMVwLQ:\"framer-v-1we67di\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,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={Active:\"vifrc7yf0\",Default:\"YV2tMVwLQ\"};const getProps=({background,height,hover,hover2,id,link,text,width,...props})=>{return{...props,c6fkGzvxy:background??props.c6fkGzvxy??\"rgba(244, 247, 249, 0)\",dL6nMiwWJ:hover2??props.dL6nMiwWJ,e3xI3oP6w:link??props.e3xI3oP6w,G06KKKEO1:text??props.G06KKKEO1??\"Product\",ridfUA3l1:hover??props.ridfUA3l1,variant:humanReadableVariantMap[props.variant]??props.variant??\"YV2tMVwLQ\"};};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,e3xI3oP6w,G06KKKEO1,c6fkGzvxy,ridfUA3l1,dL6nMiwWJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YV2tMVwLQ\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterlgzz2u=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(ridfUA3l1){const res=await ridfUA3l1(...args);if(res===false)return false;}if(dL6nMiwWJ){const res=await dL6nMiwWJ(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({vifrc7yf0:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:e3xI3oP6w,motionChild:true,nodeId:\"YV2tMVwLQ\",openInNewTab:false,scopeId:\"cuTL66dr5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1we67di\",className,classNames)} framer-worppl`,\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YV2tMVwLQ\",onMouseEnter:onMouseEnterlgzz2u,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(221, 229, 237, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:c6fkGzvxy,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"YV2tMVwLQ-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"YV2tMVwLQ-hover\":{\"data-framer-name\":undefined},vifrc7yf0:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10q64me\",\"data-styles-preset\":\"LBZDvLlK6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Benefits\"})}),className:\"framer-1yh399q\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cG5MvsEgl\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:G06KKKEO1,variants:{\"YV2tMVwLQ-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},vifrc7yf0:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"YV2tMVwLQ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Product\"})}),fonts:[\"FS;Satoshi-medium\"]},vifrc7yf0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cghano\",\"data-styles-preset\":\"QHpHK3bmI\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Product\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NDMh9.framer-worppl, .framer-NDMh9 .framer-worppl { display: block; }\",\".framer-NDMh9.framer-1we67di { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 20px 16px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-NDMh9 .framer-1yh399q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NDMh9.framer-1we67di { gap: 0px; } .framer-NDMh9.framer-1we67di > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NDMh9.framer-1we67di > :first-child { margin-left: 0px; } .framer-NDMh9.framer-1we67di > :last-child { margin-right: 0px; } }\",\".framer-NDMh9.framer-v-1kgmgl4.framer-1we67di { cursor: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-NDMh9[data-border=\"true\"]::after, .framer-NDMh9 [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 53\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vifrc7yf0\":{\"layout\":[\"auto\",\"auto\"]},\"PzgmuFam_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"e3xI3oP6w\":\"link\",\"G06KKKEO1\":\"text\",\"c6fkGzvxy\":\"background\",\"ridfUA3l1\":\"hover\",\"dL6nMiwWJ\":\"hover2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercuTL66dr5=withCSS(Component,css,\"framer-NDMh9\");export default FramercuTL66dr5;FramercuTL66dr5.displayName=\"Buttons/ Nav Button\";FramercuTL66dr5.defaultProps={height:53,width:90};addPropertyControls(FramercuTL66dr5,{variant:{options:[\"YV2tMVwLQ\",\"vifrc7yf0\"],optionTitles:[\"Default\",\"Active\"],title:\"Variant\",type:ControlType.Enum},e3xI3oP6w:{title:\"Link\",type:ControlType.Link},G06KKKEO1:{defaultValue:\"Product\",displayTextArea:false,title:\"Text\",type:ControlType.String},c6fkGzvxy:{defaultValue:\"rgba(244, 247, 249, 0)\",title:\"Background\",type:ControlType.Color},ridfUA3l1:{title:\"Hover\",type:ControlType.EventHandler},dL6nMiwWJ:{title:\"Hover 2\",type:ControlType.EventHandler}});addFonts(FramercuTL66dr5,[{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:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercuTL66dr5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"90\",\"framerIntrinsicHeight\":\"53\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vifrc7yf0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PzgmuFam_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"e3xI3oP6w\\\":\\\"link\\\",\\\"G06KKKEO1\\\":\\\"text\\\",\\\"c6fkGzvxy\\\":\\\"background\\\",\\\"ridfUA3l1\\\":\\\"hover\\\",\\\"dL6nMiwWJ\\\":\\\"hover2\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cuTL66dr5.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={KZoan1jZG:{hover:true}};const serializationHash=\"framer-EO4y8\";const variantClassNames={KZoan1jZG:\"framer-v-1356g5x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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 getProps=({height,icon,id,label,link,width,...props})=>{return{...props,liFK3bRBZ:icon??props.liFK3bRBZ??{alt:\"\",src:\"https://framerusercontent.com/images/vldwMQTYpIhBBEQYVAfsZ99PFI.svg\"},W8hQPnzCw:link??props.W8hQPnzCw,ZDFgag4BI:label??props.ZDFgag4BI??\"Product\"};};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,ZDFgag4BI,liFK3bRBZ,W8hQPnzCw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KZoan1jZG\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:W8hQPnzCw,motionChild:true,nodeId:\"KZoan1jZG\",openInNewTab:false,scopeId:\"mZpWtSrKB\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1356g5x\",className,classNames)} framer-74i15z`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KZoan1jZG\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{\"KZoan1jZG-hover\":{backgroundColor:\"rgb(247, 247, 247)\"}},...addPropertyOverrides({\"KZoan1jZG-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-17)/2)),pixelHeight:20,pixelWidth:21,sizes:\"16px\",...toResponsiveImage(liFK3bRBZ)},className:\"framer-1wrbbzc\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"wrGj0GfoT\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Product\"})}),className:\"framer-1xgrn0k\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"rZlGnD0Ld\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:ZDFgag4BI,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EO4y8.framer-74i15z, .framer-EO4y8 .framer-74i15z { display: block; }\",\".framer-EO4y8.framer-1356g5x { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: 350px; }\",\".framer-EO4y8 .framer-1wrbbzc { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-EO4y8 .framer-1xgrn0k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EO4y8.framer-1356g5x { gap: 0px; } .framer-EO4y8.framer-1356g5x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EO4y8.framer-1356g5x > :first-child { margin-left: 0px; } .framer-EO4y8.framer-1356g5x > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o2vzZejgO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZDFgag4BI\":\"label\",\"liFK3bRBZ\":\"icon\",\"W8hQPnzCw\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermZpWtSrKB=withCSS(Component,css,\"framer-EO4y8\");export default FramermZpWtSrKB;FramermZpWtSrKB.displayName=\"Sub menu\";FramermZpWtSrKB.defaultProps={height:48,width:350};addPropertyControls(FramermZpWtSrKB,{ZDFgag4BI:{defaultValue:\"Product\",displayTextArea:false,title:\"Label\",type:ControlType.String},liFK3bRBZ:{__defaultAssetReference:\"data:framer/asset-reference,vldwMQTYpIhBBEQYVAfsZ99PFI.svg?originalFilename=Star+%2810%29.svg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,vldwMQTYpIhBBEQYVAfsZ99PFI.svg?originalFilename=Star+%2810%29.svg&preferredSize=auto\"},title:\"Icon\",type:ControlType.ResponsiveImage},W8hQPnzCw:{title:\"Link\",type:ControlType.Link}});addFonts(FramermZpWtSrKB,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermZpWtSrKB\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o2vzZejgO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"350\",\"framerVariables\":\"{\\\"ZDFgag4BI\\\":\\\"label\\\",\\\"liFK3bRBZ\\\":\\\"icon\\\",\\\"W8hQPnzCw\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mZpWtSrKB.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SubMenu from\"https://framerusercontent.com/modules/SuIwlsSRu0rRuWYSE8Lv/Yosv67HwXUHVd6dW8TyM/mZpWtSrKB.js\";import SecondaryButton from\"https://framerusercontent.com/modules/XpyvEcmIIgRdQBpSUFGr/dpvDEW04XuMCZQUYn0Zy/NjedTaj8i.js\";const PhosphorFonts=getFonts(Phosphor);const SubMenuFonts=getFonts(SubMenu);const SecondaryButtonFonts=getFonts(SecondaryButton);const enabledGestures={gnsAIvA0g:{hover:true},Ifi9VcrjI:{hover:true},qozschXTN:{hover:true},vNP5Gjhbd:{hover:true},XOMDy5Ngo:{hover:true}};const cycleOrder=[\"vNP5Gjhbd\",\"WaZ6edGJ5\",\"Ifi9VcrjI\",\"w8eLM15v7\",\"XOMDy5Ngo\",\"dfro84jzA\",\"gnsAIvA0g\",\"RzPYN9BNK\",\"qozschXTN\",\"nUnzI1nc2\",\"iwcl51EAp\",\"xEprWTGOg\",\"gCjkyfKWv\",\"rDMqKS9Jt\"];const serializationHash=\"framer-3sILu\";const variantClassNames={dfro84jzA:\"framer-v-lgoqrp\",gCjkyfKWv:\"framer-v-5xt1up\",gnsAIvA0g:\"framer-v-1v2iise\",Ifi9VcrjI:\"framer-v-127te0s\",iwcl51EAp:\"framer-v-1aap1v6\",nUnzI1nc2:\"framer-v-mt0dye\",qozschXTN:\"framer-v-19p0zhc\",rDMqKS9Jt:\"framer-v-1kgx7h6\",RzPYN9BNK:\"framer-v-wha5gm\",vNP5Gjhbd:\"framer-v-dcp7tv\",w8eLM15v7:\"framer-v-ga7cyb\",WaZ6edGJ5:\"framer-v-b88xqr\",xEprWTGOg:\"framer-v-jrxb3m\",XOMDy5Ngo:\"framer-v-116jcbz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"M1 Active\":\"nUnzI1nc2\",\"M2 Active\":\"iwcl51EAp\",\"M3 Active\":\"xEprWTGOg\",\"M4 Active\":\"gCjkyfKWv\",\"M6 Active\":\"rDMqKS9Jt\",\"Menu 1 Dropdown\":\"WaZ6edGJ5\",\"Menu 1\":\"vNP5Gjhbd\",\"Menu 2 Dropdown\":\"w8eLM15v7\",\"Menu 2\":\"Ifi9VcrjI\",\"Menu 3 Dropdown\":\"dfro84jzA\",\"Menu 3\":\"XOMDy5Ngo\",\"Menu 4\":\"gnsAIvA0g\",\"Menu 5\":\"RzPYN9BNK\",\"Menu 6\":\"qozschXTN\"};const getProps=({height,id,link,width,...props})=>{return{...props,Pvcb1aVfP:link??props.Pvcb1aVfP,variant:humanReadableVariantMap[props.variant]??props.variant??\"vNP5Gjhbd\"};};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,Pvcb1aVfP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vNP5Gjhbd\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapi7mgml=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"WaZ6edGJ5\");});const onTap11i3ft=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"w8eLM15v7\");});const onTap1orp1ds=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"dfro84jzA\");});const onTap1y7a6ni=activeVariantCallback(async(...args)=>{setVariant(\"vNP5Gjhbd\");});const onTap3xe28l=activeVariantCallback(async(...args)=>{setVariant(\"Ifi9VcrjI\");});const onTapldwkeh=activeVariantCallback(async(...args)=>{setVariant(\"XOMDy5Ngo\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"RzPYN9BNK\")return false;return true;};const isDisplayed1=()=>{if([\"gnsAIvA0g-hover\",\"qozschXTN-hover\"].includes(gestureVariant))return false;if([\"gnsAIvA0g\",\"qozschXTN\",\"gCjkyfKWv\",\"rDMqKS9Jt\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"WaZ6edGJ5\")return true;return false;};const router=useRouter();const isDisplayed3=()=>{if(baseVariant===\"w8eLM15v7\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"dfro84jzA\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"RzPYN9BNK\")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,...addPropertyOverrides({WaZ6edGJ5:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:Pvcb1aVfP,motionChild:true,nodeId:\"vNP5Gjhbd\",openInNewTab:false,scopeId:\"jEYAIXjag\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-dcp7tv\",className,classNames)} framer-1xtb449`,\"data-border\":true,\"data-framer-name\":\"Menu 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vNP5Gjhbd\",onTap:onTapi7mgml,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(221, 229, 237, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({\"gnsAIvA0g-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onTap:undefined},\"Ifi9VcrjI-hover\":{\"data-framer-name\":undefined},\"qozschXTN-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onTap:undefined},\"vNP5Gjhbd-hover\":{\"data-framer-name\":undefined},\"XOMDy5Ngo-hover\":{\"data-framer-name\":undefined},dfro84jzA:{\"data-framer-name\":\"Menu 3 Dropdown\",\"data-highlight\":undefined,onTap:undefined},gCjkyfKWv:{\"data-framer-name\":\"M4 Active\",\"data-highlight\":undefined,onTap:undefined},gnsAIvA0g:{\"data-framer-name\":\"Menu 4\",\"data-highlight\":undefined,onTap:undefined},Ifi9VcrjI:{\"data-framer-name\":\"Menu 2\",onTap:onTap11i3ft},iwcl51EAp:{\"data-framer-name\":\"M2 Active\",onTap:onTap11i3ft},nUnzI1nc2:{\"data-framer-name\":\"M1 Active\"},qozschXTN:{\"data-framer-name\":\"Menu 6\",\"data-highlight\":undefined,onTap:undefined},rDMqKS9Jt:{\"data-framer-name\":\"M6 Active\",\"data-highlight\":undefined,onTap:undefined},RzPYN9BNK:{\"data-framer-name\":\"Menu 5\",\"data-highlight\":undefined,onTap:undefined},w8eLM15v7:{\"data-framer-name\":\"Menu 2 Dropdown\",\"data-highlight\":undefined,onTap:undefined},WaZ6edGJ5:{\"data-framer-name\":\"Menu 1 Dropdown\",\"data-highlight\":undefined,onTap:undefined},xEprWTGOg:{\"data-framer-name\":\"M3 Active\",onTap:onTap1orp1ds},XOMDy5Ngo:{\"data-framer-name\":\"Menu 3\",onTap:onTap1orp1ds}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jbbjg0\",layoutDependency:layoutDependency,layoutId:\"ubVKWHarI\",...addPropertyOverrides({dfro84jzA:{\"data-highlight\":true,onTap:onTapldwkeh},w8eLM15v7:{\"data-highlight\":true,onTap:onTap3xe28l},WaZ6edGJ5:{\"data-highlight\":true,onTap:onTap1y7a6ni}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Product\"})}),className:\"framer-1dfe9y0\",\"data-framer-name\":\"Text\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"YIlpbVQjg\",style:{\"--extracted-r6o4lv\":\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"gnsAIvA0g-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"Ifi9VcrjI-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"qozschXTN-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"vNP5Gjhbd-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},\"XOMDy5Ngo-hover\":{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},gCjkyfKWv:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},iwcl51EAp:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},nUnzI1nc2:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},rDMqKS9Jt:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"},xEprWTGOg:{\"--extracted-r6o4lv\":\"rgb(29, 144, 80)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"gnsAIvA0g-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Pricing\"})})},\"Ifi9VcrjI-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Use Cases\"})})},\"qozschXTN-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Integrations\"})})},\"vNP5Gjhbd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Product\"})})},\"XOMDy5Ngo-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Resources\"})})},dfro84jzA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Resources\"})})},gCjkyfKWv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Pricing\"})})},gnsAIvA0g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Pricing\"})})},Ifi9VcrjI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Use Cases\"})})},iwcl51EAp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Use Cases\"})})},nUnzI1nc2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Product\"})})},qozschXTN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Integrations\"})})},rDMqKS9Jt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Integrations\"})})},w8eLM15v7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Use Cases\"})})},xEprWTGOg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 144, 80))\"},children:\"Resources\"})})},XOMDy5Ngo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51)))\"},children:\"Resources\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xaqbiu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"e1HNEjRqh-container\",nodeId:\"e1HNEjRqh\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",style:{rotate:0},variants:{\"vNP5Gjhbd-hover\":{rotate:0},dfro84jzA:{rotate:180},Ifi9VcrjI:{rotate:0},iwcl51EAp:{rotate:0},nUnzI1nc2:{rotate:0},w8eLM15v7:{rotate:180},WaZ6edGJ5:{rotate:-180},xEprWTGOg:{rotate:0},XOMDy5Ngo:{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-da0e270c-ec4d-4e51-a2f0-7f345a7facc5, rgb(51, 51, 51))\",height:\"100%\",iconSearch:\"caret-down\",iconSelection:\"House\",id:\"e1HNEjRqh\",layoutId:\"e1HNEjRqh\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15o1gta\",layoutDependency:layoutDependency,layoutId:\"XkTS2vtKY\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19obag1\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"V_uzxhh8U\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"functions\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"Tip_pwW_d\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined},{href:{pathVariables:{ppSHFkQ1h:\"functions\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"Tip_pwW_d\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({WaZ6edGJ5:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+44+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2f5aq8-container\",layoutDependency:layoutDependency,layoutId:\"cChD_LJYp-container\",nodeId:\"cChD_LJYp\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"cChD_LJYp\",layoutId:\"cChD_LJYp\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png\",srcSet:\"https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks[0],width:\"100%\",ZDFgag4BI:\"Functions\",...addPropertyOverrides({WaZ6edGJ5:{W8hQPnzCw:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ex8sul\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"C6jcjCIN1\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"stella\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"lDUQFiuBw\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined},{href:{pathVariables:{ppSHFkQ1h:\"stella\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"lDUQFiuBw\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({WaZ6edGJ5:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+44+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d0wuin-container\",layoutDependency:layoutDependency,layoutId:\"Alcer2lo2-container\",nodeId:\"Alcer2lo2\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"Alcer2lo2\",layoutId:\"Alcer2lo2\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png\",srcSet:\"https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks1[0],width:\"100%\",ZDFgag4BI:\"AI Analysts\",...addPropertyOverrides({WaZ6edGJ5:{W8hQPnzCw:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n08hbq\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"KbHneQYtr\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"dashboard-and-insights\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"zZu3P32gT\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined},{href:{pathVariables:{ppSHFkQ1h:\"dashboard-and-insights\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"zZu3P32gT\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({WaZ6edGJ5:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+44+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3bqbnf-container\",layoutDependency:layoutDependency,layoutId:\"uiYzf9scl-container\",nodeId:\"uiYzf9scl\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"uiYzf9scl\",layoutId:\"uiYzf9scl\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png\",srcSet:\"https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png?scale-down-to=512 512w,https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks2[0],width:\"100%\",ZDFgag4BI:\"Dashboard with Insights\",...addPropertyOverrides({WaZ6edGJ5:{W8hQPnzCw:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"data-view\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"PLRAD9lZO\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined},{href:{pathVariables:{ppSHFkQ1h:\"data-view\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"PLRAD9lZO\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({WaZ6edGJ5:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+44+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lr73bd-container\",layoutDependency:layoutDependency,layoutId:\"R1ZgkLZz9-container\",nodeId:\"R1ZgkLZz9\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"R1ZgkLZz9\",layoutId:\"R1ZgkLZz9\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png\",srcSet:\"https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks3[0],width:\"100%\",ZDFgag4BI:\"Data View\",...addPropertyOverrides({WaZ6edGJ5:{W8hQPnzCw:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19bx1a1\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"UaTLTXFhV\",style:{backgroundColor:\"rgb(237, 237, 237)\"}})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8sgr4d\",layoutDependency:layoutDependency,layoutId:\"ypo3mEee3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cdes1f\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"MiAvuXGr8\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"collaborative-insights\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"hSzZqBO29\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined},{href:{pathVariables:{xHCnIDRe_:\"collaborative-insights\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"hSzZqBO29\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({w8eLM15v7:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uuy1h4-container\",layoutDependency:layoutDependency,layoutId:\"Ysh3vDio_-container\",nodeId:\"Ysh3vDio_\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"Ysh3vDio_\",layoutId:\"Ysh3vDio_\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png\",srcSet:\"https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png?scale-down-to=512 512w,https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks4[0],width:\"100%\",ZDFgag4BI:\"Saas\",...addPropertyOverrides({w8eLM15v7:{W8hQPnzCw:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-piwlij\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"a7AOaqqo3\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"smart-growth-activation\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"atfnnhVN6\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined},{href:{pathVariables:{xHCnIDRe_:\"smart-growth-activation\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"atfnnhVN6\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({w8eLM15v7:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b57b6f-container\",layoutDependency:layoutDependency,layoutId:\"K3Nq4OnW_-container\",nodeId:\"K3Nq4OnW_\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"K3Nq4OnW_\",layoutId:\"K3Nq4OnW_\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png\",srcSet:\"https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png?scale-down-to=512 512w,https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks5[0],width:\"100%\",ZDFgag4BI:\"Fintech\",...addPropertyOverrides({w8eLM15v7:{W8hQPnzCw:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"data-exploration\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"DsmC2tZ4t\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined},{href:{pathVariables:{xHCnIDRe_:\"data-exploration\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"DsmC2tZ4t\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({w8eLM15v7:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bn7bjy-container\",layoutDependency:layoutDependency,layoutId:\"LlnrzR553-container\",nodeId:\"LlnrzR553\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"LlnrzR553\",layoutId:\"LlnrzR553\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png\",srcSet:\"https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks6[0],width:\"100%\",ZDFgag4BI:\"E-Commerce\",...addPropertyOverrides({w8eLM15v7:{W8hQPnzCw:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14r9yac\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"UYmZpFwP2\",style:{backgroundColor:\"rgb(237, 237, 237)\"}})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yzwbx3\",layoutDependency:layoutDependency,layoutId:\"AZ4J38kws\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1shc4n7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"C2iyy7o31\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wlBXAkqvL\"},implicitPathVariables:undefined},{href:{webPageId:\"wlBXAkqvL\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({dfro84jzA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qxzat3-container\",layoutDependency:layoutDependency,layoutId:\"OrRiUnobX-container\",nodeId:\"OrRiUnobX\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"OrRiUnobX\",layoutId:\"OrRiUnobX\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png\",srcSet:\"https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png?scale-down-to=512 512w,https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png 614w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks7[0],width:\"100%\",ZDFgag4BI:\"FAQs\",...addPropertyOverrides({dfro84jzA:{W8hQPnzCw:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1piazac\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"JchSya0kU\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PKN1nHT65\"},implicitPathVariables:undefined},{href:{webPageId:\"PKN1nHT65\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({dfro84jzA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5j8sig-container\",layoutDependency:layoutDependency,layoutId:\"B3T1eyUlb-container\",nodeId:\"B3T1eyUlb\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"B3T1eyUlb\",layoutId:\"B3T1eyUlb\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png\",srcSet:\"https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png?scale-down-to=512 512w,https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png 614w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks8[0],width:\"100%\",ZDFgag4BI:\"About\",...addPropertyOverrides({dfro84jzA:{W8hQPnzCw:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1urn24v\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"wJzESVFHp\",style:{backgroundColor:\"rgb(237, 237, 237)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GdUecgPiq\"},implicitPathVariables:undefined},{href:{webPageId:\"GdUecgPiq\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({dfro84jzA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+16+34+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ony0j8-container\",layoutDependency:layoutDependency,layoutId:\"Hp5O82qKg-container\",nodeId:\"Hp5O82qKg\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SubMenu,{height:\"100%\",id:\"Hp5O82qKg\",layoutId:\"Hp5O82qKg\",liFK3bRBZ:addImageAlt({src:\"https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png\",srcSet:\"https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png?scale-down-to=512 512w,https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png 1228w\"},\"\"),style:{width:\"100%\"},W8hQPnzCw:resolvedLinks9[0],width:\"100%\",ZDFgag4BI:\"Blogs\",...addPropertyOverrides({dfro84jzA:{W8hQPnzCw:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RzPYN9BNK:{height:45,y:(componentViewport?.y||0)+(16+((componentViewport?.height||77)-32-45)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4kwvin-container\",layoutDependency:layoutDependency,layoutId:\"Ss1LosULD-container\",nodeId:\"Ss1LosULD\",rendersWithMotion:true,scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(SecondaryButton,{height:\"100%\",id:\"Ss1LosULD\",layoutId:\"Ss1LosULD\",variant:\"V6xJdSdre\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:\"https://app.supaboard.ai/onboard/register\",motionChild:true,nodeId:\"bkOrzR1KJ\",scopeId:\"jEYAIXjag\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1axqo1z framer-1xtb449\",\"data-framer-name\":\"Button - Primary\",layoutDependency:layoutDependency,layoutId:\"bkOrzR1KJ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xi3k5v\",\"data-border\":true,\"data-framer-name\":\"Button-Mode\",layoutDependency:layoutDependency,layoutId:\"cRugLOzm5\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(27, 30, 35)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"inset 0px 4.5px 0.5px 0px rgba(248, 248, 248, 0.3), inset 0px -4.5px 0.5px 0px rgba(0, 0, 0, 0.6), 0px 1px 4px 0px rgba(0, 0, 0, 0.15)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U2F0b3NoaS01MDA=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Started\"})}),className:\"framer-e6ymyb\",\"data-framer-name\":\"Label\",fonts:[\"GF;Satoshi-500\"],layoutDependency:layoutDependency,layoutId:\"Yh_OKu2BH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3sILu.framer-1xtb449, .framer-3sILu .framer-1xtb449 { display: block; }\",\".framer-3sILu.framer-dcp7tv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: hidden; padding: 16px 20px 16px 20px; position: relative; text-decoration: none; width: 390px; }\",\".framer-3sILu .framer-1jbbjg0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3sILu .framer-1dfe9y0, .framer-3sILu .framer-e6ymyb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3sILu .framer-1xaqbiu-container { flex: none; height: 16px; position: relative; width: 48px; z-index: 1; }\",\".framer-3sILu .framer-15o1gta, .framer-3sILu .framer-8sgr4d, .framer-3sILu .framer-yzwbx3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3sILu .framer-19obag1, .framer-3sILu .framer-1ex8sul, .framer-3sILu .framer-n08hbq, .framer-3sILu .framer-19bx1a1, .framer-3sILu .framer-1cdes1f, .framer-3sILu .framer-piwlij, .framer-3sILu .framer-14r9yac, .framer-3sILu .framer-1shc4n7, .framer-3sILu .framer-1piazac, .framer-3sILu .framer-1urn24v { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3sILu .framer-2f5aq8-container, .framer-3sILu .framer-1d0wuin-container, .framer-3sILu .framer-3bqbnf-container, .framer-3sILu .framer-1lr73bd-container, .framer-3sILu .framer-1uuy1h4-container, .framer-3sILu .framer-1b57b6f-container, .framer-3sILu .framer-1bn7bjy-container, .framer-3sILu .framer-1qxzat3-container, .framer-3sILu .framer-5j8sig-container, .framer-3sILu .framer-ony0j8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-3sILu .framer-4kwvin-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3sILu .framer-1axqo1z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3sILu .framer-1xi3k5v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3sILu.framer-dcp7tv, .framer-3sILu .framer-15o1gta, .framer-3sILu .framer-8sgr4d, .framer-3sILu .framer-yzwbx3, .framer-3sILu .framer-1axqo1z, .framer-3sILu .framer-1xi3k5v { gap: 0px; } .framer-3sILu.framer-dcp7tv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3sILu.framer-dcp7tv > :first-child, .framer-3sILu .framer-1axqo1z > :first-child, .framer-3sILu .framer-1xi3k5v > :first-child { margin-left: 0px; } .framer-3sILu.framer-dcp7tv > :last-child, .framer-3sILu .framer-1axqo1z > :last-child, .framer-3sILu .framer-1xi3k5v > :last-child { margin-right: 0px; } .framer-3sILu .framer-15o1gta > *, .framer-3sILu .framer-8sgr4d > *, .framer-3sILu .framer-yzwbx3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3sILu .framer-15o1gta > :first-child, .framer-3sILu .framer-8sgr4d > :first-child, .framer-3sILu .framer-yzwbx3 > :first-child { margin-top: 0px; } .framer-3sILu .framer-15o1gta > :last-child, .framer-3sILu .framer-8sgr4d > :last-child, .framer-3sILu .framer-yzwbx3 > :last-child { margin-bottom: 0px; } .framer-3sILu .framer-1axqo1z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-3sILu .framer-1xi3k5v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-3sILu.framer-v-b88xqr.framer-dcp7tv { align-content: flex-start; align-items: flex-start; cursor: unset; flex-direction: column; gap: 20px; }\",\".framer-3sILu.framer-v-b88xqr .framer-1jbbjg0 { cursor: pointer; flex: none; order: 0; width: 100%; }\",\".framer-3sILu.framer-v-b88xqr .framer-15o1gta { flex: none; order: 1; width: 100%; }\",\".framer-3sILu.framer-v-b88xqr .framer-19obag1, .framer-3sILu.framer-v-ga7cyb .framer-1cdes1f, .framer-3sILu.framer-v-lgoqrp .framer-1shc4n7 { order: 1; }\",\".framer-3sILu.framer-v-b88xqr .framer-2f5aq8-container, .framer-3sILu.framer-v-ga7cyb .framer-1uuy1h4-container, .framer-3sILu.framer-v-lgoqrp .framer-1qxzat3-container { order: 2; }\",\".framer-3sILu.framer-v-b88xqr .framer-1ex8sul, .framer-3sILu.framer-v-ga7cyb .framer-piwlij, .framer-3sILu.framer-v-lgoqrp .framer-1piazac { order: 3; }\",\".framer-3sILu.framer-v-b88xqr .framer-1d0wuin-container, .framer-3sILu.framer-v-ga7cyb .framer-1b57b6f-container, .framer-3sILu.framer-v-lgoqrp .framer-5j8sig-container, .framer-3sILu.framer-v-wha5gm .framer-1axqo1z { order: 4; }\",\".framer-3sILu.framer-v-b88xqr .framer-n08hbq, .framer-3sILu.framer-v-ga7cyb .framer-14r9yac, .framer-3sILu.framer-v-lgoqrp .framer-1urn24v, .framer-3sILu.framer-v-wha5gm .framer-4kwvin-container { order: 5; }\",\".framer-3sILu.framer-v-b88xqr .framer-3bqbnf-container { order: 6; }\",\".framer-3sILu.framer-v-b88xqr .framer-1lr73bd-container, .framer-3sILu.framer-v-ga7cyb .framer-1bn7bjy-container, .framer-3sILu.framer-v-lgoqrp .framer-ony0j8-container { order: 0; }\",\".framer-3sILu.framer-v-b88xqr .framer-19bx1a1 { order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3sILu.framer-v-b88xqr.framer-dcp7tv { gap: 0px; } .framer-3sILu.framer-v-b88xqr.framer-dcp7tv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3sILu.framer-v-b88xqr.framer-dcp7tv > :first-child { margin-top: 0px; } .framer-3sILu.framer-v-b88xqr.framer-dcp7tv > :last-child { margin-bottom: 0px; } }\",\".framer-3sILu.framer-v-ga7cyb.framer-dcp7tv, .framer-3sILu.framer-v-lgoqrp.framer-dcp7tv { cursor: unset; flex-direction: column; }\",\".framer-3sILu.framer-v-ga7cyb .framer-1jbbjg0, .framer-3sILu.framer-v-lgoqrp .framer-1jbbjg0 { cursor: pointer; flex: none; width: 100%; }\",\".framer-3sILu.framer-v-ga7cyb .framer-8sgr4d, .framer-3sILu.framer-v-lgoqrp .framer-yzwbx3 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3sILu.framer-v-ga7cyb.framer-dcp7tv { gap: 0px; } .framer-3sILu.framer-v-ga7cyb.framer-dcp7tv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3sILu.framer-v-ga7cyb.framer-dcp7tv > :first-child { margin-top: 0px; } .framer-3sILu.framer-v-ga7cyb.framer-dcp7tv > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3sILu.framer-v-lgoqrp.framer-dcp7tv { gap: 0px; } .framer-3sILu.framer-v-lgoqrp.framer-dcp7tv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3sILu.framer-v-lgoqrp.framer-dcp7tv > :first-child { margin-top: 0px; } .framer-3sILu.framer-v-lgoqrp.framer-dcp7tv > :last-child { margin-bottom: 0px; } }\",\".framer-3sILu.framer-v-wha5gm.framer-dcp7tv, .framer-3sILu.framer-v-5xt1up.framer-dcp7tv, .framer-3sILu.framer-v-1kgx7h6.framer-dcp7tv { cursor: unset; }\",'.framer-3sILu[data-border=\"true\"]::after, .framer-3sILu [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 56\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"WaZ6edGJ5\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"Ifi9VcrjI\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"w8eLM15v7\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"XOMDy5Ngo\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"dfro84jzA\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"gnsAIvA0g\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"RzPYN9BNK\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"qozschXTN\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"nUnzI1nc2\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"iwcl51EAp\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"xEprWTGOg\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"gCjkyfKWv\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"rDMqKS9Jt\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"KrpGrM0J7\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"kHnIkyQcn\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"pi9J2tHSi\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"o1JPwiDnA\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"StDjv2_nQ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]}}}\n * @framerVariables {\"Pvcb1aVfP\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjEYAIXjag=withCSS(Component,css,\"framer-3sILu\");export default FramerjEYAIXjag;FramerjEYAIXjag.displayName=\"Ham Menu 1\";FramerjEYAIXjag.defaultProps={height:56,width:390};addPropertyControls(FramerjEYAIXjag,{variant:{options:[\"vNP5Gjhbd\",\"WaZ6edGJ5\",\"Ifi9VcrjI\",\"w8eLM15v7\",\"XOMDy5Ngo\",\"dfro84jzA\",\"gnsAIvA0g\",\"RzPYN9BNK\",\"qozschXTN\",\"nUnzI1nc2\",\"iwcl51EAp\",\"xEprWTGOg\",\"gCjkyfKWv\",\"rDMqKS9Jt\"],optionTitles:[\"Menu 1\",\"Menu 1 Dropdown\",\"Menu 2\",\"Menu 2 Dropdown\",\"Menu 3\",\"Menu 3 Dropdown\",\"Menu 4\",\"Menu 5\",\"Menu 6\",\"M1 Active\",\"M2 Active\",\"M3 Active\",\"M4 Active\",\"M6 Active\"],title:\"Variant\",type:ControlType.Enum},Pvcb1aVfP:{title:\"Link\",type:ControlType.Link}});addFonts(FramerjEYAIXjag,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...PhosphorFonts,...SubMenuFonts,...SecondaryButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjEYAIXjag\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"56\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"Pvcb1aVfP\\\":\\\"link\\\"}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"390\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"WaZ6edGJ5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"Ifi9VcrjI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"w8eLM15v7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"XOMDy5Ngo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"dfro84jzA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"gnsAIvA0g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"RzPYN9BNK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"qozschXTN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"nUnzI1nc2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"iwcl51EAp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"xEprWTGOg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"gCjkyfKWv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"rDMqKS9Jt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"KrpGrM0J7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"kHnIkyQcn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"pi9J2tHSi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"o1JPwiDnA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"StDjv2_nQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jEYAIXjag.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"yBuRWtfQs\",\"TrUie5Tur\"];const serializationHash=\"framer-MtFk2\";const variantClassNames={TrUie5Tur:\"framer-v-1mr9bup\",yBuRWtfQs:\"framer-v-wbos21\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Cross:\"TrUie5Tur\",Ham:\"yBuRWtfQs\"};const getProps=({click2,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yBuRWtfQs\",VgGtbV17R:click2??props.VgGtbV17R};};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,VgGtbV17R,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yBuRWtfQs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1k1l81g=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VgGtbV17R){const res=await VgGtbV17R(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"TrUie5Tur\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"TrUie5Tur\")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-wbos21\",className,classNames),\"data-framer-name\":\"Ham\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yBuRWtfQs\",onTap:onTap1k1l81g,ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({TrUie5Tur:{\"data-framer-name\":\"Cross\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-24)/2)),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/LktAjoPqdmsw8Dc9ijcEaTTQn2M.svg\"},className:\"framer-1edry4n\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"cEUe4eyd1\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-108jj8h\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"rytoEe8jS\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v12j0p\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ONqVrXF0N\",style:{backgroundColor:\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:-45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1exv1vq\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"CHnvncj3S\",style:{backgroundColor:\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MtFk2.framer-1fka4h5, .framer-MtFk2 .framer-1fka4h5 { display: block; }\",\".framer-MtFk2.framer-wbos21 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 18px 12px 18px; position: relative; width: min-content; }\",\".framer-MtFk2 .framer-1edry4n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-MtFk2 .framer-108jj8h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-MtFk2 .framer-v12j0p, .framer-MtFk2 .framer-1exv1vq { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MtFk2.framer-wbos21 { gap: 0px; } .framer-MtFk2.framer-wbos21 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MtFk2.framer-wbos21 > :first-child { margin-left: 0px; } .framer-MtFk2.framer-wbos21 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TrUie5Tur\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"VgGtbV17R\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXRA86i5CU=withCSS(Component,css,\"framer-MtFk2\");export default FramerXRA86i5CU;FramerXRA86i5CU.displayName=\"Ham menu\";FramerXRA86i5CU.defaultProps={height:48,width:60};addPropertyControls(FramerXRA86i5CU,{variant:{options:[\"yBuRWtfQs\",\"TrUie5Tur\"],optionTitles:[\"Ham\",\"Cross\"],title:\"Variant\",type:ControlType.Enum},VgGtbV17R:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerXRA86i5CU,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXRA86i5CU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"VgGtbV17R\\\":\\\"click2\\\"}\",\"framerIntrinsicWidth\":\"60\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TrUie5Tur\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XRA86i5CU.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavMenuCard from\"https://framerusercontent.com/modules/aVAgVWlV8FIXLWg4NRx1/7oY3pP6nPmlCwN31iUT8/ATB7nvggB.js\";import ButtonsNavButton from\"https://framerusercontent.com/modules/564pUJEaLssk9zSMmqEb/RxxrZ2y9HearDT9cNzyv/cuTL66dr5.js\";import HamMenu1 from\"https://framerusercontent.com/modules/eIn3jEkAeisdWbgwyu8A/wV0tsm97fFZirq7cQ9Zq/jEYAIXjag.js\";import SecondaryButton from\"https://framerusercontent.com/modules/XpyvEcmIIgRdQBpSUFGr/dpvDEW04XuMCZQUYn0Zy/NjedTaj8i.js\";import ButtonPrimary from\"https://framerusercontent.com/modules/ZbetHjqctqICSnvb19rM/RWJhntOHScNmWmu08vcD/tzJQekcj4.js\";import HamMenu from\"https://framerusercontent.com/modules/sO0pnzAruYUPDNCAGFpA/ChXTsUvYR4ySx88GW1vz/XRA86i5CU.js\";const ButtonsNavButtonFonts=getFonts(ButtonsNavButton);const NavMenuCardFonts=getFonts(NavMenuCard);const MotionDivWithFX=withFX(motion.div);const SecondaryButtonFonts=getFonts(SecondaryButton);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const HamMenuFonts=getFonts(HamMenu);const HamMenu1Fonts=getFonts(HamMenu1);const ButtonsNavButtonControls=getPropertyControls(ButtonsNavButton);const SecondaryButtonControls=getPropertyControls(SecondaryButton);const HamMenu1Controls=getPropertyControls(HamMenu1);const cycleOrder=[\"l5JSxsOwO\",\"nEN_DRXcd\",\"OYk6TYsNa\",\"nFKemXhwe\",\"hQVX_NW_G\"];const serializationHash=\"framer-pNfD4\";const variantClassNames={hQVX_NW_G:\"framer-v-10g1gxi\",l5JSxsOwO:\"framer-v-19tfupi\",nEN_DRXcd:\"framer-v-wmfiht\",nFKemXhwe:\"framer-v-10qq7es\",OYk6TYsNa:\"framer-v-1s3i1zr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 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 humanReadableEnumMap={Active:\"vifrc7yf0\",Default:\"YV2tMVwLQ\"};const humanReadableEnumMap1={Active:\"RWdNv94fN\",Big:\"KnJwqPiUg\",Main:\"V6xJdSdre\",Small:\"ZfQVGVVxV\"};const humanReadableEnumMap2={\"M1 Active\":\"nUnzI1nc2\",\"M2 Active\":\"iwcl51EAp\",\"M3 Active\":\"xEprWTGOg\",\"M4 Active\":\"gCjkyfKWv\",\"M6 Active\":\"rDMqKS9Jt\",\"Menu 1 Dropdown\":\"WaZ6edGJ5\",\"Menu 1\":\"vNP5Gjhbd\",\"Menu 2 Dropdown\":\"w8eLM15v7\",\"Menu 2\":\"Ifi9VcrjI\",\"Menu 3 Dropdown\":\"dfro84jzA\",\"Menu 3\":\"XOMDy5Ngo\",\"Menu 4\":\"gnsAIvA0g\",\"Menu 5\":\"RzPYN9BNK\",\"Menu 6\":\"qozschXTN\"};const humanReadableVariantMap={\"Mobile Ham Menu\":\"nFKemXhwe\",\"Tablet Ham Menu\":\"hQVX_NW_G\",Desktop:\"l5JSxsOwO\",Mobile:\"OYk6TYsNa\",Tablet:\"nEN_DRXcd\"};const getProps=({bookADemo,height,id,integration,pricing,product,resources,tIntegrations,tPricing,tProduct,tResources,tUseCase,useCases,width,...props})=>{return{...props,gy9tpNN_z:humanReadableEnumMap2[tUseCase]??tUseCase??props.gy9tpNN_z??\"Ifi9VcrjI\",iuAMcRfpV:humanReadableEnumMap1[bookADemo]??bookADemo??props.iuAMcRfpV??\"V6xJdSdre\",ivwRUW1WQ:humanReadableEnumMap2[tResources]??tResources??props.ivwRUW1WQ??\"XOMDy5Ngo\",Nb30bq3nb:humanReadableEnumMap[product]??product??props.Nb30bq3nb??\"YV2tMVwLQ\",nMmkF1s5H:humanReadableEnumMap[useCases]??useCases??props.nMmkF1s5H??\"YV2tMVwLQ\",RHWiTjppe:humanReadableEnumMap2[tPricing]??tPricing??props.RHWiTjppe??\"gnsAIvA0g\",SEpHiDa_w:humanReadableEnumMap[pricing]??pricing??props.SEpHiDa_w??\"YV2tMVwLQ\",SNRqQKqmX:humanReadableEnumMap[resources]??resources??props.SNRqQKqmX??\"YV2tMVwLQ\",UA34MQ2Cd:humanReadableEnumMap2[tProduct]??tProduct??props.UA34MQ2Cd,variant:humanReadableVariantMap[props.variant]??props.variant??\"l5JSxsOwO\",wboiEQGzC:humanReadableEnumMap2[tIntegrations]??tIntegrations??props.wboiEQGzC??\"qozschXTN\",WXP2zPEch:humanReadableEnumMap[integration]??integration??props.WXP2zPEch};};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,SEpHiDa_w,Nb30bq3nb,SNRqQKqmX,nMmkF1s5H,iuAMcRfpV,WXP2zPEch,UA34MQ2Cd,gy9tpNN_z,wboiEQGzC,ivwRUW1WQ,RHWiTjppe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l5JSxsOwO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ridfUA3l1txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const VgGtbV17R1tnkemc=activeVariantCallback(async(...args)=>{setVariant(\"hQVX_NW_G\");});const VgGtbV17R1ep2d0f=activeVariantCallback(async(...args)=>{setVariant(\"nFKemXhwe\");});const VgGtbV17R1tknufc=activeVariantCallback(async(...args)=>{setVariant(\"OYk6TYsNa\");});const VgGtbV17Rsej8ew=activeVariantCallback(async(...args)=>{setVariant(\"nEN_DRXcd\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"nEN_DRXcd\",\"OYk6TYsNa\",\"nFKemXhwe\",\"hQVX_NW_G\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const isDisplayed1=()=>{if([\"OYk6TYsNa\",\"nFKemXhwe\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"nEN_DRXcd\",\"OYk6TYsNa\",\"nFKemXhwe\",\"hQVX_NW_G\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"nFKemXhwe\")return true;return false;};const isDisplayed4=()=>{if([\"nFKemXhwe\",\"hQVX_NW_G\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"hQVX_NW_G\")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,...addPropertyOverrides({hQVX_NW_G:{value:transition2},nEN_DRXcd:{value:transition2},nFKemXhwe:{value:transition2},OYk6TYsNa:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-19tfupi\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"l5JSxsOwO\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{hQVX_NW_G:{backgroundColor:\"rgb(255, 255, 255)\"},nFKemXhwe:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({hQVX_NW_G:{\"data-framer-name\":\"Tablet Ham Menu\"},nEN_DRXcd:{\"data-framer-name\":\"Tablet\"},nFKemXhwe:{\"data-framer-name\":\"Mobile Ham Menu\"},OYk6TYsNa:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-165gwl2\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"JPQf7H1t_\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kbRaYz7Z2\",scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5adz6a framer-cra4xv\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"kbRaYz7Z2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-109wyr7\",\"data-framer-name\":\"Frame 593\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:36,layoutDependency:layoutDependency,layoutId:\"lyQkQYGkq\",svg:'<svg width=\"36\" height=\"37\" viewBox=\"0 0 36 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7547 13.1339L22.566 13.7354L23.0938 13.4944C23.2962 13.402 23.5162 13.3542 23.7387 13.3542H23.9456H25.0347H27.213H29.0829C30.4562 13.3542 31.5695 12.2409 31.5695 10.8676V7.12768C31.5695 5.75438 30.4562 4.6411 29.0829 4.6411H27.213H25.343C23.9697 4.6411 22.8564 5.75438 22.8564 7.12768V8.99763V11.1759V12.265V12.4697C22.8564 12.695 22.8221 12.9189 22.7547 13.1339ZM13.4608 22.6281L13.2721 23.2295L12.7443 23.4705C12.5419 23.5629 12.3219 23.6107 12.0993 23.6107H11.8925H10.8034H8.62512H6.75517C5.38187 23.6107 4.26859 24.724 4.26859 26.0973V29.8372C4.26859 31.2105 5.38187 32.3238 6.75517 32.3238H8.62512H10.4951C11.8684 32.3238 12.9817 31.2105 12.9817 29.8372V27.9673V25.789V24.6999V24.4952C12.9817 24.2699 13.016 24.046 13.0834 23.831L13.2721 23.2295L13.7999 22.9886C14.0023 22.8962 14.2223 22.8484 14.4448 22.8484H14.6517H15.7408H17.9191H21.5836L21.5849 22.8485C21.674 22.8567 21.7625 22.8702 21.8499 22.8891C21.9493 22.9105 22.0467 22.9411 22.2415 23.0022L22.2416 23.0022L22.6477 23.1296L22.4927 22.79C22.4072 22.6027 22.3644 22.5091 22.3346 22.4116C22.3094 22.3294 22.2911 22.2452 22.2799 22.1599C22.2783 22.1477 22.2768 22.1355 22.2756 22.1231V15.0062C22.2769 14.7853 22.3112 14.5658 22.3773 14.355L22.566 13.7536L22.0382 13.9945C21.8856 14.0642 21.723 14.1085 21.5569 14.1261H17.91C17.8171 14.1261 17.7248 14.129 17.6333 14.1348H16.0491C15.4949 14.1348 14.983 14.3161 14.5696 14.6226H14.511C14.2964 14.6226 14.1225 14.7965 14.1225 15.0111V15.0492C13.7724 15.4776 13.5625 16.025 13.5625 16.6213V18.1999C13.5565 18.2934 13.5535 18.3877 13.5535 18.4826V21.508C13.5535 21.7205 13.5535 21.8971 13.561 22.0452C13.5538 22.243 13.5201 22.439 13.4608 22.6281ZM22.6385 23.2295L23.24 23.4182C23.455 23.4856 23.6789 23.5199 23.9042 23.5199H24.1089H25.198H27.3763H29.2462C30.6195 23.5199 31.7328 24.6332 31.7328 26.0065V27.8765V29.7464C31.7328 31.1197 30.6195 32.233 29.2462 32.233H25.5063C24.133 32.233 23.0197 31.1197 23.0197 29.7464V27.8765V25.6982V24.6091V24.4022C23.0197 24.1797 22.9719 23.9597 22.8795 23.7573L22.6385 23.2295Z\" fill=\"#53BD7D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U2F0b3NoaS01MDA=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 30, 30))\"},children:\"Supaboard\"})}),className:\"framer-ywesvd\",\"data-framer-name\":\"Label\",fonts:[\"GF;Satoshi-500\"],layoutDependency:layoutDependency,layoutId:\"mobh0auVw\",style:{\"--extracted-r6o4lv\":\"rgb(28, 30, 30)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-175u97b\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"aOIgpWml1\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+8+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-13mbvcg-container\",id:`${layoutId}-13mbvcg`,layoutDependency:layoutDependency,layoutId:\"fVXIFKOCb-container\",nodeId:\"fVXIFKOCb\",ref:ref1,rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:[/*#__PURE__*/_jsx(ButtonsNavButton,{c6fkGzvxy:\"rgba(244, 247, 249, 0)\",G06KKKEO1:\"Product\",height:\"100%\",id:\"fVXIFKOCb\",layoutId:\"fVXIFKOCb\",ridfUA3l1:ridfUA3l1txyyif({overlay}),variant:overlay.visible?\"YV2tMVwLQ\":Nb30bq3nb,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-13mbvcg`,offsetX:267.8828707880966,offsetY:7.499981124870828,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1l7jlfs\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"NwJoQoRgi\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(212, 212, 212)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"data-view\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"PLRAD9lZO\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6b20m6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ygj5T1WpX-container\",nodeId:\"Ygj5T1WpX\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png\",srcSet:\"https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ptsyZcmPthw9FlkmjbpQlLakC8.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"Ygj5T1WpX\",layoutId:\"Ygj5T1WpX\",PzqPKKWso:resolvedLinks[0],RCnPc7qRg:\"Explore datasets visually with AI\u2014filters, summaries, and groupings made simple.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/nNwoc8q3d5LqTf6H2PrlGn1YmSo.png\",srcSet:\"https://framerusercontent.com/images/nNwoc8q3d5LqTf6H2PrlGn1YmSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/nNwoc8q3d5LqTf6H2PrlGn1YmSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nNwoc8q3d5LqTf6H2PrlGn1YmSo.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"Data View\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"functions\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"Tip_pwW_d\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qeop5x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rczOwqNjO-container\",nodeId:\"rczOwqNjO\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png\",srcSet:\"https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ZyyNWFfD4ZZ1Va3i9ZuTftpVs.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"rczOwqNjO\",layoutId:\"rczOwqNjO\",PzqPKKWso:resolvedLinks1[0],RCnPc7qRg:\"No SQL needed. Just ask, and Functions delivers insights in seconds.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/ZEjeNGAPuGo2woV5co9QYakcspY.png\",srcSet:\"https://framerusercontent.com/images/ZEjeNGAPuGo2woV5co9QYakcspY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZEjeNGAPuGo2woV5co9QYakcspY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZEjeNGAPuGo2woV5co9QYakcspY.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"Functions\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"stella\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"lDUQFiuBw\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wqicox-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"H8CbZ1qk7-container\",nodeId:\"H8CbZ1qk7\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png\",srcSet:\"https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U9DvsBmH1a3YkaMXND3LLvXUxBg.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"H8CbZ1qk7\",layoutId:\"H8CbZ1qk7\",PzqPKKWso:resolvedLinks2[0],RCnPc7qRg:\"Your AI analysts for instant dashboards and insights\u2014code-free.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/8bOi3J9d1r8epHYYOylshkIoc2M.png\",srcSet:\"https://framerusercontent.com/images/8bOi3J9d1r8epHYYOylshkIoc2M.png?scale-down-to=512 512w,https://framerusercontent.com/images/8bOi3J9d1r8epHYYOylshkIoc2M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8bOi3J9d1r8epHYYOylshkIoc2M.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"AI Analysts\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ppSHFkQ1h:\"dashboard-and-insights\"},unresolvedPathSlugs:{ppSHFkQ1h:{collectionId:\"tZlLa6P9h\",collectionItemId:\"zZu3P32gT\"}},webPageId:\"Acj1XvUzR\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gmue51-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Z3jvKuU_6-container\",nodeId:\"Z3jvKuU_6\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png\",srcSet:\"https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png?scale-down-to=512 512w,https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qNrVq8qfLyHjGNz9bKyhVkYRZ9s.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"Z3jvKuU_6\",layoutId:\"Z3jvKuU_6\",PzqPKKWso:resolvedLinks3[0],RCnPc7qRg:\"Build smart dashboards with AI and keep your team aligned in real time\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/QHmOH1tV7DjuDOqBhWvgJcIw0M.png\",srcSet:\"https://framerusercontent.com/images/QHmOH1tV7DjuDOqBhWvgJcIw0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/QHmOH1tV7DjuDOqBhWvgJcIw0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QHmOH1tV7DjuDOqBhWvgJcIw0M.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"Dashboard and Insights\"})})})})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+8+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1svdb2y-container\",id:`${layoutId}-1svdb2y`,layoutDependency:layoutDependency,layoutId:\"I3iVF8exA-container\",nodeId:\"I3iVF8exA\",ref:ref3,rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:[/*#__PURE__*/_jsx(ButtonsNavButton,{c6fkGzvxy:\"rgba(244, 247, 249, 0)\",G06KKKEO1:\"Use Cases\",height:\"100%\",id:\"I3iVF8exA\",layoutId:\"I3iVF8exA\",ridfUA3l1:ridfUA3l1txyyif({overlay:overlay1}),variant:nMmkF1s5H,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1svdb2y`,offsetX:170.54687175230356,offsetY:7.500002130866051,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-9w4ffh\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Zs_jzWzkK\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(212, 212, 212)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"data-exploration\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"DsmC2tZ4t\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12m02ev-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Qp4pmO1io-container\",nodeId:\"Qp4pmO1io\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png\",srcSet:\"https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SjjeununFlkpP0u7s0fV8xMjXQ.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"Qp4pmO1io\",layoutId:\"Qp4pmO1io\",PzqPKKWso:resolvedLinks4[0],RCnPc7qRg:\"Real-time AI dashboards for tracking sales, inventory, and marketing performance.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/UFNUQGlqFoQwt6r7AzuN1iibPVw.png\",srcSet:\"https://framerusercontent.com/images/UFNUQGlqFoQwt6r7AzuN1iibPVw.png?scale-down-to=512 512w,https://framerusercontent.com/images/UFNUQGlqFoQwt6r7AzuN1iibPVw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UFNUQGlqFoQwt6r7AzuN1iibPVw.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"E-commerce\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"unified-intelligence-across-teams\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"hSzZqBO29\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xjh6n1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xhDTP6HnX-container\",nodeId:\"xhDTP6HnX\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png\",srcSet:\"https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png?scale-down-to=512 512w,https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eGl3CDSUoBVpKL3ruphrKfV8y0.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"xhDTP6HnX\",layoutId:\"xhDTP6HnX\",PzqPKKWso:resolvedLinks5[0],RCnPc7qRg:\"Instant insights into churn, MRR, and product usage\u2014no code needed.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/SbQm8YQTKLhu2VruuGHow2vTO20.png\",srcSet:\"https://framerusercontent.com/images/SbQm8YQTKLhu2VruuGHow2vTO20.png?scale-down-to=512 512w,https://framerusercontent.com/images/SbQm8YQTKLhu2VruuGHow2vTO20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SbQm8YQTKLhu2VruuGHow2vTO20.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"SaaS\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xHCnIDRe_:\"smart-growth-activation\"},unresolvedPathSlugs:{xHCnIDRe_:{collectionId:\"dSHfd9Ked\",collectionItemId:\"atfnnhVN6\"}},webPageId:\"V4BfkD0kY\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sc2ok2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dyFIXrXco-container\",nodeId:\"dyFIXrXco\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png\",srcSet:\"https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png?scale-down-to=512 512w,https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MO2a9728K2CC8NNuwEtIIWuHSDk.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"dyFIXrXco\",layoutId:\"dyFIXrXco\",PzqPKKWso:resolvedLinks6[0],RCnPc7qRg:\"AI-powered dashboards for risk, fraud, and compliance monitoring.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/D5mkNrpWyXcHFtLxg7I7VKEXHog.png\",srcSet:\"https://framerusercontent.com/images/D5mkNrpWyXcHFtLxg7I7VKEXHog.png?scale-down-to=512 512w,https://framerusercontent.com/images/D5mkNrpWyXcHFtLxg7I7VKEXHog.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/D5mkNrpWyXcHFtLxg7I7VKEXHog.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"Fintech\"})})})})]})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I6FHbEtUS\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+8+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t9ojbo-container\",layoutDependency:layoutDependency,layoutId:\"XOKScCgsU-container\",nodeId:\"XOKScCgsU\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(ButtonsNavButton,{c6fkGzvxy:\"rgba(244, 247, 249, 0)\",e3xI3oP6w:resolvedLinks7[0],G06KKKEO1:\"Integrations\",height:\"100%\",id:\"XOKScCgsU\",layoutId:\"XOKScCgsU\",variant:WXP2zPEch,width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+8+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-102camq-container\",id:`${layoutId}-102camq`,layoutDependency:layoutDependency,layoutId:\"tcVmuskkS-container\",nodeId:\"tcVmuskkS\",ref:ref5,rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:[/*#__PURE__*/_jsx(ButtonsNavButton,{c6fkGzvxy:\"rgba(244, 247, 249, 0)\",G06KKKEO1:\"Resources\",height:\"100%\",id:\"tcVmuskkS\",layoutId:\"tcVmuskkS\",ridfUA3l1:ridfUA3l1txyyif({overlay:overlay2}),variant:overlay2.visible?\"YV2tMVwLQ\":SNRqQKqmX,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-102camq`,offsetX:-46.8358716245275,offsetY:7.999999916413799,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-14dketb\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"ICnJJLUH5\",ref:ref6,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(212, 212, 212)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GdUecgPiq\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cs6q20-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bL4kpuQea-container\",nodeId:\"bL4kpuQea\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png\",srcSet:\"https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png?scale-down-to=512 512w,https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uqDCaz9TzjqBlPUM3lNGmodzY0.png 1228w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"bL4kpuQea\",layoutId:\"bL4kpuQea\",PzqPKKWso:resolvedLinks8[0],RCnPc7qRg:\"Get the latest in product updates, analytics insights, and expert advice.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/8KYFQ6doXnejBQ4pPAPcmnItw.png\",srcSet:\"https://framerusercontent.com/images/8KYFQ6doXnejBQ4pPAPcmnItw.png?scale-down-to=512 512w,https://framerusercontent.com/images/8KYFQ6doXnejBQ4pPAPcmnItw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8KYFQ6doXnejBQ4pPAPcmnItw.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"Blogs\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wlBXAkqvL\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bva37s-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZzfJKCq1i-container\",nodeId:\"ZzfJKCq1i\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png\",srcSet:\"https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png?scale-down-to=512 512w,https://framerusercontent.com/images/SukRKZKCgyNuDuRpnxkXt3nZcA.png 614w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"ZzfJKCq1i\",layoutId:\"ZzfJKCq1i\",PzqPKKWso:resolvedLinks9[0],RCnPc7qRg:\"Explore FAQs on features, pricing, and integrations to get the clarity you need.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/8ejhh6lzkuKQQLK8CP2c4q4Xotg.png\",srcSet:\"https://framerusercontent.com/images/8ejhh6lzkuKQQLK8CP2c4q4Xotg.png?scale-down-to=512 512w,https://framerusercontent.com/images/8ejhh6lzkuKQQLK8CP2c4q4Xotg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8ejhh6lzkuKQQLK8CP2c4q4Xotg.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"FAQs\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PKN1nHT65\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"290px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i23bcm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"IJMTVh3mo-container\",nodeId:\"IJMTVh3mo\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(NavMenuCard,{EwsSK2FeF:addImageAlt({src:\"https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png\",srcSet:\"https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png?scale-down-to=512 512w,https://framerusercontent.com/images/wHgo3mzYcnOu8AgK7QTiOMgeF8.png 614w\"},\"\"),fYO3TEDnm:true,height:\"100%\",id:\"IJMTVh3mo\",layoutId:\"IJMTVh3mo\",PzqPKKWso:resolvedLinks10[0],RCnPc7qRg:\"We are team on on a mission to simplify analytics with AI.\",RfnNahF9i:addImageAlt({src:\"https://framerusercontent.com/images/UHtDsj2I2V7rSBYSykQcpabuYE.png\",srcSet:\"https://framerusercontent.com/images/UHtDsj2I2V7rSBYSykQcpabuYE.png?scale-down-to=512 512w,https://framerusercontent.com/images/UHtDsj2I2V7rSBYSykQcpabuYE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UHtDsj2I2V7rSBYSykQcpabuYE.png 1228w\"},\"\"),style:{width:\"100%\"},width:\"100%\",ZP9YRiJYk:\"About\"})})})})]})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"s3ZeK8wGV\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+8+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yh8c5s-container\",layoutDependency:layoutDependency,layoutId:\"cOW0rC3JG-container\",nodeId:\"cOW0rC3JG\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(ButtonsNavButton,{c6fkGzvxy:\"rgba(244, 247, 249, 0)\",e3xI3oP6w:resolvedLinks11[0],G06KKKEO1:\"Pricing\",height:\"100%\",id:\"cOW0rC3JG\",layoutId:\"cOW0rC3JG\",variant:SEpHiDa_w,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jnxabr\",layoutDependency:layoutDependency,layoutId:\"hZof5yPYw\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+12+0,...addPropertyOverrides({hQVX_NW_G:{y:(componentViewport?.y||0)+0+0+8+1.5},nEN_DRXcd:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-64)/2)+8+1.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12y58mh-container\",layoutDependency:layoutDependency,layoutId:\"OOhIJ8ZXj-container\",nodeId:\"OOhIJ8ZXj\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(SecondaryButton,{height:\"100%\",id:\"OOhIJ8ZXj\",layoutId:\"OOhIJ8ZXj\",variant:iuAMcRfpV,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+(0+((componentViewport?.height||69)-0-69)/2)+12+2,...addPropertyOverrides({hQVX_NW_G:{y:(componentViewport?.y||0)+0+0+8+3.5},nEN_DRXcd:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-64)/2)+8+3.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5dty49-container\",layoutDependency:layoutDependency,layoutId:\"qTlG9Jz74-container\",nodeId:\"qTlG9Jz74\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(ButtonPrimary,{height:\"100%\",id:\"qTlG9Jz74\",layoutId:\"qTlG9Jz74\",variant:\"rRz4Szpuu\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:48,y:(componentViewport?.y||0)+0+0+8+0},nEN_DRXcd:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-64)/2)+8+0},nFKemXhwe:{height:48,y:(componentViewport?.y||0)+0+0+8+0},OYk6TYsNa:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-64)/2)+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15lj1pn-container\",layoutDependency:layoutDependency,layoutId:\"H6GTZ7ASP-container\",nodeId:\"H6GTZ7ASP\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu,{height:\"100%\",id:\"H6GTZ7ASP\",layoutId:\"H6GTZ7ASP\",variant:\"yBuRWtfQs\",width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{variant:\"TrUie5Tur\",VgGtbV17R:VgGtbV17Rsej8ew},nEN_DRXcd:{VgGtbV17R:VgGtbV17R1tnkemc},nFKemXhwe:{variant:\"TrUie5Tur\",VgGtbV17R:VgGtbV17R1tknufc},OYk6TYsNa:{VgGtbV17R:VgGtbV17R1ep2d0f}},baseVariant,gestureVariant)})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dm62df\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"e3xtf9u9H\",style:{backgroundColor:\"rgb(212, 212, 212)\"}}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+85},nFKemXhwe:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+85}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uxcfja-container\",layoutDependency:layoutDependency,layoutId:\"QjGkO8c_P-container\",nodeId:\"QjGkO8c_P\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"QjGkO8c_P\",layoutId:\"QjGkO8c_P\",style:{width:\"100%\"},variant:\"vNP5Gjhbd\",width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{variant:UA34MQ2Cd}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+151},nFKemXhwe:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+151}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1apxre4-container\",layoutDependency:layoutDependency,layoutId:\"o2jLzSI0X-container\",nodeId:\"o2jLzSI0X\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"o2jLzSI0X\",layoutId:\"o2jLzSI0X\",style:{width:\"100%\"},variant:\"Ifi9VcrjI\",width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{variant:gy9tpNN_z}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+283},nFKemXhwe:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+283}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4ek7i8-container\",layoutDependency:layoutDependency,layoutId:\"HcU2mcS5_-container\",nodeId:\"HcU2mcS5_\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"HcU2mcS5_\",layoutId:\"HcU2mcS5_\",style:{width:\"100%\"},variant:\"XOMDy5Ngo\",width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{variant:ivwRUW1WQ}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"s3ZeK8wGV\"},implicitPathVariables:undefined},{href:{webPageId:\"s3ZeK8wGV\"},implicitPathVariables:undefined},{href:{webPageId:\"s3ZeK8wGV\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+349},nFKemXhwe:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+349}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yf3zo2-container\",layoutDependency:layoutDependency,layoutId:\"DQ0Y4w8xD-container\",nodeId:\"DQ0Y4w8xD\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"DQ0Y4w8xD\",layoutId:\"DQ0Y4w8xD\",Pvcb1aVfP:resolvedLinks12[0],style:{width:\"100%\"},variant:\"gnsAIvA0g\",width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{Pvcb1aVfP:resolvedLinks12[2],variant:RHWiTjppe},nFKemXhwe:{Pvcb1aVfP:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I6FHbEtUS\"},implicitPathVariables:undefined},{href:{webPageId:\"I6FHbEtUS\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nFKemXhwe:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+217}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17z1pol-container\",layoutDependency:layoutDependency,layoutId:\"tfXMscInj-container\",nodeId:\"tfXMscInj\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"tfXMscInj\",layoutId:\"tfXMscInj\",Pvcb1aVfP:resolvedLinks13[0],style:{width:\"100%\"},variant:\"qozschXTN\",width:\"100%\",...addPropertyOverrides({nFKemXhwe:{Pvcb1aVfP:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nFKemXhwe:{height:56,width:\"390px\",y:(componentViewport?.y||0)+0+415}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nkzsm-container\",layoutDependency:layoutDependency,layoutId:\"zYqhNVDIl-container\",nodeId:\"zYqhNVDIl\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"zYqhNVDIl\",layoutId:\"zYqhNVDIl\",style:{width:\"100%\"},variant:\"RzPYN9BNK\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I6FHbEtUS\"},implicitPathVariables:undefined},{href:{webPageId:\"I6FHbEtUS\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hQVX_NW_G:{height:56,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+217}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e8p4fm-container\",layoutDependency:layoutDependency,layoutId:\"v7bZXrvx7-container\",nodeId:\"v7bZXrvx7\",rendersWithMotion:true,scopeId:\"WkH0ZbXcF\",children:/*#__PURE__*/_jsx(HamMenu1,{height:\"100%\",id:\"v7bZXrvx7\",layoutId:\"v7bZXrvx7\",Pvcb1aVfP:resolvedLinks14[0],style:{width:\"100%\"},variant:wboiEQGzC,width:\"100%\",...addPropertyOverrides({hQVX_NW_G:{Pvcb1aVfP:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12wa4zi\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"eP_LAtfsG\",style:{backgroundColor:\"rgb(212, 212, 212)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pNfD4.framer-cra4xv, .framer-pNfD4 .framer-cra4xv { display: block; }\",\".framer-pNfD4.framer-19tfupi { 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: 1320px; }\",\".framer-pNfD4 .framer-165gwl2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 8px 80px 8px 80px; position: relative; width: 1px; }\",\".framer-pNfD4 .framer-5adz6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pNfD4 .framer-109wyr7 { flex: none; height: 37px; position: relative; width: 36px; }\",\".framer-pNfD4 .framer-ywesvd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pNfD4 .framer-175u97b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pNfD4 .framer-13mbvcg-container, .framer-pNfD4 .framer-1svdb2y-container, .framer-pNfD4 .framer-102camq-container, .framer-pNfD4 .framer-yh8c5s-container, .framer-pNfD4 .framer-12y58mh-container, .framer-pNfD4 .framer-5dty49-container, .framer-pNfD4 .framer-15lj1pn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pNfD4 .framer-1l7jlfs, .framer-pNfD4 .framer-9w4ffh, .framer-pNfD4 .framer-14dketb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: min-content; }\",\".framer-pNfD4 .framer-6b20m6-container, .framer-pNfD4 .framer-1qeop5x-container, .framer-pNfD4 .framer-1wqicox-container, .framer-pNfD4 .framer-gmue51-container, .framer-pNfD4 .framer-12m02ev-container, .framer-pNfD4 .framer-xjh6n1-container, .framer-pNfD4 .framer-sc2ok2-container, .framer-pNfD4 .framer-1cs6q20-container, .framer-pNfD4 .framer-bva37s-container, .framer-pNfD4 .framer-1i23bcm-container { flex: none; height: auto; position: relative; width: 290px; }\",\".framer-pNfD4 .framer-t9ojbo-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-pNfD4 .framer-jnxabr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pNfD4 .framer-1dm62df, .framer-pNfD4 .framer-12wa4zi { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-pNfD4 .framer-uxcfja-container, .framer-pNfD4 .framer-1apxre4-container, .framer-pNfD4 .framer-4ek7i8-container, .framer-pNfD4 .framer-1yf3zo2-container, .framer-pNfD4 .framer-nkzsm-container { flex: none; height: auto; position: relative; width: 390px; }\",\".framer-pNfD4 .framer-17z1pol-container, .framer-pNfD4 .framer-1e8p4fm-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pNfD4.framer-19tfupi, .framer-pNfD4 .framer-5adz6a, .framer-pNfD4 .framer-175u97b, .framer-pNfD4 .framer-1l7jlfs, .framer-pNfD4 .framer-9w4ffh, .framer-pNfD4 .framer-14dketb, .framer-pNfD4 .framer-jnxabr { gap: 0px; } .framer-pNfD4.framer-19tfupi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pNfD4.framer-19tfupi > :first-child, .framer-pNfD4 .framer-5adz6a > :first-child, .framer-pNfD4 .framer-175u97b > :first-child, .framer-pNfD4 .framer-1l7jlfs > :first-child, .framer-pNfD4 .framer-9w4ffh > :first-child, .framer-pNfD4 .framer-14dketb > :first-child, .framer-pNfD4 .framer-jnxabr > :first-child { margin-left: 0px; } .framer-pNfD4.framer-19tfupi > :last-child, .framer-pNfD4 .framer-5adz6a > :last-child, .framer-pNfD4 .framer-175u97b > :last-child, .framer-pNfD4 .framer-1l7jlfs > :last-child, .framer-pNfD4 .framer-9w4ffh > :last-child, .framer-pNfD4 .framer-14dketb > :last-child, .framer-pNfD4 .framer-jnxabr > :last-child { margin-right: 0px; } .framer-pNfD4 .framer-5adz6a > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-pNfD4 .framer-175u97b > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pNfD4 .framer-1l7jlfs > *, .framer-pNfD4 .framer-9w4ffh > *, .framer-pNfD4 .framer-14dketb > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pNfD4 .framer-jnxabr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-pNfD4.framer-v-wmfiht.framer-19tfupi { width: 810px; }\",\".framer-pNfD4.framer-v-wmfiht .framer-165gwl2 { padding: 8px 20px 8px 20px; }\",\".framer-pNfD4.framer-v-1s3i1zr.framer-19tfupi { justify-content: flex-start; width: 390px; }\",\".framer-pNfD4.framer-v-1s3i1zr .framer-165gwl2 { max-width: unset; padding: 8px 16px 8px 16px; }\",\".framer-pNfD4.framer-v-10qq7es.framer-19tfupi { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); max-width: 1200px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; width: 390px; }\",\".framer-pNfD4.framer-v-10qq7es .framer-165gwl2 { flex: none; max-width: unset; order: 0; padding: 8px 16px 8px 16px; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-15lj1pn-container { order: 2; }\",\".framer-pNfD4.framer-v-10qq7es .framer-1dm62df { flex: none; order: 1; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-uxcfja-container { order: 2; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-1apxre4-container, .framer-pNfD4.framer-v-10g1gxi .framer-uxcfja-container { order: 3; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-4ek7i8-container { order: 5; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-1yf3zo2-container, .framer-pNfD4.framer-v-10g1gxi .framer-4ek7i8-container { order: 6; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-17z1pol-container { flex: none; order: 4; width: 100%; }\",\".framer-pNfD4.framer-v-10qq7es .framer-nkzsm-container { order: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pNfD4.framer-v-10qq7es.framer-19tfupi { gap: 0px; } .framer-pNfD4.framer-v-10qq7es.framer-19tfupi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pNfD4.framer-v-10qq7es.framer-19tfupi > :first-child { margin-top: 0px; } .framer-pNfD4.framer-v-10qq7es.framer-19tfupi > :last-child { margin-bottom: 0px; } }\",\".framer-pNfD4.framer-v-10g1gxi.framer-19tfupi { flex-direction: column; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); max-width: 1320px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; width: 810px; }\",\".framer-pNfD4.framer-v-10g1gxi .framer-165gwl2 { flex: none; max-width: unset; order: 0; padding: 8px 20px 8px 20px; width: 100%; }\",\".framer-pNfD4.framer-v-10g1gxi .framer-1apxre4-container { order: 4; width: 100%; }\",\".framer-pNfD4.framer-v-10g1gxi .framer-1yf3zo2-container { order: 7; width: 100%; }\",\".framer-pNfD4.framer-v-10g1gxi .framer-1e8p4fm-container { flex: none; order: 5; width: 100%; }\",\".framer-pNfD4.framer-v-10g1gxi .framer-12wa4zi { flex: none; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pNfD4.framer-v-10g1gxi.framer-19tfupi { gap: 0px; } .framer-pNfD4.framer-v-10g1gxi.framer-19tfupi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pNfD4.framer-v-10g1gxi.framer-19tfupi > :first-child { margin-top: 0px; } .framer-pNfD4.framer-v-10g1gxi.framer-19tfupi > :last-child { margin-bottom: 0px; } }\",'.framer-pNfD4[data-border=\"true\"]::after, .framer-pNfD4 [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 69\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nEN_DRXcd\":{\"layout\":[\"fixed\",\"auto\"]},\"OYk6TYsNa\":{\"layout\":[\"fixed\",\"auto\"]},\"nFKemXhwe\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",\"100vh\",\"100vh\"]},\"hQVX_NW_G\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",\"100vh\",\"100vh\"]}}}\n * @framerVariables {\"SEpHiDa_w\":\"pricing\",\"Nb30bq3nb\":\"product\",\"SNRqQKqmX\":\"resources\",\"nMmkF1s5H\":\"useCases\",\"iuAMcRfpV\":\"bookADemo\",\"WXP2zPEch\":\"integration\",\"UA34MQ2Cd\":\"tProduct\",\"gy9tpNN_z\":\"tUseCase\",\"wboiEQGzC\":\"tIntegrations\",\"ivwRUW1WQ\":\"tResources\",\"RHWiTjppe\":\"tPricing\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWkH0ZbXcF=withCSS(Component,css,\"framer-pNfD4\");export default FramerWkH0ZbXcF;FramerWkH0ZbXcF.displayName=\"Navbar\";FramerWkH0ZbXcF.defaultProps={height:69,width:1320};addPropertyControls(FramerWkH0ZbXcF,{variant:{options:[\"l5JSxsOwO\",\"nEN_DRXcd\",\"OYk6TYsNa\",\"nFKemXhwe\",\"hQVX_NW_G\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile Ham Menu\",\"Tablet Ham Menu\"],title:\"Variant\",type:ControlType.Enum},SEpHiDa_w:ButtonsNavButtonControls?.[\"variant\"]&&{...ButtonsNavButtonControls[\"variant\"],defaultValue:\"YV2tMVwLQ\",description:undefined,hidden:undefined,title:\"Pricing\"},Nb30bq3nb:ButtonsNavButtonControls?.[\"variant\"]&&{...ButtonsNavButtonControls[\"variant\"],defaultValue:\"YV2tMVwLQ\",description:undefined,hidden:undefined,title:\"Product\"},SNRqQKqmX:ButtonsNavButtonControls?.[\"variant\"]&&{...ButtonsNavButtonControls[\"variant\"],defaultValue:\"YV2tMVwLQ\",description:undefined,hidden:undefined,title:\"Resources\"},nMmkF1s5H:ButtonsNavButtonControls?.[\"variant\"]&&{...ButtonsNavButtonControls[\"variant\"],defaultValue:\"YV2tMVwLQ\",description:undefined,hidden:undefined,title:\"Use Cases\"},iuAMcRfpV:SecondaryButtonControls?.[\"variant\"]&&{...SecondaryButtonControls[\"variant\"],defaultValue:\"V6xJdSdre\",description:undefined,hidden:undefined,title:\"Book a Demo\"},WXP2zPEch:ButtonsNavButtonControls?.[\"variant\"]&&{...ButtonsNavButtonControls[\"variant\"],defaultValue:null,description:undefined,hidden:undefined,title:\"Integration\"},UA34MQ2Cd:HamMenu1Controls?.[\"variant\"]&&{...HamMenu1Controls[\"variant\"],defaultValue:null,description:undefined,hidden:undefined,title:\"T Product\"},gy9tpNN_z:HamMenu1Controls?.[\"variant\"]&&{...HamMenu1Controls[\"variant\"],defaultValue:\"Ifi9VcrjI\",description:undefined,hidden:undefined,title:\"T use case\"},wboiEQGzC:HamMenu1Controls?.[\"variant\"]&&{...HamMenu1Controls[\"variant\"],defaultValue:\"qozschXTN\",description:undefined,hidden:undefined,title:\"T integrations\"},ivwRUW1WQ:HamMenu1Controls?.[\"variant\"]&&{...HamMenu1Controls[\"variant\"],defaultValue:\"XOMDy5Ngo\",description:undefined,hidden:undefined,title:\"T Resources\"},RHWiTjppe:HamMenu1Controls?.[\"variant\"]&&{...HamMenu1Controls[\"variant\"],defaultValue:\"gnsAIvA0g\",description:undefined,hidden:undefined,title:\"T Pricing\"}});addFonts(FramerWkH0ZbXcF,[{explicitInter:true,fonts:[]},...ButtonsNavButtonFonts,...NavMenuCardFonts,...SecondaryButtonFonts,...ButtonPrimaryFonts,...HamMenuFonts,...HamMenu1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWkH0ZbXcF\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nEN_DRXcd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OYk6TYsNa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nFKemXhwe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",\\\"100vh\\\",\\\"100vh\\\"]},\\\"hQVX_NW_G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",\\\"100vh\\\",\\\"100vh\\\"]}}}\",\"framerVariables\":\"{\\\"SEpHiDa_w\\\":\\\"pricing\\\",\\\"Nb30bq3nb\\\":\\\"product\\\",\\\"SNRqQKqmX\\\":\\\"resources\\\",\\\"nMmkF1s5H\\\":\\\"useCases\\\",\\\"iuAMcRfpV\\\":\\\"bookADemo\\\",\\\"WXP2zPEch\\\":\\\"integration\\\",\\\"UA34MQ2Cd\\\":\\\"tProduct\\\",\\\"gy9tpNN_z\\\":\\\"tUseCase\\\",\\\"wboiEQGzC\\\":\\\"tIntegrations\\\",\\\"ivwRUW1WQ\\\":\\\"tResources\\\",\\\"RHWiTjppe\\\":\\\"tPricing\\\"}\",\"framerIntrinsicHeight\":\"69\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1320\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WkH0ZbXcF.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "BADGES", "productHuntRegex", "ProductHunt", "url", "type", "theme", "style", "props", "badgeUrl", "se", "ref", "id", "p", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "radiusForCorner", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "bGColor", "borderColor", "height", "hoverBGColor", "icon", "icon20", "icon24", "id", "link", "newTab", "padding", "radius", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Pp2r2djhl", "Tc8EkpulR", "EuHFkggBV", "rBg0AhrSt", "GmUKaHxvq", "TQyn6tqJo", "FUAmHWva7", "vsxhBclHt", "RO1QIMhTd", "YxgKSYu9u", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_vsxhBclHt_borderBottomWidth", "_vsxhBclHt_borderLeftWidth", "_vsxhBclHt_borderRightWidth", "_vsxhBclHt_borderTopWidth", "LayoutGroup", "Link", "u", "cx", "Image2", "css", "FramerAOR3EWz_z", "withCSS", "AOR3EWz_z_default", "addPropertyControls", "ControlType", "addFonts", "ProductHuntFonts", "getFonts", "ProductHunt", "ButtonIconButtonFonts", "AOR3EWz_z_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerAsLMvR4Km", "withCSS", "AsLMvR4Km_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerNjedTaj8i", "withCSS", "NjedTaj8i_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramertzJQekcj4", "withCSS", "tzJQekcj4_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "icon", "id", "image", "image2", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ZP9YRiJYk", "RCnPc7qRg", "fYO3TEDnm", "PzqPKKWso", "EwsSK2FeF", "RfnNahF9i", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerATB7nvggB", "withCSS", "ATB7nvggB_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "hover", "hover2", "id", "link", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "e3xI3oP6w", "G06KKKEO1", "c6fkGzvxy", "ridfUA3l1", "dL6nMiwWJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterlgzz2u", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramercuTL66dr5", "withCSS", "cuTL66dr5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "icon", "id", "label", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ZDFgag4BI", "liFK3bRBZ", "W8hQPnzCw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramermZpWtSrKB", "withCSS", "mZpWtSrKB_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "SubMenuFonts", "mZpWtSrKB_default", "SecondaryButtonFonts", "NjedTaj8i_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Pvcb1aVfP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapi7mgml", "args", "onTap11i3ft", "onTap1orp1ds", "onTap1y7a6ni", "onTap3xe28l", "onTapldwkeh", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FramerjEYAIXjag", "withCSS", "jEYAIXjag_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VgGtbV17R", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1k1l81g", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerXRA86i5CU", "withCSS", "XRA86i5CU_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsNavButtonFonts", "getFonts", "cuTL66dr5_default", "NavMenuCardFonts", "ATB7nvggB_default", "MotionDivWithFX", "withFX", "motion", "SecondaryButtonFonts", "NjedTaj8i_default", "ButtonPrimaryFonts", "tzJQekcj4_default", "HamMenuFonts", "XRA86i5CU_default", "HamMenu1Fonts", "jEYAIXjag_default", "ButtonsNavButtonControls", "getPropertyControls", "SecondaryButtonControls", "HamMenu1Controls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "addImageAlt", "image", "alt", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableEnumMap2", "humanReadableVariantMap", "getProps", "bookADemo", "height", "id", "integration", "pricing", "product", "resources", "tIntegrations", "tPricing", "tProduct", "tResources", "tUseCase", "useCases", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "SEpHiDa_w", "Nb30bq3nb", "SNRqQKqmX", "nMmkF1s5H", "iuAMcRfpV", "WXP2zPEch", "UA34MQ2Cd", "gy9tpNN_z", "wboiEQGzC", "ivwRUW1WQ", "RHWiTjppe", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "ridfUA3l1txyyif", "overlay", "loadMore", "args", "VgGtbV17R1tnkemc", "VgGtbV17R1ep2d0f", "VgGtbV17R1tknufc", "VgGtbV17Rsej8ew", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "router", "useRouter", "ref3", "ref4", "ref5", "ref6", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Link", "SVG", "RichText2", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "overlay1", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "overlay2", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "css", "FramerWkH0ZbXcF", "withCSS", "WkH0ZbXcF_default", "addPropertyControls", "ControlType", "addFonts"]
}
