{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/rQuFGPKufb4voXDE8irg/O76qLqGTTm695yQ88eKA/IMG_Ratio_1.js", "ssg:https://framerusercontent.com/modules/d8tEl3F4YsRksmLjavc5/XLqVRmDnCKmTwwzI6REJ/jbo_XbxHn.js", "ssg:https://framerusercontent.com/modules/yfa4jVSGNBmrqf6YSeQV/sJt8FXuFHA5qNK3gPIHd/QAzPdscGv.js", "ssg:https://framerusercontent.com/modules/ZHT6d5B2LbInrBZfOWJk/bP0CzYhqje2ioQxalutQ/SFoWF1rws.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n */export default function AspectRatioImage(props){var _props_image,_props_image1;const{border}=props;const radius=props.radiusIsMixed?`${props.topLeft}px ${props.topRight}px ${props.bottomRight}px ${props.bottomLeft}px`:`${props.radius}px`;return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"img\",{src:(_props_image=props.image)===null||_props_image===void 0?void 0:_props_image.src,alt:(_props_image1=props.image)===null||_props_image1===void 0?void 0:_props_image1.alt,style:{display:\"block\",objectFit:\"contain\",borderRadius:radius,boxShadow:props.shadows,...props.style}}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.color,borderRadius:radius,pointerEvents:\"none\"}})]});}AspectRatioImage.displayName=\"Aspect Ratio Image\";addPropertyControls(AspectRatioImage,{image:{type:ControlType.ResponsiveImage},radius:{type:ControlType.FusedNumber,defaultValue:0,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},border:{type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},shadows:{type:ControlType.BoxShadow}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AspectRatioImage\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IMG_Ratio_1.map", "// Generated by Framer (fa64c25)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}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/aRlQs4c1xV8cRygxoFck/yuG4bqCUEBXeKbXRlplp/LmLJcckYj.js\";import Button from\"https://framerusercontent.com/modules/IXDIFfgZ5LXG7KNexxub/bGotwhAb9v67wLs1SaNq/viKaoOPKk.js\";const ButtonFonts=getFonts(Button);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"fxL79QJCz\",\"Pp5CEm9Ju\",\"B7cnHS4Py\"];const serializationHash=\"framer-AT964\";const variantClassNames={B7cnHS4Py:\"framer-v-vvn239\",fxL79QJCz:\"framer-v-tiqhz9\",Pp5CEm9Ju:\"framer-v-1sbphbj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={damping:40,delay:.1,mass:1,stiffness:300,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation1={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={damping:40,delay:.05,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation1,tokenization:\"word\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const transition4={damping:90,delay:.3,mass:1,stiffness:450,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};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:\"fxL79QJCz\",Phone:\"B7cnHS4Py\",Tablet:\"Pp5CEm9Ju\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fxL79QJCz\"};};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:\"fxL79QJCz\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-tiqhz9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"fxL79QJCz\",ref:refBinding,style:{backgroundColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({B7cnHS4Py:{\"data-framer-name\":\"Phone\"},Pp5CEm9Ju:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zesn9d\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"JLPjcjzCR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1schvhw\",\"data-styles-preset\":\"LmLJcckYj\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255)))\"},children:\"Want to speed up your day?\"})}),className:\"framer-11nf925\",\"data-framer-name\":\"Heading\",effect:textEffect,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VPBif_Z8x\",style:{\"--extracted-a0htzi\":\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"60px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-120qe05\",layoutDependency:layoutDependency,layoutId:\"SjQ9hZ2mV\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined},{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined},{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(48+((componentViewport?.height||200)-96-56)/2)+0+6,...addPropertyOverrides({B7cnHS4Py:{y:undefined},Pp5CEm9Ju:{y:(componentViewport?.y||0)+(48+((componentViewport?.height||200)-96-142)/2)+0+88+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1augoj-container\",\"data-framer-appear-id\":\"1augoj\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"BVM1HCL8c-container\",nodeId:\"BVM1HCL8c\",optimized:true,rendersWithMotion:true,scopeId:\"jbo_XbxHn\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Button,{C9KNBU1Ed:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",cQv2O8Mvt:resolvedLinks[0],gKobULT9U:{borderColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",hwdufQzkL:\"ArrowRight\",id:\"BVM1HCL8c\",layoutId:\"BVM1HCL8c\",sgSfyIETC:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",sq67Ol4a3:\"Schedule a demo\",tmwqC15hr:{borderColor:\"var(--token-efd22cb4-8904-4135-88a5-7ff934911c39, rgb(205, 209, 221))\",borderStyle:\"solid\",borderWidth:1},variant:\"XmhA82sN4\",width:\"100%\",...addPropertyOverrides({B7cnHS4Py:{cQv2O8Mvt:resolvedLinks[2]},Pp5CEm9Ju:{cQv2O8Mvt:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AT964.framer-1ozw0br, .framer-AT964 .framer-1ozw0br { display: block; }\",\".framer-AT964.framer-tiqhz9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px; position: relative; width: 1136px; will-change: var(--framer-will-change-override, transform); }\",\".framer-AT964 .framer-zesn9d { align-content: flex-start; align-items: flex-start; 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-AT964 .framer-11nf925 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-AT964 .framer-120qe05 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-AT964 .framer-1augoj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-AT964.framer-v-1sbphbj.framer-tiqhz9 { width: 716px; }\",\".framer-AT964.framer-v-1sbphbj .framer-zesn9d { flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-AT964.framer-v-1sbphbj .framer-11nf925, .framer-AT964.framer-v-vvn239 .framer-11nf925 { width: 100%; }\",\".framer-AT964.framer-v-vvn239.framer-tiqhz9 { padding: 32px; width: 320px; }\",\".framer-AT964.framer-v-vvn239 .framer-zesn9d { flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-AT964.framer-v-vvn239 .framer-120qe05 { flex-wrap: wrap; width: 100%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 152\n * @framerIntrinsicWidth 1136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pp5CEm9Ju\":{\"layout\":[\"fixed\",\"auto\"]},\"B7cnHS4Py\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerjbo_XbxHn=withCSS(Component,css,\"framer-AT964\");export default Framerjbo_XbxHn;Framerjbo_XbxHn.displayName=\"CTA Schedule a Call\";Framerjbo_XbxHn.defaultProps={height:152,width:1136};addPropertyControls(Framerjbo_XbxHn,{variant:{options:[\"fxL79QJCz\",\"Pp5CEm9Ju\",\"B7cnHS4Py\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerjbo_XbxHn,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjbo_XbxHn\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1136\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pp5CEm9Ju\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B7cnHS4Py\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"152\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jbo_XbxHn.map", "// Generated by Framer (fa64c25)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}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/fOIVkEuHbcwEFevVgfQE/h9u0uhADu148pjc5zG0B/oBtyvL0HO.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fX96zxbHYUoG9l9zkWid/3khWm2dyUZxZYLKScRCc/ukQ4cMDc1.js\";import Button from\"https://framerusercontent.com/modules/IXDIFfgZ5LXG7KNexxub/bGotwhAb9v67wLs1SaNq/viKaoOPKk.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const enabledGestures={mDsv032KM:{hover:true}};const serializationHash=\"framer-1lr0C\";const variantClassNames={mDsv032KM:\"framer-v-17qd1bs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:1,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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={bounce:.2,delay:.6,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition3={bounce:.2,delay:.4,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:20};const transition4={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};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=({click,height,iconMessage,id,messageDescription,messageTitle,productImage,videoPill1,videoPill2,width,...props})=>{return{...props,DnJGYnZYS:videoPill2??props.DnJGYnZYS,eUdTb07Iy:productImage??props.eUdTb07Iy,HtKycZKGj:iconMessage??props.HtKycZKGj??{pixelHeight:260,pixelWidth:300,src:\"https://framerusercontent.com/images/jAmKpgr7RoAZUhKk02WriLQrOgI.png\"},JZIGeMg38:click??props.JZIGeMg38,TLa3YaFwt:messageTitle??props.TLa3YaFwt??\"\u21B3 Message Title\",WCcKHlRB2:videoPill1??props.WCcKHlRB2,WLbyR5y9W:messageDescription??props.WLbyR5y9W??\"\u21B3 Message Description\"};};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,JZIGeMg38,eUdTb07Iy,WCcKHlRB2,DnJGYnZYS,HtKycZKGj,TLa3YaFwt,WLbyR5y9W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"mDsv032KM\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapj9lmqv=activeVariantCallback(async(...args)=>{if(JZIGeMg38){const res=await JZIGeMg38(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"mDsv032KM-hover\")return true;return false;};const visible=isSet(TLa3YaFwt);const isDisplayed1=value=>{if(gestureVariant===\"mDsv032KM-hover\")return false;return value;};const visible1=isSet(DnJGYnZYS);const visible2=isSet(WCcKHlRB2);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-17qd1bs\",className,classNames),\"data-framer-name\":\"Image Opens Video\",layoutDependency:layoutDependency,layoutId:\"mDsv032KM\",ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"mDsv032KM-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-((componentViewport?.height||640)-0)*1/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0012)`,...toResponsiveImage(eUdTb07Iy)},className:\"framer-kwiprj\",\"data-framer-name\":\"Image\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"b7W7U2cNg\",onTap:onTapj9lmqv,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.6021873017743928px 3.010936508871964px -0.9166666666666666px rgba(0, 0, 0, 0.14), 0px 2.288533303243457px 11.442666516217285px -1.8333333333333333px rgba(0, 0, 0, 0.13), 0px 10px 50px -2.75px rgba(0, 0, 0, 0.11)\",scale:1},variants:{\"mDsv032KM-hover\":{boxShadow:\"none\",scale:.9}},children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"mDsv032KM-hover\":{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||640)*.5000000000000002-((componentViewport?.height||640)-0)*1/2)+(((componentViewport?.height||640)-0)*1*.5000000000000002-24)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tmh3zq-container\",layoutDependency:layoutDependency,layoutId:\"uoXg6igOA-container\",nodeId:\"uoXg6igOA\",rendersWithMotion:true,scopeId:\"QAzPdscGv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Button,{C9KNBU1Ed:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",gKobULT9U:{borderColor:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",hwdufQzkL:\"ArrowRight\",id:\"uoXg6igOA\",layoutId:\"uoXg6igOA\",sgSfyIETC:\"rgba(51, 76, 158, 0)\",sq67Ol4a3:\"Play\",style:{height:\"100%\"},tmwqC15hr:{borderColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderStyle:\"solid\",borderWidth:1},variant:\"WImtolGWe\",width:\"100%\"})})})}),isDisplayed1(visible)&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-104r785\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"DwlSpkXlg\",style:{backdropFilter:\"blur(30px)\",backgroundColor:\"rgba(44, 50, 73, 0.4)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(30px)\"},transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||640)-88+16),pixelHeight:260,pixelWidth:300,sizes:\"40px\",...toResponsiveImage(HtKycZKGj),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1koc45z\",layoutDependency:layoutDependency,layoutId:\"ntiGfouVR\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rf7u9k\",layoutDependency:layoutDependency,layoutId:\"nmWvZB9tC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1103mf6\",\"data-styles-preset\":\"oBtyvL0HO\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255)))\"},children:\"Alex \u2013 the AI Email Agent\"})}),className:\"framer-lqoe7g\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zm1bJtxTw\",style:{\"--extracted-r6o4lv\":\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:TLa3YaFwt,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rre2mu\",\"data-styles-preset\":\"ukQ4cMDc1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255)))\"},children:\"Hi there, are you automating emails?\"})}),className:\"framer-w82zgc\",\"data-framer-name\":\"Message\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HwUKXZz2C\",style:{\"--extracted-r6o4lv\":\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:WLbyR5y9W,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1(visible1)&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-u3etvv\",\"data-framer-name\":\"02\",layoutDependency:layoutDependency,layoutId:\"RtoQ3LF9n\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(44, 50, 73, 0.4)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+52+4),pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/wTFKZjwZreGk7RoCJPCqBPOHeA.svg\"},className:\"framer-u5w1n1\",layoutDependency:layoutDependency,layoutId:\"QE_YZzpp7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rre2mu\",\"data-styles-preset\":\"ukQ4cMDc1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255)))\"},children:\"Autopilot activated\"})}),className:\"framer-poyi3r\",\"data-framer-name\":\"Pill 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ErqRft887\",style:{\"--extracted-r6o4lv\":\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:DnJGYnZYS,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1(visible2)&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-j9w1o5\",\"data-framer-name\":\"01\",layoutDependency:layoutDependency,layoutId:\"AsqVishox\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(44, 50, 73, 0.4)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(5px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rre2mu\",\"data-styles-preset\":\"ukQ4cMDc1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255)))\"},children:\"Alex \u2013 the AI Email Agent\"})}),className:\"framer-1r5uw2o\",\"data-framer-name\":\"Pill 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Edwu7YcUZ\",style:{\"--extracted-r6o4lv\":\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:WCcKHlRB2,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1lr0C.framer-15yjpey, .framer-1lr0C .framer-15yjpey { display: block; }\",\".framer-1lr0C.framer-17qd1bs { cursor: pointer; height: 640px; position: relative; width: 431px; }\",\".framer-1lr0C .framer-kwiprj { cursor: pointer; flex: none; height: 100%; left: calc(49.9419279907085% - 100.11614401858304% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-1lr0C .framer-tmh3zq-container { flex: none; height: 48px; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-1lr0C .framer-104r785 { align-content: center; align-items: center; bottom: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 16px; position: absolute; width: 93%; will-change: var(--framer-will-change-override, transform); }\",\".framer-1lr0C .framer-1koc45z { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-1lr0C .framer-1rf7u9k { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1lr0C .framer-lqoe7g, .framer-1lr0C .framer-w82zgc { flex: 1 0 0px; height: 1px; position: relative; white-space: pre; width: auto; }\",\".framer-1lr0C .framer-u3etvv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; left: 16px; overflow: hidden; padding: 2px 16px 2px 4px; position: absolute; top: 52px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1lr0C .framer-u5w1n1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-1lr0C .framer-poyi3r, .framer-1lr0C .framer-1r5uw2o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1lr0C .framer-j9w1o5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; left: 16px; overflow: hidden; padding: 2px 16px 2px 16px; position: absolute; top: 16px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 431\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dsVDuMy14\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"JZIGeMg38\":\"click\",\"eUdTb07Iy\":\"productImage\",\"WCcKHlRB2\":\"videoPill1\",\"DnJGYnZYS\":\"videoPill2\",\"HtKycZKGj\":\"iconMessage\",\"TLa3YaFwt\":\"messageTitle\",\"WLbyR5y9W\":\"messageDescription\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQAzPdscGv=withCSS(Component,css,\"framer-1lr0C\");export default FramerQAzPdscGv;FramerQAzPdscGv.displayName=\"Image Opens Video\";FramerQAzPdscGv.defaultProps={height:640,width:431};addPropertyControls(FramerQAzPdscGv,{JZIGeMg38:{title:\"Click\",type:ControlType.EventHandler},eUdTb07Iy:{title:\"Product Image\",type:ControlType.ResponsiveImage},WCcKHlRB2:{defaultValue:\"\",displayTextArea:false,title:\"\u21B3 Video Pill 1\",type:ControlType.String},DnJGYnZYS:{defaultValue:\"\",displayTextArea:false,title:\"\u21B3 Video Pill 2\",type:ControlType.String},HtKycZKGj:{__defaultAssetReference:\"data:framer/asset-reference,jAmKpgr7RoAZUhKk02WriLQrOgI.png?originalFilename=Mail.png&preferredSize=auto\",title:\"\u21B3 Icon Message\",type:ControlType.ResponsiveImage},TLa3YaFwt:{defaultValue:\"\u21B3 Message Title\",description:\"\",displayTextArea:false,placeholder:\"\",title:\"\u21B3 Message Title\",type:ControlType.String},WLbyR5y9W:{defaultValue:\"\u21B3 Message Description\",displayTextArea:false,placeholder:\"\",title:\"\u21B3 Message Description\",type:ControlType.String}});addFonts(FramerQAzPdscGv,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQAzPdscGv\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"640\",\"framerVariables\":\"{\\\"JZIGeMg38\\\":\\\"click\\\",\\\"eUdTb07Iy\\\":\\\"productImage\\\",\\\"WCcKHlRB2\\\":\\\"videoPill1\\\",\\\"DnJGYnZYS\\\":\\\"videoPill2\\\",\\\"HtKycZKGj\\\":\\\"iconMessage\\\",\\\"TLa3YaFwt\\\":\\\"messageTitle\\\",\\\"WLbyR5y9W\\\":\\\"messageDescription\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dsVDuMy14\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"431\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QAzPdscGv.map", "// Generated by Framer (fa64c25)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import AspectRatioImage from\"https://framerusercontent.com/modules/rQuFGPKufb4voXDE8irg/O76qLqGTTm695yQ88eKA/IMG_Ratio_1.js\";import Badge from\"#framer/local/canvasComponent/gbzME6b4K/gbzME6b4K.js\";import CTAScheduleACall from\"#framer/local/canvasComponent/jbo_XbxHn/jbo_XbxHn.js\";import Navigation from\"#framer/local/canvasComponent/OXsgyJ1Pg/OXsgyJ1Pg.js\";import ImageOpensVideo from\"#framer/local/canvasComponent/QAzPdscGv/QAzPdscGv.js\";import CardImageAndText from\"#framer/local/canvasComponent/u1zzc3Suc/u1zzc3Suc.js\";import Button from\"#framer/local/canvasComponent/viKaoOPKk/viKaoOPKk.js\";import Footer from\"#framer/local/canvasComponent/yYWIw2CUN/yYWIw2CUN.js\";import Products from\"#framer/local/collection/YpXQwFzvb/YpXQwFzvb.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/DvCadwdLT/DvCadwdLT.js\";import*as sharedStyle5 from\"#framer/local/css/E1CsimuLO/E1CsimuLO.js\";import*as sharedStyle7 from\"#framer/local/css/fRtcTgTni/fRtcTgTni.js\";import*as sharedStyle11 from\"#framer/local/css/lDXVVzm1f/lDXVVzm1f.js\";import*as sharedStyle10 from\"#framer/local/css/NwGaESu4P/NwGaESu4P.js\";import*as sharedStyle9 from\"#framer/local/css/oPtJbbz6y/oPtJbbz6y.js\";import*as sharedStyle from\"#framer/local/css/owKwKANZd/owKwKANZd.js\";import*as sharedStyle4 from\"#framer/local/css/pH_M4194f/pH_M4194f.js\";import*as sharedStyle2 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle8 from\"#framer/local/css/XpzmzJ_wE/XpzmzJ_wE.js\";import*as sharedStyle6 from\"#framer/local/css/YfTRxHmlp/YfTRxHmlp.js\";import*as sharedStyle3 from\"#framer/local/css/yX2bQNj2Z/yX2bQNj2Z.js\";import metadataProvider from\"#framer/local/webPageMetadata/SFoWF1rws/SFoWF1rws.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const BadgeFonts=getFonts(Badge);const RichTextWithFX=withFX(RichText);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const ImageOpensVideoFonts=getFonts(ImageOpensVideo);const VideoFonts=getFonts(Video);const ContainerWithFX=withFX(Container);const AspectRatioImageFonts=getFonts(AspectRatioImage);const CardImageAndTextFonts=getFonts(CardImageAndText);const MotionDivWithFX=withFX(motion.div);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const CTAScheduleACallFonts=getFonts(CTAScheduleACall);const FooterFonts=getFonts(Footer);const breakpoints={I0x7vMztG:\"(min-width: 810px) and (max-width: 1199px)\",LbqdvgzPM:\"(max-width: 809px)\",xYBQT12k2:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2Etrw\";const variantClassNames={I0x7vMztG:\"framer-v-mv942g\",LbqdvgzPM:\"framer-v-ip95ic\",xYBQT12k2:\"framer-v-1brnggm\"};const transition1={damping:40,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-100};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition2={damping:90,delay:.1,mass:1,stiffness:450,type:\"spring\"};const animation3={filter:\"blur(5px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={damping:40,delay:.05,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation3,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={damping:90,delay:1,mass:1,stiffness:450,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition5={damping:90,delay:.3,mass:1,stiffness:450,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition6={damping:40,delay:.4,mass:.2,stiffness:450,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition7={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition8={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:10};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:20};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:30};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:40};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:50};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:60};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:80};const transition9={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation26={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const animation27={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition10={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"xYBQT12k2\",Phone:\"LbqdvgzPM\",Tablet:\"I0x7vMztG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xYBQT12k2\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"SFoWF1rws\",data:Products,type:\"Collection\"},select:[{collection:\"SFoWF1rws\",name:\"FWM8LPWTd\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"k79qt7gjU\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"IxVWUnH9R\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"mrQ0LFG1S\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"Rve4v9MEa\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"HtTlItITl\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"McL4RJ_5k\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"hs_IaVaFn\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"wXxO4oteI\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"N2QbfEhAd\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"oiHaJOaX1\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"kmtClN6TC\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"nECqcmYsS\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"vyvFnSnlc\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"CEZOqlDwP\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"okylrSudv\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"bRpbjkA0H\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"MZYcSXtFK\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"eeZidV_HZ\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"sp_m7VZRZ\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"rARjiY5eU\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"ZWC7SFelC\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"H9P1neJKa\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"OXRSJ6l0I\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"TJ1HD7Ww1\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"baU1K4l8J\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"ynLedlUt2\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"uuM84CuNm\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"rqamFV6VR\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"XjRvph3lI\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"aY3nKQhWG\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"P63vqLdtw\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"anCsuxOYd\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"JQMH6NvzJ\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"OuLdQbFEl\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"MPAXodVmm\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"PaQVJZTlr\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"z6CQAEBeV\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"poqpwqrD4\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"Hy7EoSmWs\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"JRHuy6gWk\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"nIz91dTo_\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"wj_9Y0Z6K\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"kVqgzqBrb\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"z8mHDrz6R\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"So8dieiT3\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"SPbWwBhG2\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"rrvrlsN50\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"aTm3s6Iyy\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"c9KIGdV2b\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"K7c6EBqEp\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"zzPxEx2ZZ\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"PbWoTiiOg\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"w4VyylEuK\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"UJDnhG9zd\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"NIySy1xJI\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"hlD8jMQq9\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"VzDDi7x3N\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"AmLaHLk6b\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"tZjxYsXFj\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"DMDaz0B5D\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"yj1qTem1P\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"fb8cpdA9Y\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"hcrTVEBeN\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"gzB7KP635\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"rjayGaI4J\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"bo3jApjFJ\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"koYQBc66K\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"Nf_qx2X4r\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"VywijLJKX\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"r8ovOHxvO\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"j1M_gkAxi\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"MUbDWXo4Z\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"p6Pt1QGV4\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"wbg1S4kvn\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"DCjCEhRLY\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"zHQTbKFlR\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"LolVKTpSc\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"UCg3nHTjA\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"Ln5v9AWMc\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"ZH6ZGxhcK\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"Ivx7wxBDN\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"q7YsgKojO\",type:\"Identifier\"},{collection:\"SFoWF1rws\",name:\"m1i2gIlcf\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"SFoWF1rws\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,FWM8LPWTd=getFromCurrentRouteData(\"FWM8LPWTd\")??\"\",k79qt7gjU=getFromCurrentRouteData(\"k79qt7gjU\")??\"\",IxVWUnH9R=getFromCurrentRouteData(\"IxVWUnH9R\")??\"\",McL4RJ_5k=getFromCurrentRouteData(\"McL4RJ_5k\"),N2QbfEhAd=getFromCurrentRouteData(\"N2QbfEhAd\")??\"\",oiHaJOaX1=getFromCurrentRouteData(\"oiHaJOaX1\")??\"\",kmtClN6TC=getFromCurrentRouteData(\"kmtClN6TC\"),nECqcmYsS=getFromCurrentRouteData(\"nECqcmYsS\")??\"\",vyvFnSnlc=getFromCurrentRouteData(\"vyvFnSnlc\")??\"\",hs_IaVaFn=getFromCurrentRouteData(\"hs_IaVaFn\"),wXxO4oteI=getFromCurrentRouteData(\"wXxO4oteI\"),CEZOqlDwP=getFromCurrentRouteData(\"CEZOqlDwP\"),okylrSudv=getFromCurrentRouteData(\"okylrSudv\"),bRpbjkA0H=getFromCurrentRouteData(\"bRpbjkA0H\"),MZYcSXtFK=getFromCurrentRouteData(\"MZYcSXtFK\"),eeZidV_HZ=getFromCurrentRouteData(\"eeZidV_HZ\"),sp_m7VZRZ=getFromCurrentRouteData(\"sp_m7VZRZ\"),rARjiY5eU=getFromCurrentRouteData(\"rARjiY5eU\"),ZWC7SFelC=getFromCurrentRouteData(\"ZWC7SFelC\"),OXRSJ6l0I=getFromCurrentRouteData(\"OXRSJ6l0I\")??\"\",H9P1neJKa=getFromCurrentRouteData(\"H9P1neJKa\"),TJ1HD7Ww1=getFromCurrentRouteData(\"TJ1HD7Ww1\")??\"\",ynLedlUt2=getFromCurrentRouteData(\"ynLedlUt2\")??\"\",baU1K4l8J=getFromCurrentRouteData(\"baU1K4l8J\"),uuM84CuNm=getFromCurrentRouteData(\"uuM84CuNm\")??\"\",XjRvph3lI=getFromCurrentRouteData(\"XjRvph3lI\")??\"\",rqamFV6VR=getFromCurrentRouteData(\"rqamFV6VR\"),aY3nKQhWG=getFromCurrentRouteData(\"aY3nKQhWG\")??\"\",anCsuxOYd=getFromCurrentRouteData(\"anCsuxOYd\")??\"\",P63vqLdtw=getFromCurrentRouteData(\"P63vqLdtw\"),JQMH6NvzJ=getFromCurrentRouteData(\"JQMH6NvzJ\")??\"\",OuLdQbFEl=getFromCurrentRouteData(\"OuLdQbFEl\")??\"\",PaQVJZTlr=getFromCurrentRouteData(\"PaQVJZTlr\")??\"\",MPAXodVmm=getFromCurrentRouteData(\"MPAXodVmm\"),z6CQAEBeV=getFromCurrentRouteData(\"z6CQAEBeV\")??\"\",Hy7EoSmWs=getFromCurrentRouteData(\"Hy7EoSmWs\")??\"\",poqpwqrD4=getFromCurrentRouteData(\"poqpwqrD4\"),JRHuy6gWk=getFromCurrentRouteData(\"JRHuy6gWk\")??\"\",wj_9Y0Z6K=getFromCurrentRouteData(\"wj_9Y0Z6K\")??\"\",nIz91dTo_=getFromCurrentRouteData(\"nIz91dTo_\"),kVqgzqBrb=getFromCurrentRouteData(\"kVqgzqBrb\")??\"\",So8dieiT3=getFromCurrentRouteData(\"So8dieiT3\")??\"\",z8mHDrz6R=getFromCurrentRouteData(\"z8mHDrz6R\"),SPbWwBhG2=getFromCurrentRouteData(\"SPbWwBhG2\")??\"\",aTm3s6Iyy=getFromCurrentRouteData(\"aTm3s6Iyy\")??\"\",rrvrlsN50=getFromCurrentRouteData(\"rrvrlsN50\"),c9KIGdV2b=getFromCurrentRouteData(\"c9KIGdV2b\")??\"\",zzPxEx2ZZ=getFromCurrentRouteData(\"zzPxEx2ZZ\")??\"\",K7c6EBqEp=getFromCurrentRouteData(\"K7c6EBqEp\"),PbWoTiiOg=getFromCurrentRouteData(\"PbWoTiiOg\")??\"\",UJDnhG9zd=getFromCurrentRouteData(\"UJDnhG9zd\")??\"\",w4VyylEuK=getFromCurrentRouteData(\"w4VyylEuK\"),NIySy1xJI=getFromCurrentRouteData(\"NIySy1xJI\")??\"\",VzDDi7x3N=getFromCurrentRouteData(\"VzDDi7x3N\")??\"\",hlD8jMQq9=getFromCurrentRouteData(\"hlD8jMQq9\"),AmLaHLk6b=getFromCurrentRouteData(\"AmLaHLk6b\")??\"\",DMDaz0B5D=getFromCurrentRouteData(\"DMDaz0B5D\")??\"\",tZjxYsXFj=getFromCurrentRouteData(\"tZjxYsXFj\"),yj1qTem1P=getFromCurrentRouteData(\"yj1qTem1P\")??\"\",hcrTVEBeN=getFromCurrentRouteData(\"hcrTVEBeN\")??\"\",fb8cpdA9Y=getFromCurrentRouteData(\"fb8cpdA9Y\"),gzB7KP635=getFromCurrentRouteData(\"gzB7KP635\")??\"\",bo3jApjFJ=getFromCurrentRouteData(\"bo3jApjFJ\")??\"\",rjayGaI4J=getFromCurrentRouteData(\"rjayGaI4J\"),koYQBc66K=getFromCurrentRouteData(\"koYQBc66K\")??\"\",VywijLJKX=getFromCurrentRouteData(\"VywijLJKX\")??\"\",Nf_qx2X4r=getFromCurrentRouteData(\"Nf_qx2X4r\"),r8ovOHxvO=getFromCurrentRouteData(\"r8ovOHxvO\")??\"\",MUbDWXo4Z=getFromCurrentRouteData(\"MUbDWXo4Z\")??\"\",j1M_gkAxi=getFromCurrentRouteData(\"j1M_gkAxi\"),p6Pt1QGV4=getFromCurrentRouteData(\"p6Pt1QGV4\")??\"\",DCjCEhRLY=getFromCurrentRouteData(\"DCjCEhRLY\")??\"\",wbg1S4kvn=getFromCurrentRouteData(\"wbg1S4kvn\"),zHQTbKFlR=getFromCurrentRouteData(\"zHQTbKFlR\")??\"\",UCg3nHTjA=getFromCurrentRouteData(\"UCg3nHTjA\")??\"\",LolVKTpSc=getFromCurrentRouteData(\"LolVKTpSc\"),Ln5v9AWMc=getFromCurrentRouteData(\"Ln5v9AWMc\")??\"\",ZH6ZGxhcK=getFromCurrentRouteData(\"ZH6ZGxhcK\")??\"\",Ivx7wxBDN=getFromCurrentRouteData(\"Ivx7wxBDN\")??\"\",q7YsgKojO=getFromCurrentRouteData(\"q7YsgKojO\"),m1i2gIlcf=getFromCurrentRouteData(\"m1i2gIlcf\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const JZIGeMg383bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const heDuat30e1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const visible=isSet(McL4RJ_5k);const visible1=isSet(CEZOqlDwP);const visible2=isSet(okylrSudv);const visible3=isSet(bRpbjkA0H);const visible4=isSet(MZYcSXtFK);const visible5=isSet(eeZidV_HZ);const visible6=isSet(sp_m7VZRZ);const visible7=isSet(rARjiY5eU);const visible8=isSet(ZWC7SFelC);const elementId=useRouteElementId(\"rVnijmFfr\");const ref1=React.useRef(null);const visible9=isSet(OXRSJ6l0I);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId1=useRouteElementId(\"HoZa35Uc4\");const visible10=isSet(ynLedlUt2);const elementId2=useRouteElementId(\"purN8zei8\");const ref6=React.useRef(null);const elementId3=useRouteElementId(\"vWNbGmnmw\");const visible11=isSet(XjRvph3lI);const elementId4=useRouteElementId(\"J4DbmSwdf\");const visible12=isSet(anCsuxOYd);const elementId5=useRouteElementId(\"f7P0fpqmr\");const visible13=isSet(OuLdQbFEl);const visible14=isSet(PaQVJZTlr);const visible15=isSet(Hy7EoSmWs);const visible16=isSet(wj_9Y0Z6K);const visible17=isSet(So8dieiT3);const visible18=isSet(aTm3s6Iyy);const visible19=isSet(zzPxEx2ZZ);const visible20=isSet(UJDnhG9zd);const visible21=isSet(VzDDi7x3N);const visible22=isSet(DMDaz0B5D);const visible23=isSet(hcrTVEBeN);const visible24=isSet(bo3jApjFJ);const visible25=isSet(VywijLJKX);const visible26=isSet(MUbDWXo4Z);const visible27=isSet(DCjCEhRLY);const visible28=isSet(UCg3nHTjA);const visible29=isSet(ZH6ZGxhcK);const elementId6=useRouteElementId(\"Q18AK1uJd\");const ref7=React.useRef(null);const visible30=isSet(Ivx7wxBDN);const visible31=isSet(q7YsgKojO);const visible32=isSet(m1i2gIlcf);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xYBQT12k2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3b77fe1a-c3fc-445e-840e-6d73a5caceef, rgb(230, 228, 223)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1brnggm\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ga7ilo-container\",\"data-framer-appear-id\":\"1ga7ilo\",initial:animation1,nodeId:\"lFI8y9BDC\",optimized:true,rendersWithMotion:true,scopeId:\"SFoWF1rws\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{variant:\"LnDxy7LMW\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",hFJG76Nbh:\"BAfFqET5p\",id:\"lFI8y9BDC\",J_TFhHtb8:\"BAfFqET5p\",layoutId:\"lFI8y9BDC\",LFyPueiHR:1,pWRZF2ldc:\"BAfFqET5p\",SfWFH2vjS:\"BAfFqET5p\",style:{width:\"100%\"},variant:\"kMIG9JUg3\",width:\"100%\",WLEFeZdcN:\"BAfFqET5p\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dy7ors\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z4lupp\",\"data-framer-name\":\"Product\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sykgtz\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hgizk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ut1mmy-container\",nodeId:\"jvvnqFtRm\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(Badge,{AdREG8j0X:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",height:\"100%\",HR6VvY__G:FWM8LPWTd,id:\"jvvnqFtRm\",JlwzrZrV0:{borderColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderStyle:\"solid\",borderWidth:1},layoutId:\"jvvnqFtRm\",variant:\"S0STnJcFK\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tf66ue\",\"data-framer-name\":\"Intro H1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fbkaxg\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-16d3d76\",\"data-styles-preset\":\"owKwKANZd\",style:{\"--framer-text-alignment\":\"left\"},children:\"1st Line\"})}),className:\"framer-msga7l\",\"data-framer-name\":\"Heading\",effect:textEffect,fonts:[\"Inter\"],style:{transformPerspective:1200},text:k79qt7gjU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"nlLz0B1Wr\"]},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:IxVWUnH9R,className:\"framer-vh6pk4\",\"data-framer-appear-id\":\"vh6pk4\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],initial:animation5,optimized:true,style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",img:\"framer-styles-preset-18j08vq\",p:\"framer-styles-preset-6sgf67\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined},{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined},{href:{webPageId:\"TRdur6lcp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1n0e1gc-container\",\"data-framer-appear-id\":\"1n0e1gc\",initial:animation5,nodeId:\"UVKKO02zK\",optimized:true,rendersWithMotion:true,scopeId:\"SFoWF1rws\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{cQv2O8Mvt:resolvedLinks[1]},LbqdvgzPM:{cQv2O8Mvt:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{C9KNBU1Ed:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",cQv2O8Mvt:resolvedLinks[0],gKobULT9U:{borderColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",hwdufQzkL:\"ArrowRight\",id:\"UVKKO02zK\",layoutId:\"UVKKO02zK\",sgSfyIETC:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",sq67Ol4a3:\"Schedule a demo\",tmwqC15hr:{borderColor:\"var(--token-efd22cb4-8904-4135-88a5-7ff934911c39, rgb(205, 209, 221))\",borderStyle:\"solid\",borderWidth:1},variant:\"I18AwBa44\",width:\"100%\"})})})})})]})]})}),visible&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{height:454,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px) * 0.7)`},LbqdvgzPM:{height:460,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px) * 0.4)`,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1cz8oe-container\",\"data-framer-appear-id\":\"1cz8oe\",id:\"1cz8oe\",initial:animation8,nodeId:\"dQLIlHMB2\",optimized:true,rendersWithMotion:true,scopeId:\"SFoWF1rws\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ImageOpensVideo,{DnJGYnZYS:oiHaJOaX1,eUdTb07Iy:toResponsiveImage(McL4RJ_5k),height:\"100%\",HtKycZKGj:toResponsiveImage(kmtClN6TC),id:\"dQLIlHMB2\",JZIGeMg38:JZIGeMg383bnx0g({overlay}),layoutId:\"dQLIlHMB2\",style:{height:\"100%\",width:\"100%\"},TLa3YaFwt:nECqcmYsS,WCcKHlRB2:N2QbfEhAd,width:\"100%\",WLbyR5y9W:vyvFnSnlc}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1uk241s\"),\"data-framer-portal-id\":\"1cz8oe\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"pPUOnH2M8\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation10,className:cx(scopingClassNames,\"framer-1cx5yee-container\"),\"data-framer-portal-id\":\"1cz8oe\",exit:animation9,inComponentSlot:true,initial:animation11,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xQmNg0vf8\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,controls:true,height:\"100%\",id:\"xQmNg0vf8\",isMixedBorderRadius:false,layoutId:\"xQmNg0vf8\",loop:true,muted:false,objectFit:\"cover\",playing:true,poster:toImageSrc(wXxO4oteI),posterEnabled:true,srcFile:hs_IaVaFn,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation11,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:cx(scopingClassNames,\"framer-qhid5u-container\"),\"data-framer-portal-id\":\"1cz8oe\",inComponentSlot:true,nodeId:\"uU5BwHZcV\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(Button,{C9KNBU1Ed:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",gKobULT9U:{borderColor:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",borderStyle:\"solid\",borderWidth:1},heDuat30e:heDuat30e1wnntms({overlay}),height:\"100%\",hwdufQzkL:\"Cancel\",id:\"uU5BwHZcV\",layoutId:\"uU5BwHZcV\",sgSfyIETC:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",sq67Ol4a3:\"Close\",style:{height:\"100%\"},tmwqC15hr:{borderColor:\"var(--token-efd22cb4-8904-4135-88a5-7ff934911c39, rgb(205, 209, 221))\",borderStyle:\"solid\",borderWidth:1},variant:\"vh3lbGKvS\",width:\"100%\"})})})]}),getContainer())})})]})})})})}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{background:{alt:\"\",fit:\"fit\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`,...toResponsiveImage(CEZOqlDwP),...{positionX:\"center\",positionY:\"center\"}}},LbqdvgzPM:{background:{alt:\"\",fit:\"fit\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,...toResponsiveImage(CEZOqlDwP),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px) / 2)`,...toResponsiveImage(CEZOqlDwP),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-joodgc\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rjrts4\",\"data-framer-name\":\"Customers logos\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gbvxs7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(Container,{className:\"framer-35p88y-container\",nodeId:\"BORnkyEMG\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(Badge,{AdREG8j0X:\"var(--token-6ae7af15-ebcd-41de-b47b-ee90f3972f04, rgb(50, 75, 157))\",height:\"100%\",HR6VvY__G:\"Customers who love\",id:\"BORnkyEMG\",JlwzrZrV0:{borderColor:\"var(--token-3b77fe1a-c3fc-445e-840e-6d73a5caceef, rgb(230, 228, 223))\",borderStyle:\"solid\",borderWidth:0},layoutId:\"BORnkyEMG\",variant:\"k9qSixZTT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ufdb8y\",\"data-styles-preset\":\"pH_M4194f\",style:{\"--framer-text-alignment\":\"center\"},children:\"Transforming convention sales\"})}),className:\"framer-1ssngtd\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ubx7k0\",children:[visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-daugi4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JOeNWUXOJ\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"JOeNWUXOJ\",image:toResponsiveImage(okylrSudv),layoutId:\"JOeNWUXOJ\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ex6djf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CgAO7uNms\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"CgAO7uNms\",image:toResponsiveImage(bRpbjkA0H),layoutId:\"CgAO7uNms\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ni0oi0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZjbBVphuD\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"ZjbBVphuD\",image:toResponsiveImage(MZYcSXtFK),layoutId:\"ZjbBVphuD\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xfsb72-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"j9O6yfv5i\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"j9O6yfv5i\",image:toResponsiveImage(eeZidV_HZ),layoutId:\"j9O6yfv5i\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eu2cjj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KqQR18Lea\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"KqQR18Lea\",image:toResponsiveImage(sp_m7VZRZ),layoutId:\"KqQR18Lea\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-am8ouk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VDBWAhtca\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"VDBWAhtca\",image:toResponsiveImage(rARjiY5eU),layoutId:\"VDBWAhtca\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation24,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y9uemd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bdPrzzF1G\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(AspectRatioImage,{bottomLeft:0,bottomRight:0,height:\"100%\",id:\"bdPrzzF1G\",image:toResponsiveImage(ZWC7SFelC),layoutId:\"bdPrzzF1G\",radius:0,radiusIsMixed:false,shadows:\"\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0ba0t\",\"data-framer-name\":\"Benefits\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation26,className:\"framer-vudauc\",\"data-framer-appear-id\":\"vudauc\",\"data-framer-name\":\"Cards\",initial:animation27,optimized:true,style:{transformPerspective:1200},children:[visible9&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n9z40x\",\"data-framer-name\":\"01\",id:elementId1,ref:ref2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},LbqdvgzPM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19tk6nd-container\",nodeId:\"JHK8_Su4y\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"sVhpkhJgm\"},LbqdvgzPM:{variant:\"N_8PkO5K0\"}},children:/*#__PURE__*/_jsx(CardImageAndText,{byPuUCHH2:true,dcw4SNy5v:OXRSJ6l0I,height:\"100%\",I1RstoJAm:toResponsiveImage(H9P1neJKa),id:\"JHK8_Su4y\",IDtwLRZ95:TJ1HD7Ww1,layoutId:\"JHK8_Su4y\",lBxFOKlnd:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"a4rVXS4f7\",width:\"100%\"})})})})})}),visible10&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4lvhsd\",\"data-framer-name\":\"02\",id:elementId2,ref:ref3,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},LbqdvgzPM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ehvi39-container\",id:\"1ehvi39\",nodeId:\"Fl5c3vvKn\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"pvbjeHvEp\"},LbqdvgzPM:{variant:\"N_8PkO5K0\"}},children:/*#__PURE__*/_jsx(CardImageAndText,{byPuUCHH2:true,dcw4SNy5v:ynLedlUt2,height:\"100%\",I1RstoJAm:toResponsiveImage(baU1K4l8J),id:\"Fl5c3vvKn\",IDtwLRZ95:uuM84CuNm,layoutId:\"Fl5c3vvKn\",lBxFOKlnd:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"E4wfUjfnw\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4brpcz\",\"data-framer-name\":\"03\",id:elementId3,ref:ref4,style:{transformPerspective:1200},children:visible11&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},LbqdvgzPM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l3ubum-container\",nodeId:\"X7VhVJej6\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"sVhpkhJgm\"},LbqdvgzPM:{variant:\"N_8PkO5K0\"}},children:/*#__PURE__*/_jsx(CardImageAndText,{byPuUCHH2:true,dcw4SNy5v:XjRvph3lI,height:\"100%\",I1RstoJAm:toResponsiveImage(rqamFV6VR),id:\"X7VhVJej6\",IDtwLRZ95:aY3nKQhWG,layoutId:\"X7VhVJej6\",lBxFOKlnd:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"a4rVXS4f7\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1npbn0a\",\"data-framer-name\":\"04\",id:elementId4,ref:ref5,style:{transformPerspective:1200},children:visible12&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},LbqdvgzPM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w5f7yw-container\",nodeId:\"CLwFRNiNX\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"pvbjeHvEp\"},LbqdvgzPM:{variant:\"N_8PkO5K0\"}},children:/*#__PURE__*/_jsx(CardImageAndText,{byPuUCHH2:true,dcw4SNy5v:anCsuxOYd,height:\"100%\",I1RstoJAm:toResponsiveImage(P63vqLdtw),id:\"CLwFRNiNX\",IDtwLRZ95:JQMH6NvzJ,layoutId:\"CLwFRNiNX\",lBxFOKlnd:\"var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"E4wfUjfnw\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gkhlpd\",\"data-framer-name\":\"Features\",id:elementId5,ref:ref6,children:[visible13&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d4gg3z\",\"data-styles-preset\":\"E1CsimuLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"Focus on excellence. Automate the rest with hivr.ai.\"})}),className:\"framer-icu1zb\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:OuLdQbFEl,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m2i69l\",children:[visible14&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13khrbt\",\"data-framer-name\":\"Feature 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(MPAXodVmm)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(MPAXodVmm)},className:\"framer-17foiu4\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fa4zbj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-zrol53\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:PaQVJZTlr,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-q9yo5y\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:z6CQAEBeV,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible15&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ielp0j\",\"data-framer-name\":\"Feature 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(poqpwqrD4)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(poqpwqrD4)},className:\"framer-b4olom\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pski7s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-6mlihs\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Hy7EoSmWs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1mp00cc\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:JRHuy6gWk,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible16&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19g3mra\",\"data-framer-name\":\"Feature 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(nIz91dTo_)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(nIz91dTo_)},className:\"framer-5yzuqi\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y4lflv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-132psky\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:wj_9Y0Z6K,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-9kwo5\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:kVqgzqBrb,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible17&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t2pn1e\",\"data-framer-name\":\"Feature 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(z8mHDrz6R)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(z8mHDrz6R)},className:\"framer-l1d53i\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f4irp1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-38xq16\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:So8dieiT3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-k3k6ip\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:SPbWwBhG2,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible18&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bswu30\",\"data-framer-name\":\"Feature 5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(rrvrlsN50)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(rrvrlsN50)},className:\"framer-18tkm5r\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rv5a8i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-rulmza\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:aTm3s6Iyy,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-14q9yv8\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:c9KIGdV2b,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible19&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s0kk36\",\"data-framer-name\":\"Feature 6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(K7c6EBqEp)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(K7c6EBqEp)},className:\"framer-1n1dmxm\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15j9pta\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-flaaa1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:zzPxEx2ZZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1qkli38\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:PbWoTiiOg,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible20&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wcq3bq\",\"data-framer-name\":\"Feature 7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(w4VyylEuK)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(w4VyylEuK)},className:\"framer-1cwm1uf\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1evtfv0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-1wzk2ke\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:UJDnhG9zd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1pz8dkm\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:NIySy1xJI,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible21&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11matx0\",\"data-framer-name\":\"Feature 8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(hlD8jMQq9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(hlD8jMQq9)},className:\"framer-6ll9z1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ewqem9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-16umhlc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:VzDDi7x3N,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1us3vsx\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:AmLaHLk6b,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible22&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-az23xy\",\"data-framer-name\":\"Feature 9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(tZjxYsXFj)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(tZjxYsXFj)},className:\"framer-13ggfl\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g8vvfk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-160hw5u\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:DMDaz0B5D,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-p6nluu\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:yj1qTem1P,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible23&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nnyo73\",\"data-framer-name\":\"Feature 10\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(fb8cpdA9Y)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(fb8cpdA9Y)},className:\"framer-1sbfrdw\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q7n9f1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-1iitnz9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:hcrTVEBeN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-qop5r7\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:gzB7KP635,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible24&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b8yg19\",\"data-framer-name\":\"Feature 11\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(rjayGaI4J)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(rjayGaI4J)},className:\"framer-1fdadun\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iq2cet\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-x1i34q\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:bo3jApjFJ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1g6ida1\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:koYQBc66K,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible25&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cqyoej\",\"data-framer-name\":\"Feature 12\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(Nf_qx2X4r)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(Nf_qx2X4r)},className:\"framer-153l2jh\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-prdpr4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-1ugutx2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:VywijLJKX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-dkf9zh\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:r8ovOHxvO,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible26&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13pt3zm\",\"data-framer-name\":\"Feature 13\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(j1M_gkAxi)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(j1M_gkAxi)},className:\"framer-1ymc9qy\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nzuzxz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-1a8rmzu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:MUbDWXo4Z,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-th5ti0\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:p6Pt1QGV4,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible27&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18rnage\",\"data-framer-name\":\"Feature 14\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(wbg1S4kvn)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(wbg1S4kvn)},className:\"framer-1rcyvex\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pn4bci\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-1x3obgy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:DCjCEhRLY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-7qnwz3\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:zHQTbKFlR,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible28&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r9pm2d\",\"data-framer-name\":\"Feature 15\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(LolVKTpSc)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(LolVKTpSc)},className:\"framer-yumyy5\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aun2xi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12cz5es\",\"data-styles-preset\":\"YfTRxHmlp\",children:\"Feature 1\"})}),className:\"framer-ek1pa7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:UCg3nHTjA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6sgf67\",\"data-styles-preset\":\"DvCadwdLT\",children:\"Description\"})}),className:\"framer-1g1le25\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:Ln5v9AWMc,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),visible29&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-e2vdjr\",\"data-framer-name\":\"Closing Benefit\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1pt4hxm\",\"data-framer-name\":\"Closing\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5rgsnl\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1j10x7c\",\"data-styles-preset\":\"fRtcTgTni\",children:\"Stay on top of every request\"})}),className:\"framer-1ynfr3f\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ZH6ZGxhcK,verticalAlignment:\"top\",withExternalLayout:true}),visible30&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Ivx7wxBDN,className:\"framer-187wqp5\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1bm3coj\",h3:\"framer-styles-preset-ufdb8y\",h4:\"framer-styles-preset-nkp7ct\",h5:\"framer-styles-preset-1wtiukr\",h6:\"framer-styles-preset-144avck\",p:\"framer-styles-preset-6sgf67\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible31&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{background:{alt:\"\",fit:\"fill\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1440px) - 48px)`,...toResponsiveImage(q7YsgKojO)}},LbqdvgzPM:{background:{alt:\"\",fit:\"fill\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1440px) - 48px)`,...toResponsiveImage(q7YsgKojO)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1334,pixelWidth:2e3,sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px) - 64px) / 1.884)`,...toResponsiveImage(q7YsgKojO)},className:\"framer-gtwdgr\",\"data-framer-name\":\"Image\"})}),visible32&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:false,__framer__enter:animation11,__framer__exit:animation28,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jer0oj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LW7rbVrj2\",rendersWithMotion:true,scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-bc4c9fe3-0d45-4605-a64d-ab67ce6f9de2, rgb(255, 255, 255))\",borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,controls:false,height:\"100%\",id:\"LW7rbVrj2\",isMixedBorderRadius:false,layoutId:\"LW7rbVrj2\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:m1i2gIlcf,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,volume:25,width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3mqf1j\",\"data-framer-name\":\"CTA section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kqpl6a\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1440px)`},LbqdvgzPM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:152,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v55no8-container\",nodeId:\"JNPVIkQtr\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"Pp5CEm9Ju\"},LbqdvgzPM:{variant:\"B7cnHS4Py\"}},children:/*#__PURE__*/_jsx(CTAScheduleACall,{height:\"100%\",id:\"JNPVIkQtr\",layoutId:\"JNPVIkQtr\",style:{width:\"100%\"},variant:\"fxL79QJCz\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:337,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pxi1e1-container\",nodeId:\"ABg_QOxIF\",scopeId:\"SFoWF1rws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I0x7vMztG:{variant:\"Bq15UINOc\"},LbqdvgzPM:{variant:\"MwyF59moI\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ABg_QOxIF\",layoutId:\"ABg_QOxIF\",style:{width:\"100%\"},variant:\"yJ2jUHlsN\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Etrw.framer-12ri6e, .framer-2Etrw .framer-12ri6e { display: block; }\",\".framer-2Etrw.framer-1brnggm { align-content: center; align-items: center; background-color: var(--token-3b77fe1a-c3fc-445e-840e-6d73a5caceef, #e6e4df); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-2Etrw .framer-1ga7ilo-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-2Etrw .framer-1dy7ors { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 64px 32px 64px 32px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-z4lupp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 80vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-1sykgtz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-2Etrw .framer-1hgizk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-ut1mmy-container, .framer-2Etrw .framer-35p88y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2Etrw .framer-tf66ue { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: sticky; width: 100%; z-index: 1; }\",\".framer-2Etrw .framer-fbkaxg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-msga7l { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2Etrw .framer-vh6pk4 { --framer-paragraph-spacing: 18px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-2Etrw .framer-1n0e1gc-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2Etrw .framer-1cz8oe-container { flex: none; height: 100%; position: relative; width: 40%; will-change: var(--framer-will-change-effect-override, transform); }\",'.framer-2Etrw.framer-1uk241s { background-color: var(--token-ec32cc15-fddd-4770-94c0-776dcc452ebb, #ffffff) /* {\"name\":\"White\"} */; inset: 0px; position: fixed; user-select: none; z-index: 10; }',\".framer-2Etrw.framer-1cx5yee-container { flex: none; height: 80%; left: calc(50.00000000000002% - 94.66666666666667% / 2); position: fixed; top: calc(53.75000000000002% - 80% / 2); width: 95%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-2Etrw.framer-qhid5u-container { flex: none; height: 48px; position: fixed; right: 32px; top: 32px; width: auto; z-index: 10; }\",\".framer-2Etrw .framer-joodgc { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 100%; position: relative; width: 50%; }\",\".framer-2Etrw .framer-1rjrts4 { align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 56px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-1gbvxs7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-1ssngtd, .framer-2Etrw .framer-zrol53, .framer-2Etrw .framer-6mlihs, .framer-2Etrw .framer-132psky, .framer-2Etrw .framer-38xq16, .framer-2Etrw .framer-rulmza, .framer-2Etrw .framer-flaaa1, .framer-2Etrw .framer-1wzk2ke, .framer-2Etrw .framer-16umhlc, .framer-2Etrw .framer-160hw5u, .framer-2Etrw .framer-1iitnz9, .framer-2Etrw .framer-x1i34q, .framer-2Etrw .framer-1ugutx2, .framer-2Etrw .framer-1a8rmzu, .framer-2Etrw .framer-1x3obgy, .framer-2Etrw .framer-ek1pa7 { --framer-paragraph-spacing: 18px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2Etrw .framer-1ubx7k0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; opacity: 0.5; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-daugi4-container, .framer-2Etrw .framer-1ex6djf-container, .framer-2Etrw .framer-ni0oi0-container, .framer-2Etrw .framer-xfsb72-container, .framer-2Etrw .framer-eu2cjj-container, .framer-2Etrw .framer-am8ouk-container, .framer-2Etrw .framer-1y9uemd-container { flex: 1 0 0px; height: 80px; max-width: 240px; min-width: 100px; position: relative; width: 1px; }\",\".framer-2Etrw .framer-1h0ba0t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 96px; width: 100%; z-index: 2; }\",\".framer-2Etrw .framer-vudauc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-2Etrw .framer-1n9z40x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: sticky; top: 60px; width: 100%; z-index: 1; }\",\".framer-2Etrw .framer-19tk6nd-container, .framer-2Etrw .framer-1ehvi39-container, .framer-2Etrw .framer-l3ubum-container, .framer-2Etrw .framer-1w5f7yw-container, .framer-2Etrw .framer-v55no8-container, .framer-2Etrw .framer-1pxi1e1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2Etrw .framer-4lvhsd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: sticky; top: 90px; width: 100%; z-index: 1; }\",\".framer-2Etrw .framer-4brpcz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; min-height: 580px; padding: 0px; position: sticky; top: 120px; width: 100%; z-index: 1; }\",\".framer-2Etrw .framer-1npbn0a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; min-height: 580px; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-2Etrw .framer-1gkhlpd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-icu1zb, .framer-2Etrw .framer-q9yo5y, .framer-2Etrw .framer-1mp00cc, .framer-2Etrw .framer-9kwo5, .framer-2Etrw .framer-k3k6ip, .framer-2Etrw .framer-14q9yv8, .framer-2Etrw .framer-1qkli38, .framer-2Etrw .framer-1pz8dkm, .framer-2Etrw .framer-1us3vsx, .framer-2Etrw .framer-p6nluu, .framer-2Etrw .framer-qop5r7, .framer-2Etrw .framer-1g6ida1, .framer-2Etrw .framer-dkf9zh, .framer-2Etrw .framer-th5ti0, .framer-2Etrw .framer-7qnwz3, .framer-2Etrw .framer-1g1le25, .framer-2Etrw .framer-1ynfr3f, .framer-2Etrw .framer-187wqp5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2Etrw .framer-1m2i69l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; min-height: 128px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-13khrbt, .framer-2Etrw .framer-1ielp0j, .framer-2Etrw .framer-19g3mra, .framer-2Etrw .framer-t2pn1e, .framer-2Etrw .framer-bswu30, .framer-2Etrw .framer-1s0kk36, .framer-2Etrw .framer-wcq3bq, .framer-2Etrw .framer-11matx0, .framer-2Etrw .framer-az23xy, .framer-2Etrw .framer-nnyo73, .framer-2Etrw .framer-1b8yg19, .framer-2Etrw .framer-1cqyoej, .framer-2Etrw .framer-13pt3zm, .framer-2Etrw .framer-18rnage, .framer-2Etrw .framer-r9pm2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 31%; }\",\".framer-2Etrw .framer-17foiu4, .framer-2Etrw .framer-b4olom, .framer-2Etrw .framer-5yzuqi, .framer-2Etrw .framer-l1d53i, .framer-2Etrw .framer-18tkm5r, .framer-2Etrw .framer-1n1dmxm, .framer-2Etrw .framer-1cwm1uf, .framer-2Etrw .framer-6ll9z1, .framer-2Etrw .framer-13ggfl, .framer-2Etrw .framer-1sbfrdw, .framer-2Etrw .framer-1fdadun, .framer-2Etrw .framer-153l2jh, .framer-2Etrw .framer-1ymc9qy, .framer-2Etrw .framer-1rcyvex, .framer-2Etrw .framer-yumyy5 { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-2Etrw .framer-fa4zbj, .framer-2Etrw .framer-1pski7s, .framer-2Etrw .framer-1y4lflv, .framer-2Etrw .framer-1f4irp1, .framer-2Etrw .framer-rv5a8i, .framer-2Etrw .framer-15j9pta, .framer-2Etrw .framer-1evtfv0, .framer-2Etrw .framer-ewqem9, .framer-2Etrw .framer-g8vvfk, .framer-2Etrw .framer-1q7n9f1, .framer-2Etrw .framer-1iq2cet, .framer-2Etrw .framer-prdpr4, .framer-2Etrw .framer-nzuzxz, .framer-2Etrw .framer-pn4bci, .framer-2Etrw .framer-aun2xi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 7px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-2Etrw .framer-e2vdjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 32px; width: 100%; }\",\".framer-2Etrw .framer-1pt4hxm { align-content: flex-start; align-items: flex-start; background-color: var(--token-518704cb-3ddc-4fcf-bb8c-a67adb990213, #e1b5a8); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-5rgsnl { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 42%; }\",\".framer-2Etrw .framer-gtwdgr { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 484px; position: relative; width: 53%; }\",\".framer-2Etrw .framer-1jer0oj-container { flex: 5 0 0px; height: 200px; position: relative; width: 1px; }\",\".framer-2Etrw .framer-3mqf1j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Etrw .framer-kqpl6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-2Etrw.framer-1brnggm { width: 810px; } .framer-2Etrw .framer-1dy7ors { gap: 24px; padding: 0px 24px 48px 24px; } .framer-2Etrw .framer-z4lupp { flex-direction: column; gap: 48px; height: min-content; justify-content: center; } .framer-2Etrw .framer-1sykgtz { height: min-content; width: 70%; } .framer-2Etrw .framer-1hgizk, .framer-2Etrw .framer-vudauc { gap: 24px; } .framer-2Etrw .framer-vh6pk4 { width: 100%; } .framer-2Etrw .framer-1cz8oe-container { height: 454px; width: 70%; } .framer-2Etrw.framer-1cx5yee-container { left: 24px; right: 24px; width: unset; } .framer-2Etrw.framer-qhid5u-container { right: 24px; top: 40px; } .framer-2Etrw .framer-joodgc { height: 389px; width: 100%; } .framer-2Etrw .framer-1rjrts4 { padding: 48px 0px 48px 0px; } .framer-2Etrw .framer-daugi4-container, .framer-2Etrw .framer-1ex6djf-container, .framer-2Etrw .framer-ni0oi0-container, .framer-2Etrw .framer-xfsb72-container, .framer-2Etrw .framer-eu2cjj-container, .framer-2Etrw .framer-am8ouk-container, .framer-2Etrw .framer-1y9uemd-container { max-width: 160px; min-width: 80px; } .framer-2Etrw .framer-1gkhlpd { padding: 32px 0px 32px 0px; } .framer-2Etrw .framer-1m2i69l { padding: 0px 0px 48px 0px; } .framer-2Etrw .framer-13khrbt, .framer-2Etrw .framer-1ielp0j, .framer-2Etrw .framer-19g3mra, .framer-2Etrw .framer-t2pn1e, .framer-2Etrw .framer-bswu30, .framer-2Etrw .framer-1s0kk36, .framer-2Etrw .framer-wcq3bq, .framer-2Etrw .framer-11matx0, .framer-2Etrw .framer-az23xy, .framer-2Etrw .framer-nnyo73, .framer-2Etrw .framer-1b8yg19, .framer-2Etrw .framer-1cqyoej, .framer-2Etrw .framer-13pt3zm, .framer-2Etrw .framer-18rnage, .framer-2Etrw .framer-r9pm2d { width: 30%; } .framer-2Etrw .framer-1pt4hxm { flex-direction: column; padding: 24px; } .framer-2Etrw .framer-5rgsnl { align-self: unset; flex-direction: row; gap: 32px; height: min-content; justify-content: flex-start; order: 1; width: 100%; } .framer-2Etrw .framer-1ynfr3f, .framer-2Etrw .framer-187wqp5 { flex: 1 0 0px; width: 1px; } .framer-2Etrw .framer-gtwdgr { height: 300px; order: 0; width: 100%; } .framer-2Etrw .framer-1jer0oj-container { flex: none; order: 2; width: 500%; }}\",\"@media (max-width: 809px) { .framer-2Etrw.framer-1brnggm { width: 390px; } .framer-2Etrw .framer-1dy7ors { gap: 16px; padding: 32px 16px 40px 16px; } .framer-2Etrw .framer-z4lupp { flex-direction: column; gap: 32px; height: min-content; justify-content: center; } .framer-2Etrw .framer-1sykgtz { height: min-content; order: 1; width: 100%; } .framer-2Etrw .framer-1hgizk { gap: 24px; } .framer-2Etrw .framer-vh6pk4, .framer-2Etrw .framer-13khrbt, .framer-2Etrw .framer-1ielp0j, .framer-2Etrw .framer-19g3mra, .framer-2Etrw .framer-t2pn1e, .framer-2Etrw .framer-bswu30, .framer-2Etrw .framer-1s0kk36, .framer-2Etrw .framer-wcq3bq, .framer-2Etrw .framer-11matx0, .framer-2Etrw .framer-az23xy, .framer-2Etrw .framer-nnyo73, .framer-2Etrw .framer-1b8yg19, .framer-2Etrw .framer-1cqyoej, .framer-2Etrw .framer-13pt3zm, .framer-2Etrw .framer-18rnage, .framer-2Etrw .framer-r9pm2d { width: 100%; } .framer-2Etrw .framer-1cz8oe-container { height: 460px; order: 0; width: 100%; } .framer-2Etrw.framer-1cx5yee-container { left: 16px; right: 16px; width: unset; } .framer-2Etrw.framer-qhid5u-container { right: 16px; top: 40px; } .framer-2Etrw .framer-joodgc { height: 218px; order: 2; width: 100%; } .framer-2Etrw .framer-1rjrts4 { padding: 40px 0px 40px 0px; } .framer-2Etrw .framer-daugi4-container, .framer-2Etrw .framer-1ex6djf-container, .framer-2Etrw .framer-ni0oi0-container, .framer-2Etrw .framer-xfsb72-container, .framer-2Etrw .framer-eu2cjj-container, .framer-2Etrw .framer-am8ouk-container, .framer-2Etrw .framer-1y9uemd-container { max-width: 160px; min-width: 80px; } .framer-2Etrw .framer-vudauc { gap: 16px; } .framer-2Etrw .framer-1m2i69l { gap: 60px; } .framer-2Etrw .framer-17foiu4, .framer-2Etrw .framer-b4olom, .framer-2Etrw .framer-5yzuqi, .framer-2Etrw .framer-l1d53i, .framer-2Etrw .framer-18tkm5r, .framer-2Etrw .framer-1n1dmxm, .framer-2Etrw .framer-1cwm1uf, .framer-2Etrw .framer-6ll9z1, .framer-2Etrw .framer-13ggfl, .framer-2Etrw .framer-1sbfrdw, .framer-2Etrw .framer-1fdadun, .framer-2Etrw .framer-153l2jh, .framer-2Etrw .framer-1ymc9qy, .framer-2Etrw .framer-1rcyvex, .framer-2Etrw .framer-yumyy5 { height: 24px; width: 24px; } .framer-2Etrw .framer-fa4zbj, .framer-2Etrw .framer-1pski7s, .framer-2Etrw .framer-1y4lflv, .framer-2Etrw .framer-1f4irp1, .framer-2Etrw .framer-rv5a8i, .framer-2Etrw .framer-15j9pta, .framer-2Etrw .framer-1evtfv0, .framer-2Etrw .framer-ewqem9, .framer-2Etrw .framer-g8vvfk, .framer-2Etrw .framer-1q7n9f1, .framer-2Etrw .framer-1iq2cet, .framer-2Etrw .framer-prdpr4, .framer-2Etrw .framer-nzuzxz, .framer-2Etrw .framer-pn4bci, .framer-2Etrw .framer-aun2xi { padding: 2px 0px 0px 0px; } .framer-2Etrw .framer-1pt4hxm { flex-direction: column; gap: 32px; padding: 24px; } .framer-2Etrw .framer-5rgsnl { align-self: unset; gap: 32px; height: min-content; justify-content: center; order: 1; width: 100%; } .framer-2Etrw .framer-gtwdgr { height: 300px; order: 0; width: 100%; } .framer-2Etrw .framer-1jer0oj-container { flex: none; order: 2; width: 500%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3185\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"I0x7vMztG\":{\"layout\":[\"fixed\",\"auto\"]},\"LbqdvgzPM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rVnijmFfr\":{\"pattern\":\":rVnijmFfr\",\"name\":\"solutions\"},\"HoZa35Uc4\":{\"pattern\":\":HoZa35Uc4\",\"name\":\"card1\"},\"purN8zei8\":{\"pattern\":\":purN8zei8\",\"name\":\"card2\"},\"vWNbGmnmw\":{\"pattern\":\":vWNbGmnmw\",\"name\":\"card3\"},\"J4DbmSwdf\":{\"pattern\":\":J4DbmSwdf\",\"name\":\"card4\"},\"f7P0fpqmr\":{\"pattern\":\":f7P0fpqmr\",\"name\":\"features\"},\"Q18AK1uJd\":{\"pattern\":\":Q18AK1uJd\",\"name\":\"closing-benefit\"}}\n * @framerResponsiveScreen\n */const FramerSFoWF1rws=withCSS(Component,css,\"framer-2Etrw\");export default FramerSFoWF1rws;FramerSFoWF1rws.displayName=\"Products\";FramerSFoWF1rws.defaultProps={height:3185,width:1200};addFonts(FramerSFoWF1rws,[{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\"}]},...NavigationFonts,...BadgeFonts,...ButtonFonts,...ImageOpensVideoFonts,...VideoFonts,...AspectRatioImageFonts,...CardImageAndTextFonts,...CTAScheduleACallFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"nlLz0B1Wr\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"nlLz0B1Wr\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSFoWF1rws\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"3185\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I0x7vMztG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LbqdvgzPM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"rVnijmFfr\\\":{\\\"pattern\\\":\\\":rVnijmFfr\\\",\\\"name\\\":\\\"solutions\\\"},\\\"HoZa35Uc4\\\":{\\\"pattern\\\":\\\":HoZa35Uc4\\\",\\\"name\\\":\\\"card1\\\"},\\\"purN8zei8\\\":{\\\"pattern\\\":\\\":purN8zei8\\\",\\\"name\\\":\\\"card2\\\"},\\\"vWNbGmnmw\\\":{\\\"pattern\\\":\\\":vWNbGmnmw\\\",\\\"name\\\":\\\"card3\\\"},\\\"J4DbmSwdf\\\":{\\\"pattern\\\":\\\":J4DbmSwdf\\\",\\\"name\\\":\\\"card4\\\"},\\\"f7P0fpqmr\\\":{\\\"pattern\\\":\\\":f7P0fpqmr\\\",\\\"name\\\":\\\"features\\\"},\\\"Q18AK1uJd\\\":{\\\"pattern\\\":\\\":Q18AK1uJd\\\",\\\"name\\\":\\\"closing-benefit\\\"}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "AspectRatioImage", "props", "_props_image", "_props_image1", "border", "radius", "u", "l", "p", "addPropertyControls", "ControlType", "ButtonFonts", "getFonts", "viKaoOPKk_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "MotionDivWithFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "animation1", "transition3", "textEffect", "transition4", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "router", "useRouter", "LayoutGroup", "u", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "Framerjbo_XbxHn", "withCSS", "jbo_XbxHn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "viKaoOPKk_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "isSet", "animation", "transition2", "animation1", "transformTemplate2", "transition3", "animation2", "transition4", "animation3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "click", "height", "iconMessage", "id", "messageDescription", "messageTitle", "productImage", "videoPill1", "videoPill2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "JZIGeMg38", "eUdTb07Iy", "WCcKHlRB2", "DnJGYnZYS", "HtKycZKGj", "TLa3YaFwt", "WLbyR5y9W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapj9lmqv", "args", "scopingClassNames", "cx", "isDisplayed", "visible", "isDisplayed1", "visible1", "visible2", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerQAzPdscGv", "withCSS", "QAzPdscGv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationFonts", "getFonts", "OXsgyJ1Pg_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "BadgeFonts", "gbzME6b4K_default", "RichTextWithFX", "withFX", "RichText2", "RichTextWithOptimizedAppearEffect", "ButtonFonts", "viKaoOPKk_default", "ImageOpensVideoFonts", "QAzPdscGv_default", "VideoFonts", "Video", "ContainerWithFX", "AspectRatioImageFonts", "AspectRatioImage", "CardImageAndTextFonts", "u1zzc3Suc_default", "MotionDivWithFX", "motion", "MotionDivWithOptimizedAppearEffect", "CTAScheduleACallFonts", "jbo_XbxHn_default", "FooterFonts", "yYWIw2CUN_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "textEffect", "transition4", "animation4", "animation5", "transition5", "animation6", "isSet", "value", "transition6", "animation7", "animation8", "toResponsiveImage", "transition7", "animation9", "animation10", "animation11", "toImageSrc", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation12", "transition8", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "animation21", "animation22", "animation23", "animation24", "animation25", "transition9", "animation26", "animation27", "transition10", "animation28", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "YpXQwFzvb_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "FWM8LPWTd", "k79qt7gjU", "IxVWUnH9R", "McL4RJ_5k", "N2QbfEhAd", "oiHaJOaX1", "kmtClN6TC", "nECqcmYsS", "vyvFnSnlc", "hs_IaVaFn", "wXxO4oteI", "CEZOqlDwP", "okylrSudv", "bRpbjkA0H", "MZYcSXtFK", "eeZidV_HZ", "sp_m7VZRZ", "rARjiY5eU", "ZWC7SFelC", "OXRSJ6l0I", "H9P1neJKa", "TJ1HD7Ww1", "ynLedlUt2", "baU1K4l8J", "uuM84CuNm", "XjRvph3lI", "rqamFV6VR", "aY3nKQhWG", "anCsuxOYd", "P63vqLdtw", "JQMH6NvzJ", "OuLdQbFEl", "PaQVJZTlr", "MPAXodVmm", "z6CQAEBeV", "Hy7EoSmWs", "poqpwqrD4", "JRHuy6gWk", "wj_9Y0Z6K", "nIz91dTo_", "kVqgzqBrb", "So8dieiT3", "z8mHDrz6R", "SPbWwBhG2", "aTm3s6Iyy", "rrvrlsN50", "c9KIGdV2b", "zzPxEx2ZZ", "K7c6EBqEp", "PbWoTiiOg", "UJDnhG9zd", "w4VyylEuK", "NIySy1xJI", "VzDDi7x3N", "hlD8jMQq9", "AmLaHLk6b", "DMDaz0B5D", "tZjxYsXFj", "yj1qTem1P", "hcrTVEBeN", "fb8cpdA9Y", "gzB7KP635", "bo3jApjFJ", "rjayGaI4J", "koYQBc66K", "VywijLJKX", "Nf_qx2X4r", "r8ovOHxvO", "MUbDWXo4Z", "j1M_gkAxi", "p6Pt1QGV4", "DCjCEhRLY", "wbg1S4kvn", "zHQTbKFlR", "UCg3nHTjA", "LolVKTpSc", "Ln5v9AWMc", "ZH6ZGxhcK", "Ivx7wxBDN", "q7YsgKojO", "m1i2gIlcf", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "JZIGeMg383bnx0g", "overlay", "loadMore", "args", "heDuat30e1wnntms", "scopingClassNames", "cx", "router", "useRouter", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "elementId", "useRouteElementId", "ref1", "visible9", "ref2", "ref3", "ref4", "ref5", "elementId1", "visible10", "elementId2", "ref6", "elementId3", "visible11", "elementId4", "visible12", "elementId5", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "visible22", "visible23", "visible24", "visible25", "visible26", "visible27", "visible28", "visible29", "elementId6", "ref7", "visible30", "visible31", "visible32", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "PropertyOverrides2", "OXsgyJ1Pg_default", "Container", "gbzME6b4K_default", "RichTextWithFX", "x", "ComponentPresetsProvider", "RichTextWithOptimizedAppearEffect", "ResolveLinks", "resolvedLinks", "viKaoOPKk_default", "l", "QAzPdscGv_default", "AnimatePresence", "Ga", "Video", "ContainerWithFX", "Image2", "RichText2", "AspectRatioImage", "MotionDivWithOptimizedAppearEffect", "MotionDivWithFX", "u1zzc3Suc_default", "jbo_XbxHn_default", "yYWIw2CUN_default", "css", "FramerSFoWF1rws", "withCSS", "SFoWF1rws_default", "addFonts", "NavigationFonts", "BadgeFonts", "ButtonFonts", "ImageOpensVideoFonts", "VideoFonts", "AspectRatioImageFonts", "CardImageAndTextFonts", "CTAScheduleACallFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
