{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js", "ssg:https://framerusercontent.com/modules/o3zU7J2nFjqfy3anukXc/xoDjml8H4vOpHCPYmt7S/lcmxQKbbT.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getLoadingLazyAtYPosition,Image,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"OImTN4eOb\",\"iO1LSica2\",\"XVceMtu_I\",\"CCxOlRBkB\",\"jaUIBQ3O7\",\"ckJHHm_MU\",\"L6TkUGawk\",\"i5sqfVHb4\",\"Dme5yabdk\",\"am8Sr5YIh\",\"vbWQDEiOq\",\"PiZMLuFmG\"];const serializationHash=\"framer-5uATx\";const variantClassNames={am8Sr5YIh:\"framer-v-16241ds\",CCxOlRBkB:\"framer-v-1pvri1y\",ckJHHm_MU:\"framer-v-ianvhq\",Dme5yabdk:\"framer-v-1uwvunm\",i5sqfVHb4:\"framer-v-14qkpvl\",iO1LSica2:\"framer-v-1cq7ceb\",jaUIBQ3O7:\"framer-v-110mjpx\",L6TkUGawk:\"framer-v-1l1byif\",OImTN4eOb:\"framer-v-bcletp\",PiZMLuFmG:\"framer-v-9g5tw7\",vbWQDEiOq:\"framer-v-1pml0uf\",XVceMtu_I:\"framer-v-1g3mpx6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"OImTN4eOb\",\"Variant 10\":\"am8Sr5YIh\",\"Variant 11\":\"vbWQDEiOq\",\"Variant 12\":\"PiZMLuFmG\",\"Variant 2\":\"iO1LSica2\",\"Variant 3\":\"XVceMtu_I\",\"Variant 4\":\"CCxOlRBkB\",\"Variant 5\":\"jaUIBQ3O7\",\"Variant 6\":\"ckJHHm_MU\",\"Variant 7\":\"L6TkUGawk\",\"Variant 8\":\"i5sqfVHb4\",\"Variant 9\":\"Dme5yabdk\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"OImTN4eOb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OImTN4eOb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearf382t5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),2e3);});const onAppear1hpjo5z=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OImTN4eOb\"),2e3);});const onAppear1fjai7n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CCxOlRBkB\"),2e3);});const onAppear1i9y518=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"L6TkUGawk\"),2e3);});const onAppear1hs4smn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"am8Sr5YIh\"),2e3);});useOnVariantChange(baseVariant,{ckJHHm_MU:onAppear1fjai7n,default:onAppearf382t5,Dme5yabdk:onAppear1i9y518,PiZMLuFmG:onAppear1hs4smn,XVceMtu_I:onAppear1hpjo5z});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"iO1LSica2\",\"XVceMtu_I\",\"jaUIBQ3O7\",\"ckJHHm_MU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"L6TkUGawk\",\"i5sqfVHb4\",\"Dme5yabdk\",\"am8Sr5YIh\",\"vbWQDEiOq\",\"PiZMLuFmG\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"am8Sr5YIh\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"vbWQDEiOq\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"PiZMLuFmG\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"i5sqfVHb4\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"Dme5yabdk\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"L6TkUGawk\")return true;return false;};const isDisplayed8=()=>{if([\"iO1LSica2\",\"jaUIBQ3O7\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if([\"XVceMtu_I\",\"ckJHHm_MU\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bcletp\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OImTN4eOb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({am8Sr5YIh:{\"data-framer-name\":\"Variant 10\"},CCxOlRBkB:{\"data-framer-name\":\"Variant 4\"},ckJHHm_MU:{\"data-framer-name\":\"Variant 6\"},Dme5yabdk:{\"data-framer-name\":\"Variant 9\"},i5sqfVHb4:{\"data-framer-name\":\"Variant 8\"},iO1LSica2:{\"data-framer-name\":\"Variant 2\"},jaUIBQ3O7:{\"data-framer-name\":\"Variant 5\"},L6TkUGawk:{\"data-framer-name\":\"Variant 7\"},PiZMLuFmG:{\"data-framer-name\":\"Variant 12\"},vbWQDEiOq:{\"data-framer-name\":\"Variant 11\"},XVceMtu_I:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9k2c63\",\"data-framer-name\":\"Frame 7333\",layoutDependency:layoutDependency,layoutId:\"mCgS6J_Kb\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g7cmqf\",\"data-framer-name\":\"Frame 7736\",layoutDependency:layoutDependency,layoutId:\"uvtwi4RxJ\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jx700j\",\"data-framer-name\":\"Frame 7733\",layoutDependency:layoutDependency,layoutId:\"d31nP1zIh\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+10.359375),src:\"https://framerusercontent.com/images/wVnfgagKFvJk4CmpQKL3zKbid1U.png\"},className:\"framer-14w48gn\",\"data-framer-name\":\"image 398\",layoutDependency:layoutDependency,layoutId:\"pRxVi39yM\",transformTemplate:transformTemplate1})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wy087o\",\"data-framer-name\":\"Frame 7733\",layoutDependency:layoutDependency,layoutId:\"beXhEDkzN\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/wVnfgagKFvJk4CmpQKL3zKbid1U.png\"},className:\"framer-1e5b0hq\",\"data-framer-name\":\"image 398\",layoutDependency:layoutDependency,layoutId:\"vy64ntAyF\",transformTemplate:transformTemplate1,...addPropertyOverrides({am8Sr5YIh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+3.453125),src:\"https://framerusercontent.com/images/wVnfgagKFvJk4CmpQKL3zKbid1U.png\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mfp8hd\",\"data-framer-name\":\"Frame 7341\",layoutDependency:layoutDependency,layoutId:\"xkgxNdo00\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZonG0thnHIz0P47zE9NI2TjaU.png\"},className:\"framer-10l6r2x\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"H1oF5JsQy\",transformTemplate:transformTemplate2,...addPropertyOverrides({vbWQDEiOq:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+1.33203125),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZonG0thnHIz0P47zE9NI2TjaU.png\"}}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-m9f7px\",\"data-framer-name\":\"Frame 1171275929\",layoutDependency:layoutDependency,layoutId:\"jsHyNM29n\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OqCel52w0pBQyhrC8vF9VuF75LY.png\"},className:\"framer-qnorkm\",\"data-framer-name\":\"image 399\",layoutDependency:layoutDependency,layoutId:\"kDwlnEQlO\",transformTemplate:transformTemplate1,...addPropertyOverrides({PiZMLuFmG:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+3.0000000000000036),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OqCel52w0pBQyhrC8vF9VuF75LY.png\"}}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-sh9d43\",\"data-framer-name\":\"Frame 7340\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"W4QCnN4t3\",svg:'<svg width=\"33\" height=\"16\" viewBox=\"0 0 33 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.55078 11.1881V5.69531H6.44183V6.35212H3.31133V8.11388H6.16204V8.76239H3.31133V11.1887H2.55078V11.1881Z\" fill=\"#010101\"/>\\n<path d=\"M7.31641 11.1876V5.39844H8.02123V11.1876H7.31641Z\" fill=\"#010101\"/>\\n<path d=\"M10.8487 11.2821C10.4213 11.2821 10.0627 11.2033 9.77164 11.0462C9.48058 10.8885 9.25948 10.6472 9.10713 10.3218C8.95478 9.99637 8.87891 9.5826 8.87891 9.08051C8.87891 8.57842 8.95478 8.15873 9.10713 7.83566C9.25948 7.51259 9.48058 7.27252 9.77164 7.11484C10.0627 6.95715 10.4213 6.87891 10.8487 6.87891C11.2761 6.87891 11.6348 6.95775 11.9258 7.11484C12.2169 7.27252 12.4368 7.51259 12.5862 7.83566C12.7356 8.15873 12.8103 8.57368 12.8103 9.08051C12.8103 9.58735 12.7356 9.99637 12.5862 10.3218C12.4368 10.6472 12.2163 10.8891 11.9258 11.0462C11.6348 11.2039 11.2761 11.2821 10.8487 11.2821ZM10.8487 10.6899C11.1208 10.6899 11.3479 10.6366 11.5293 10.5299C11.7106 10.4232 11.8482 10.2566 11.9418 10.0296C12.0349 9.80253 12.0817 9.51562 12.0817 9.16884V8.99278C12.0817 8.64067 12.0349 8.35198 11.9418 8.12791C11.8482 7.90383 11.7106 7.73845 11.5293 7.63174C11.3479 7.52504 11.1208 7.47169 10.8487 7.47169C10.5766 7.47169 10.3484 7.52504 10.1641 7.63174C9.97971 7.73845 9.84218 7.90383 9.75149 8.12791C9.66079 8.35198 9.61515 8.64007 9.61515 8.99278V9.16884C9.61515 9.51562 9.6602 9.80253 9.75149 10.0296C9.84218 10.2566 9.97971 10.4232 10.1641 10.5299C10.3484 10.6366 10.5766 10.6899 10.8487 10.6899Z\" fill=\"#010101\"/>\\n<path d=\"M14.9857 11.2843C14.5802 11.2843 14.2542 11.18 14.0087 10.9719C13.7633 10.7639 13.6406 10.4005 13.6406 9.88299V6.97656H14.3454V9.78696C14.3454 9.96302 14.3668 10.1071 14.4095 10.2191C14.4521 10.3311 14.5138 10.4195 14.5938 10.4835C14.6739 10.5475 14.7687 10.5932 14.8778 10.6198C14.9868 10.6465 15.106 10.6595 15.234 10.6595C15.4368 10.6595 15.6235 10.6115 15.7942 10.5155C15.9649 10.4195 16.1054 10.279 16.2145 10.0952C16.3236 9.91086 16.3787 9.69627 16.3787 9.45085V6.97656H17.0835V11.1883H16.515L16.451 10.5558H16.3953C16.2833 10.7265 16.1564 10.8652 16.0147 10.9719C15.8731 11.0786 15.716 11.1575 15.5423 11.2079C15.3686 11.2583 15.1831 11.2837 14.9857 11.2837V11.2843Z\" fill=\"#010101\"/>\\n<path d=\"M18.1797 11.1873V6.97553H18.7482L18.8122 7.67205H18.8685C18.9112 7.53868 18.9699 7.41182 19.0446 7.29149C19.1193 7.17115 19.2206 7.07275 19.3487 6.99509C19.4767 6.91803 19.6344 6.87891 19.8211 6.87891C19.9011 6.87891 19.9746 6.88543 20.041 6.89906C20.1074 6.9127 20.1572 6.92692 20.1892 6.94293V7.59144H19.9249C19.7435 7.59144 19.587 7.62226 19.4565 7.68332C19.3255 7.74497 19.2177 7.83151 19.1323 7.94355C19.0469 8.05559 18.9841 8.18896 18.9444 8.34368C18.9047 8.4984 18.8845 8.66379 18.8845 8.83984V11.1861H18.1797V11.1873Z\" fill=\"#010101\"/>\\n<path d=\"M20.8359 11.1883V6.97656H21.5408V11.1883H20.8359Z\" fill=\"#010101\"/>\\n<path d=\"M24.1129 11.285C23.8248 11.285 23.5711 11.2553 23.3524 11.1966C23.1337 11.1379 22.9523 11.0526 22.8076 10.9405C22.6636 10.8285 22.5539 10.6951 22.4792 10.5404C22.4045 10.3857 22.3672 10.2096 22.3672 10.0122V9.93636C22.3672 9.91206 22.3696 9.8925 22.3755 9.87649H23.072C23.0667 9.89783 23.0637 9.91621 23.0637 9.93281V9.98082C23.069 10.1675 23.1182 10.3146 23.2119 10.4213C23.305 10.528 23.4348 10.6027 23.6002 10.6453C23.7656 10.688 23.9499 10.7094 24.1527 10.7094C24.3287 10.7094 24.4917 10.6868 24.6411 10.6412C24.7905 10.5961 24.9096 10.5268 24.9974 10.4331C25.0857 10.34 25.1296 10.2209 25.1296 10.0769C25.1296 9.9008 25.0721 9.76623 24.9577 9.67257C24.8427 9.57891 24.6921 9.506 24.5054 9.45265C24.3186 9.3993 24.1236 9.34358 23.9209 9.2843C23.7502 9.23628 23.5794 9.18293 23.4087 9.12424C23.238 9.06556 23.0845 8.99324 22.9481 8.90788C22.8118 8.82252 22.7027 8.71167 22.6197 8.57532C22.5367 8.43898 22.4958 8.26708 22.4958 8.05901C22.4958 7.87228 22.5344 7.70689 22.612 7.56285C22.6891 7.4188 22.7999 7.29609 22.9446 7.19472C23.0886 7.09336 23.2635 7.01748 23.4692 6.9665C23.6749 6.91612 23.9025 6.89062 24.1538 6.89062C24.4206 6.89062 24.6542 6.92026 24.8545 6.97895C25.0549 7.03764 25.2215 7.12063 25.3548 7.22733C25.4882 7.33403 25.5872 7.45555 25.6512 7.59189C25.7152 7.72823 25.7473 7.87347 25.7473 8.02818V8.12006C25.7473 8.1497 25.7443 8.17223 25.739 8.18823H25.0501V8.09991C25.0501 7.99321 25.0223 7.89066 24.966 7.79166C24.9096 7.69326 24.8136 7.61264 24.6779 7.55158C24.5415 7.49052 24.3536 7.4597 24.1135 7.4597C23.9588 7.4597 23.8254 7.47156 23.7134 7.49586C23.6014 7.52016 23.5077 7.55751 23.433 7.6079C23.3583 7.65888 23.302 7.71756 23.2647 7.78395C23.2273 7.85094 23.2089 7.92682 23.2089 8.01218C23.2089 8.15089 23.254 8.25759 23.3453 8.33228C23.436 8.40697 23.5575 8.46862 23.7098 8.51664C23.8622 8.56465 24.0264 8.618 24.2025 8.67669C24.3892 8.73004 24.5801 8.78458 24.7751 8.84089C24.9701 8.89661 25.1485 8.96775 25.3116 9.05311C25.4746 9.13847 25.605 9.25466 25.704 9.40108C25.803 9.54809 25.8522 9.74134 25.8522 9.98141C25.8522 10.2055 25.8095 10.4005 25.7241 10.5659C25.6388 10.7313 25.5173 10.8676 25.3596 10.9743C25.2019 11.081 25.0181 11.1599 24.8071 11.2103C24.5961 11.2606 24.3655 11.2861 24.1147 11.2861L24.1129 11.285Z\" fill=\"#010101\"/>\\n<path d=\"M26.7232 11.1876V5.39844H27.4281V7.50401H27.4844C27.5911 7.35997 27.7114 7.2426 27.8448 7.1519C27.9782 7.0612 28.1264 6.99303 28.2894 6.94739C28.4518 6.90234 28.6297 6.87922 28.8217 6.87922C29.0885 6.87922 29.322 6.92486 29.5224 7.01556C29.7227 7.10626 29.8798 7.25327 29.9948 7.456C30.1098 7.65873 30.1667 7.93378 30.1667 8.28056V11.187H29.4619V8.3766C29.4619 8.20054 29.4394 8.05649 29.3938 7.94446C29.3481 7.83242 29.287 7.74409 29.2094 7.68007C29.1317 7.61605 29.0387 7.571 28.929 7.54373C28.8193 7.51706 28.6978 7.50401 28.5644 7.50401C28.367 7.50401 28.1803 7.55084 28.0037 7.64391C27.8276 7.73757 27.6871 7.87332 27.5834 8.05234C27.4791 8.23136 27.4275 8.45129 27.4275 8.71271V11.187H26.7227L26.7232 11.1876Z\" fill=\"#010101\"/>\\n<path d=\"M2.61328 14.4166V12.8789H3.37323C3.47934 12.8789 3.56767 12.8985 3.63762 12.9382C3.70756 12.9779 3.76032 13.0324 3.79589 13.103C3.83086 13.1735 3.84865 13.2547 3.84865 13.3472C3.84865 13.4397 3.82909 13.5245 3.79056 13.5974C3.75143 13.6697 3.69689 13.726 3.62576 13.7663C3.55463 13.8066 3.46986 13.8268 3.37146 13.8268H2.82609V14.416H2.61328V14.4166ZM2.82609 13.6436H3.35723C3.44081 13.6436 3.5078 13.6175 3.55759 13.5654C3.60738 13.5132 3.63287 13.4415 3.63287 13.3502C3.63287 13.2891 3.6222 13.2375 3.60146 13.1955C3.58071 13.154 3.54988 13.1214 3.50957 13.0982C3.46926 13.0751 3.41829 13.0633 3.35723 13.0633H2.82609V13.6436Z\" fill=\"#010101\"/>\\n<path d=\"M6.05469 14.4166L6.66229 12.8789H6.94268L7.55207 14.4166H7.32147L7.1715 14.0354H6.42281L6.27461 14.4166H6.05469ZM6.49157 13.854H7.09918L6.91304 13.3721C6.9083 13.3585 6.90178 13.3401 6.89289 13.3158C6.884 13.2921 6.87392 13.2654 6.86384 13.2364C6.85317 13.2073 6.84309 13.1771 6.83242 13.1468C6.82175 13.1166 6.81227 13.0882 6.80338 13.0627H6.78974C6.77907 13.0923 6.76722 13.1267 6.75418 13.1658C6.74054 13.2049 6.7275 13.2423 6.71387 13.279C6.70023 13.3158 6.68897 13.3466 6.68008 13.3721L6.49157 13.854Z\" fill=\"#010101\"/>\\n<path d=\"M10.0045 14.4166V12.8789H10.8137C10.918 12.8789 11.0051 12.8979 11.0745 12.9358C11.1438 12.9738 11.196 13.0271 11.2304 13.0947C11.2648 13.1629 11.282 13.2405 11.282 13.3288C11.282 13.4349 11.2582 13.5262 11.2102 13.6021C11.1622 13.6786 11.0964 13.7331 11.0128 13.7657L11.3353 14.4154H11.1023L10.8018 13.8037H10.2167V14.4154H10.0039L10.0045 14.4166ZM10.2173 13.6234H10.7935C10.8789 13.6234 10.9453 13.5974 10.9939 13.5452C11.0425 13.493 11.0668 13.4213 11.0668 13.33C11.0668 13.2731 11.0561 13.2257 11.0354 13.1866C11.0146 13.1474 10.9838 13.1172 10.9435 13.0959C10.9032 13.0745 10.8528 13.0633 10.7935 13.0633H10.2173V13.6234Z\" fill=\"#010101\"/>\\n<path d=\"M14.1944 14.4166V13.065H13.668V12.8789H14.9389V13.065H14.4078V14.4166H14.195H14.1944Z\" fill=\"#010101\"/>\\n<path d=\"M17.418 14.4166V12.8789H17.6243L18.3706 13.892C18.3783 13.9009 18.3878 13.9145 18.3996 13.9323C18.4115 13.9501 18.4233 13.9679 18.4358 13.985C18.4476 14.0022 18.4571 14.0176 18.4648 14.0307H18.4737V12.8789H18.6824V14.4166H18.4874L17.7321 13.3857C17.7215 13.3691 17.7067 13.346 17.6865 13.3164C17.6663 13.2867 17.6497 13.2624 17.6361 13.2447H17.6249V14.4166H17.4186H17.418Z\" fill=\"#010101\"/>\\n<path d=\"M21.3047 14.4166V12.8789H22.4879V13.0627H21.5175V13.5375H22.3895V13.7213H21.5175V14.2322H22.5015V14.416H21.3047V14.4166Z\" fill=\"#010101\"/>\\n<path d=\"M25.067 14.4166V12.8789H25.8762C25.9805 12.8789 26.0676 12.8979 26.137 12.9358C26.2063 12.9738 26.2585 13.0271 26.2929 13.0947C26.3273 13.1629 26.3445 13.2405 26.3445 13.3288C26.3445 13.4349 26.3207 13.5262 26.2727 13.6021C26.2247 13.6786 26.1589 13.7331 26.0753 13.7657L26.3978 14.4154H26.1648L25.8643 13.8037H25.2792V14.4154H25.0664L25.067 14.4166ZM25.2798 13.6234H25.856C25.9414 13.6234 26.0078 13.5974 26.0564 13.5452C26.105 13.493 26.1293 13.4213 26.1293 13.33C26.1293 13.2731 26.1186 13.2257 26.0979 13.1866C26.0771 13.1474 26.0463 13.1172 26.006 13.0959C25.9657 13.0745 25.9153 13.0633 25.856 13.0633H25.2798V13.6234Z\" fill=\"#010101\"/>\\n<path d=\"M29.5002 14.4426C29.4166 14.4426 29.336 14.4343 29.2595 14.4177C29.1824 14.4011 29.1143 14.375 29.0544 14.3383C28.9945 14.3015 28.9471 14.2541 28.9121 14.196C28.8772 14.1379 28.8594 14.0662 28.8594 13.9808C28.8594 13.9731 28.8594 13.966 28.8606 13.9583C28.8612 13.9506 28.8617 13.9435 28.8617 13.9358H29.0769C29.0769 13.9405 29.0769 13.9476 29.0757 13.9571C29.0746 13.9666 29.0746 13.9755 29.0746 13.9826C29.0746 14.0425 29.0923 14.0935 29.1285 14.1349C29.1647 14.177 29.2139 14.2079 29.2773 14.228C29.3407 14.2482 29.413 14.2582 29.4937 14.2582C29.5292 14.2582 29.5672 14.2559 29.6069 14.2517C29.6466 14.247 29.6845 14.2393 29.7213 14.228C29.758 14.2167 29.7906 14.2019 29.8197 14.183C29.8487 14.1646 29.8719 14.1409 29.889 14.1136C29.9062 14.0857 29.9145 14.052 29.9145 14.0116C29.9145 13.9607 29.8997 13.9186 29.8707 13.8848C29.8416 13.851 29.8031 13.8237 29.7551 13.8018C29.7071 13.7805 29.6531 13.7609 29.5927 13.7437C29.5322 13.7265 29.4699 13.7099 29.4053 13.6933C29.3407 13.6767 29.2785 13.6578 29.218 13.6364C29.1575 13.6151 29.1036 13.5878 29.0556 13.5558C29.0076 13.5238 28.9696 13.4835 28.94 13.436C28.9109 13.388 28.8961 13.3299 28.8961 13.2612C28.8961 13.1972 28.9092 13.1397 28.9353 13.0887C28.9613 13.0377 29.0005 12.995 29.052 12.96C29.1036 12.9251 29.1676 12.8978 29.2435 12.8794C29.32 12.8605 29.4071 12.8516 29.5055 12.8516C29.5861 12.8516 29.6614 12.8605 29.7308 12.8771C29.8001 12.8942 29.8612 12.9203 29.9145 12.9553C29.9673 12.9903 30.0088 13.0347 30.039 13.0887C30.0687 13.1426 30.0841 13.2072 30.0841 13.2837V13.3104H29.8736V13.2766C29.8736 13.2256 29.8582 13.1823 29.8268 13.1468C29.7954 13.1112 29.7527 13.0833 29.6982 13.0638C29.6436 13.0442 29.582 13.0347 29.5132 13.0347C29.4237 13.0347 29.349 13.043 29.2891 13.0602C29.2293 13.0774 29.1848 13.1023 29.1558 13.1343C29.1267 13.1663 29.1119 13.2025 29.1119 13.2428C29.1119 13.289 29.1267 13.3282 29.1558 13.3596C29.1848 13.391 29.2233 13.4165 29.2714 13.4366C29.3194 13.4568 29.3739 13.4752 29.435 13.4918C29.496 13.5084 29.5583 13.525 29.6223 13.5422C29.6857 13.5594 29.748 13.5789 29.8084 13.6003C29.8689 13.6222 29.9234 13.6489 29.972 13.6809C30.0206 13.7129 30.0592 13.7532 30.0876 13.8018C30.1161 13.8504 30.1303 13.9097 30.1303 13.9802C30.1303 14.0893 30.1036 14.1776 30.0497 14.2458C29.9957 14.314 29.9216 14.3632 29.828 14.3946C29.7337 14.426 29.6247 14.4414 29.5008 14.4414L29.5002 14.4426Z\" fill=\"#010101\"/>\\n<path d=\"M18.8006 4.36615C18.816 4.38275 19.8149 5.4634 20.7183 5.77046C20.1302 6.01647 19.4331 5.96431 18.8723 5.57247C18.289 5.16464 18.0009 4.49123 18.0578 3.82909C18.2475 3.74076 18.4497 3.68386 18.6566 3.66074C19.1059 3.60976 19.5754 3.71646 19.9749 3.99566C20.3751 4.27546 20.6359 4.67914 20.742 5.11899C20.7882 5.30928 20.8048 5.50667 20.7918 5.70289C20.2393 5.07275 18.8225 4.37682 18.8 4.36556L18.8006 4.36615Z\" fill=\"#010101\"/>\\n<path d=\"M21.0342 2.25179C21.0301 2.27432 20.7781 3.72427 21.0822 4.62827C20.5298 4.31054 20.148 3.72487 20.119 3.04138C20.0887 2.33004 20.4491 1.6922 21.0099 1.33594C21.1955 1.43256 21.3632 1.55942 21.5073 1.70939C21.8208 2.03543 22.0206 2.4729 22.0414 2.96077C22.0621 3.44863 21.8997 3.90092 21.6146 4.25245C21.4913 4.40479 21.3448 4.53817 21.1806 4.64665C21.346 3.82505 21.039 2.27669 21.0342 2.25239V2.25179Z\" fill=\"#010101\"/>\\n<path d=\"M23.5 4.58558C23.478 4.59092 22.0476 4.9377 21.3398 5.57672C21.4116 4.94363 21.7957 4.35973 22.4116 4.06097C23.0518 3.74976 23.7803 3.82622 24.331 4.19849C24.3162 4.40716 24.267 4.61167 24.187 4.80314C24.0127 5.22046 23.6914 5.5785 23.2522 5.79131C22.8129 6.00472 22.3334 6.03554 21.8977 5.91461C21.7086 5.86245 21.5284 5.78123 21.363 5.67394C22.1822 5.49848 23.4804 4.59922 23.5006 4.58558H23.5Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5nss6u\",\"data-framer-name\":\"Frame 7338\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"mxIUW03MJ\",svg:'<svg width=\"56\" height=\"16\" viewBox=\"0 0 56 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.32377 5.9774L2 6.80475V8.294L3.32377 7.63211L5.30943 8.62494L11.2664 4.15721L12.2592 5.15004V2.66797H9.44621L10.439 3.49533L5.30943 7.30117L3.32377 5.9774Z\" fill=\"#010101\"/>\\n<path d=\"M3.32377 8.78708L2 9.44896V13.0893H4.48207V9.44896L3.32377 8.78708Z\" fill=\"#010101\"/>\\n<path d=\"M8.12244 7.95972L5.4749 9.94538V12.9239H8.12244V7.95972Z\" fill=\"#010101\"/>\\n<path d=\"M10.77 5.80859L9.28074 7.13236V13.0893L12.2592 11.1037V7.13236L10.77 5.80859Z\" fill=\"#010101\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.1444 5.18315C21.3772 5.31719 20.8519 5.72268 20.5238 6.43389C20.3488 6.81331 20.337 6.90648 20.337 7.90682C20.337 8.92638 20.346 8.99362 20.5357 9.39315C20.9805 10.3295 21.9287 10.7833 23.0958 10.6183C23.8804 10.5073 24.4968 10.0496 24.8028 9.3508C24.9506 9.01328 24.9675 8.8651 24.9675 7.90682C24.9675 6.91237 24.9548 6.81103 24.7835 6.43345C24.4591 5.71863 23.9718 5.33825 23.189 5.1886C22.7242 5.09978 22.6247 5.09927 22.1444 5.18315ZM14.3351 5.23065C14.2663 5.25937 14.2461 5.8579 14.2461 7.87353C14.2461 10.3743 14.2516 10.4823 14.3839 10.5555C14.5558 10.6506 15.3132 10.6537 15.4571 10.5598C15.5435 10.5035 15.5708 10.2318 15.5996 9.14327L15.6352 7.79635L15.9691 8.42514C16.3953 9.22766 16.4954 9.32178 16.8924 9.29225L17.2023 9.26927L17.6298 8.53281L18.0573 7.79635L18.0761 9.12198C18.0977 10.6549 18.0874 10.6317 18.7524 10.6317C19.5031 10.6317 19.4465 10.8531 19.4465 7.91897C19.4465 6.02581 19.4242 5.3356 19.361 5.27027C19.2469 5.15229 18.3682 5.15517 18.216 5.27396C18.1109 5.356 17.8828 5.74036 17.1377 7.09067C17.0166 7.31013 16.8855 7.4994 16.8463 7.51126C16.8071 7.52319 16.5026 7.04906 16.1695 6.45768C15.8365 5.8663 15.5216 5.33737 15.4699 5.28221C15.3778 5.18411 14.5382 5.14596 14.3351 5.23065ZM26.0182 5.23065C25.9493 5.25937 25.9292 5.8579 25.9292 7.87353C25.9292 10.3743 25.9347 10.4823 26.067 10.5555C26.2389 10.6506 26.9963 10.6537 27.1402 10.5598C27.2267 10.5034 27.2539 10.2296 27.2827 9.12235L27.3183 7.75459L28.1992 9.12147C28.6836 9.87318 29.1383 10.5205 29.2096 10.56C29.3924 10.6611 30.0867 10.6493 30.1892 10.5434C30.2525 10.478 30.2747 9.78082 30.2747 7.86314C30.2747 5.56766 30.2618 5.26622 30.162 5.2266C29.9483 5.14184 29.0746 5.17785 29.0144 5.27396C28.9827 5.32463 28.9408 5.97301 28.9212 6.71485L28.8856 8.06368L28.1621 6.93579C26.9538 5.05213 27.0724 5.18094 26.5521 5.18772C26.3075 5.19088 26.0672 5.21025 26.0182 5.23065ZM31.5036 5.23065C31.4347 5.25937 31.4145 5.8579 31.4145 7.87353C31.4145 10.3743 31.4201 10.4823 31.5523 10.5555C31.7376 10.658 35.0096 10.658 35.1949 10.5555C35.3091 10.4922 35.3326 10.3985 35.3326 10.0057C35.3326 9.60576 35.3103 9.51982 35.1885 9.45251C35.0972 9.40199 34.6275 9.38078 33.9062 9.39462L32.7679 9.41657L32.768 8.95628L32.7681 8.49599H33.8636C34.7203 8.49599 34.9772 8.4733 35.0426 8.39193C35.0928 8.3294 35.1175 8.10191 35.1047 7.82117L35.0833 7.35447L33.9257 7.33422L32.7681 7.31396V6.83887V6.3637L33.9969 6.3436L35.2258 6.32342L35.2471 5.81452C35.2621 5.45712 35.2409 5.28751 35.1759 5.24487C35.0778 5.18057 31.6554 5.16732 31.5036 5.23065ZM35.918 5.26902C35.853 5.33619 35.8887 5.45896 36.0731 5.80296C36.4069 6.42608 36.7499 7.07866 37.2143 7.97494L37.6123 8.7427V9.61099C37.6123 10.3941 37.6258 10.4867 37.7501 10.5555C37.941 10.6611 38.7751 10.6521 38.8803 10.5434C38.9372 10.4845 38.9658 10.1614 38.9658 9.57542V8.69594L39.4911 7.69376C39.7801 7.14259 40.0789 6.57566 40.1552 6.43389C40.8316 5.17726 40.832 5.1819 40.0503 5.1819C39.7112 5.1819 39.4472 5.21806 39.3785 5.27396C39.3162 5.32463 39.0501 5.80811 38.7871 6.34838C38.5241 6.88873 38.2842 7.30299 38.2541 7.26896C38.2239 7.23501 37.9853 6.77723 37.7239 6.25176C37.4625 5.72622 37.2102 5.27108 37.1633 5.24023C37.0241 5.14876 36.0117 5.17218 35.918 5.26902ZM41.5482 5.23065C41.4793 5.25937 41.4591 5.8579 41.4591 7.87353C41.4591 10.3743 41.4647 10.4823 41.5969 10.5555C41.7689 10.6506 42.5263 10.6537 42.6702 10.5598C42.7565 10.5035 42.7839 10.2318 42.8127 9.14327L42.8483 7.79635L43.1822 8.42514C43.6083 9.22766 43.7085 9.32178 44.1054 9.29225L44.4154 9.26927L44.8429 8.53281L45.2704 7.79635L45.2891 9.12198C45.3108 10.6549 45.3005 10.6317 45.9655 10.6317C46.7162 10.6317 46.6595 10.8531 46.6595 7.91897C46.6595 6.02581 46.6372 5.3356 46.5741 5.27027C46.4599 5.15229 45.5812 5.15517 45.429 5.27396C45.324 5.356 45.0959 5.74036 44.3508 7.09067C44.2297 7.31013 44.0985 7.4994 44.0593 7.51126C44.0202 7.52319 43.7156 7.04906 43.3826 6.45768C43.0495 5.8663 42.7347 5.33737 42.683 5.28221C42.5908 5.18411 41.7512 5.14596 41.5482 5.23065ZM47.8884 5.23065C47.8195 5.25937 47.7994 5.8579 47.7994 7.87353C47.7994 10.862 47.7407 10.6317 48.502 10.6317C49.1903 10.6317 49.1529 10.7899 49.1529 7.87949C49.1529 6.01705 49.1306 5.3356 49.0674 5.27027C48.9835 5.18352 48.0747 5.15296 47.8884 5.23065ZM50.3105 5.23065C50.2416 5.25937 50.2215 5.8579 50.2215 7.87353C50.2215 10.3743 50.227 10.4823 50.3592 10.5555C50.5445 10.658 53.8165 10.658 54.0018 10.5555C54.1161 10.4922 54.1396 10.3985 54.1396 10.0057C54.1396 9.60576 54.1172 9.51982 53.9955 9.45251C53.9041 9.40199 53.4344 9.38078 52.7131 9.39462L51.5748 9.41657L51.5749 8.95628L51.575 8.49599H52.6705C53.5272 8.49599 53.7842 8.4733 53.8495 8.39193C53.8997 8.3294 53.9244 8.10191 53.9116 7.82117L53.8902 7.35447L52.7326 7.33422L51.575 7.31396V6.83887V6.3637L52.8039 6.3436L54.0327 6.32342L54.054 5.81452C54.0691 5.45712 54.0478 5.28751 53.9828 5.24487C53.8848 5.18057 50.4623 5.16732 50.3105 5.23065ZM23.1465 6.42115C23.5481 6.64385 23.6496 6.93483 23.6496 7.86403C23.6496 9.10504 23.3931 9.49927 22.5967 9.48241C22.1771 9.47357 21.9673 9.33769 21.7907 8.96033C21.6574 8.67583 21.6432 8.53892 21.6674 7.77565C21.6986 6.79623 21.7531 6.65586 22.1892 6.43264C22.5441 6.25088 22.8332 6.24742 23.1465 6.42115Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11woze1\",\"data-framer-name\":\"Frame 7734\",layoutDependency:layoutDependency,layoutId:\"YvQ60cvUO\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XgC9SSVFKnnB0RQCZhEIL36E44.png\"},className:\"framer-ve6gc9\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"SGQWzvyOs\",transformTemplate:transformTemplate3,...addPropertyOverrides({PiZMLuFmG:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+2.66796875),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XgC9SSVFKnnB0RQCZhEIL36E44.png\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TMKG3HNhCRVxKEpkc8w9aoeQfK4.png\"},className:\"framer-8t94f5\",\"data-framer-name\":\"Frame 7337\",layoutDependency:layoutDependency,layoutId:\"yKu65C4k8\",...addPropertyOverrides({vbWQDEiOq:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TMKG3HNhCRVxKEpkc8w9aoeQfK4.png\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t43ffa\",\"data-framer-name\":\"Frame 7342\",layoutDependency:layoutDependency,layoutId:\"PMD_ImRTg\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/uWjUlUDrIddmCC9RaenWy0n8uo.png\"},className:\"framer-1nr80ws\",\"data-framer-name\":\"Petion+Law+Logo+White 1\",layoutDependency:layoutDependency,layoutId:\"LmTZuSzmI\",...addPropertyOverrides({vbWQDEiOq:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+1.6015625),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/uWjUlUDrIddmCC9RaenWy0n8uo.png\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-yvi18g\",\"data-framer-name\":\"Frame 7343\",layoutDependency:layoutDependency,layoutId:\"zWQr2Lk3w\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/j5yzgcy7qoAQpeXAxG4Gt6kyYE.png\"},className:\"framer-12p7bs2\",\"data-framer-name\":\"Feel-Free-PT2-01 1\",layoutDependency:layoutDependency,layoutId:\"Qy2M1jscC\",transformTemplate:transformTemplate1,...addPropertyOverrides({vbWQDEiOq:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||116)-0-116)/2+0+0)+50+0+0+1.66796875),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/j5yzgcy7qoAQpeXAxG4Gt6kyYE.png\"}}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g798ce\",\"data-framer-name\":\"Frame 7336\",layoutDependency:layoutDependency,layoutId:\"beOBPcJo9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17gt9d3\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"W4Cbv5AxA\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yknnfk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"WPwpUziwS\",svg:'<svg width=\"15\" height=\"6\" viewBox=\"0 0 15 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.49955 2.2943L4.03389 2.05801L2.67165 4.77554L1.30941 2.05801L0.84375 2.2943L2.67165 5.92928L4.49955 2.2943ZM8.72485 3.43416L8.71791 3.39942C8.62756 3.11445 8.47467 2.85729 8.25919 2.64181C7.96035 2.34297 7.57809 2.16226 7.16106 2.11361H7.13325C7.07765 2.10666 7.02208 2.09972 6.9595 2.09972C6.46604 2.09972 6.00735 2.2943 5.65984 2.64181C5.31233 2.98932 5.12465 3.44804 5.12465 3.94151C5.12465 4.42803 5.31233 4.88675 5.65984 5.23426C6.00735 5.58177 6.46603 5.76941 6.95256 5.77639H6.98036C7.18192 5.76941 7.39042 5.73467 7.58503 5.65824C8.05069 5.49142 8.41212 5.15085 8.62062 4.70605C8.65537 4.62265 8.69011 4.53924 8.71791 4.45583L8.21057 4.31682C8.14104 4.55312 8.00203 4.76166 7.82133 4.92149C7.69624 5.02576 7.55723 5.10917 7.40433 5.17171C6.77186 5.40107 6.0699 5.11611 5.77799 4.51838L5.76407 4.49058C5.77101 4.49755 5.77799 4.5045 5.77799 4.51838L7.91866 3.72607L8.21057 3.6218L8.66925 3.45502L8.72485 3.43416ZM5.64592 3.99711V4.02491L5.63898 3.99711C5.61812 3.4411 5.95175 2.91289 6.49384 2.71134C6.73712 2.62099 6.9873 2.60707 7.22364 2.65573C7.52943 2.72522 7.80047 2.89203 7.98815 3.13531L5.64592 3.99711ZM12.4272 4.21953C12.3369 4.08052 12.2048 3.96237 12.038 3.87896C11.76 3.72607 11.4125 3.66352 11.0789 3.60097C10.8078 3.55231 10.5507 3.50365 10.3769 3.42024C10.2518 3.36464 10.1823 3.29515 10.1823 3.15614V3.14225C10.1823 2.93376 10.363 2.85035 10.4256 2.81557C10.5993 2.71134 10.8564 2.65573 11.1206 2.65573C11.3847 2.65573 11.6349 2.71134 11.8017 2.81557C11.8642 2.85035 11.9963 2.95458 12.0449 3.17006L12.5523 3.03105C12.5106 2.76 12.3369 2.52366 12.0658 2.36383C11.8086 2.21787 11.475 2.14142 11.1206 2.14142C10.7592 2.14142 10.4256 2.21787 10.1684 2.36383C9.89038 2.52366 9.69577 2.82949 9.69577 3.1492C9.69577 3.32989 9.73749 3.48282 9.83478 3.61486C9.91819 3.72607 9.99465 3.81642 10.1475 3.8859C10.3838 4.00409 10.6897 4.05966 10.9885 4.11526C11.7252 4.24733 12.0727 4.35854 12.0727 4.77554C12.0589 4.97016 11.892 5.06745 11.8295 5.10219C11.6557 5.19952 11.3986 5.25512 11.1345 5.25512C10.8773 5.25512 10.6271 5.19952 10.4534 5.10219C10.3908 5.06745 10.2588 4.9771 10.1962 4.74774L9.70274 4.87981C9.74443 5.15085 9.91124 5.38716 10.1962 5.54703C10.4464 5.69298 10.78 5.77639 11.1345 5.77639C11.4959 5.77639 11.8295 5.69298 12.0867 5.54703C12.4133 5.36633 12.5871 5.08831 12.5871 4.76166V4.75468C12.5871 4.54618 12.5315 4.36548 12.4272 4.21953ZM13.7281 5.62346L13.7351 5.78333L14.2424 5.67212V2.54452L13.7281 2.42637V5.62346ZM14.3536 1.02243C14.3536 0.827823 14.1938 0.667969 13.9922 0.667969C13.7907 0.667969 13.6308 0.827823 13.6308 1.02243C13.6308 1.22399 13.7907 1.38384 13.9922 1.38384C14.1938 1.38384 14.3536 1.22399 14.3536 1.02243Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x2q1fr\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"n3Xc2_i8Y\",svg:'<svg width=\"18\" height=\"6\" viewBox=\"0 0 18 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.39318 4.31388C3.2333 4.84907 2.7329 5.23826 2.14909 5.23826C1.4332 5.23826 0.84939 4.65445 0.84939 3.93857C0.84939 3.22272 1.4332 2.63887 2.14909 2.63887C2.72596 2.63887 3.21942 3.02116 3.3862 3.54243L3.89358 3.40342C3.81018 3.1254 3.65728 2.86129 3.4418 2.64585C3.09429 2.30528 2.63561 2.11067 2.14909 2.11067C1.66256 2.11067 1.20384 2.30528 0.863274 2.64585C0.515764 2.99336 0.328125 3.45208 0.328125 3.93857C0.328125 4.42509 0.515764 4.88381 0.863274 5.22438C1.20384 5.57189 1.66256 5.75953 2.14909 5.75953C2.63561 5.75953 3.09429 5.57189 3.4418 5.22438C3.65728 5.0089 3.81712 4.7448 3.90052 4.45289L3.39318 4.31388ZM8.05294 2.15933V2.75706L7.94845 2.63887C7.60101 2.29136 7.13535 2.10372 6.6489 2.10372C6.15544 2.10372 5.69672 2.29136 5.34921 2.63887C5.0017 2.98638 4.81406 3.4451 4.81406 3.93857C4.81406 4.42509 5.0017 4.89075 5.34921 5.23826C5.69672 5.57883 6.15544 5.77345 6.6489 5.77345C7.13535 5.77345 7.60101 5.57883 7.94845 5.23826L8.05294 5.12011V5.81513L8.58115 5.74565V2.29834L8.05294 2.15933ZM6.6489 5.2452C5.92608 5.2452 5.34226 4.65445 5.34226 3.93857C5.34226 3.21574 5.92608 2.63193 6.6489 2.63193C7.36493 2.63193 7.95568 3.21574 7.95568 3.93857C7.95568 4.65445 7.36493 5.2452 6.6489 5.2452ZM12.5566 4.21659C12.4662 4.07758 12.3343 3.95943 12.1676 3.87602C11.8896 3.72313 11.5418 3.66058 11.2084 3.59804C10.9373 3.54937 10.6802 3.50071 10.5063 3.4173C10.3812 3.3617 10.3118 3.29221 10.3118 3.1532V3.13932C10.3118 2.93082 10.4926 2.84741 10.5551 2.81263C10.7287 2.7084 10.9857 2.65279 11.25 2.65279C11.5139 2.65279 11.7645 2.7084 11.9312 2.81263C11.9937 2.84741 12.1257 2.95164 12.1745 3.16712L12.6817 3.02811C12.6401 2.75706 12.4662 2.52072 12.1951 2.36089C11.938 2.21493 11.6043 2.13848 11.25 2.13848C10.8885 2.13848 10.5551 2.21493 10.2977 2.36089C10.0197 2.52072 9.8252 2.82655 9.8252 3.14626C9.8252 3.32695 9.86678 3.47988 9.96439 3.61192C10.0475 3.72313 10.1242 3.81348 10.2771 3.88296C10.5132 4.00115 10.8191 4.05672 11.1181 4.11232C11.8545 4.24439 12.2023 4.3556 12.2023 4.7726C12.1882 4.96722 12.0215 5.06451 11.959 5.09925C11.7851 5.19658 11.528 5.25218 11.2638 5.25218C11.0067 5.25218 10.7565 5.19658 10.5826 5.09925C10.5201 5.06451 10.3881 4.97416 10.3256 4.7448L9.83207 4.87687C9.87401 5.14792 10.0407 5.38422 10.3256 5.54409C10.5758 5.69004 10.9095 5.77345 11.2638 5.77345C11.6253 5.77345 11.959 5.69004 12.2161 5.54409C12.5429 5.36339 12.7164 5.08537 12.7164 4.75872V4.75174C12.7164 4.54324 12.6607 4.36255 12.5566 4.21659ZM14.3025 3.90382C14.33 3.20186 14.7682 2.7084 15.4768 2.7084C16.1789 2.7084 16.6167 3.2088 16.6445 3.90382V5.82905L17.1868 5.75953V3.95943C17.1868 3.46597 16.9992 3.0003 16.6514 2.65279C16.2971 2.30528 15.9703 2.17323 15.4768 2.17323C14.928 2.17323 14.33 2.59025 14.3025 2.61805V0.546875L13.7602 0.685879V5.75953L14.3025 5.82905V3.90382Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14kufzk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"dE3560rGv\",svg:'<svg width=\"6\" height=\"6\" viewBox=\"0 0 6 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.17531 1.08912C3.80135 0.675137 2.6453 0.929895 1.88993 2.21673C1.39528 3.05998 1.49915 4.23248 2.3181 5.05694L1.83881 5.72951C1.17416 5.17574 0.729394 3.93537 1.05373 2.81189C1.41798 1.55182 2.44941 0.782452 3.54603 0.682144C4.32793 0.610494 5.06793 0.820349 5.17531 1.08912Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hmtymi\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:9,layoutDependency:layoutDependency,layoutId:\"UfsuNM6nm\",svg:'<svg width=\"9\" height=\"12\" viewBox=\"0 0 9 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.55185 1.48429C8.52217 1.51008 8.52217 1.50562 8.49664 1.5018C8.44852 1.49303 8.40192 1.47749 8.35818 1.45563C7.60643 1.11494 6.81513 0.940448 5.99447 0.980249C3.94412 1.07896 2.3698 1.99374 1.33598 3.78829C0.883873 4.57287 0.65238 5.46467 0.665937 6.36961C0.676133 7.60693 1.00766 8.78443 1.79831 9.75556C2.02167 10.0304 2.26611 10.3182 2.54879 10.5497C2.36405 10.848 2.22525 11.0145 1.99264 11.3314C1.47893 10.4717 0.812071 9.77881 0.456317 8.88407C0.083607 7.96233 -0.0537773 6.96264 0.056492 5.97481C0.167159 4.88744 0.586688 3.85422 1.2658 2.99673C2.14228 1.87943 3.27342 1.16206 4.67381 0.872627C5.09214 0.785702 5.51619 0.725841 5.94245 0.740488C6.79409 0.769781 7.61442 0.948408 8.37987 1.33655C8.44686 1.37062 8.55185 1.45149 8.55185 1.48429Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-113jjrj\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"ex2LDoLii\",svg:'<svg width=\"7\" height=\"8\" viewBox=\"0 0 7 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.73168 1.24349C6.9225 1.41395 6.61021 1.26009 6.61021 1.26009C6.03645 0.993931 5.40256 0.88543 4.77334 0.945673C4.11892 0.999112 3.49407 1.24219 2.97468 1.64538C2.33704 2.13792 1.91505 2.776 1.7268 3.56065C1.48095 4.58594 1.67846 5.52471 2.29347 6.37765C2.42323 6.55769 2.58574 6.7077 2.74507 6.88839C2.56445 7.12014 2.43628 7.36049 2.25341 7.56064C0.899959 6.37956 0.423234 4.00657 1.79451 2.20974C3.11525 0.480587 5.43481 0.331513 6.73168 1.24349Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-170t0hk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"cSOe_zKxk\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"0 0 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.62092 0.855891C3.86449 1.09935 3.5143 0.935031 3.43248 0.926138C3.04535 0.883223 2.67322 0.903252 2.31475 1.09997C1.66561 1.45688 1.34059 2.35628 1.7573 3.06883C1.79425 3.13239 1.83532 3.19277 1.88275 3.26714L1.41029 3.93454C1.0865 3.56005 0.91267 3.07935 0.922251 2.58473C0.931832 2.09011 1.12413 1.61646 1.46221 1.25474C2.04765 0.616263 3.04918 0.471033 3.62092 0.855891Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19eotka\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"YJ2gwF9DB\",svg:'<svg width=\"8\" height=\"10\" viewBox=\"0 0 8 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.15481 1.35733C7.36284 1.56265 7.05922 1.38916 7.01016 1.36497C6.31745 1.04246 5.55359 0.902727 4.79151 0.959099C3.89052 1.02563 3.07109 1.33122 2.35777 1.8883C1.55046 2.51858 1.00953 3.33285 0.777562 4.3324C0.455793 5.71586 0.73678 6.97007 1.62823 8.08423C1.79262 8.28987 1.98185 8.46937 2.18861 8.66294C2.01211 8.90835 1.85028 9.13121 1.68777 9.35561C-0.124043 7.82381 -0.694622 4.80674 1.04358 2.58288C2.72575 0.430996 5.55294 0.306847 7.15481 1.35733Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1736tzs\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"JiB7UQT9T\",svg:'<svg width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.28538 4.39265C4.69486 4.98619 5.1018 5.58164 5.51548 6.17228C5.6004 6.2827 5.64368 6.41932 5.63768 6.5583C5.61689 7.02562 5.67322 7.48814 5.76566 7.94715L5.71895 7.97105C4.0451 5.55264 2.37221 3.1342 0.667969 0.670519C1.01381 0.670519 1.30974 0.675619 1.60535 0.667969\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i2ycxt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"o3feiGofi\",svg:'<svg width=\"4\" height=\"5\" viewBox=\"0 0 4 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.90842 2.90353L3.38167 3.59279C3.22476 3.88664 3.10574 4.18973 2.96446 4.53643C2.07522 3.241 1.20544 1.9739 0.308594 0.667969C0.669496 0.667969 0.985842 0.667969 1.30188 0.667969\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b579yf\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"jwEFC3aHt\",svg:'<svg width=\"3\" height=\"4\" viewBox=\"0 0 3 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.99553 2.61623C2.6974 3.00836 2.65478 3.1114 2.4709 3.37951L0.609375 0.670831C0.961586 0.670831 1.26445 0.677192 1.56637 0.667969\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uxmrbc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"tJrhF4ITm\",svg:'<svg width=\"3\" height=\"3\" viewBox=\"0 0 3 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.02199 0.703125C2.16404 0.899424 2.27677 1.0353 2.39618 1.21018C2.52963 1.40456 2.66086 1.60054 2.79207 1.79492C2.55193 1.97395 2.36943 2.19359 2.14748 2.40236L0.984375 0.707281\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dmua9m\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"RHMCDkFe2\",svg:'<svg width=\"5\" height=\"6\" viewBox=\"0 0 5 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.8655 3.36654C4.16529 3.80547 4.46128 4.24694 4.76584 4.68206C4.83182 4.77761 4.85594 4.85086 4.82167 4.97158C4.72969 5.2987 4.65673 5.63157 4.59137 5.98258L0.96875 0.686153C1.32057 0.6543 1.64289 0.674049 1.96395 0.67373\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-j2y1xi\",\"data-framer-name\":\"Frame 7334\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:55,layoutDependency:layoutDependency,layoutId:\"d_SsYchMq\",svg:'<svg width=\"55\" height=\"16\" viewBox=\"0 0 55 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2253_158113)\">\\n<path opacity=\"0.99\" d=\"M15.1416 2.66797H10.6914V6.67464H14.5444L12.9974 9.34577L10.6914 13.3346H15.1449C15.385 13.3338 15.615 13.238 15.7844 13.0684C15.9539 12.8988 16.049 12.6692 16.049 12.4298V3.57281C16.049 3.33283 15.9534 3.10268 15.7832 2.93299C15.613 2.7633 15.3822 2.66797 15.1416 2.66797Z\" fill=\"#141415\"/>\\n<path opacity=\"0.99\" d=\"M6.82365 9.34577L8.36955 6.67464L10.6934 2.66797C9.87552 2.66714 9.06832 2.85323 8.33382 3.21196C7.59931 3.57068 6.95702 4.09249 6.45627 4.73731C5.95553 5.38213 5.60966 6.1328 5.44522 6.9317C5.28079 7.73057 5.30216 8.5564 5.50769 9.34577C5.62795 9.8113 5.81199 10.2581 6.05462 10.6735C6.52423 11.4832 7.19931 12.1554 8.01202 12.6226C8.82472 13.0897 9.74642 13.3353 10.6845 13.3346V9.34577H6.82365Z\" fill=\"#141415\"/>\\n<path d=\"M30.9134 5.28125L30.9112 5.28793L27.4555 13.3247H25.7958L27.1732 10.1917L25.1295 5.43818L25.0658 5.28793H25.0647L25.0625 5.28125H26.7423L26.7445 5.28793L26.8037 5.43818L27.988 8.49439L29.1622 5.43818L29.2202 5.28793L29.2224 5.28125H30.9134Z\" fill=\"#141415\"/>\\n<path d=\"M34.4349 5.23438V6.69015C33.9974 6.69015 33.6495 6.80142 33.3913 7.02402C33.2643 7.13422 33.1637 7.27139 33.0968 7.42549C33.03 7.57959 32.9987 7.74665 33.0051 7.91439V10.6223H31.4805V5.28001H32.9527V5.89214C33.0865 5.69929 33.2634 5.54004 33.4695 5.42692C33.6964 5.2993 34.0182 5.23512 34.4349 5.23438Z\" fill=\"#141415\"/>\\n<path d=\"M36.8086 9.15835C36.9126 9.25625 37.0355 9.33212 37.1698 9.38129C37.3041 9.43045 37.447 9.45192 37.5899 9.44439C37.8098 9.45322 38.0278 9.40082 38.2194 9.29302C38.3787 9.19949 38.4958 9.04845 38.5465 8.87122L40.0277 8.94132C39.9827 9.18499 39.8863 9.41639 39.7453 9.62022C39.6017 9.82695 39.423 10.007 39.2173 10.1522C38.996 10.3078 38.751 10.4265 38.4918 10.5039C38.2125 10.5886 37.922 10.631 37.6301 10.6297C37.2573 10.6336 36.8868 10.5706 36.5362 10.4438C36.2166 10.3284 35.926 10.1449 35.6846 9.90625C35.4439 9.66275 35.2565 9.37209 35.1343 9.05262C34.9992 8.69302 34.9325 8.31139 34.9379 7.92742C34.9316 7.54152 34.9982 7.15792 35.1343 6.79662C35.2571 6.47902 35.444 6.18995 35.6835 5.94744C35.9212 5.71119 36.2066 5.52796 36.5206 5.40988C36.8624 5.28218 37.225 5.21878 37.5899 5.2229C37.9387 5.21833 38.2853 5.27795 38.6123 5.39875C38.9063 5.50984 39.173 5.68296 39.3937 5.90626C39.6187 6.13779 39.7903 6.41542 39.897 6.71985C40.0197 7.06832 40.08 7.43565 40.0743 7.80499V8.38819H36.5028C36.5015 8.67459 36.6111 8.95042 36.8086 9.15835ZM36.8242 6.64082C36.6218 6.84782 36.5081 7.12522 36.5072 7.41432H38.5945C38.5972 7.13665 38.5029 6.86672 38.3277 6.65085C38.1636 6.46275 37.9125 6.36925 37.5776 6.36925C37.299 6.35662 37.0266 6.45422 36.8198 6.64082H36.8242Z\" fill=\"#141415\"/>\\n<path d=\"M48.9995 7.40035V10.6725H47.4759V7.69975C47.4759 7.35619 47.3992 7.09279 47.2459 6.90952C47.1625 6.81612 47.0589 6.74299 46.9429 6.69572C46.8269 6.64845 46.7012 6.62832 46.5762 6.63685C46.4575 6.63092 46.3389 6.64925 46.2275 6.69082C46.1162 6.73235 46.0145 6.79619 45.9289 6.87835C45.7625 7.05545 45.6599 7.28242 45.6365 7.52389V10.6725H44.1139V7.69975C44.1139 7.35619 44.0372 7.09279 43.8842 6.90952C43.8042 6.81769 43.7045 6.74535 43.5922 6.69809C43.4799 6.65079 43.3582 6.62985 43.2365 6.63685C43.1029 6.62919 42.9692 6.65162 42.8452 6.70249C42.7215 6.75335 42.6109 6.83132 42.5212 6.93069C42.3432 7.15032 42.2522 7.42759 42.2655 7.70975V10.6725H40.7422V5.28126H42.1819V5.88338C42.3119 5.68702 42.4895 5.52691 42.6985 5.41816C42.9799 5.28245 43.2905 5.21858 43.6029 5.23229C43.9462 5.22684 44.2859 5.30315 44.5939 5.45488C44.8779 5.59771 45.1185 5.81319 45.2915 6.07925C45.4575 5.83249 45.6769 5.62598 45.9332 5.47492C46.2439 5.30263 46.5962 5.2187 46.9512 5.23229C47.5712 5.23229 48.0672 5.42335 48.4392 5.80547C48.8112 6.18759 48.9979 6.71922 48.9995 7.40035Z\" fill=\"#141415\"/>\\n<path d=\"M23.0701 5.28125V5.44819V5.91787C22.8955 5.71337 22.6754 5.55251 22.4272 5.44819C22.1786 5.34032 21.9103 5.28463 21.6392 5.28459C21.3024 5.2816 20.9697 5.35786 20.6681 5.50718C20.3805 5.65037 20.1276 5.85432 19.927 6.10486C19.7232 6.36006 19.566 6.64899 19.4626 6.95849C19.355 7.27229 19.3003 7.60176 19.3008 7.93346C19.3001 8.27159 19.3528 8.60776 19.4571 8.92956C19.558 9.24622 19.7153 9.54216 19.9214 9.80322C20.1274 10.0655 20.3914 10.2767 20.693 10.4202C20.9945 10.5636 21.3252 10.6355 21.6593 10.6302C21.9283 10.6303 22.1943 10.5746 22.4406 10.4666C22.6783 10.3674 22.8866 10.2092 23.0455 10.0069H23.0668V10.4566V10.6235H24.5066V5.28125H23.0701ZM22.8703 8.81379C22.7694 8.95046 22.6373 9.06112 22.4849 9.13662C22.3325 9.21212 22.1643 9.25026 21.9941 9.24786C21.8245 9.25062 21.6568 9.21266 21.505 9.13709C21.3533 9.06152 21.2221 8.95066 21.1224 8.81379C20.9019 8.53632 20.7837 8.19172 20.7875 7.83772C20.7833 7.48536 20.9017 7.14242 21.1224 6.86722C21.2229 6.73169 21.3545 6.62206 21.5061 6.54752C21.6578 6.47299 21.8251 6.43569 21.9941 6.43872C22.1637 6.43599 22.3316 6.47339 22.4839 6.54786C22.6362 6.62236 22.7686 6.73179 22.8703 6.86722C23.0956 7.14052 23.2177 7.48396 23.2152 7.83772C23.2174 8.19316 23.0955 8.53826 22.8703 8.81379Z\" fill=\"#141415\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2253_158113\">\\n<rect width=\"43.6667\" height=\"10.6667\" fill=\"white\" transform=\"translate(5.33203 2.66797)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o6setc\",\"data-framer-name\":\"Frame 7336\",layoutDependency:layoutDependency,layoutId:\"Ums9YRFeJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h3oyqm\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"UjIgZ6Kih\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1aaq0zt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:42,layoutDependency:layoutDependency,layoutId:\"qHcKAB1vm\",svg:'<svg width=\"42\" height=\"16\" viewBox=\"0 0 42 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.4948 4.87119L10.0978 4.16232L6.01105 12.3149L1.92433 4.16232L0.527344 4.87119L6.01105 15.7761L11.4948 4.87119ZM24.1707 8.29076L24.1498 8.18653C23.8788 7.33164 23.4201 6.56015 22.7737 5.91372C21.8771 5.01718 20.7304 4.47508 19.4793 4.32912H19.3959C19.229 4.30827 19.0623 4.28743 18.8746 4.28743C17.3942 4.28743 16.0181 4.87119 14.9756 5.91372C13.9331 6.95625 13.3701 8.33241 13.3701 9.8128C13.3701 11.2724 13.9331 12.6485 14.9756 13.6911C16.0181 14.7336 17.3942 15.2965 18.8538 15.3174H18.9372C19.5418 15.2965 20.1673 15.1923 20.7512 14.963C22.1482 14.4626 23.2325 13.4408 23.858 12.1064C23.9622 11.8562 24.0664 11.606 24.1498 11.3558L22.6278 10.9387C22.4192 11.6476 22.0022 12.2733 21.4601 12.7528C21.0848 13.0656 20.6678 13.3158 20.2091 13.5034C18.3117 14.1915 16.2058 13.3366 15.3301 11.5434L15.2883 11.46C15.3091 11.4809 15.3301 11.5018 15.3301 11.5434L21.7521 9.16648L22.6278 8.85368L24.0038 8.35335L24.1707 8.29076ZM14.9339 9.97962V10.063L14.913 9.97962C14.8504 8.31159 15.8513 6.72697 17.4776 6.12229C18.2074 5.85125 18.958 5.80949 19.667 5.95548C20.5844 6.16394 21.3975 6.66438 21.9605 7.39422L14.9339 9.97962ZM35.2778 10.6469C35.0067 10.2298 34.6105 9.87539 34.1101 9.62517C33.2761 9.16648 32.2336 8.97884 31.2327 8.79121C30.4196 8.64522 29.6481 8.49923 29.1268 8.24901C28.7515 8.08219 28.543 7.87373 28.543 7.45669V7.41504C28.543 6.78955 29.0851 6.53933 29.2728 6.43499C29.7941 6.12229 30.5654 5.95548 31.3579 5.95548C32.1502 5.95548 32.9007 6.12229 33.4012 6.43499C33.5888 6.53933 33.985 6.85202 34.1309 7.49845L35.653 7.08142C35.528 6.26828 35.0067 5.55927 34.1935 5.07976C33.422 4.64188 32.4212 4.41253 31.3579 4.41253C30.2736 4.41253 29.2728 4.64188 28.5013 5.07976C27.6672 5.55927 27.0834 6.47674 27.0834 7.43587C27.0834 7.97796 27.2086 8.43675 27.5004 8.83285C27.7506 9.16648 27.98 9.43753 28.4387 9.64599C29.1476 10.0006 30.0651 10.1673 30.9617 10.3341C33.1718 10.7303 34.2143 11.0639 34.2143 12.3149C34.1727 12.8988 33.6722 13.1906 33.4846 13.2949C32.9633 13.5868 32.1918 13.7536 31.3995 13.7536C30.628 13.7536 29.8775 13.5868 29.3562 13.2949C29.1685 13.1906 28.7724 12.9196 28.5847 12.2315L27.1043 12.6277C27.2294 13.4408 27.7298 14.1497 28.5847 14.6294C29.3353 15.0672 30.3362 15.3174 31.3995 15.3174C32.4838 15.3174 33.4846 15.0672 34.2561 14.6294C35.236 14.0873 35.7573 13.2532 35.7573 12.2733V12.2523C35.7573 11.6268 35.5905 11.0847 35.2778 10.6469ZM39.1804 14.8587L39.2013 15.3383L40.7233 15.0046V5.62185L39.1804 5.2674V14.8587ZM41.0569 1.05557C41.0569 0.47175 40.5774 -0.0078125 39.9727 -0.0078125C39.3681 -0.0078125 38.8885 0.47175 38.8885 1.05557C38.8885 1.66024 39.3681 2.1398 39.9727 2.1398C40.5774 2.1398 41.0569 1.66024 41.0569 1.05557Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cu53jf\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:52,layoutDependency:layoutDependency,layoutId:\"zyEGlWjF8\",svg:'<svg width=\"52\" height=\"17\" viewBox=\"0 0 52 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.1756 11.9416C9.69601 13.5472 8.19479 14.7148 6.44335 14.7148C4.2957 14.7148 2.54426 12.9634 2.54426 10.8157C2.54426 8.66817 4.2957 6.91662 6.44335 6.91662C8.17396 6.91662 9.65435 8.06349 10.1547 9.62729L11.6768 9.21026C11.4266 8.37619 10.9679 7.58388 10.3215 6.93756C9.27897 5.91585 7.90292 5.33202 6.44335 5.33202C4.98378 5.33202 3.60762 5.91585 2.58592 6.93756C1.54338 7.98009 0.980469 9.35625 0.980469 10.8157C0.980469 12.2753 1.54338 13.6514 2.58592 14.6731C3.60762 15.7157 4.98378 16.2786 6.44335 16.2786C7.90292 16.2786 9.27897 15.7157 10.3215 14.6731C10.9679 14.0267 11.4474 13.2344 11.6977 12.3587L10.1756 11.9416ZM24.1549 5.47798V7.27118L23.8415 6.91662C22.7991 5.87409 21.4022 5.31117 19.9428 5.31117C18.4624 5.31117 17.0862 5.87409 16.0437 6.91662C15.0012 7.95915 14.4383 9.33531 14.4383 10.8157C14.4383 12.2753 15.0012 13.6723 16.0437 14.7148C17.0862 15.7365 18.4624 16.3203 19.9428 16.3203C21.4022 16.3203 22.7991 15.7365 23.8415 14.7148L24.1549 14.3603V16.4454L25.7395 16.2369V5.89502L24.1549 5.47798ZM19.9428 14.7356C17.7743 14.7356 16.0229 12.9634 16.0229 10.8157C16.0229 8.64723 17.7743 6.8958 19.9428 6.8958C22.0909 6.8958 23.8631 8.64723 23.8631 10.8157C23.8631 12.9634 22.0909 14.7356 19.9428 14.7356ZM37.666 11.6498C37.3948 11.2327 36.9989 10.8783 36.4989 10.6281C35.6648 10.1694 34.6214 9.98175 33.6214 9.79411C32.808 9.64812 32.0368 9.50213 31.5151 9.25191C31.1398 9.08509 30.9316 8.87663 30.9316 8.4596V8.41795C30.9316 7.79245 31.4739 7.54223 31.6615 7.43789C32.1821 7.12519 32.9533 6.95838 33.7462 6.95838C34.5379 6.95838 35.2896 7.12519 35.7896 7.43789C35.9772 7.54223 36.3731 7.85492 36.5195 8.50135L38.0412 8.08432C37.9165 7.27118 37.3948 6.56217 36.5813 6.08266C35.8102 5.64478 34.8091 5.41543 33.7462 5.41543C32.6615 5.41543 31.6615 5.64478 30.8893 6.08266C30.0552 6.56217 29.4717 7.47965 29.4717 8.43877C29.4717 8.98086 29.5964 9.43965 29.8893 9.83576C30.1387 10.1694 30.3687 10.4404 30.8275 10.6489C31.5357 11.0035 32.4533 11.1702 33.3503 11.337C35.5596 11.7332 36.603 12.0668 36.603 13.3178C36.5607 13.9017 36.0607 14.1935 35.8731 14.2978C35.3514 14.5897 34.5802 14.7565 33.7874 14.7565C33.0162 14.7565 32.2657 14.5897 31.744 14.2978C31.5563 14.1935 31.1604 13.9225 30.9728 13.2344L29.4923 13.6306C29.6181 14.4437 30.1181 15.1526 30.9728 15.6323C31.7234 16.0701 32.7244 16.3203 33.7874 16.3203C34.872 16.3203 35.8731 16.0701 36.6442 15.6323C37.6247 15.0902 38.1454 14.2561 38.1454 13.2762V13.2552C38.1454 12.6297 37.9783 12.0876 37.666 11.6498ZM42.9036 10.7115C42.986 8.60559 44.3006 7.12519 46.4264 7.12519C48.5327 7.12519 49.8462 8.62641 49.9297 10.7115V16.4872L51.5566 16.2786V10.8783C51.5566 9.3979 50.9937 8.00091 49.9503 6.95838C48.8874 5.91585 47.9069 5.51968 46.4264 5.51968C44.78 5.51968 42.986 6.77074 42.9036 6.85415V0.640625L41.2766 1.05764V16.2786L42.9036 16.4872V10.7115Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-79n94h\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"Z9yvNMPzy\",svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.5259 1.26344C9.40405 0.0215052 5.93589 0.785778 3.6698 4.64627C2.18583 7.17603 2.49744 10.6935 4.95431 13.1669L3.51644 15.1846C1.52248 13.5233 0.188183 9.80221 1.16119 6.43177C2.25394 2.65156 5.34824 0.343451 8.6381 0.0425243C10.9838 -0.172425 13.2038 0.457141 13.5259 1.26344Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-shsjsk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"O1cF7gaxP\",svg:'<svg width=\"26\" height=\"32\" viewBox=\"0 0 26 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.6477 2.45677C25.5587 2.53414 25.5587 2.52077 25.4821 2.50931C25.3378 2.48299 25.1979 2.43637 25.0667 2.3708C22.8115 1.34871 20.4376 0.825249 17.9756 0.944653C11.8245 1.24077 7.10157 3.98513 4.00012 9.36876C2.64381 11.7225 1.94933 14.3979 1.99 17.1127C2.02059 20.8247 3.01518 24.3572 5.38712 27.2706C6.0572 28.095 6.79051 28.9585 7.63857 29.6529C7.08433 30.548 6.66794 31.0475 5.9701 31.998C4.42897 29.4189 2.4284 27.3403 1.36114 24.6561C0.243008 21.8909 -0.169144 18.8918 0.161663 15.9283C0.493664 12.6662 1.75225 9.56657 3.78959 6.99408C6.41903 3.6422 9.81246 1.49008 14.0136 0.621787C15.2686 0.361011 16.5408 0.18143 17.8195 0.22537C20.3744 0.31325 22.8354 0.849131 25.1318 2.01355C25.3328 2.11575 25.6477 2.35838 25.6477 2.45677Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1by3vh1\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"J6CWcCpmD\",svg:'<svg width=\"19\" height=\"21\" viewBox=\"0 0 19 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.1872 1.72658C18.7597 2.23795 17.8228 1.77637 17.8228 1.77637C16.1015 0.977888 14.1999 0.652384 12.3122 0.833114C10.3489 0.993431 8.4744 1.72267 6.91624 2.93223C5.0033 4.40985 3.73734 6.3241 3.17258 8.67804C2.43504 11.7539 3.02757 14.5702 4.87261 17.129C5.26187 17.6692 5.74941 18.1192 6.2274 18.6613C5.68553 19.3565 5.30103 20.0776 4.75243 20.678C0.692064 17.1348 -0.738111 10.0158 3.37573 4.62531C7.33794 -0.562146 14.2966 -1.00937 18.1872 1.72658Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f8pfn1\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"ZvyhrsOE0\",svg:'<svg width=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.86275 1.56377C9.59346 2.29415 8.5429 1.80119 8.29745 1.77451C7.13605 1.64576 6.01965 1.70585 4.94426 2.29599C2.99683 3.36672 2.02176 6.06492 3.27189 8.20259C3.38274 8.39326 3.50595 8.57439 3.64825 8.7975L2.23087 10.7997C1.25949 9.67626 0.738011 8.23415 0.766753 6.75029C0.795495 5.26643 1.3724 3.84547 2.38663 2.76031C4.14294 0.844882 7.14754 0.409192 8.86275 1.56377Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lwf6om\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"RwecEcIeH\",svg:'<svg width=\"23\" height=\"27\" viewBox=\"0 0 23 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.4566 2.06807C23.0807 2.68404 22.1698 2.16357 22.0227 2.09099C19.9445 1.12348 17.653 0.704276 15.3667 0.873389C12.6637 1.07298 10.2055 1.98976 8.06551 3.66098C5.64356 5.55185 4.02076 7.99465 3.32487 10.9933C2.35957 15.1437 3.20253 18.9063 5.87686 22.2488C6.37004 22.8657 6.93773 23.4042 7.55802 23.9849C7.02851 24.7212 6.54304 25.3897 6.0555 26.0629C0.62006 21.4675 -1.09168 12.4163 4.12293 5.74474C9.16943 -0.71092 17.651 -1.08337 22.4566 2.06807Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fucf1v\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"swyQSweKq\",svg:'<svg width=\"16\" height=\"22\" viewBox=\"0 0 16 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.8522 11.174C12.0807 12.9546 13.3015 14.741 14.5425 16.5129C14.7973 16.8442 14.9271 17.2541 14.9091 17.671C14.8468 19.073 15.0157 20.4605 15.2931 21.8375L15.1529 21.9092C10.1314 14.654 5.11273 7.3987 0 0.00765021C1.03752 0.00765021 1.92531 0.0229506 2.81215 0\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rzuh8a\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"pNRycOgPE\",svg:'<svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.71744 6.70669L10.1372 8.77447C9.66648 9.65603 9.30942 10.5653 8.88555 11.6054C6.21783 7.7191 3.6085 3.9178 0.917969 0C2.00068 0 2.94971 0 3.89784 0\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ce0wop\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:9,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"wwpIKe9qH\",svg:'<svg width=\"8\" height=\"9\" viewBox=\"0 0 8 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.98268 5.84479C7.08831 7.02118 6.96043 7.33031 6.40879 8.13461L0.824219 0.00858686C1.88085 0.00858686 2.78943 0.0276688 3.6952 0\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10cpdju\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"baWFhzop4\",svg:'<svg width=\"7\" height=\"6\" viewBox=\"0 0 7 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.05816 0.109375C4.4843 0.698271 4.82249 1.1059 5.18074 1.63053C5.58107 2.21367 5.97478 2.80161 6.36839 3.38475C5.64799 3.92185 5.10047 4.58077 4.43463 5.20707L0.945312 0.121844\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bqrmgc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"nMsIuAo_h\",svg:'<svg width=\"13\" height=\"16\" viewBox=\"0 0 13 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.59651 8.09571C10.4959 9.4125 11.3839 10.7369 12.2975 12.0423C12.4955 12.3289 12.5678 12.5487 12.465 12.9108C12.1891 13.8922 11.9702 14.8908 11.7741 15.9438L0.90625 0.0545526C1.96172 -0.0410049 2.92868 0.0182409 3.89184 0.0172852\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t3a8c5\",\"data-framer-name\":\"Frame 7341\",layoutDependency:layoutDependency,layoutId:\"lYnh34UXN\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/N98VdcDh1kc5LnWWESLiInIqA.png\"},className:\"framer-qo0wzq\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"l3ISs5S8y\",transformTemplate:transformTemplate2,...addPropertyOverrides({i5sqfVHb4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+2.25),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/N98VdcDh1kc5LnWWESLiInIqA.png\"}}},baseVariant,gestureVariant)})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-27vvds\",\"data-framer-name\":\"Frame 1171275929\",layoutDependency:layoutDependency,layoutId:\"SV8iK1_4V\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BrNQTVhCIFuzZq4jbtMuKZs2zA.png\"},className:\"framer-9vn8po\",\"data-framer-name\":\"image 399\",layoutDependency:layoutDependency,layoutId:\"HIF_wm4wY\",transformTemplate:transformTemplate1,...addPropertyOverrides({Dme5yabdk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+5.0625),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BrNQTVhCIFuzZq4jbtMuKZs2zA.png\"}}},baseVariant,gestureVariant)})}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6t2cvk\",\"data-framer-name\":\"Frame 7340\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"iX6WxeXUG\",svg:'<svg width=\"56\" height=\"27\" viewBox=\"0 0 56 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.30469 18.8784V9.60938H10.8708V10.7177H5.58811V13.6907H10.3987V14.7851H5.58811V18.8794H4.30469V18.8784Z\" fill=\"#010101\"/>\\n<path d=\"M12.3438 18.8786V9.10938H13.5331V18.8786H12.3438Z\" fill=\"#010101\"/>\\n<path d=\"M18.3046 19.0398C17.5833 19.0398 16.9781 18.9068 16.487 18.6417C15.9958 18.3756 15.6227 17.9685 15.3656 17.4193C15.1085 16.8701 14.9805 16.1719 14.9805 15.3246C14.9805 14.4773 15.1085 13.7691 15.3656 13.2239C15.6227 12.6787 15.9958 12.2736 16.487 12.0075C16.9781 11.7414 17.5833 11.6094 18.3046 11.6094C19.0258 11.6094 19.631 11.7424 20.1222 12.0075C20.6133 12.2736 20.9844 12.6787 21.2365 13.2239C21.4886 13.7691 21.6146 14.4693 21.6146 15.3246C21.6146 16.1799 21.4886 16.8701 21.2365 17.4193C20.9844 17.9685 20.6123 18.3766 20.1222 18.6417C19.631 18.9078 19.0258 19.0398 18.3046 19.0398ZM18.3046 18.0405C18.7637 18.0405 19.1468 17.9504 19.4529 17.7704C19.759 17.5903 19.9911 17.3092 20.1492 16.9261C20.3062 16.543 20.3852 16.0588 20.3852 15.4736V15.1765C20.3852 14.5823 20.3062 14.0952 20.1492 13.7171C19.9911 13.3389 19.759 13.0598 19.4529 12.8798C19.1468 12.6997 18.7637 12.6097 18.3046 12.6097C17.8454 12.6097 17.4603 12.6997 17.1492 12.8798C16.8381 13.0598 16.606 13.3389 16.453 13.7171C16.2999 14.0952 16.2229 14.5813 16.2229 15.1765V15.4736C16.2229 16.0588 16.2989 16.543 16.453 16.9261C16.606 17.3092 16.8381 17.5903 17.1492 17.7704C17.4603 17.9504 17.8454 18.0405 18.3046 18.0405Z\" fill=\"#010101\"/>\\n<path d=\"M25.2893 19.0389C24.605 19.0389 24.0549 18.8629 23.6407 18.5117C23.2266 18.1606 23.0195 17.5474 23.0195 16.6741V11.7695H24.2089V16.5121C24.2089 16.8092 24.2449 17.0523 24.317 17.2413C24.389 17.4304 24.493 17.5794 24.6281 17.6875C24.7631 17.7955 24.9232 17.8725 25.1072 17.9175C25.2913 17.9626 25.4923 17.9846 25.7084 17.9846C26.0505 17.9846 26.3656 17.9035 26.6537 17.7415C26.9418 17.5794 27.1789 17.3424 27.363 17.0323C27.547 16.7212 27.64 16.359 27.64 15.9449V11.7695H28.8294V18.8769H27.8701L27.7621 17.8095H27.668C27.479 18.0976 27.2649 18.3317 27.0258 18.5117C26.7868 18.6918 26.5217 18.8248 26.2286 18.9099C25.9355 18.9949 25.6224 19.0379 25.2893 19.0379V19.0389Z\" fill=\"#010101\"/>\\n<path d=\"M30.6797 18.8798V11.7724H31.639L31.747 12.9478H31.8421C31.9141 12.7227 32.0131 12.5087 32.1392 12.3056C32.2652 12.1025 32.4363 11.9365 32.6523 11.8054C32.8684 11.6754 33.1345 11.6094 33.4496 11.6094C33.5846 11.6094 33.7087 11.6204 33.8207 11.6434C33.9328 11.6664 34.0168 11.6904 34.0708 11.7174V12.8118H33.6247C33.3186 12.8118 33.0545 12.8638 32.8344 12.9668C32.6133 13.0709 32.4313 13.2169 32.2872 13.406C32.1432 13.595 32.0371 13.8201 31.9701 14.0812C31.9031 14.3423 31.8691 14.6214 31.8691 14.9185V18.8778H30.6797V18.8798Z\" fill=\"#010101\"/>\\n<path d=\"M35.1641 18.8769V11.7695H36.3535V18.8769H35.1641Z\" fill=\"#010101\"/>\\n<path d=\"M40.6921 19.0404C40.2059 19.0404 39.7778 18.9904 39.4086 18.8914C39.0395 18.7923 38.7334 18.6483 38.4893 18.4592C38.2463 18.2702 38.0612 18.0451 37.9352 17.784C37.8091 17.5229 37.7461 17.2258 37.7461 16.8927V16.7647C37.7461 16.7237 37.7501 16.6907 37.7601 16.6636H38.9355C38.9265 16.6997 38.9215 16.7307 38.9215 16.7587V16.8397C38.9305 17.1548 39.0135 17.4029 39.1716 17.5829C39.3286 17.763 39.5477 17.889 39.8268 17.9611C40.1059 18.0331 40.417 18.0691 40.7591 18.0691C41.0562 18.0691 41.3313 18.0311 41.5833 17.9541C41.8354 17.878 42.0365 17.761 42.1845 17.603C42.3336 17.4459 42.4076 17.2448 42.4076 17.0018C42.4076 16.7047 42.3106 16.4776 42.1175 16.3195C41.9235 16.1615 41.6694 16.0384 41.3543 15.9484C41.0392 15.8584 40.7101 15.7644 40.368 15.6643C40.0799 15.5833 39.7918 15.4933 39.5037 15.3942C39.2156 15.2952 38.9565 15.1732 38.7264 15.0291C38.4963 14.8851 38.3123 14.698 38.1722 14.4679C38.0322 14.2379 37.9632 13.9478 37.9632 13.5966C37.9632 13.2815 38.0282 13.0025 38.1592 12.7594C38.2893 12.5163 38.4763 12.3092 38.7204 12.1382C38.9635 11.9671 39.2586 11.8391 39.6057 11.753C39.9528 11.668 40.3369 11.625 40.7611 11.625C41.2112 11.625 41.6054 11.675 41.9435 11.774C42.2816 11.8731 42.5627 12.0131 42.7877 12.1932C43.0128 12.3732 43.1799 12.5783 43.2879 12.8084C43.3959 13.0385 43.45 13.2835 43.45 13.5446V13.6997C43.45 13.7497 43.445 13.7877 43.436 13.8147H42.2736V13.6657C42.2736 13.4856 42.2266 13.3126 42.1315 13.1455C42.0365 12.9794 41.8744 12.8434 41.6454 12.7404C41.4153 12.6373 41.0982 12.5853 40.6931 12.5853C40.432 12.5853 40.2069 12.6053 40.0178 12.6463C39.8288 12.6873 39.6707 12.7504 39.5447 12.8354C39.4186 12.9214 39.3236 13.0205 39.2606 13.1325C39.1976 13.2455 39.1666 13.3736 39.1666 13.5176C39.1666 13.7517 39.2426 13.9318 39.3966 14.0578C39.5497 14.1838 39.7548 14.2879 40.0118 14.3689C40.2689 14.4499 40.546 14.54 40.8431 14.639C41.1582 14.729 41.4803 14.821 41.8094 14.9161C42.1385 15.0101 42.4396 15.1301 42.7147 15.2742C42.9898 15.4182 43.2099 15.6143 43.3769 15.8614C43.544 16.1095 43.627 16.4356 43.627 16.8407C43.627 17.2188 43.555 17.5479 43.4109 17.827C43.2669 18.1061 43.0618 18.3362 42.7957 18.5163C42.5297 18.6963 42.2196 18.8294 41.8634 18.9144C41.5073 18.9994 41.1182 19.0424 40.6951 19.0424L40.6921 19.0404Z\" fill=\"#010101\"/>\\n<path d=\"M45.0947 18.8786V9.10938H46.2841V12.6625H46.3792C46.5592 12.4195 46.7623 12.2214 46.9874 12.0683C47.2124 11.9153 47.4625 11.8003 47.7376 11.7232C48.0117 11.6472 48.3118 11.6082 48.6359 11.6082C49.0861 11.6082 49.4802 11.6852 49.8183 11.8383C50.1564 11.9913 50.4215 12.2394 50.6156 12.5815C50.8096 12.9236 50.9056 13.3878 50.9056 13.973V18.8776H49.7163V14.135C49.7163 13.8379 49.6782 13.5948 49.6012 13.4058C49.5242 13.2167 49.4212 13.0677 49.2901 12.9596C49.1591 12.8516 49.002 12.7756 48.817 12.7296C48.6319 12.6845 48.4268 12.6625 48.2018 12.6625C47.8687 12.6625 47.5536 12.7416 47.2555 12.8986C46.9584 13.0567 46.7213 13.2857 46.5462 13.5878C46.3702 13.8899 46.2831 14.2611 46.2831 14.7022V18.8776H45.0938L45.0947 18.8786Z\" fill=\"#010101\"/>\\n<path d=\"M4.41016 24.3253V21.7305H5.69258C5.87163 21.7305 6.02068 21.7635 6.13872 21.8305C6.25676 21.8975 6.34579 21.9896 6.40581 22.1086C6.46483 22.2276 6.49484 22.3647 6.49484 22.5207C6.49484 22.6768 6.46183 22.8198 6.39681 22.9429C6.33078 23.0649 6.23875 23.1599 6.11872 23.228C5.99868 23.296 5.85563 23.33 5.68957 23.33H4.76927V24.3243H4.41016V24.3253ZM4.76927 23.0209H5.66557C5.80661 23.0209 5.91965 22.9769 6.00368 22.8888C6.0877 22.8008 6.13072 22.6798 6.13072 22.5257C6.13072 22.4227 6.11271 22.3357 6.0777 22.2646C6.04269 22.1946 5.99067 22.1396 5.92265 22.1006C5.85463 22.0616 5.7686 22.0416 5.66557 22.0416H4.76927V23.0209Z\" fill=\"#010101\"/>\\n<path d=\"M10.2188 24.3253L11.2441 21.7305H11.7172L12.7456 24.3253H12.3564L12.1034 23.6821H10.84L10.5899 24.3253H10.2188ZM10.956 23.376H11.9813L11.6672 22.5627C11.6592 22.5397 11.6482 22.5087 11.6332 22.4677C11.6182 22.4277 11.6012 22.3827 11.5842 22.3337C11.5662 22.2846 11.5492 22.2336 11.5312 22.1826C11.5132 22.1316 11.4972 22.0836 11.4822 22.0406H11.4592C11.4411 22.0906 11.4211 22.1486 11.3991 22.2146C11.3761 22.2806 11.3541 22.3437 11.3311 22.4057C11.3081 22.4677 11.2891 22.5197 11.2741 22.5627L10.956 23.376Z\" fill=\"#010101\"/>\\n<path d=\"M16.8799 24.3253V21.7305H18.2454C18.4214 21.7305 18.5685 21.7625 18.6855 21.8265C18.8025 21.8905 18.8906 21.9806 18.9486 22.0946C19.0066 22.2096 19.0356 22.3407 19.0356 22.4897C19.0356 22.6688 18.9956 22.8228 18.9146 22.9509C18.8335 23.0799 18.7225 23.1719 18.5815 23.227L19.1256 24.3233H18.7325L18.2253 23.291H17.238V24.3233H16.8789L16.8799 24.3253ZM17.239 22.9869H18.2113C18.3554 22.9869 18.4674 22.9429 18.5495 22.8548C18.6315 22.7668 18.6725 22.6458 18.6725 22.4917C18.6725 22.3957 18.6545 22.3157 18.6195 22.2496C18.5845 22.1836 18.5324 22.1326 18.4644 22.0966C18.3964 22.0606 18.3114 22.0416 18.2113 22.0416H17.239V22.9869Z\" fill=\"#010101\"/>\\n<path d=\"M23.9508 24.3253V22.0446H23.0625V21.7305H25.2072V22.0446H24.3109V24.3253H23.9518H23.9508Z\" fill=\"#010101\"/>\\n<path d=\"M29.3906 24.3253V21.7305H29.7387L30.9982 23.44C31.0112 23.455 31.0272 23.478 31.0472 23.508C31.0672 23.5381 31.0872 23.5681 31.1082 23.5971C31.1282 23.6261 31.1442 23.6521 31.1572 23.6741H31.1722V21.7305H31.5243V24.3253H31.1952L29.9208 22.5857C29.9028 22.5577 29.8778 22.5187 29.8438 22.4687C29.8098 22.4187 29.7818 22.3777 29.7587 22.3477H29.7397V24.3253H29.3916H29.3906Z\" fill=\"#010101\"/>\\n<path d=\"M35.9531 24.3253V21.7305H37.9498V22.0406H36.3122V22.8418H37.7837V23.1519H36.3122V24.0142H37.9728V24.3243H35.9531V24.3253Z\" fill=\"#010101\"/>\\n<path d=\"M42.2979 24.3253V21.7305H43.6633C43.8394 21.7305 43.9864 21.7625 44.1035 21.8265C44.2205 21.8905 44.3085 21.9806 44.3666 22.0946C44.4246 22.2096 44.4536 22.3407 44.4536 22.4897C44.4536 22.6688 44.4136 22.8228 44.3325 22.9509C44.2515 23.0799 44.1405 23.1719 43.9994 23.227L44.5436 24.3233H44.1505L43.6433 23.291H42.656V24.3233H42.2969L42.2979 24.3253ZM42.657 22.9869H43.6293C43.7734 22.9869 43.8854 22.9429 43.9674 22.8548C44.0494 22.7668 44.0905 22.6458 44.0905 22.4917C44.0905 22.3957 44.0725 22.3157 44.0374 22.2496C44.0024 22.1836 43.9504 22.1326 43.8824 22.0966C43.8144 22.0606 43.7293 22.0416 43.6293 22.0416H42.657V22.9869Z\" fill=\"#010101\"/>\\n<path d=\"M49.7806 24.3724C49.6395 24.3724 49.5035 24.3584 49.3744 24.3304C49.2444 24.3024 49.1294 24.2583 49.0283 24.1963C48.9273 24.1343 48.8473 24.0543 48.7882 23.9562C48.7292 23.8582 48.6992 23.7372 48.6992 23.5931C48.6992 23.5801 48.6992 23.5681 48.7012 23.5551C48.7022 23.5421 48.7032 23.5301 48.7032 23.5171H49.0663C49.0663 23.5251 49.0663 23.5371 49.0643 23.5531C49.0623 23.5691 49.0623 23.5841 49.0623 23.5961C49.0623 23.6972 49.0923 23.7832 49.1534 23.8532C49.2144 23.9242 49.2974 23.9762 49.4044 24.0103C49.5115 24.0443 49.6335 24.0613 49.7696 24.0613C49.8296 24.0613 49.8936 24.0573 49.9606 24.0503C50.0277 24.0423 50.0917 24.0293 50.1537 24.0103C50.2157 23.9913 50.2707 23.9662 50.3197 23.9342C50.3688 23.9032 50.4078 23.8632 50.4368 23.8172C50.4658 23.7702 50.4798 23.7132 50.4798 23.6451C50.4798 23.5591 50.4548 23.4881 50.4058 23.4311C50.3568 23.3741 50.2917 23.328 50.2107 23.291C50.1297 23.255 50.0387 23.222 49.9366 23.193C49.8346 23.164 49.7296 23.136 49.6205 23.108C49.5115 23.08 49.4064 23.0479 49.3044 23.0119C49.2024 22.9759 49.1114 22.9299 49.0303 22.8759C48.9493 22.8219 48.8853 22.7538 48.8353 22.6738C48.7862 22.5928 48.7612 22.4948 48.7612 22.3787C48.7612 22.2707 48.7832 22.1737 48.8273 22.0876C48.8713 22.0016 48.9373 21.9296 49.0243 21.8706C49.1114 21.8115 49.2194 21.7655 49.3474 21.7345C49.4765 21.7025 49.6235 21.6875 49.7896 21.6875C49.9256 21.6875 50.0527 21.7025 50.1697 21.7305C50.2867 21.7595 50.3898 21.8035 50.4798 21.8626C50.5688 21.9216 50.6389 21.9966 50.6899 22.0876C50.7399 22.1787 50.7659 22.2877 50.7659 22.4167V22.4618H50.4108V22.4047C50.4108 22.3187 50.3848 22.2457 50.3318 22.1857C50.2787 22.1256 50.2067 22.0786 50.1147 22.0456C50.0227 22.0126 49.9186 21.9966 49.8026 21.9966C49.6515 21.9966 49.5255 22.0106 49.4245 22.0396C49.3234 22.0686 49.2484 22.1106 49.1994 22.1647C49.1504 22.2187 49.1254 22.2797 49.1254 22.3477C49.1254 22.4257 49.1504 22.4918 49.1994 22.5448C49.2484 22.5978 49.3134 22.6408 49.3944 22.6748C49.4755 22.7088 49.5675 22.7398 49.6705 22.7679C49.7736 22.7959 49.8786 22.8239 49.9866 22.8529C50.0937 22.8819 50.1987 22.9149 50.3007 22.9509C50.4028 22.9879 50.4948 23.0329 50.5768 23.087C50.6589 23.141 50.7239 23.209 50.7719 23.291C50.8199 23.3731 50.8439 23.4731 50.8439 23.5921C50.8439 23.7762 50.7989 23.9252 50.7079 24.0403C50.6168 24.1553 50.4918 24.2383 50.3338 24.2914C50.1747 24.3444 49.9906 24.3704 49.7816 24.3704L49.7806 24.3724Z\" fill=\"#010101\"/>\\n<path d=\"M31.7263 7.36349C31.7523 7.3915 33.4378 9.21509 34.9623 9.73326C33.97 10.1484 32.7936 10.0604 31.8473 9.39915C30.863 8.71093 30.3768 7.57456 30.4729 6.45719C30.793 6.30814 31.1341 6.21211 31.4832 6.1731C32.2414 6.08707 33.0337 6.26713 33.7079 6.73828C34.3831 7.21044 34.8233 7.89166 35.0023 8.6339C35.0804 8.95501 35.1084 9.28812 35.0864 9.61923C34.1541 8.55588 31.7633 7.38149 31.7253 7.36249L31.7263 7.36349Z\" fill=\"#010101\"/>\\n<path d=\"M35.4967 3.79551C35.4897 3.83352 35.0646 6.28032 35.5777 7.80582C34.6454 7.26964 34.0012 6.28132 33.9522 5.12794C33.9012 3.92755 34.5094 2.8512 35.4557 2.25C35.7688 2.41305 36.0519 2.62712 36.295 2.88021C36.8241 3.43039 37.1612 4.16863 37.1963 4.9919C37.2313 5.81517 36.9572 6.57842 36.476 7.17161C36.268 7.42869 36.0209 7.65377 35.7438 7.83683C36.0229 6.45037 35.5047 3.83752 35.4967 3.79651V3.79551Z\" fill=\"#010101\"/>\\n<path d=\"M39.6569 7.73573C39.6199 7.74473 37.2061 8.32993 36.0117 9.40828C36.1328 8.33993 36.781 7.35461 37.8203 6.85044C38.9007 6.32527 40.1301 6.45431 41.0594 7.08252C41.0344 7.43463 40.9513 7.77975 40.8163 8.10285C40.5222 8.80708 39.98 9.41128 39.2388 9.7704C38.4975 10.1305 37.6883 10.1825 36.953 9.97847C36.6339 9.89044 36.3298 9.75339 36.0507 9.57233C37.4332 9.27624 39.6239 7.75874 39.6579 7.73573H39.6569Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-srkvfq\",\"data-framer-name\":\"Frame 7734\",layoutDependency:layoutDependency,layoutId:\"kTELzUlIM\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GqQHD9SRKkrbRoDuneazAHDE1yw.png\"},className:\"framer-12qxanq\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"VsbN0h2B7\",transformTemplate:transformTemplate3,...addPropertyOverrides({Dme5yabdk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+4.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GqQHD9SRKkrbRoDuneazAHDE1yw.png\"}}},baseVariant,gestureVariant)})}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-utrdi\",\"data-framer-name\":\"Frame 7338\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:95,layoutDependency:layoutDependency,layoutId:\"tYyxZEoSt\",svg:'<svg width=\"95\" height=\"27\" viewBox=\"0 0 95 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.60886 10.0847L3.375 11.4808V13.9939L5.60886 12.877L8.95966 14.5524L19.012 7.0131L20.6874 8.68849V4.5H15.9405L17.6159 5.89616L8.95966 12.3185L5.60886 10.0847Z\" fill=\"#010101\"/>\\n<path d=\"M5.60886 14.8309L3.375 15.9478V22.0909H7.56349V15.9478L5.60886 14.8309Z\" fill=\"#010101\"/>\\n<path d=\"M13.7066 13.4347L9.23889 16.7855V21.8117H13.7066V13.4347Z\" fill=\"#010101\"/>\\n<path d=\"M18.1743 9.80469L15.6612 12.0386V22.0909L20.6874 18.7401V12.0386L18.1743 9.80469Z\" fill=\"#010101\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.3674 8.74535C36.0728 8.97153 35.1863 9.65581 34.6327 10.856C34.3374 11.4962 34.3174 11.6535 34.3174 13.3415C34.3174 15.062 34.3326 15.1755 34.6528 15.8497C35.4034 17.4298 37.0035 18.1956 38.9729 17.9171C40.2969 17.7299 41.3371 16.9575 41.8534 15.7783C42.1029 15.2087 42.1314 14.9586 42.1314 13.3415C42.1314 11.6634 42.11 11.4924 41.8209 10.8552C41.2735 9.64897 40.4513 9.00708 39.1302 8.75454C38.3458 8.60466 38.178 8.60379 37.3674 8.74535ZM24.1893 8.82551C24.0731 8.87397 24.0391 9.88398 24.0391 13.2854C24.0391 17.5055 24.0484 17.6877 24.2716 17.8112C24.5618 17.9716 25.8399 17.9769 26.0827 17.8184C26.2284 17.7235 26.2746 17.265 26.3231 15.428L26.3832 13.1551L26.9467 14.2162C27.6658 15.5705 27.8348 15.7293 28.5047 15.6795L29.0277 15.6407L29.7491 14.3979L30.4706 13.1551L30.5022 15.3921C30.5387 17.979 30.5213 17.9398 31.6435 17.9398C32.9103 17.9398 32.8147 18.3134 32.8147 13.362C32.8147 10.1673 32.7771 9.0026 32.6705 8.89237C32.4779 8.69327 30.995 8.69812 30.7383 8.89858C30.561 9.03703 30.176 9.68564 28.9187 11.9643C28.7143 12.3346 28.493 12.654 28.4269 12.674C28.3608 12.6942 27.8469 11.8941 27.2849 10.8961C26.7229 9.89815 26.1915 9.00559 26.1042 8.9125C25.9488 8.74696 24.5319 8.68259 24.1893 8.82551ZM43.9045 8.82551C43.7883 8.87397 43.7543 9.88398 43.7543 13.2854C43.7543 17.5055 43.7637 17.6877 43.9868 17.8112C44.277 17.9716 45.5551 17.9769 45.7979 17.8184C45.9439 17.7232 45.9897 17.2611 46.0384 15.3927L46.0985 13.0846L47.5849 15.3913C48.4024 16.6598 49.1697 17.7522 49.29 17.8188C49.5985 17.9894 50.7701 17.9695 50.9431 17.7907C51.0499 17.6803 51.0874 16.5039 51.0874 13.2678C51.0874 9.3942 51.0656 8.88553 50.8972 8.81867C50.5366 8.67563 49.0622 8.7364 48.9607 8.89858C48.9072 8.98409 48.8364 10.0782 48.8033 11.3301L48.7432 13.6062L47.5223 11.7029C45.4833 8.52425 45.6835 8.74162 44.8054 8.75305C44.3926 8.7584 43.9873 8.79108 43.9045 8.82551ZM53.1611 8.82551C53.0448 8.87397 53.0108 9.88398 53.0108 13.2854C53.0108 17.5055 53.0202 17.6877 53.2433 17.8112C53.556 17.9841 59.0775 17.9841 59.3901 17.8112C59.583 17.7044 59.6226 17.5462 59.6226 16.8835C59.6226 16.2085 59.5849 16.0635 59.3794 15.9499C59.2253 15.8646 58.4326 15.8288 57.2154 15.8522L55.2945 15.8892L55.2948 15.1125L55.2949 14.3358H57.1436C58.5893 14.3358 59.0229 14.2975 59.1331 14.1602C59.2179 14.0546 59.2596 13.6707 59.2379 13.197L59.2019 12.4094L57.2484 12.3753L55.2949 12.3411V11.5394V10.7375L57.3686 10.7036L59.4423 10.6695L59.4782 9.81078C59.5036 9.20766 59.4678 8.92145 59.358 8.84949C59.1926 8.741 53.4173 8.71863 53.1611 8.82551ZM60.6104 8.89025C60.5008 9.0036 60.561 9.21077 60.8721 9.79127C61.4355 10.8428 62.0142 11.944 62.798 13.4565L63.4695 14.7521V16.2173C63.4695 17.5388 63.4923 17.6951 63.702 17.8112C64.0242 17.9894 65.4318 17.9743 65.6093 17.7907C65.7054 17.6914 65.7536 17.1461 65.7536 16.1573V14.6732L66.64 12.982C67.1276 12.0519 67.6319 11.0952 67.7607 10.856C68.9021 8.7354 68.9028 8.74323 67.5836 8.74323C67.0115 8.74323 66.566 8.80425 66.45 8.89858C66.3449 8.98409 65.8958 9.79997 65.452 10.7117C65.0081 11.6235 64.6034 12.3226 64.5525 12.2652C64.5015 12.2079 64.0991 11.4354 63.6579 10.5486C63.2168 9.66177 62.791 8.89374 62.7119 8.84166C62.477 8.68731 60.7685 8.72683 60.6104 8.89025ZM70.1114 8.82551C69.9951 8.87397 69.9611 9.88398 69.9611 13.2854C69.9611 17.5055 69.9705 17.6877 70.1936 17.8112C70.4838 17.9716 71.7619 17.9769 72.0047 17.8184C72.1504 17.7235 72.1966 17.265 72.2452 15.428L72.3053 13.1551L72.8687 14.2162C73.5879 15.5705 73.7569 15.7293 74.4267 15.6795L74.9498 15.6407L75.6712 14.3979L76.3926 13.1551L76.4242 15.3921C76.4607 17.979 76.4433 17.9398 77.5655 17.9398C78.8323 17.9398 78.7368 18.3134 78.7368 13.362C78.7368 10.1673 78.6991 9.0026 78.5925 8.89237C78.3999 8.69327 76.9171 8.69812 76.6603 8.89858C76.483 9.03703 76.098 9.68564 74.8407 11.9643C74.6364 12.3346 74.415 12.654 74.3489 12.674C74.2828 12.6942 73.7689 11.8941 73.2069 10.8961C72.6449 9.89815 72.1135 9.00559 72.0263 8.9125C71.8708 8.74696 70.454 8.68259 70.1114 8.82551ZM80.8105 8.82551C80.6942 8.87397 80.6602 9.88398 80.6602 13.2854C80.6602 18.3283 80.5613 17.9398 81.8459 17.9398C83.0074 17.9398 82.9443 18.2068 82.9443 13.2954C82.9443 10.1525 82.9067 9.0026 82.8 8.89237C82.6584 8.74597 81.1248 8.69439 80.8105 8.82551ZM84.8978 8.82551C84.7815 8.87397 84.7475 9.88398 84.7475 13.2854C84.7475 17.5055 84.7569 17.6877 84.98 17.8112C85.2927 17.9841 90.8141 17.9841 91.1268 17.8112C91.3196 17.7044 91.3593 17.5462 91.3593 16.8835C91.3593 16.2085 91.3216 16.0635 91.1161 15.9499C90.962 15.8646 90.1693 15.8288 88.9521 15.8522L87.0312 15.8892L87.0315 15.1125L87.0316 14.3358H88.8802C90.3259 14.3358 90.7596 14.2975 90.8698 14.1602C90.9546 14.0546 90.9963 13.6707 90.9746 13.197L90.9386 12.4094L88.9851 12.3753L87.0316 12.3411V11.5394V10.7375L89.1053 10.7036L91.179 10.6695L91.2149 9.81078C91.2403 9.20766 91.2045 8.92145 91.0947 8.84949C90.9293 8.741 85.1539 8.71863 84.8978 8.82551ZM39.0585 10.8345C39.7362 11.2103 39.9074 11.7013 39.9074 13.2693C39.9074 15.3635 39.4746 16.0288 38.1308 16.0003C37.4227 15.9854 37.0687 15.7561 36.7705 15.1193C36.5456 14.6392 36.5217 14.4082 36.5626 13.1202C36.6152 11.4674 36.7072 11.2305 37.443 10.8539C38.0419 10.5471 38.5297 10.5413 39.0585 10.8345Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8Vfyrw7n3yFJkdtIa3K76ZCWLPM.png\"},className:\"framer-152on1\",\"data-framer-name\":\"Frame 7337\",layoutDependency:layoutDependency,layoutId:\"CPT68tnBL\",...addPropertyOverrides({i5sqfVHb4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8Vfyrw7n3yFJkdtIa3K76ZCWLPM.png\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xl7clu\",\"data-framer-name\":\"Frame 7342\",layoutDependency:layoutDependency,layoutId:\"S7PY3XjBf\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ze507gJLqlkzR6iwZVqbidoUY.png\"},className:\"framer-aexly1\",\"data-framer-name\":\"Petion+Law+Logo+White 1\",layoutDependency:layoutDependency,layoutId:\"Y5IXOvyoI\",...addPropertyOverrides({i5sqfVHb4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+2.703125),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ze507gJLqlkzR6iwZVqbidoUY.png\"}}},baseVariant,gestureVariant)})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-29xyyv\",\"data-framer-name\":\"Frame 7343\",layoutDependency:layoutDependency,layoutId:\"oLaev9ruv\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dDYQPHTwzJ1WeB0m8MANJdhcfHg.png\"},className:\"framer-1e1tkwy\",\"data-framer-name\":\"Feel-Free-PT2-01 1\",layoutDependency:layoutDependency,layoutId:\"R5vh20X86\",transformTemplate:transformTemplate1,...addPropertyOverrides({i5sqfVHb4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+2.8124999999999982),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dDYQPHTwzJ1WeB0m8MANJdhcfHg.png\"}}},baseVariant,gestureVariant)})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gw1i56\",\"data-framer-name\":\"Frame 7336\",layoutDependency:layoutDependency,layoutId:\"v_3AKTjI6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c9jus8\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"nahQCbY_9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1t4rd0t\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92278\",svg:'<svg width=\"23\" height=\"10\" viewBox=\"0 0 23 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.27855 3.61553L5.49274 3.21679L3.19396 7.80262L0.895179 3.21679L0.109375 3.61553L3.19396 9.74956L6.27855 3.61553ZM13.4087 5.53904L13.397 5.48041C13.2446 4.99953 12.9866 4.56557 12.6229 4.20196C12.1186 3.69765 11.4736 3.39272 10.7698 3.31062H10.7229C10.6291 3.29889 10.5353 3.28717 10.4297 3.28717C9.59698 3.28717 8.82295 3.61553 8.23653 4.20196C7.6501 4.78838 7.3334 5.56247 7.3334 6.39519C7.3334 7.2162 7.6501 7.99029 8.23653 8.57671C8.82295 9.16314 9.59698 9.47977 10.418 9.49155H10.4649C10.805 9.47977 11.1569 9.42115 11.4853 9.29217C12.2711 9.01067 12.881 8.43596 13.2328 7.68536C13.2915 7.54461 13.3501 7.40386 13.397 7.26311L12.5409 7.02853C12.4236 7.42729 12.189 7.77919 11.884 8.04892C11.673 8.22487 11.4384 8.36562 11.1804 8.47116C10.1131 8.85821 8.9285 8.37733 8.4359 7.36866L8.41242 7.32174C8.42413 7.33352 8.4359 7.34523 8.4359 7.36866L12.0483 6.03163L12.5409 5.85568L13.3149 5.57425L13.4087 5.53904ZM8.21304 6.48902V6.53594L8.20132 6.48902C8.16612 5.55076 8.72912 4.65941 9.6439 4.31928C10.0544 4.16681 10.4766 4.14333 10.8754 4.22544C11.3915 4.34271 11.8488 4.6242 12.1655 5.03474L8.21304 6.48902ZM19.6565 6.86435C19.504 6.62977 19.2812 6.43039 18.9997 6.28964C18.5306 6.03163 17.9441 5.92609 17.3811 5.82054C16.9237 5.73842 16.4898 5.6563 16.1966 5.51555C15.9855 5.42172 15.8682 5.30446 15.8682 5.06988V5.04645C15.8682 4.69461 16.1731 4.55386 16.2787 4.49517C16.5719 4.31928 17.0058 4.22544 17.4515 4.22544C17.8972 4.22544 18.3194 4.31928 18.6009 4.49517C18.7064 4.55386 18.9293 4.72975 19.0114 5.09337L19.8676 4.85879C19.7972 4.4014 19.504 4.00258 19.0466 3.73285C18.6126 3.48654 18.0497 3.35753 17.4515 3.35753C16.8416 3.35753 16.2787 3.48654 15.8447 3.73285C15.3756 4.00258 15.0472 4.51866 15.0472 5.05816C15.0472 5.36309 15.1176 5.62116 15.2817 5.84397C15.4225 6.03163 15.5515 6.1841 15.8095 6.30136C16.2083 6.5008 16.7244 6.59457 17.2287 6.6884C18.4719 6.91127 19.0583 7.09894 19.0583 7.80262C19.0349 8.13104 18.7534 8.29521 18.6478 8.35384C18.3546 8.51808 17.9206 8.61191 17.475 8.61191C17.041 8.61191 16.6188 8.51808 16.3256 8.35384C16.22 8.29521 15.9972 8.14275 15.8916 7.7557L15.0589 7.97857C15.1293 8.43596 15.4108 8.83472 15.8916 9.1045C16.3138 9.3508 16.8768 9.49155 17.475 9.49155C18.0849 9.49155 18.6478 9.3508 19.0818 9.1045C19.633 8.79958 19.9262 8.33041 19.9262 7.77919V7.76742C19.9262 7.41558 19.8324 7.11065 19.6565 6.86435ZM21.8517 9.23348L21.8635 9.50326L22.7196 9.3156V4.03778L21.8517 3.8384V9.23348ZM22.9073 1.46924C22.9073 1.14085 22.6375 0.871094 22.2974 0.871094C21.9573 0.871094 21.6875 1.14085 21.6875 1.46924C21.6875 1.80937 21.9573 2.07913 22.2974 2.07913C22.6375 2.07913 22.9073 1.80937 22.9073 1.46924Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1a92y7e\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92279\",svg:'<svg width=\"29\" height=\"10\" viewBox=\"0 0 29 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.72306 7.0287C5.45327 7.93182 4.60884 8.58859 3.62365 8.58859C2.4156 8.58859 1.43042 7.60341 1.43042 6.39536C1.43042 5.18737 2.4156 4.20212 3.62365 4.20212C4.59712 4.20212 5.42984 4.84724 5.71128 5.72688L6.56749 5.49229C6.42674 5.02313 6.16873 4.57745 5.80511 4.2139C5.21869 3.63919 4.44466 3.31078 3.62365 3.31078C2.80265 3.31078 2.02856 3.63919 1.45385 4.2139C0.867421 4.80032 0.550781 5.57441 0.550781 6.39536C0.550781 7.21636 0.867421 7.99046 1.45385 8.56517C2.02856 9.15159 2.80265 9.46823 3.62365 9.46823C4.44466 9.46823 5.21869 9.15159 5.80511 8.56517C6.16873 8.20155 6.43845 7.75587 6.5792 7.26328L5.72306 7.0287ZM13.5864 3.39289V4.40156L13.4101 4.20212C12.8238 3.6157 12.038 3.29906 11.2171 3.29906C10.3844 3.29906 9.61028 3.6157 9.02386 4.20212C8.43743 4.78855 8.12079 5.56264 8.12079 6.39536C8.12079 7.21636 8.43743 8.00217 9.02386 8.58859C9.61028 9.1633 10.3844 9.49172 11.2171 9.49172C12.038 9.49172 12.8238 9.1633 13.4101 8.58859L13.5864 8.38921V9.56206L14.4778 9.4448V3.62747L13.5864 3.39289ZM11.2171 8.60031C9.99733 8.60031 9.01214 7.60341 9.01214 6.39536C9.01214 5.17559 9.99733 4.19041 11.2171 4.19041C12.4254 4.19041 13.4223 5.17559 13.4223 6.39536C13.4223 7.60341 12.4254 8.60031 11.2171 8.60031ZM21.1864 6.86452C21.0338 6.62994 20.8112 6.43056 20.5299 6.28981C20.0607 6.0318 19.4738 5.92626 18.9113 5.82071C18.4537 5.73859 18.02 5.65647 17.7265 5.51572C17.5154 5.42189 17.3983 5.30463 17.3983 5.07005V5.04662C17.3983 4.69478 17.7033 4.55403 17.8089 4.49534C18.1017 4.31944 18.5355 4.22561 18.9815 4.22561C19.4268 4.22561 19.8496 4.31944 20.1309 4.49534C20.2364 4.55403 20.4591 4.72992 20.5415 5.09353L21.3975 4.85895C21.3273 4.40156 21.0338 4.00274 20.5763 3.73302C20.1425 3.48671 19.5794 3.3577 18.9815 3.3577C18.3714 3.3577 17.8089 3.48671 17.3745 3.73302C16.9053 4.00274 16.5771 4.51882 16.5771 5.05833C16.5771 5.36326 16.6473 5.62133 16.812 5.84414C16.9523 6.0318 17.0816 6.18427 17.3397 6.30153C17.7381 6.50097 18.2542 6.59474 18.7588 6.68857C20.0016 6.91144 20.5885 7.0991 20.5885 7.80279C20.5647 8.1312 20.2834 8.29538 20.1779 8.35401C19.8844 8.51825 19.4506 8.61208 19.0047 8.61208C18.5709 8.61208 18.1487 8.51825 17.8552 8.35401C17.7497 8.29538 17.527 8.14292 17.4215 7.75587L16.5887 7.97874C16.6595 8.43613 16.9407 8.83489 17.4215 9.10467C17.8437 9.35097 18.4068 9.49172 19.0047 9.49172C19.6148 9.49172 20.1779 9.35097 20.6117 9.10467C21.1632 8.79975 21.456 8.33058 21.456 7.77936V7.76759C21.456 7.41574 21.3621 7.11082 21.1864 6.86452ZM24.1325 6.33673C24.1789 5.15217 24.9183 4.31945 26.1141 4.31945C27.2989 4.31945 28.0377 5.16388 28.0847 6.33673V9.58555L28.9999 9.46823V6.43056C28.9999 5.59784 28.6832 4.81204 28.0963 4.22561C27.4984 3.63919 26.9469 3.41634 26.1141 3.41634C25.188 3.41634 24.1789 4.12007 24.1325 4.16698V0.671875L23.2174 0.906445V9.46823L24.1325 9.58555V6.33673Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-382cr9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92280\",svg:'<svg width=\"8\" height=\"10\" viewBox=\"0 0 8 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.60686 1.27319C5.28831 0.574597 3.33747 1.0045 2.0628 3.17603C1.22806 4.59902 1.40334 6.57762 2.78533 7.96888L1.97653 9.10384C0.854929 8.16936 0.104388 6.07624 0.651705 4.18037C1.26638 2.054 3.00692 0.755691 4.85746 0.58642C6.17692 0.465511 7.42566 0.819642 7.60686 1.27319Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17v4flh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92281\",svg:'<svg width=\"15\" height=\"19\" viewBox=\"0 0 15 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.9256 1.87998C14.8755 1.9235 14.8755 1.91598 14.8325 1.90953C14.7513 1.89473 14.6726 1.8685 14.5988 1.83162C13.3302 1.2567 11.9949 0.96225 10.6101 1.02941C7.15008 1.19598 4.49342 2.73968 2.74885 5.76798C1.98592 7.09196 1.59528 8.59688 1.61815 10.124C1.63536 12.2119 2.19482 14.199 3.52904 15.8377C3.90595 16.3015 4.31844 16.7872 4.79547 17.1778C4.48371 17.6813 4.2495 17.9623 3.85696 18.4969C2.99008 17.0462 1.86475 15.877 1.26442 14.3671C0.635472 12.8117 0.403636 11.1247 0.589715 9.45773C0.776465 7.6228 1.48442 5.87924 2.63042 4.43222C4.10948 2.54678 6.01829 1.33622 8.38144 0.847802C9.08738 0.701116 9.80296 0.600101 10.5223 0.624818C11.9594 0.67425 13.3437 0.975683 14.6354 1.63067C14.7485 1.68816 14.9256 1.82464 14.9256 1.87998Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ni9bpb\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92282\",svg:'<svg width=\"11\" height=\"13\" viewBox=\"0 0 11 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.5426 1.84962C10.8646 2.13727 10.3376 1.87763 10.3376 1.87763C9.36936 1.42848 8.29968 1.24538 7.23787 1.34704C6.13353 1.43722 5.0791 1.84742 4.20264 2.5278C3.12661 3.35896 2.41451 4.43572 2.09683 5.75982C1.68197 7.48999 2.01526 9.07416 3.0531 10.5135C3.27206 10.8173 3.5463 11.0705 3.81517 11.3754C3.51036 11.7665 3.29408 12.172 2.9855 12.5098C0.701542 10.5167 -0.102932 6.51231 2.2111 3.48015C4.43984 0.562211 8.3541 0.31065 10.5426 1.84962Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5eexwm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92283\",svg:'<svg width=\"5\" height=\"6\" viewBox=\"0 0 5 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.67182 0.567606C5.08284 0.978445 4.49191 0.701156 4.35384 0.686148C3.70055 0.61373 3.07258 0.647529 2.46767 0.979482C1.37224 1.58177 0.823763 3.09951 1.52696 4.30194C1.58931 4.4092 1.65862 4.51108 1.73866 4.63658L0.94139 5.76282C0.394988 5.13088 0.101654 4.3197 0.117822 3.48503C0.133989 2.65035 0.4585 1.85107 1.029 1.24066C2.01693 0.163234 3.70702 -0.0818412 4.67182 0.567606Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rl7wna\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92284\",svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.2561 1.35372C12.6072 1.7002 12.0948 1.40744 12.012 1.36661C10.8431 0.822387 9.55406 0.586585 8.26804 0.681711C6.74762 0.793981 5.36484 1.30967 4.16112 2.24973C2.79877 3.31334 1.88595 4.68742 1.49451 6.37415C0.951523 8.70875 1.42569 10.8252 2.93 12.7054C3.20741 13.0524 3.52674 13.3553 3.87565 13.6819C3.5778 14.0961 3.30472 14.4721 3.03049 14.8508C-0.0269489 12.2659 -0.989802 7.1746 1.94342 3.42185C4.78207 -0.209463 9.55296 -0.418963 12.2561 1.35372Z\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1f6udgg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92285\",svg:'<svg width=\"10\" height=\"13\" viewBox=\"0 0 10 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.60438 6.7854C7.29537 7.78699 7.9821 8.79182 8.68017 9.78853C8.82348 9.97486 8.89651 10.2054 8.88638 10.4399C8.8513 11.2285 8.94636 12.009 9.10236 12.7836L9.02353 12.8239C6.19891 8.74289 3.37591 4.66177 0.5 0.504303C1.0836 0.504303 1.58299 0.51291 2.08183 0.5\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lqr35j\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92286\",svg:'<svg width=\"7\" height=\"8\" viewBox=\"0 0 7 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.34033 4.27251L6.13894 5.43564C5.87416 5.93152 5.67332 6.44297 5.43489 7.02803C3.9343 4.84199 2.46655 2.70377 0.953125 0.5C1.56215 0.5 2.09598 0.5 2.6293 0.5\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vd49m4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92287\",svg:'<svg width=\"5\" height=\"6\" viewBox=\"0 0 5 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.17898 3.78769C3.67589 4.44941 3.60396 4.6233 3.29367 5.07572L0.152344 0.50483C0.746699 0.50483 1.25778 0.515564 1.76727 0.5\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kj1x54\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92288\",svg:'<svg width=\"4\" height=\"4\" viewBox=\"0 0 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.21973 0.5625C2.45943 0.893754 2.64966 1.12304 2.85118 1.41815C3.07636 1.74617 3.29783 2.07688 3.51923 2.4049C3.114 2.70702 2.80603 3.07766 2.43149 3.42995L0.46875 0.569514\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-oj6wk8\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"I2253:158112;845:92289\",svg:'<svg width=\"8\" height=\"10\" viewBox=\"0 0 8 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.58359 5.05384C6.08948 5.79453 6.58896 6.53952 7.10291 7.27378C7.21425 7.43502 7.25494 7.55863 7.19711 7.76234C7.0419 8.31436 6.91878 8.87607 6.80848 9.46841L0.695312 0.530686C1.28902 0.476935 1.83293 0.51026 2.37471 0.509723\" fill=\"#141415\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zle2xp\",\"data-framer-name\":\"Frame 7733\",layoutDependency:layoutDependency,layoutId:\"PCbM0BQXw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/wVnfgagKFvJk4CmpQKL3zKbid1U.png\"},className:\"framer-our07m\",\"data-framer-name\":\"image 398\",layoutDependency:layoutDependency,layoutId:\"W55RQtr1h\",transformTemplate:transformTemplate1,...addPropertyOverrides({L6TkUGawk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||177)-0-177)/2+0+0)+100+0+0+5.828125),src:\"https://framerusercontent.com/images/wVnfgagKFvJk4CmpQKL3zKbid1U.png\"}}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-dgsts1\",\"data-framer-name\":\"Frame 7339\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:61,layoutDependency:layoutDependency,layoutId:\"sh39cRuvW\",svg:'<svg width=\"61\" height=\"16\" viewBox=\"0 0 61 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2253_158123)\">\\n<path d=\"M17.7584 6.23047H13.8633V7.0827H15.3081V11.0396H16.3205V7.0827H17.7584V6.23047Z\" fill=\"#141415\"/>\\n<path d=\"M20.595 7.96666C20.4337 7.72758 20.2289 7.55141 19.9807 7.44045C19.7325 7.32949 19.4533 7.27344 19.1445 7.27344C18.6228 7.27344 18.1996 7.43702 17.8724 7.76647C17.5453 8.09478 17.3828 8.56723 17.3828 9.18381C17.3828 9.84157 17.5636 10.3163 17.925 10.608C18.2865 10.8997 18.7041 11.0461 19.1776 11.0461C19.7508 11.0461 20.1969 10.8734 20.5161 10.5268C20.7208 10.3094 20.8352 10.0955 20.8604 9.8839H19.9109C19.8549 9.98914 19.7919 10.0704 19.7199 10.1287C19.5872 10.2374 19.4156 10.2923 19.204 10.2923C19.0038 10.2923 18.8333 10.2477 18.6915 10.1584C18.4581 10.0143 18.3346 9.76493 18.3197 9.40802H20.9096C20.9141 9.10145 20.9038 8.8658 20.8787 8.70221C20.8352 8.42309 20.7414 8.17829 20.595 7.96666ZM18.3414 8.79487C18.3757 8.5638 18.4581 8.37962 18.5897 8.24464C18.7212 8.10965 18.9065 8.04102 19.1445 8.04102C19.3641 8.04102 19.5483 8.10508 19.6959 8.23206C19.8446 8.36018 19.9269 8.54778 19.9441 8.79373H18.3426L18.3414 8.79487Z\" fill=\"#141415\"/>\\n<path d=\"M22.7743 8.07218C22.9939 8.07218 23.1564 8.14425 23.2616 8.28724C23.3337 8.39363 23.3783 8.51374 23.3955 8.64644H24.3484C24.2957 8.13968 24.1276 7.7862 23.8439 7.58601C23.5602 7.38582 23.1941 7.28516 22.748 7.28516C22.2229 7.28516 21.8123 7.45446 21.5137 7.79421C21.2151 8.13281 21.0664 8.60869 21.0664 9.21841C21.0664 9.75949 21.2014 10.1988 21.4714 10.5385C21.7413 10.8771 22.1623 11.0476 22.7354 11.0476C23.3085 11.0476 23.7398 10.8439 24.0315 10.4378C24.2145 10.185 24.3163 9.91735 24.3381 9.6348H23.3886C23.3691 9.82241 23.3131 9.97455 23.2216 10.0924C23.1301 10.2091 22.9756 10.2685 22.7571 10.2685C22.4494 10.2685 22.2401 10.121 22.1291 9.82469C22.0685 9.66569 22.0376 9.45749 22.0376 9.19667C22.0376 8.92327 22.0685 8.70364 22.1291 8.53891C22.2447 8.22776 22.4597 8.07218 22.7732 8.07218H22.7743Z\" fill=\"#141415\"/>\\n<path d=\"M27.5204 7.85104C27.406 7.69432 27.2584 7.57763 27.0799 7.50214C26.9015 7.42549 26.7024 7.38774 26.4839 7.38774C26.2895 7.38774 26.103 7.42892 25.9269 7.51014C25.7507 7.59136 25.5951 7.7355 25.4613 7.94255V6.24609H24.5312V11.0392H25.4613V9.11165C25.4613 8.80737 25.5242 8.57172 25.6512 8.40813C25.777 8.24341 25.9623 8.16219 26.2071 8.16219C26.4519 8.16219 26.6018 8.24455 26.6864 8.41042C26.7505 8.52825 26.7837 8.68268 26.7837 8.87371V11.0392H27.7331V8.94921C27.7331 8.6312 27.7228 8.40241 27.7011 8.26171C27.6794 8.121 27.6199 7.98488 27.5226 7.85218L27.5204 7.85104Z\" fill=\"#141415\"/>\\n<path d=\"M31.6295 6.23047H27.7344V7.0827H29.1792V11.0396H30.1904V7.0827H31.6295V6.23047Z\" fill=\"#141415\"/>\\n<path d=\"M34.6127 10.7959C34.5818 10.7525 34.5635 10.6701 34.5578 10.5477C34.5532 10.3864 34.5509 10.2503 34.5509 10.1359V8.50462C34.5509 8.07565 34.3988 7.78509 34.0956 7.63066C33.7925 7.47622 33.4447 7.39844 33.0535 7.39844C32.453 7.39844 32.0286 7.55516 31.7826 7.8686C31.627 8.06878 31.5401 8.32388 31.5206 8.63503H32.4175C32.4392 8.49776 32.4838 8.38909 32.5502 8.30901C32.6428 8.20034 32.8007 8.14543 33.0226 8.14543C33.2217 8.14543 33.3715 8.17288 33.4745 8.22893C33.5774 8.28499 33.6278 8.38565 33.6278 8.53093C33.6278 8.65105 33.5614 8.73913 33.4276 8.79518C33.3532 8.82721 33.2297 8.85467 33.0558 8.8764L32.7366 8.9153C32.3752 8.96105 32.1018 9.03655 31.9153 9.14294C31.5756 9.33855 31.4062 9.65542 31.4062 10.0924C31.4062 10.4299 31.5115 10.6895 31.7231 10.8737C31.9347 11.0579 32.2013 11.1494 32.525 11.1494C32.779 11.1494 33.0066 11.0911 33.2079 10.9767C33.3761 10.8794 33.5248 10.7605 33.6541 10.6209C33.6609 10.701 33.669 10.773 33.6804 10.836C33.6918 10.8989 33.7113 10.9664 33.7387 11.0384H34.75V10.9012C34.6893 10.8726 34.6436 10.8371 34.6127 10.7936V10.7959ZM33.6243 9.65771C33.6175 9.96886 33.5294 10.1828 33.3578 10.3006C33.1862 10.4184 32.9998 10.4768 32.7961 10.4768C32.668 10.4768 32.5593 10.4413 32.4701 10.3704C32.3809 10.2995 32.3363 10.1851 32.3363 10.0261C32.3363 9.8476 32.4095 9.71605 32.5559 9.6314C32.6428 9.58107 32.7847 9.53874 32.9837 9.50442L33.1954 9.46553C33.3018 9.44608 33.3841 9.42435 33.4447 9.40147C33.5054 9.37859 33.566 9.34885 33.6255 9.31224V9.65885L33.6243 9.65771Z\" fill=\"#141415\"/>\\n<path d=\"M37.7711 7.68785C37.5389 7.49567 37.2392 7.39844 36.8731 7.39844C36.5803 7.39844 36.3389 7.47051 36.149 7.6135C36.0427 7.69357 35.9305 7.82513 35.8104 8.00815V7.48995H34.9102V11.0396H35.8402V9.11434C35.8402 8.89471 35.8699 8.71396 35.9305 8.57212C36.0472 8.30443 36.2623 8.17059 36.5746 8.17059C36.8297 8.17059 37.0024 8.26211 37.0928 8.44514C37.142 8.54466 37.1671 8.6888 37.1671 8.8764V11.0396H38.12V8.64533C38.12 8.19919 38.0034 7.88003 37.7711 7.68785Z\" fill=\"#141415\"/>\\n<path d=\"M41.6482 7.4987H40.4916L39.3191 8.84054V6.24609H38.4062V11.038H39.3191V9.91927L39.7046 9.51889L40.566 11.038H41.6974L40.3738 8.82338L41.6482 7.4987Z\" fill=\"#141415\"/>\\n<path d=\"M43.8285 8.78248C43.2725 8.66008 42.9488 8.57429 42.8573 8.5251C42.7658 8.47705 42.72 8.40041 42.72 8.29402C42.72 8.20937 42.7635 8.13502 42.8493 8.0721C42.9351 8.00918 43.0803 7.97715 43.2828 7.97715C43.5288 7.97715 43.7038 8.04007 43.8067 8.1659C43.8616 8.23568 43.8948 8.33063 43.9085 8.4496H44.8386C44.7974 8.0149 44.6361 7.70833 44.357 7.53102C44.0767 7.35371 43.7141 7.26562 43.2702 7.26562C42.8012 7.26562 42.4386 7.38345 42.1801 7.6191C41.9215 7.85475 41.7923 8.1373 41.7923 8.46561C41.7923 8.74359 41.8746 8.95751 42.0405 9.10507C42.2064 9.25493 42.4901 9.37962 42.895 9.48028C43.4567 9.61298 43.7804 9.70678 43.8674 9.76055C43.9543 9.81546 43.9978 9.89439 43.9978 9.99849C43.9978 10.1026 43.944 10.1884 43.8353 10.2433C43.7267 10.2982 43.5814 10.3245 43.3972 10.3245C43.0849 10.3245 42.871 10.2627 42.7543 10.138C42.6891 10.0683 42.6456 9.95159 42.6262 9.78572H41.6836C41.6836 10.1518 41.8174 10.4515 42.084 10.6883C42.3505 10.9251 42.7646 11.0429 43.3251 11.0429C43.8857 11.0429 44.2803 10.9308 44.5434 10.7089C44.8065 10.4858 44.9369 10.1975 44.9369 9.8452C44.9369 9.57752 44.8454 9.35445 44.6624 9.176C44.4771 8.99983 44.2003 8.86828 43.8296 8.78134L43.8285 8.78248Z\" fill=\"#141415\"/>\\n<path d=\"M58.8136 9.17324C58.6283 8.99707 58.3515 8.86552 57.9808 8.77858C57.4249 8.65618 57.1011 8.57038 57.0096 8.52119C56.9181 8.47315 56.8723 8.3965 56.8723 8.29012C56.8723 8.20547 56.9158 8.13111 57.0016 8.06819C57.0874 8.00528 57.2327 7.97325 57.4352 7.97325C57.6811 7.97325 57.8561 8.03616 57.9591 8.162C58.014 8.23178 58.0472 8.32672 58.0609 8.44569H58.9909C58.9497 8.011 58.7884 7.70442 58.5093 7.52711C58.2291 7.3498 57.8664 7.26172 57.4226 7.26172C56.9536 7.26172 56.5909 7.37954 56.3324 7.61519C56.0739 7.85199 55.9446 8.1334 55.9446 8.46171C55.9446 8.73968 56.027 8.9536 56.1928 9.10117C56.3587 9.25102 56.6424 9.37571 57.0474 9.47638C57.609 9.60907 57.9328 9.70288 58.0197 9.75664C58.1067 9.81155 58.1501 9.89048 58.1501 9.99458C58.1501 10.0987 58.0964 10.1845 57.9877 10.2394C57.879 10.2943 57.7337 10.3206 57.5496 10.3206C57.2373 10.3206 57.0233 10.2588 56.9067 10.1341C56.8415 10.0644 56.798 9.94768 56.7785 9.78181H55.8359C55.8359 10.1479 55.9698 10.4476 56.2363 10.6844C56.5029 10.92 56.917 11.039 57.4775 11.039C58.038 11.039 58.4327 10.9269 58.6958 10.705C58.9589 10.4819 59.0893 10.1936 59.0893 9.84129C59.0893 9.57361 58.9978 9.35055 58.8147 9.17209L58.8136 9.17324Z\" fill=\"#141415\"/>\\n<path d=\"M46.154 6.23047H45.1484V11.0396H48.5551V10.1759H46.154V6.23047Z\" fill=\"#141415\"/>\\n<path d=\"M52.0033 10.7959C51.9724 10.7525 51.9541 10.6701 51.9484 10.5477C51.9438 10.3864 51.9416 10.2503 51.9416 10.1359V8.50462C51.9416 8.07565 51.7894 7.78509 51.4863 7.63066C51.1831 7.47622 50.8354 7.39844 50.4441 7.39844C49.8436 7.39844 49.4192 7.55516 49.1732 7.8686C49.0177 8.06878 48.9307 8.32388 48.9113 8.63503H49.8081C49.8298 8.49776 49.8745 8.38909 49.9408 8.30901C50.0335 8.20034 50.1913 8.14543 50.4133 8.14543C50.6123 8.14543 50.7622 8.17288 50.8651 8.22893C50.9681 8.28499 51.0184 8.38565 51.0184 8.53093C51.0184 8.65105 50.9521 8.73913 50.8182 8.79518C50.7439 8.82721 50.6203 8.85467 50.4464 8.8764L50.1273 8.9153C49.7658 8.96105 49.4924 9.03655 49.3059 9.14294C48.9662 9.33855 48.7969 9.65542 48.7969 10.0924C48.7969 10.4299 48.9021 10.6895 49.1137 10.8737C49.3254 11.0579 49.5919 11.1494 49.9156 11.1494C50.1696 11.1494 50.3972 11.0911 50.5986 10.9767C50.7667 10.8794 50.9154 10.7605 51.0447 10.6209C51.0516 10.701 51.0596 10.773 51.071 10.836C51.0825 10.8989 51.1019 10.9664 51.1294 11.0384H52.1406V10.9012C52.08 10.8726 52.0342 10.8371 52.0033 10.7936V10.7959ZM51.015 9.65771C51.0081 9.96886 50.92 10.1828 50.7484 10.3006C50.5768 10.4184 50.3904 10.4768 50.1868 10.4768C50.0586 10.4768 49.95 10.4413 49.8607 10.3704C49.7715 10.2995 49.7269 10.1851 49.7269 10.0261C49.7269 9.8476 49.8001 9.71605 49.9465 9.6314C50.0335 9.58107 50.1753 9.53874 50.3744 9.50442L50.586 9.46553C50.6924 9.44608 50.7747 9.42435 50.8354 9.40147C50.896 9.37859 50.9555 9.34885 51.0161 9.31224V9.65885L51.015 9.65771Z\" fill=\"#141415\"/>\\n<path d=\"M54.2309 7.40624C53.9701 7.40624 53.7562 7.46115 53.5869 7.56868C53.445 7.65562 53.3146 7.78259 53.1956 7.94732V6.23828H52.2656V11.0405H53.1831V10.5932C53.3077 10.7671 53.4233 10.8884 53.5308 10.9582C53.7104 11.076 53.9472 11.1343 54.2423 11.1343C54.7125 11.1343 55.0786 10.9536 55.3405 10.5898C55.6025 10.226 55.734 9.76847 55.734 9.21595C55.734 8.66343 55.6013 8.24818 55.3348 7.91072C55.0694 7.57325 54.6999 7.4051 54.2298 7.4051L54.2309 7.40624ZM54.5592 10.0785C54.4254 10.2718 54.2378 10.369 53.9964 10.369C53.7184 10.369 53.5102 10.2695 53.3752 10.0693C53.2391 9.86913 53.1716 9.61632 53.1716 9.31204C53.1716 9.05351 53.2048 8.84302 53.27 8.67944C53.397 8.37287 53.6315 8.21958 53.9712 8.21958C54.311 8.21958 54.5375 8.3763 54.6622 8.68974C54.7274 8.85446 54.7605 9.0638 54.7605 9.31547C54.7605 9.63119 54.6942 9.88515 54.5604 10.0796L54.5592 10.0785Z\" fill=\"#141415\"/>\\n<path d=\"M6.58857 12.258C4.38192 12.258 2.58594 10.4632 2.58594 8.25654C2.58594 6.04989 4.38192 4.25391 6.58857 4.25391C8.79522 4.25391 10.5912 6.04874 10.5912 8.25539C10.5912 10.462 8.79636 12.2569 6.58857 12.2569V12.258ZM6.58857 4.46325C4.49745 4.46325 2.79528 6.16428 2.79528 8.25654C2.79528 10.3488 4.49631 12.0498 6.58857 12.0498C8.68083 12.0498 10.3819 10.3488 10.3819 8.25654C10.3819 6.16428 8.67968 4.46325 6.58857 4.46325Z\" fill=\"#141415\"/>\\n<path d=\"M6.58813 7.30709C6.44628 7.30709 6.31015 7.33798 6.18889 7.39517L2.83716 4.04688L2.60723 4.27681C1.56968 5.31321 1 6.6928 1 8.15932H1.6509C1.6509 6.97421 2.07416 5.85658 2.84402 4.97575L5.7256 7.85732C5.66726 7.97858 5.63523 8.11471 5.63523 8.25656C5.63523 8.77934 6.06192 9.20717 6.58698 9.20717C7.11205 9.20717 7.53759 8.78048 7.53759 8.25656C7.53759 7.73264 7.1109 7.30595 6.58698 7.30595L6.58813 7.30709ZM6.58813 8.55627C6.42225 8.55627 6.28841 8.42243 6.28841 8.25656C6.28841 8.09069 6.42225 7.95685 6.58813 7.95685C6.754 7.95685 6.88784 8.09069 6.88784 8.25656C6.88784 8.42243 6.75171 8.55627 6.58813 8.55627Z\" fill=\"#141415\"/>\\n<path d=\"M12.0501 10.0998C12.0501 10.4979 11.7253 10.8216 11.3283 10.8216C11.3135 10.8216 11.2986 10.8216 11.286 10.8193C10.3171 12.5672 8.49022 13.6448 6.4849 13.6448C4.16386 13.6448 2.08304 12.176 1.30859 9.98652L1.92403 9.76917C2.13108 10.3572 2.44567 10.8868 2.84261 11.3387L4.12153 10.062L3.93736 9.87785L4.76442 9.05078L5.59149 9.87785L4.76442 10.7049L4.58254 10.523L3.30591 11.7974C4.16843 12.5524 5.29063 12.9951 6.4849 12.9951C8.258 12.9951 9.86981 12.041 10.7209 10.4944C10.6477 10.3812 10.6042 10.2451 10.6042 10.1009C10.6042 9.70168 10.9291 9.3768 11.3283 9.3768C11.7276 9.3768 12.0501 9.70168 12.0501 10.1009V10.0998Z\" fill=\"#141415\"/>\\n<path d=\"M11.9782 8.16C11.9782 8.35104 11.9679 8.54551 11.9485 8.73312L11.2999 8.66562C11.317 8.49861 11.3273 8.32702 11.3273 8.15886C11.3273 6.94057 10.8755 5.82752 10.1296 4.97757L8.44002 6.66717L7.97901 6.20616L9.6686 4.51657C8.81637 3.77187 7.70332 3.31887 6.48732 3.31887C5.94052 3.31887 5.40515 3.40924 4.89496 3.58655C4.89953 3.614 4.90068 3.6426 4.90068 3.67234C4.90068 4.07158 4.57809 4.39417 4.17885 4.39417C3.77962 4.39417 3.45703 4.07158 3.45703 3.67234C3.45703 3.27311 3.77962 2.95052 4.17885 2.95052C4.30011 2.95052 4.41565 2.98026 4.51632 3.03174C5.14434 2.79151 5.81011 2.66797 6.48846 2.66797C9.51646 2.66797 11.9782 5.12972 11.9782 8.15772V8.16Z\" fill=\"#141415\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2253_158123\">\\n<rect width=\"58.0833\" height=\"10.9772\" fill=\"white\" transform=\"translate(1 2.66797)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2iadmn\",\"data-framer-name\":\"Frame 7334\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:164,layoutDependency:layoutDependency,layoutId:\"S18kOeduc\",svg:'<svg width=\"164\" height=\"48\" viewBox=\"0 0 164 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2246_157666)\">\\n<path opacity=\"0.99\" d=\"M45.4247 8H32.0742V20.02H43.6332L38.9922 28.0334L32.0742 40H45.4347C46.155 39.9974 46.8449 39.7102 47.3532 39.2014C47.8616 38.6926 48.147 38.0037 48.147 37.2855V10.7145C48.147 9.99459 47.8602 9.30414 47.3497 8.79507C46.8391 8.28599 46.1467 8 45.4247 8Z\" fill=\"#010101\"/>\\n<path opacity=\"0.99\" d=\"M20.4671 28.0334L25.1047 20.02L32.0764 8.00001C29.6227 7.99752 27.2011 8.55579 24.9976 9.63196C22.794 10.7081 20.8671 12.2736 19.3649 14.208C17.8627 16.1425 16.8251 18.3945 16.3318 20.7912C15.8385 23.1878 15.9026 25.6653 16.5192 28.0334C16.8799 29.43 17.4321 30.7704 18.1599 32.0167C19.5688 34.4458 21.594 36.4624 24.0322 37.8638C26.4703 39.2651 29.2354 40.0019 32.0496 40V28.0334H20.4671Z\" fill=\"#010101\"/>\\n<path d=\"M92.7403 15.8438L92.7336 15.8638L82.3666 39.974H77.3874L81.5195 30.575L75.3884 16.3145L75.1975 15.8638H75.1942L75.1875 15.8438H80.2269L80.2336 15.8638L80.4111 16.3145L83.9639 25.4832L87.4865 16.3145L87.6606 15.8638L87.6673 15.8438H92.7403Z\" fill=\"#010101\"/>\\n<path d=\"M103.309 15.7109V20.0783C101.996 20.0783 100.953 20.4121 100.178 21.0799C99.7968 21.4105 99.4949 21.822 99.2944 22.2843C99.0939 22.7466 98.9999 23.2478 99.0193 23.751V31.8746H94.4453V15.8478H98.8619V17.6842C99.2635 17.1057 99.7942 16.6279 100.412 16.2886C101.093 15.9057 102.059 15.7132 103.309 15.7109Z\" fill=\"#010101\"/>\\n<path d=\"M110.426 27.4868C110.738 27.7805 111.107 28.0081 111.51 28.1556C111.912 28.3031 112.341 28.3675 112.77 28.3449C113.429 28.3714 114.083 28.2142 114.658 27.8908C115.136 27.6102 115.487 27.1571 115.639 26.6254L120.083 26.8357C119.948 27.5667 119.659 28.2609 119.236 28.8724C118.805 29.4926 118.269 30.0327 117.652 30.4684C116.988 30.935 116.253 31.2913 115.475 31.5235C114.637 31.7776 113.766 31.9048 112.89 31.9008C111.772 31.9125 110.66 31.7236 109.609 31.3432C108.65 30.9968 107.778 30.4465 107.054 29.7305C106.332 29 105.77 28.128 105.403 27.1696C104.998 26.0908 104.798 24.9459 104.814 23.794C104.795 22.6363 104.995 21.4855 105.403 20.4016C105.771 19.4488 106.332 18.5816 107.051 17.854C107.764 17.1453 108.62 16.5956 109.562 16.2414C110.587 15.8583 111.675 15.6681 112.77 15.6804C113.816 15.6667 114.856 15.8456 115.837 16.208C116.719 16.5412 117.519 17.0606 118.181 17.7305C118.856 18.4251 119.371 19.258 119.691 20.1713C120.059 21.2167 120.24 22.3187 120.223 23.4267V25.1763H109.508C109.505 26.0355 109.833 26.863 110.426 27.4868ZM110.473 19.9342C109.865 20.5552 109.524 21.3874 109.522 22.2547H115.783C115.792 21.4217 115.509 20.6119 114.983 19.9643C114.491 19.4 113.738 19.1195 112.733 19.1195C111.897 19.0816 111.08 19.3744 110.459 19.9342H110.473Z\" fill=\"#010101\"/>\\n<path d=\"M147.002 22.205V32.0213H142.431V23.1032C142.431 22.0725 142.201 21.2823 141.741 20.7325C141.491 20.4523 141.18 20.2329 140.832 20.0911C140.484 19.9493 140.107 19.8889 139.732 19.9145C139.376 19.8967 139.02 19.9517 138.686 20.0764C138.352 20.201 138.047 20.3925 137.79 20.639C137.291 21.1703 136.983 21.8512 136.913 22.5756V32.0213H132.345V23.1032C132.345 22.0725 132.115 21.2823 131.656 20.7325C131.416 20.457 131.117 20.24 130.78 20.0982C130.443 19.9563 130.078 19.8935 129.713 19.9145C129.312 19.8915 128.911 19.9588 128.539 20.1114C128.168 20.264 127.836 20.4979 127.567 20.796C127.033 21.4549 126.76 22.2867 126.8 23.1332V32.0213H122.23V15.8477H126.549V17.654C126.939 17.065 127.472 16.5846 128.099 16.2584C128.943 15.8513 129.875 15.6596 130.812 15.7008C131.842 15.6844 132.861 15.9134 133.785 16.3686C134.637 16.797 135.359 17.4435 135.878 18.2417C136.376 17.5014 137.034 16.8818 137.803 16.4287C138.735 15.9118 139.792 15.66 140.857 15.7008C142.717 15.7008 144.205 16.274 145.321 17.4203C146.437 18.5667 146.997 20.1616 147.002 22.205Z\" fill=\"#010101\"/>\\n<path d=\"M69.2142 15.8438V16.3446V17.7536C68.6905 17.1401 68.03 16.6575 67.2855 16.3446C66.5396 16.021 65.7349 15.8539 64.9214 15.8538C63.9112 15.8448 62.9131 16.0736 62.0082 16.5215C61.1453 16.9511 60.3866 17.563 59.7848 18.3146C59.1735 19.0802 58.702 19.947 58.3918 20.8755C58.0688 21.8169 57.9047 22.8053 57.9063 23.8004C57.9042 24.8148 58.0624 25.8233 58.3751 26.7887C58.6778 27.7387 59.1497 28.6265 59.7681 29.4097C60.386 30.1966 61.1782 30.8301 62.0828 31.2605C62.9873 31.6909 63.9796 31.9066 64.9817 31.8905C65.7887 31.8908 66.5869 31.7237 67.3257 31.3997C68.0388 31.1022 68.6637 30.6275 69.1405 30.0207H69.2042V31.3697V31.8705H73.5237V15.8438H69.2142ZM68.6148 26.4414C68.3122 26.8514 67.9158 27.1834 67.4587 27.4099C67.0015 27.6364 66.4967 27.7508 65.9863 27.7436C65.4775 27.7519 64.9742 27.638 64.519 27.4113C64.0638 27.1846 63.6701 26.852 63.3711 26.4414C62.7096 25.609 62.355 24.5752 62.3665 23.5132C62.3539 22.4561 62.7089 21.4273 63.3711 20.6017C63.6726 20.1951 64.0673 19.8662 64.5223 19.6426C64.9772 19.419 65.4791 19.3071 65.9863 19.3162C66.4951 19.308 66.9987 19.4202 67.4556 19.6436C67.9126 19.8671 68.3098 20.1954 68.6148 20.6017C69.2908 21.4216 69.657 22.4519 69.6495 23.5132C69.6561 24.5795 69.2903 25.6148 68.6148 26.4414Z\" fill=\"#010101\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2246_157666\">\\n<rect width=\"131\" height=\"32\" fill=\"white\" transform=\"translate(16 8)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-rplzck\",\"data-framer-name\":\"Frame 7334\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:93,layoutDependency:layoutDependency,layoutId:\"aFCgMOGN5\",svg:'<svg width=\"93\" height=\"27\" viewBox=\"0 0 93 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2253_158113)\">\\n<path opacity=\"0.99\" d=\"M25.5526 4.5H18.043V11.2613H24.5449L21.9343 15.7688L18.043 22.5H25.5583C25.9634 22.4985 26.3515 22.337 26.6374 22.0508C26.9234 21.7646 27.0839 21.3771 27.0839 20.9731V6.02692C27.0839 5.62196 26.9226 5.23358 26.6354 4.94722C26.3482 4.66087 25.9588 4.5 25.5526 4.5Z\" fill=\"#141415\"/>\\n<path opacity=\"0.99\" d=\"M11.5144 15.7688L14.1231 11.2613L18.0447 4.5C16.6645 4.4986 15.3023 4.81263 14.0628 5.41798C12.8233 6.02332 11.7395 6.90387 10.8945 7.99201C10.0495 9.08014 9.46582 10.3469 9.18833 11.695C8.91084 13.0431 8.9469 14.4367 9.29374 15.7688C9.49667 16.5544 9.80724 17.3084 10.2167 18.0094C11.0091 19.3758 12.1484 20.5101 13.5198 21.2984C14.8912 22.0866 16.4466 22.5011 18.0296 22.5V15.7688H11.5144Z\" fill=\"#141415\"/>\\n<path d=\"M52.1664 8.91406L52.1627 8.92533L46.3312 22.4873H43.5304L45.8547 17.2004L42.406 9.17888L42.2986 8.92533H42.2967L42.293 8.91406H45.1276L45.1314 8.92533L45.2312 9.17888L47.2297 14.3362L49.2112 9.17888L49.3091 8.92533L49.3129 8.91406H52.1664Z\" fill=\"#141415\"/>\\n<path d=\"M58.1107 8.83594V11.2926C57.3723 11.2926 56.7853 11.4803 56.3496 11.856C56.1352 12.0419 55.9654 12.2734 55.8526 12.5334C55.7398 12.7935 55.687 13.0754 55.6979 13.3585V17.928H53.125V8.91294H55.6093V9.94591C55.8352 9.62048 56.1338 9.35175 56.4814 9.16085C56.8644 8.9455 57.4075 8.83719 58.1107 8.83594Z\" fill=\"#141415\"/>\\n<path d=\"M62.1145 15.4579C62.2901 15.6231 62.4975 15.7511 62.7241 15.8341C62.9507 15.9171 63.1919 15.9533 63.433 15.9406C63.804 15.9555 64.1719 15.8671 64.4953 15.6851C64.7641 15.5273 64.9617 15.2724 65.0472 14.9734L67.5467 15.0917C67.4708 15.5028 67.3082 15.8933 67.0703 16.2373C66.8278 16.5862 66.5263 16.89 66.1793 17.135C65.8058 17.3975 65.3923 17.5979 64.9549 17.7285C64.4836 17.8715 63.9934 17.943 63.5008 17.9408C62.8717 17.9474 62.2464 17.8411 61.6549 17.6271C61.1156 17.4323 60.6252 17.1227 60.2178 16.72C59.8116 16.3091 59.4954 15.8186 59.2892 15.2795C59.0611 14.6726 58.9487 14.0286 58.9577 13.3807C58.947 12.7295 59.0595 12.0822 59.2892 11.4725C59.4963 10.9365 59.8118 10.4487 60.2159 10.0395C60.6171 9.6408 61.0986 9.3316 61.6286 9.13235C62.2053 8.91686 62.8172 8.80987 63.433 8.81682C64.0215 8.80911 64.6064 8.90971 65.1583 9.11356C65.6545 9.30103 66.1045 9.59317 66.4768 9.96999C66.8565 10.3607 67.1462 10.8292 67.3262 11.3429C67.5332 11.931 67.635 12.5508 67.6255 13.1741V14.1582H61.5984C61.5964 14.6415 61.7812 15.107 62.1145 15.4579ZM62.1409 11.2096C61.7993 11.5589 61.6075 12.027 61.606 12.5148H65.1282C65.1327 12.0463 64.9736 11.5908 64.678 11.2265C64.4012 10.9091 63.9774 10.7513 63.4123 10.7513C62.9421 10.73 62.4824 10.8947 62.1334 11.2096H62.1409Z\" fill=\"#141415\"/>\\n<path d=\"M82.6882 12.4898V18.0115H80.117V12.995C80.117 12.4153 79.9876 11.9708 79.7288 11.6615C79.5882 11.5039 79.4133 11.3805 79.2175 11.3007C79.0218 11.221 78.8097 11.187 78.5988 11.2014C78.3985 11.1914 78.1983 11.2223 78.0104 11.2925C77.8225 11.3626 77.651 11.4703 77.5064 11.6089C77.2257 11.9078 77.0525 12.2908 77.0131 12.6983V18.0115H74.4436V12.995C74.4436 12.4153 74.3142 11.9708 74.056 11.6615C73.921 11.5066 73.7528 11.3845 73.5633 11.3047C73.3737 11.2249 73.1684 11.1896 72.9631 11.2014C72.7375 11.1885 72.512 11.2263 72.3027 11.3122C72.094 11.398 71.9073 11.5296 71.756 11.6972C71.4556 12.0679 71.302 12.5358 71.3245 13.0119V18.0115H68.7539V8.91384H71.1833V9.92991C71.4027 9.59856 71.7025 9.32837 72.0552 9.14485C72.53 8.91584 73.0542 8.80806 73.5813 8.8312C74.1607 8.82201 74.7338 8.95078 75.2536 9.20682C75.7328 9.44785 76.139 9.81146 76.4309 10.2604C76.711 9.84404 77.0812 9.49555 77.5137 9.24063C78.038 8.94989 78.6325 8.80826 79.2316 8.8312C80.2778 8.8312 81.1148 9.15361 81.7426 9.79843C82.3703 10.4433 82.6853 11.3404 82.6882 12.4898Z\" fill=\"#141415\"/>\\n<path d=\"M38.931 8.91406V9.19578V9.98835C38.6364 9.64326 38.2649 9.37181 37.8461 9.19578C37.4266 9.01374 36.9739 8.91976 36.5163 8.9197C35.9481 8.91465 35.3866 9.04334 34.8776 9.29532C34.3923 9.53695 33.9655 9.88111 33.627 10.3039C33.2831 10.7345 33.0179 11.2221 32.8434 11.7444C32.6617 12.2739 32.5694 12.8299 32.5703 13.3897C32.5691 13.9603 32.6581 14.5275 32.834 15.0706C33.0043 15.605 33.2697 16.1043 33.6176 16.5449C33.9652 16.9875 34.4108 17.3439 34.9196 17.586C35.4284 17.8281 35.9866 17.9494 36.5502 17.9403C37.0042 17.9405 37.4532 17.8465 37.8687 17.6643C38.2699 17.4969 38.6214 17.2299 38.8896 16.8886H38.9254V17.6474V17.9291H41.3551V8.91406H38.931ZM38.5939 14.8752C38.4236 15.1058 38.2007 15.2926 37.9435 15.42C37.6864 15.5474 37.4024 15.6118 37.1153 15.6077C36.8291 15.6124 36.546 15.5483 36.29 15.4208C36.0339 15.2933 35.8125 15.1062 35.6443 14.8752C35.2722 14.407 35.0727 13.8255 35.0792 13.2281C35.0721 12.6335 35.2718 12.0548 35.6443 11.5904C35.8139 11.3617 36.0359 11.1767 36.2918 11.0509C36.5477 10.9251 36.83 10.8622 37.1153 10.8673C37.4015 10.8627 37.6848 10.9258 37.9418 11.0515C38.1989 11.1772 38.4223 11.3618 38.5939 11.5904C38.9741 12.0516 39.1801 12.6311 39.1759 13.2281C39.1796 13.8279 38.9738 14.4103 38.5939 14.8752Z\" fill=\"#141415\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2253_158113\">\\n<rect width=\"73.6875\" height=\"18\" fill=\"white\" transform=\"translate(9 4.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-o8g5tx\",\"data-framer-name\":\"Frame 7339\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:181,layoutDependency:layoutDependency,layoutId:\"ccV7fCNC6\",svg:'<svg width=\"181\" height=\"48\" viewBox=\"0 0 181 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2246_157676)\">\\n<path d=\"M53.2634 18.6875H41.5781V21.2442H45.9125V33.1148H48.9496V21.2442H53.2634V18.6875Z\" fill=\"#010101\"/>\\n<path d=\"M61.7732 23.9C61.2893 23.1827 60.6751 22.6542 59.9304 22.3214C59.1857 21.9885 58.3483 21.8203 57.4217 21.8203C55.8568 21.8203 54.587 22.3111 53.6055 23.2994C52.624 24.2844 52.1367 25.7017 52.1367 27.5514C52.1367 29.5247 52.6789 30.9489 53.7634 31.824C54.8478 32.6991 56.1005 33.1384 57.5212 33.1384C59.2406 33.1384 60.579 32.6202 61.5364 31.5804C62.1507 30.9283 62.4939 30.2866 62.5694 29.6517H59.721C59.5529 29.9674 59.3641 30.2111 59.1479 30.3861C58.7498 30.7121 58.235 30.8769 57.6002 30.8769C56.9996 30.8769 56.4883 30.743 56.0627 30.4753C55.3626 30.0429 54.992 29.2948 54.9474 28.2241H62.717C62.7307 27.3043 62.6998 26.5974 62.6243 26.1066C62.4939 25.2693 62.2125 24.5349 61.7732 23.9ZM55.0126 26.3846C55.1155 25.6914 55.3626 25.1389 55.7573 24.7339C56.1519 24.329 56.7079 24.1231 57.4217 24.1231C58.0806 24.1231 58.6331 24.3152 59.0758 24.6962C59.522 25.0805 59.7691 25.6433 59.8205 26.3812H55.016L55.0126 26.3846Z\" fill=\"#010101\"/>\\n<path d=\"M68.3034 24.2126C68.9623 24.2126 69.4496 24.4288 69.7653 24.8578C69.9815 25.177 70.1154 25.5373 70.1668 25.9354H73.0255C72.8677 24.4151 72.3632 23.3547 71.5121 22.7541C70.661 22.1536 69.5628 21.8516 68.2244 21.8516C66.6492 21.8516 65.4172 22.3595 64.5215 23.3787C63.6258 24.3945 63.1797 25.8222 63.1797 27.6513C63.1797 29.2746 63.5846 30.5924 64.3945 31.6116C65.2045 32.6274 66.4674 33.1388 68.1867 33.1388C69.906 33.1388 71.1998 32.5279 72.0749 31.3096C72.624 30.5512 72.9294 29.7482 72.9947 28.9005H70.1463C70.0879 29.4633 69.9198 29.9197 69.6452 30.2732C69.3707 30.6233 68.9074 30.8017 68.2519 30.8017C67.3287 30.8017 66.7007 30.359 66.3678 29.4702C66.1859 28.9932 66.0933 28.3686 66.0933 27.5861C66.0933 26.7659 66.1859 26.107 66.3678 25.6128C66.7144 24.6794 67.3596 24.2126 68.2999 24.2126H68.3034Z\" fill=\"#010101\"/>\\n<path d=\"M82.5454 23.557C82.2023 23.0869 81.7596 22.7368 81.2242 22.5103C80.6888 22.2804 80.0917 22.1671 79.4362 22.1671C78.8528 22.1671 78.2934 22.2907 77.7649 22.5343C77.2364 22.778 76.7697 23.2104 76.3682 23.8316V18.7422H73.5781V33.1215H76.3682V27.3389C76.3682 26.426 76.5569 25.7191 76.9379 25.2283C77.3154 24.7341 77.8713 24.4905 78.6057 24.4905C79.3401 24.4905 79.7897 24.7376 80.0436 25.2352C80.2358 25.5886 80.3354 26.0519 80.3354 26.625V33.1215H83.1837V26.8515C83.1837 25.8975 83.1529 25.2111 83.0877 24.789C83.0225 24.3669 82.844 23.9585 82.5523 23.5604L82.5454 23.557Z\" fill=\"#010101\"/>\\n<path d=\"M94.8728 18.6875H83.1875V21.2442H87.5219V33.1148H90.5556V21.2442H94.8728V18.6875Z\" fill=\"#010101\"/>\\n<path d=\"M103.83 32.3878C103.738 32.2574 103.683 32.0103 103.666 31.6431C103.652 31.1592 103.645 30.7508 103.645 30.4076V25.5139C103.645 24.2269 103.189 23.3553 102.279 22.892C101.37 22.4287 100.326 22.1953 99.1527 22.1953C97.351 22.1953 96.0778 22.6655 95.34 23.6058C94.8733 24.2064 94.6125 24.9716 94.5541 25.9051H97.2447C97.3099 25.4933 97.4437 25.1673 97.6427 24.927C97.9207 24.601 98.3943 24.4363 99.0601 24.4363C99.6572 24.4363 100.107 24.5186 100.416 24.6868C100.725 24.855 100.876 25.157 100.876 25.5928C100.876 25.9531 100.676 26.2174 100.275 26.3855C100.052 26.4816 99.6812 26.564 99.1596 26.6292L98.2021 26.7459C97.1177 26.8832 96.2975 27.1097 95.7381 27.4288C94.7188 28.0157 94.2109 28.9663 94.2109 30.2772C94.2109 31.2896 94.5267 32.0686 95.1615 32.6211C95.7964 33.1737 96.596 33.4482 97.5672 33.4482C98.3291 33.4482 99.012 33.2732 99.616 32.93C100.121 32.6383 100.567 32.2814 100.954 31.8627C100.975 32.1029 100.999 32.3191 101.033 32.5079C101.068 32.6966 101.126 32.8991 101.208 33.1153H104.242V32.7035C104.06 32.6177 103.923 32.5113 103.83 32.3809V32.3878ZM100.865 28.9731C100.845 29.9066 100.58 30.5483 100.066 30.9018C99.5508 31.2553 98.9914 31.4303 98.3806 31.4303C97.9962 31.4303 97.6702 31.3239 97.4025 31.1111C97.1348 30.8984 97.001 30.5552 97.001 30.0782C97.001 29.5428 97.2206 29.1482 97.6599 28.8942C97.9207 28.7432 98.3463 28.6162 98.9434 28.5133L99.5783 28.3966C99.8974 28.3382 100.145 28.273 100.326 28.2044C100.508 28.1358 100.69 28.0465 100.869 27.9367V28.9766L100.865 28.9731Z\" fill=\"#010101\"/>\\n<path d=\"M113.31 23.0636C112.613 22.487 111.714 22.1953 110.616 22.1953C109.737 22.1953 109.013 22.4115 108.443 22.8405C108.124 23.0807 107.788 23.4754 107.427 24.0245V22.4699H104.727V33.1188H107.517V27.343C107.517 26.6841 107.606 26.1419 107.788 25.7163C108.138 24.9133 108.783 24.5118 109.72 24.5118C110.485 24.5118 111.003 24.7863 111.274 25.3354C111.422 25.634 111.498 26.0664 111.498 26.6292V33.1188H114.356V25.936C114.356 24.5976 114.006 23.6401 113.31 23.0636Z\" fill=\"#010101\"/>\\n<path d=\"M124.933 22.5H121.463L117.946 26.5255V18.7422H115.207V33.118H117.946V29.7617L119.102 28.5606L121.686 33.118H125.08L121.11 26.474L124.933 22.5Z\" fill=\"#010101\"/>\\n<path d=\"M131.47 26.3475C129.802 25.9802 128.831 25.7229 128.556 25.5753C128.282 25.4312 128.144 25.2012 128.144 24.8821C128.144 24.6281 128.275 24.405 128.532 24.2163C128.79 24.0275 129.225 23.9315 129.833 23.9315C130.571 23.9315 131.096 24.1202 131.405 24.4977C131.569 24.707 131.669 24.9919 131.71 25.3488H134.5C134.377 24.0447 133.893 23.125 133.055 22.5931C132.214 22.0611 131.127 21.7969 129.795 21.7969C128.388 21.7969 127.3 22.1504 126.525 22.8573C125.749 23.5643 125.361 24.4119 125.361 25.3968C125.361 26.2308 125.608 26.8725 126.106 27.3152C126.603 27.7648 127.455 28.1389 128.669 28.4409C130.354 28.8389 131.326 29.1204 131.586 29.2816C131.847 29.4464 131.978 29.6832 131.978 29.9955C131.978 30.3078 131.816 30.5651 131.49 30.7299C131.164 30.8946 130.729 30.9735 130.176 30.9735C129.239 30.9735 128.597 30.7882 128.247 30.4141C128.052 30.2048 127.921 29.8548 127.863 29.3571H125.035C125.035 30.4553 125.437 31.3545 126.236 32.0648C127.036 32.7752 128.278 33.1287 129.96 33.1287C131.641 33.1287 132.825 32.7924 133.615 32.1266C134.404 31.4574 134.795 30.5926 134.795 29.5356C134.795 28.7326 134.521 28.0634 133.972 27.528C133.416 26.9995 132.585 26.6048 131.473 26.344L131.47 26.3475Z\" fill=\"#010101\"/>\\n<path d=\"M176.429 27.5158C175.873 26.9873 175.043 26.5926 173.931 26.3318C172.263 25.9646 171.292 25.7072 171.017 25.5597C170.743 25.4155 170.605 25.1856 170.605 24.8664C170.605 24.6125 170.736 24.3894 170.993 24.2007C171.25 24.0119 171.686 23.9158 172.294 23.9158C173.032 23.9158 173.557 24.1046 173.866 24.4821C174.03 24.6914 174.13 24.9763 174.171 25.3332H176.961C176.837 24.0291 176.354 23.1094 175.516 22.5774C174.675 22.0455 173.588 21.7812 172.256 21.7812C170.849 21.7812 169.761 22.1347 168.986 22.8417C168.21 23.5521 167.822 24.3963 167.822 25.3812C167.822 26.2151 168.069 26.8569 168.567 27.2996C169.064 27.7492 169.916 28.1232 171.13 28.4252C172.815 28.8233 173.787 29.1047 174.047 29.266C174.308 29.4307 174.439 29.6675 174.439 29.9798C174.439 30.2921 174.277 30.5495 173.951 30.7142C173.625 30.879 173.189 30.9579 172.637 30.9579C171.7 30.9579 171.058 30.7726 170.708 30.3985C170.513 30.1892 170.382 29.8391 170.324 29.3415H167.496C167.496 30.4397 167.898 31.3388 168.697 32.0492C169.497 32.7562 170.739 33.1131 172.421 33.1131C174.102 33.1131 175.286 32.7768 176.076 32.111C176.865 31.4418 177.256 30.577 177.256 29.52C177.256 28.7169 176.982 28.0477 176.433 27.5124L176.429 27.5158Z\" fill=\"#010101\"/>\\n<path d=\"M138.446 18.6875H135.43V33.1148H145.65V30.5238H138.446V18.6875Z\" fill=\"#010101\"/>\\n<path d=\"M156.006 32.3878C155.913 32.2574 155.859 32.0103 155.841 31.6431C155.828 31.1592 155.821 30.7508 155.821 30.4076V25.5139C155.821 24.2269 155.364 23.3553 154.455 22.892C153.545 22.4287 152.502 22.1953 151.329 22.1953C149.527 22.1953 148.254 22.6655 147.516 23.6058C147.049 24.2064 146.788 24.9716 146.73 25.9051H149.42C149.486 25.4933 149.619 25.1673 149.819 24.927C150.097 24.601 150.57 24.4363 151.236 24.4363C151.833 24.4363 152.283 24.5186 152.591 24.6868C152.9 24.855 153.051 25.157 153.051 25.5928C153.051 25.9531 152.852 26.2174 152.451 26.3855C152.228 26.4816 151.857 26.564 151.335 26.6292L150.378 26.7459C149.293 26.8832 148.473 27.1097 147.914 27.4288C146.895 28.0157 146.387 28.9663 146.387 30.2772C146.387 31.2896 146.702 32.0686 147.337 32.6211C147.972 33.1737 148.772 33.4482 149.743 33.4482C150.505 33.4482 151.188 33.2732 151.792 32.93C152.296 32.6383 152.742 32.2814 153.13 31.8627C153.151 32.1029 153.175 32.3191 153.209 32.5079C153.243 32.6966 153.302 32.8991 153.384 33.1153H156.418V32.7035C156.236 32.6177 156.099 32.5113 156.006 32.3809V32.3878ZM153.041 28.9731C153.02 29.9066 152.756 30.5483 152.241 30.9018C151.727 31.2553 151.167 31.4303 150.556 31.4303C150.172 31.4303 149.846 31.3239 149.578 31.1111C149.311 30.8984 149.177 30.5552 149.177 30.0782C149.177 29.5428 149.396 29.1482 149.836 28.8942C150.096 28.7432 150.522 28.6162 151.119 28.5133L151.754 28.3966C152.073 28.3382 152.32 28.273 152.502 28.2044C152.684 28.1358 152.863 28.0465 153.044 27.9367V28.9766L153.041 28.9731Z\" fill=\"#010101\"/>\\n<path d=\"M162.677 22.2148C161.895 22.2148 161.253 22.3795 160.745 22.7021C160.319 22.9629 159.928 23.3439 159.571 23.8381V18.7109H156.781V33.1177H159.534V31.7758C159.908 32.2975 160.254 32.6612 160.577 32.8706C161.116 33.2241 161.826 33.3991 162.711 33.3991C164.122 33.3991 165.22 32.8568 166.006 31.7655C166.792 30.6742 167.186 29.3015 167.186 27.6439C167.186 25.9864 166.788 24.7406 165.989 23.7282C165.193 22.7159 164.084 22.2114 162.674 22.2114L162.677 22.2148ZM163.662 30.2315C163.26 30.8115 162.698 31.1032 161.974 31.1032C161.14 31.1032 160.515 30.8046 160.11 30.2041C159.702 29.6035 159.499 28.8451 159.499 27.9322C159.499 27.1566 159.599 26.5252 159.794 26.0344C160.175 25.1147 160.879 24.6548 161.898 24.6548C162.917 24.6548 163.597 25.125 163.971 26.0653C164.166 26.5595 164.266 27.1875 164.266 27.9425C164.266 28.8897 164.067 29.6515 163.665 30.2349L163.662 30.2315Z\" fill=\"#010101\"/>\\n<path d=\"M19.7657 36.7702C13.1457 36.7702 7.75781 31.3857 7.75781 24.7657C7.75781 18.1458 13.1457 12.7578 19.7657 12.7578C26.3857 12.7578 31.7736 18.1423 31.7736 24.7623C31.7736 31.3822 26.3891 36.7667 19.7657 36.7667V36.7702ZM19.7657 13.3858C13.4924 13.3858 8.38583 18.4889 8.38583 24.7657C8.38583 31.0425 13.4889 36.1456 19.7657 36.1456C26.0425 36.1456 31.1456 31.0425 31.1456 24.7657C31.1456 18.4889 26.039 13.3858 19.7657 13.3858Z\" fill=\"#010101\"/>\\n<path d=\"M19.7644 21.9135C19.3388 21.9135 18.9304 22.0061 18.5667 22.1777L8.51148 12.1328L7.82169 12.8226C4.70904 15.9318 3 20.0706 3 24.4702H4.9527C4.9527 20.9148 6.22247 17.5619 8.53207 14.9194L17.1768 23.5642C17.0018 23.9279 16.9057 24.3363 16.9057 24.7619C16.9057 26.3302 18.1857 27.6137 19.7609 27.6137C21.3361 27.6137 22.6128 26.3336 22.6128 24.7619C22.6128 23.1901 21.3327 21.91 19.7609 21.91L19.7644 21.9135ZM19.7644 25.661C19.2668 25.661 18.8652 25.2595 18.8652 24.7619C18.8652 24.2643 19.2668 23.8627 19.7644 23.8627C20.262 23.8627 20.6635 24.2643 20.6635 24.7619C20.6635 25.2595 20.2551 25.661 19.7644 25.661Z\" fill=\"#010101\"/>\\n<path d=\"M36.1583 30.2954C36.1583 31.4897 35.1836 32.4609 33.9928 32.4609C33.9482 32.4609 33.9036 32.4609 33.8658 32.454C30.9591 37.6978 25.4785 40.9306 19.4625 40.9306C12.4994 40.9306 6.25693 36.5241 3.93359 29.9557L5.77991 29.3036C6.40106 31.0676 7.34481 32.6565 8.53565 34.0121L12.3724 30.1822L11.8199 29.6296L14.3011 27.1484L16.7823 29.6296L14.3011 32.1108L13.7554 31.5652L9.92553 35.3882C12.5131 37.6532 15.8797 38.9813 19.4625 38.9813C24.7818 38.9813 29.6172 36.1192 32.1705 31.4794C31.9509 31.1396 31.8205 30.7312 31.8205 30.2988C31.8205 29.1011 32.7951 28.1265 33.9928 28.1265C35.1905 28.1265 36.1583 29.1011 36.1583 30.2988V30.2954Z\" fill=\"#010101\"/>\\n<path d=\"M35.9307 24.4683C35.9307 25.0414 35.8998 25.6248 35.8415 26.1876L33.8957 25.9852C33.9471 25.4841 33.978 24.9693 33.978 24.4649C33.978 20.81 32.6225 17.4708 30.3849 14.921L25.3161 19.9898L23.9331 18.6068L29.0019 13.538C26.4452 11.3039 23.1061 9.94489 19.458 9.94489C17.8176 9.94489 16.2116 10.216 14.681 10.7479C14.6947 10.8303 14.6981 10.9161 14.6981 11.0053C14.6981 12.203 13.7304 13.1708 12.5327 13.1708C11.335 13.1708 10.3672 12.203 10.3672 11.0053C10.3672 9.80761 11.335 8.83984 12.5327 8.83984C12.8964 8.83984 13.243 8.92907 13.545 9.0835C15.4291 8.36282 17.4264 7.99219 19.4615 7.99219C28.5455 7.99219 35.9307 15.3774 35.9307 24.4614V24.4683Z\" fill=\"#010101\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2246_157676\">\\n<rect width=\"174.25\" height=\"32.9316\" fill=\"white\" transform=\"translate(3 8)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-h5ijms\",\"data-framer-name\":\"Frame 7339\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:102,layoutDependency:layoutDependency,layoutId:\"bFg0CYwz4\",svg:'<svg width=\"102\" height=\"27\" viewBox=\"0 0 102 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2253_158123)\">\\n<path d=\"M29.9636 10.5078H23.3906V11.946H25.8287V18.6232H27.5371V11.946H29.9636V10.5078Z\" fill=\"#141415\"/>\\n<path d=\"M34.7487 13.4393C34.4765 13.0359 34.1309 12.7386 33.712 12.5514C33.2932 12.3641 32.8221 12.2695 32.3009 12.2695C31.4207 12.2695 30.7064 12.5456 30.1543 13.1015C29.6022 13.6556 29.3281 14.4528 29.3281 15.4933C29.3281 16.6033 29.6331 17.4044 30.2431 17.8966C30.8531 18.3889 31.5577 18.636 32.3569 18.636C33.324 18.636 34.0769 18.3445 34.6155 17.7596C34.961 17.3928 35.154 17.0318 35.1965 16.6747H33.5943C33.4997 16.8523 33.3935 16.9893 33.2719 17.0878C33.048 17.2712 32.7584 17.3638 32.4013 17.3638C32.0635 17.3638 31.7759 17.2885 31.5365 17.138C31.1427 16.8947 30.9342 16.4739 30.9091 15.8716H35.2795C35.2872 15.3543 35.2699 14.9566 35.2274 14.6806C35.154 14.2096 34.9958 13.7965 34.7487 13.4393ZM30.9458 14.837C31.0037 14.447 31.1427 14.1362 31.3647 13.9084C31.5867 13.6806 31.8994 13.5648 32.3009 13.5648C32.6716 13.5648 32.9824 13.6729 33.2314 13.8872C33.4823 14.1034 33.6213 14.42 33.6503 14.835H30.9477L30.9458 14.837Z\" fill=\"#141415\"/>\\n<path d=\"M38.425 13.6133C38.7957 13.6133 39.0698 13.7349 39.2474 13.9762C39.369 14.1557 39.4443 14.3584 39.4732 14.5823H41.0813C40.9925 13.7272 40.7087 13.1307 40.23 12.7928C39.7512 12.455 39.1335 12.2852 38.3806 12.2852C37.4946 12.2852 36.8016 12.5709 36.2977 13.1442C35.7939 13.7156 35.543 14.5186 35.543 15.5475C35.543 16.4606 35.7708 17.2019 36.2263 17.7752C36.6819 18.3466 37.3923 18.6342 38.3594 18.6342C39.3265 18.6342 40.0543 18.2906 40.5465 17.6053C40.8554 17.1787 41.0272 16.727 41.0639 16.2502H39.4617C39.4288 16.5668 39.3343 16.8235 39.1798 17.0223C39.0254 17.2192 38.7648 17.3196 38.3961 17.3196C37.8768 17.3196 37.5235 17.0706 37.3363 16.5706C37.234 16.3023 37.1819 15.951 37.1819 15.5108C37.1819 15.0495 37.234 14.6788 37.3363 14.4009C37.5313 13.8758 37.8942 13.6133 38.4231 13.6133H38.425Z\" fill=\"#141415\"/>\\n<path d=\"M46.4347 13.2435C46.2417 12.979 45.9927 12.7821 45.6915 12.6547C45.3904 12.5254 45.0545 12.4617 44.6858 12.4617C44.3576 12.4617 44.043 12.5312 43.7457 12.6682C43.4484 12.8053 43.1859 13.0485 42.96 13.3979V10.5352H41.3906V18.6235H42.96V15.3708C42.96 14.8573 43.0662 14.4596 43.2805 14.1836C43.4928 13.9056 43.8055 13.7686 44.2186 13.7686C44.6318 13.7686 44.8846 13.9076 45.0275 14.1875C45.1356 14.3863 45.1916 14.6469 45.1916 14.9693V18.6235H46.7938V15.0967C46.7938 14.56 46.7764 14.1739 46.7397 13.9365C46.7031 13.6991 46.6027 13.4694 46.4386 13.2454L46.4347 13.2435Z\" fill=\"#141415\"/>\\n<path d=\"M53.3699 10.5078H46.7969V11.946H49.235V18.6232H50.9414V11.946H53.3699V10.5078Z\" fill=\"#141415\"/>\\n<path d=\"M58.407 18.2137C58.3549 18.1404 58.324 18.0014 58.3143 17.7948C58.3066 17.5227 58.3027 17.2929 58.3027 17.0999V14.3472C58.3027 13.6233 58.046 13.1329 57.5344 12.8723C57.0229 12.6117 56.436 12.4805 55.7759 12.4805C54.7624 12.4805 54.0462 12.7449 53.6312 13.2739C53.3687 13.6117 53.2219 14.0422 53.1891 14.5672H54.7026C54.7392 14.3356 54.8145 14.1522 54.9265 14.0171C55.0828 13.8337 55.3492 13.741 55.7237 13.741C56.0596 13.741 56.3125 13.7873 56.4862 13.8819C56.66 13.9765 56.7449 14.1464 56.7449 14.3916C56.7449 14.5942 56.633 14.7429 56.4071 14.8375C56.2816 14.8915 56.0731 14.9379 55.7797 14.9745L55.2411 15.0402C54.6311 15.1174 54.1698 15.2448 53.8551 15.4243C53.2818 15.7544 52.9961 16.2891 52.9961 17.0265C52.9961 17.596 53.1737 18.0342 53.5308 18.345C53.8879 18.6558 54.3377 18.8102 54.884 18.8102C55.3126 18.8102 55.6967 18.7118 56.0365 18.5187C56.3202 18.3546 56.5712 18.1539 56.7893 17.9184C56.8009 18.0535 56.8144 18.1751 56.8337 18.2813C56.853 18.3875 56.8858 18.5014 56.9322 18.623H58.6386V18.3913C58.5363 18.3431 58.4591 18.2832 58.407 18.2099V18.2137ZM56.7391 16.293C56.7275 16.8181 56.5789 17.179 56.2893 17.3779C55.9998 17.5767 55.6851 17.6752 55.3415 17.6752C55.1253 17.6752 54.9419 17.6153 54.7914 17.4956C54.6408 17.3759 54.5655 17.1829 54.5655 16.9146C54.5655 16.6134 54.689 16.3914 54.9361 16.2486C55.0828 16.1637 55.3222 16.0922 55.6581 16.0343L56.0152 15.9687C56.1948 15.9359 56.3337 15.8992 56.4361 15.8606C56.5384 15.822 56.6407 15.7718 56.7411 15.71V16.2949L56.7391 16.293Z\" fill=\"#141415\"/>\\n<path d=\"M63.7381 12.9689C63.3462 12.6446 62.8404 12.4805 62.2227 12.4805C61.7285 12.4805 61.3212 12.6021 61.0008 12.8434C60.8212 12.9785 60.6321 13.2005 60.4294 13.5094V12.6349H58.9102V18.6249H60.4796V15.3761C60.4796 15.0054 60.5298 14.7004 60.6321 14.461C60.829 14.0093 61.1919 13.7835 61.7189 13.7835C62.1494 13.7835 62.4408 13.9379 62.5933 14.2468C62.6763 14.4147 62.7188 14.6579 62.7188 14.9745V18.6249H64.3268V14.5846C64.3268 13.8317 64.1299 13.2932 63.7381 12.9689Z\" fill=\"#141415\"/>\\n<path d=\"M70.2793 12.6489H68.3277L66.349 14.9133V10.5352H64.8086V18.6216H66.349V16.7336L66.9996 16.058L68.4532 18.6216H70.3623L68.1289 14.8843L70.2793 12.6489Z\" fill=\"#141415\"/>\\n<path d=\"M73.9554 14.8175C73.0173 14.611 72.4709 14.4662 72.3165 14.3832C72.1621 14.3021 72.0849 14.1728 72.0849 13.9932C72.0849 13.8504 72.1582 13.7249 72.303 13.6187C72.4478 13.5126 72.6929 13.4585 73.0346 13.4585C73.4497 13.4585 73.745 13.5647 73.9187 13.777C74.0114 13.8948 74.0674 14.055 74.0905 14.2558H75.66C75.5905 13.5222 75.3183 13.0049 74.8473 12.7057C74.3743 12.4065 73.7624 12.2578 73.0134 12.2578C72.2219 12.2578 71.61 12.4566 71.1737 12.8543C70.7375 13.252 70.5193 13.7288 70.5193 14.2828C70.5193 14.7519 70.6583 15.1129 70.9382 15.3619C71.2181 15.6148 71.6969 15.8252 72.3802 15.9951C73.328 16.219 73.8743 16.3773 74.0211 16.468C74.1678 16.5607 74.2411 16.6939 74.2411 16.8695C74.2411 17.0452 74.1504 17.19 73.967 17.2826C73.7836 17.3753 73.5385 17.4197 73.2277 17.4197C72.7007 17.4197 72.3397 17.3154 72.1428 17.105C72.0327 16.9873 71.9594 16.7904 71.9266 16.5105H70.3359C70.3359 17.1282 70.5618 17.634 71.0116 18.0335C71.4614 18.4331 72.1602 18.632 73.1061 18.632C74.0519 18.632 74.7179 18.4428 75.1619 18.0683C75.6059 17.6919 75.826 17.2054 75.826 16.6108C75.826 16.1591 75.6715 15.7827 75.3627 15.4816C75.05 15.1843 74.5828 14.9623 73.9573 14.8156L73.9554 14.8175Z\" fill=\"#141415\"/>\\n<path d=\"M99.2436 15.4757C98.9308 15.1784 98.4637 14.9564 97.8382 14.8097C96.9001 14.6031 96.3538 14.4584 96.1993 14.3754C96.0449 14.2943 95.9677 14.1649 95.9677 13.9854C95.9677 13.8426 96.041 13.7171 96.1858 13.6109C96.3306 13.5048 96.5758 13.4507 96.9174 13.4507C97.3325 13.4507 97.6278 13.5569 97.8016 13.7692C97.8942 13.887 97.9502 14.0472 97.9734 14.248H99.5428C99.4733 13.5144 99.2011 12.9971 98.7301 12.6979C98.2571 12.3986 97.6452 12.25 96.8962 12.25C96.1047 12.25 95.4928 12.4488 95.0565 12.8465C94.6203 13.2461 94.4021 13.721 94.4021 14.275C94.4021 14.7441 94.5411 15.105 94.821 15.3541C95.1009 15.607 95.5797 15.8174 96.263 15.9872C97.2109 16.2112 97.7572 16.3695 97.9039 16.4602C98.0506 16.5528 98.1239 16.686 98.1239 16.8617C98.1239 17.0374 98.0332 17.1821 97.8498 17.2748C97.6664 17.3675 97.4213 17.4119 97.1105 17.4119C96.5835 17.4119 96.2225 17.3076 96.0256 17.0972C95.9156 16.9795 95.8422 16.7826 95.8094 16.5027H94.2188C94.2188 17.1204 94.4446 17.6261 94.8944 18.0257C95.3442 18.4234 96.043 18.6242 96.9889 18.6242C97.9348 18.6242 98.6007 18.435 99.0447 18.0605C99.4887 17.6841 99.7088 17.1976 99.7088 16.603C99.7088 16.1513 99.5544 15.7749 99.2455 15.4738L99.2436 15.4757Z\" fill=\"#141415\"/>\\n<path d=\"M77.8804 10.5078H76.1836V18.6232H81.9323V17.1657H77.8804V10.5078Z\" fill=\"#141415\"/>\\n<path d=\"M87.7546 18.2137C87.7025 18.1404 87.6716 18.0014 87.662 17.7948C87.6543 17.5227 87.6504 17.2929 87.6504 17.0999V14.3472C87.6504 13.6233 87.3937 13.1329 86.8821 12.8723C86.3705 12.6117 85.7837 12.4805 85.1235 12.4805C84.1101 12.4805 83.3939 12.7449 82.9789 13.2739C82.7163 13.6117 82.5696 14.0422 82.5368 14.5672H84.0502C84.0869 14.3356 84.1622 14.1522 84.2741 14.0171C84.4305 13.8337 84.6969 13.741 85.0714 13.741C85.4073 13.741 85.6602 13.7873 85.8339 13.8819C86.0076 13.9765 86.0926 14.1464 86.0926 14.3916C86.0926 14.5942 85.9806 14.7429 85.7548 14.8375C85.6293 14.8915 85.4208 14.9379 85.1274 14.9745L84.5888 15.0402C83.9788 15.1174 83.5174 15.2448 83.2028 15.4243C82.6295 15.7544 82.3438 16.2891 82.3438 17.0265C82.3438 17.596 82.5213 18.0342 82.8785 18.345C83.2356 18.6558 83.6854 18.8102 84.2317 18.8102C84.6602 18.8102 85.0444 18.7118 85.3841 18.5187C85.6679 18.3546 85.9188 18.1539 86.137 17.9184C86.1486 18.0535 86.1621 18.1751 86.1814 18.2813C86.2007 18.3875 86.2335 18.5014 86.2798 18.623H87.9863V18.3913C87.884 18.3431 87.8068 18.2832 87.7546 18.2099V18.2137ZM86.0868 16.293C86.0752 16.8181 85.9266 17.179 85.637 17.3779C85.3474 17.5767 85.0328 17.6752 84.6892 17.6752C84.473 17.6752 84.2896 17.6153 84.139 17.4956C83.9884 17.3759 83.9132 17.1829 83.9132 16.9146C83.9132 16.6134 84.0367 16.3914 84.2838 16.2486C84.4305 16.1637 84.6699 16.0922 85.0058 16.0343L85.3629 15.9687C85.5424 15.9359 85.6814 15.8992 85.7837 15.8606C85.886 15.822 85.9864 15.7718 86.0887 15.71V16.2949L86.0868 16.293Z\" fill=\"#141415\"/>\\n<path d=\"M91.5078 12.4905C91.0677 12.4905 90.7067 12.5831 90.421 12.7646C90.1816 12.9113 89.9616 13.1256 89.7608 13.4035V10.5195H88.1914V18.6233H89.7396V17.8685C89.95 18.162 90.145 18.3666 90.3264 18.4843C90.6295 18.6832 91.0291 18.7816 91.5271 18.7816C92.3205 18.7816 92.9382 18.4766 93.3803 17.8627C93.8224 17.2489 94.0444 16.4767 94.0444 15.5443C94.0444 14.612 93.8204 13.9112 93.3706 13.3418C92.9228 12.7723 92.2993 12.4885 91.5059 12.4885L91.5078 12.4905ZM92.0618 16.9999C91.836 17.3261 91.5194 17.4902 91.1121 17.4902C90.643 17.4902 90.2917 17.3222 90.0639 16.9844C89.8342 16.6466 89.7203 16.22 89.7203 15.7065C89.7203 15.2702 89.7763 14.915 89.8863 14.639C90.1006 14.1216 90.4963 13.863 91.0696 13.863C91.6429 13.863 92.0252 14.1274 92.2356 14.6564C92.3456 14.9343 92.4016 15.2876 92.4016 15.7123C92.4016 16.2451 92.2896 16.6736 92.0638 17.0018L92.0618 16.9999Z\" fill=\"#141415\"/>\\n<path d=\"M11.1177 20.6788C7.394 20.6788 4.36328 17.65 4.36328 13.9263C4.36328 10.2026 7.394 7.17188 11.1177 7.17188C14.8414 7.17188 17.8722 10.2007 17.8722 13.9244C17.8722 17.6481 14.8434 20.6769 11.1177 20.6769V20.6788ZM11.1177 7.52514C7.58896 7.52514 4.71654 10.3956 4.71654 13.9263C4.71654 17.457 7.58703 20.3275 11.1177 20.3275C14.6484 20.3275 17.5189 17.457 17.5189 13.9263C17.5189 10.3956 14.6465 7.52514 11.1177 7.52514Z\" fill=\"#141415\"/>\\n<path d=\"M11.1175 12.3219C10.8781 12.3219 10.6484 12.374 10.4438 12.4706L4.78771 6.82031L4.3997 7.20832C2.64884 8.95726 1.6875 11.2853 1.6875 13.7601H2.78589C2.78589 11.7602 3.50014 9.87419 4.79929 8.38779L9.66195 13.2504C9.5635 13.4551 9.50945 13.6848 9.50945 13.9242C9.50945 14.8063 10.2295 15.5283 11.1155 15.5283C12.0016 15.5283 12.7197 14.8083 12.7197 13.9242C12.7197 13.04 11.9997 12.32 11.1155 12.32L11.1175 12.3219ZM11.1175 14.4299C10.8376 14.4299 10.6117 14.2041 10.6117 13.9242C10.6117 13.6442 10.8376 13.4184 11.1175 13.4184C11.3974 13.4184 11.6232 13.6442 11.6232 13.9242C11.6232 14.2041 11.3935 14.4299 11.1175 14.4299Z\" fill=\"#141415\"/>\\n<path d=\"M20.3373 17.0358C20.3373 17.7076 19.7891 18.2539 19.1192 18.2539C19.0941 18.2539 19.069 18.2539 19.0478 18.25C17.4128 21.1996 14.3299 23.0181 10.946 23.0181C7.02919 23.0181 3.51781 20.5395 2.21094 16.8447L3.24949 16.4779C3.59889 17.4701 4.12975 18.3639 4.79959 19.1264L6.95777 16.9721L6.64698 16.6613L8.04265 15.2656L9.43832 16.6613L8.04265 18.057L7.73572 17.75L5.5814 19.9005C7.03692 21.1746 8.93063 21.9216 10.946 21.9216C13.9381 21.9216 16.658 20.3117 18.0942 17.7018C17.9707 17.5107 17.8973 17.281 17.8973 17.0377C17.8973 16.364 18.4455 15.8158 19.1192 15.8158C19.7929 15.8158 20.3373 16.364 20.3373 17.0377V17.0358Z\" fill=\"#141415\"/>\\n<path d=\"M20.2115 13.76C20.2115 14.0824 20.1941 14.4105 20.1613 14.7271L19.0668 14.6132C19.0958 14.3314 19.1131 14.0418 19.1131 13.7581C19.1131 11.7022 18.3506 9.82393 17.092 8.38965L14.2408 11.2408L13.4629 10.4629L16.3141 7.6117C14.8759 6.35502 12.9976 5.59058 10.9456 5.59058C10.0229 5.59058 9.11949 5.74308 8.25853 6.04229C8.26626 6.08862 8.26819 6.13688 8.26819 6.18707C8.26819 6.86078 7.72382 7.40515 7.05011 7.40515C6.3764 7.40515 5.83203 6.86078 5.83203 6.18707C5.83203 5.51336 6.3764 4.96899 7.05011 4.96899C7.25473 4.96899 7.4497 5.01918 7.61957 5.10605C8.67936 4.70067 9.80285 4.49219 10.9476 4.49219C16.0573 4.49219 20.2115 8.64639 20.2115 13.7561V13.76Z\" fill=\"#141415\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2253_158123\">\\n<rect width=\"98.0156\" height=\"18.524\" fill=\"white\" transform=\"translate(1.6875 4.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1440bj5\",\"data-framer-name\":\"Frame 7333\",layoutDependency:layoutDependency,layoutId:\"tjJJggI9R\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u4acwg\",\"data-framer-name\":\"Frame 7736\",layoutDependency:layoutDependency,layoutId:\"lIWkwcrqa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pnwf7k\",\"data-framer-name\":\"Frame 7341\",layoutDependency:layoutDependency,layoutId:\"hrLuIjC5a\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nP3p1kgFL1XLbb0Om4cv032Hbck.png\"},className:\"framer-1rieghm\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"I60UDWP0o\",transformTemplate:transformTemplate2,...addPropertyOverrides({iO1LSica2:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+4),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nP3p1kgFL1XLbb0Om4cv032Hbck.png\"}},jaUIBQ3O7:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+4),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nP3p1kgFL1XLbb0Om4cv032Hbck.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png\",srcSet:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png?scale-down-to=512 512w,https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png 629w\"},className:\"framer-b2duje\",\"data-framer-name\":\"Frame 7337\",layoutDependency:layoutDependency,layoutId:\"cQfNRv1dg\",...addPropertyOverrides({iO1LSica2:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0),positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png\",srcSet:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png?scale-down-to=512 512w,https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png 629w\"}},jaUIBQ3O7:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0),positionX:\"center\",positionY:\"center\",sizes:\"157px\",src:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png\",srcSet:\"https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png?scale-down-to=512 512w,https://framerusercontent.com/images/6VLScblNckd7E8PH1CtQyfN1K8.png 629w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdjvde\",\"data-framer-name\":\"Frame 7342\",layoutDependency:layoutDependency,layoutId:\"ienSiTYCN\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"141.75px\",src:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png\",srcSet:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png 568w\"},className:\"framer-1lwt7lh\",\"data-framer-name\":\"Petion+Law+Logo+White 1\",layoutDependency:layoutDependency,layoutId:\"o9MHmfgT1\",...addPropertyOverrides({iO1LSica2:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+4.8046875),positionX:\"center\",positionY:\"center\",sizes:\"141.75px\",src:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png\",srcSet:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png 568w\"}},jaUIBQ3O7:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+4.8046875),positionX:\"center\",positionY:\"center\",sizes:\"141.75px\",src:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png\",srcSet:\"https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/GhnyVjX9Acj61yMdCWlb1UCBqrk.png 568w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ao7c9k\",\"data-framer-name\":\"Frame 7343\",layoutDependency:layoutDependency,layoutId:\"JSif62noy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9febzIArhsiXS7EMLgjrmPkiIo.png\"},className:\"framer-1eth7jb\",\"data-framer-name\":\"Feel-Free-PT2-01 1\",layoutDependency:layoutDependency,layoutId:\"jTkyJZ3Ar\",transformTemplate:transformTemplate1,...addPropertyOverrides({iO1LSica2:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9febzIArhsiXS7EMLgjrmPkiIo.png\"}},jaUIBQ3O7:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9febzIArhsiXS7EMLgjrmPkiIo.png\"}}},baseVariant,gestureVariant)})})]})}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lkbcah\",\"data-framer-name\":\"Frame 7333\",layoutDependency:layoutDependency,layoutId:\"CtXzo8qML\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tg3tsh\",\"data-framer-name\":\"Frame 7736\",layoutDependency:layoutDependency,layoutId:\"euytRRvl3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-n7rn1d\",\"data-framer-name\":\"Frame 7335\",layoutDependency:layoutDependency,layoutId:\"hhzFfSmgw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"171px\",src:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png\",srcSet:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png 684w\"},className:\"framer-a0ezeh\",\"data-framer-name\":\"image 399\",layoutDependency:layoutDependency,layoutId:\"WmJ_GvVd5\",transformTemplate:transformTemplate1,...addPropertyOverrides({ckJHHm_MU:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+9),positionX:\"center\",positionY:\"center\",sizes:\"171px\",src:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png\",srcSet:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png 684w\"}},XVceMtu_I:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+9),positionX:\"center\",positionY:\"center\",sizes:\"171px\",src:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png\",srcSet:\"https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZTPJ1UajNsAcQWeFRnS8elUxtt8.png 684w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1p0qr0f\",\"data-framer-name\":\"Frame 7340\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:98,layoutDependency:layoutDependency,layoutId:\"KOfE4KF4I\",svg:'<svg width=\"98\" height=\"48\" viewBox=\"0 0 98 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.65234 33.572V17.0938H19.3255V19.0642H9.93398V24.3495H18.4861V26.295H9.93398V33.5738H7.65234V33.572Z\" fill=\"#010101\"/>\\n<path d=\"M21.9453 33.5706V16.2031H24.0598V33.5706H21.9453Z\" fill=\"#010101\"/>\\n<path d=\"M32.5384 33.8581C31.2562 33.8581 30.1803 33.6216 29.3071 33.1503C28.4339 32.6773 27.7706 31.9535 27.3136 30.9771C26.8565 30.0008 26.6289 28.7595 26.6289 27.2533C26.6289 25.747 26.8565 24.4879 27.3136 23.5187C27.7706 22.5495 28.4339 21.8293 29.3071 21.3562C30.1803 20.8832 31.2562 20.6484 32.5384 20.6484C33.8206 20.6484 34.8965 20.885 35.7697 21.3562C36.6428 21.8293 37.3026 22.5495 37.7508 23.5187C38.1989 24.4879 38.423 25.7328 38.423 27.2533C38.423 28.7738 38.1989 30.0008 37.7508 30.9771C37.3026 31.9535 36.6411 32.679 35.7697 33.1503C34.8965 33.6233 33.8206 33.8581 32.5384 33.8581ZM32.5384 32.0815C33.3547 32.0815 34.0358 31.9215 34.58 31.6014C35.1241 31.2812 35.5367 30.7815 35.8177 30.1004C36.0969 29.4193 36.2374 28.5586 36.2374 27.5182V26.9901C36.2374 25.9337 36.0969 25.0677 35.8177 24.3954C35.5367 23.7232 35.1241 23.2271 34.58 22.907C34.0358 22.5868 33.3547 22.4268 32.5384 22.4268C31.7221 22.4268 31.0375 22.5868 30.4844 22.907C29.9313 23.2271 29.5187 23.7232 29.2467 24.3954C28.9746 25.0677 28.8376 25.9319 28.8376 26.9901V27.5182C28.8376 28.5586 28.9728 29.4193 29.2467 30.1004C29.5187 30.7815 29.9313 31.2812 30.4844 31.6014C31.0375 31.9215 31.7221 32.0815 32.5384 32.0815Z\" fill=\"#010101\"/>\\n<path d=\"M44.957 33.8608C43.7406 33.8608 42.7625 33.5478 42.0262 32.9236C41.29 32.2994 40.9219 31.2093 40.9219 29.6568V20.9375H43.0363V29.3687C43.0363 29.8969 43.1004 30.329 43.2284 30.6651C43.3564 31.0012 43.5414 31.2662 43.7815 31.4583C44.0216 31.6503 44.3061 31.7873 44.6333 31.8673C44.9605 31.9473 45.318 31.9864 45.7021 31.9864C46.3103 31.9864 46.8705 31.8424 47.3827 31.5543C47.8948 31.2662 48.3163 30.8447 48.6435 30.2934C48.9707 29.7404 49.1361 29.0966 49.1361 28.3604V20.9375H51.2506V33.5727H49.5451L49.3531 31.6752H49.1859C48.8498 32.1874 48.4692 32.6035 48.0442 32.9236C47.6192 33.2437 47.1479 33.4803 46.6268 33.6314C46.1058 33.7826 45.5492 33.8591 44.957 33.8591V33.8608Z\" fill=\"#010101\"/>\\n<path d=\"M54.5391 33.5736V20.9383H56.2445L56.4366 23.0279H56.6055C56.7336 22.6278 56.9096 22.2472 57.1337 21.8862C57.3578 21.5252 57.6619 21.23 58.046 20.997C58.4301 20.7658 58.9032 20.6484 59.4633 20.6484C59.7034 20.6484 59.9239 20.668 60.1231 20.7089C60.3223 20.7498 60.4717 20.7925 60.5677 20.8405V22.786H59.7746C59.2304 22.786 58.7609 22.8785 58.3696 23.0617C57.9766 23.2466 57.653 23.5063 57.3969 23.8424C57.1408 24.1785 56.9523 24.5786 56.8331 25.0428C56.714 25.5069 56.6535 26.0031 56.6535 26.5313V33.57H54.5391V33.5736Z\" fill=\"#010101\"/>\\n<path d=\"M62.5156 33.5727V20.9375H64.6301V33.5727H62.5156Z\" fill=\"#010101\"/>\\n<path d=\"M72.3388 33.8627C71.4745 33.8627 70.7134 33.7737 70.0572 33.5977C69.401 33.4216 68.8568 33.1655 68.4229 32.8294C67.9907 32.4933 67.6617 32.0932 67.4377 31.629C67.2136 31.1649 67.1016 30.6367 67.1016 30.0445V29.8169C67.1016 29.744 67.1087 29.6853 67.1265 29.6373H69.216C69.2 29.7013 69.1911 29.7564 69.1911 29.8062V29.9503C69.2071 30.5105 69.3547 30.9515 69.6357 31.2716C69.9149 31.5917 70.3044 31.8158 70.8005 31.9438C71.2967 32.0719 71.8498 32.1359 72.458 32.1359C72.9862 32.1359 73.4752 32.0683 73.9233 31.9314C74.3715 31.7962 74.7289 31.5881 74.9921 31.3072C75.2571 31.028 75.3887 30.6705 75.3887 30.2384C75.3887 29.7102 75.2162 29.3065 74.873 29.0255C74.528 28.7445 74.0763 28.5258 73.5161 28.3658C72.9559 28.2057 72.3708 28.0385 71.7626 27.8607C71.2505 27.7167 70.7383 27.5566 70.2261 27.3805C69.714 27.2045 69.2534 26.9875 68.8444 26.7314C68.4353 26.4754 68.1081 26.1428 67.8591 25.7338C67.6102 25.3248 67.4875 24.809 67.4875 24.1848C67.4875 23.6247 67.6031 23.1285 67.836 22.6963C68.0672 22.2642 68.3998 21.8961 68.8337 21.592C69.2658 21.2879 69.7904 21.0603 70.4075 20.9073C71.0246 20.7562 71.7075 20.6797 72.4615 20.6797C73.2618 20.6797 73.9625 20.7686 74.5636 20.9447C75.1646 21.1207 75.6644 21.3697 76.0645 21.6898C76.4646 22.0099 76.7616 22.3745 76.9537 22.7835C77.1457 23.1925 77.2418 23.6282 77.2418 24.0924V24.368C77.2418 24.4569 77.2329 24.5245 77.2169 24.5725H75.1504V24.3075C75.1504 23.9874 75.0668 23.6798 74.8979 23.3828C74.7289 23.0876 74.4408 22.8457 74.0336 22.6626C73.6246 22.4794 73.0608 22.3869 72.3406 22.3869C71.8765 22.3869 71.4763 22.4225 71.1402 22.4954C70.8041 22.5683 70.5231 22.6803 70.299 22.8315C70.075 22.9844 69.906 23.1605 69.794 23.3597C69.682 23.5606 69.6268 23.7883 69.6268 24.0443C69.6268 24.4605 69.762 24.7806 70.0359 25.0047C70.3079 25.2287 70.6725 25.4137 71.1295 25.5577C71.5866 25.7018 72.0792 25.8618 72.6074 26.0379C73.1675 26.1979 73.7402 26.3615 74.3253 26.5305C74.9103 26.6977 75.4456 26.9111 75.9347 27.1671C76.4237 27.4232 76.815 27.7718 77.1119 28.211C77.4089 28.6521 77.5565 29.2318 77.5565 29.9521C77.5565 30.6243 77.4285 31.2094 77.1724 31.7055C76.9163 32.2017 76.5518 32.6107 76.0787 32.9308C75.6057 33.2509 75.0544 33.4874 74.4213 33.6386C73.7882 33.7898 73.0964 33.8662 72.3442 33.8662L72.3388 33.8627Z\" fill=\"#010101\"/>\\n<path d=\"M80.1697 33.5706V16.2031H82.2842V22.5199H82.4532C82.7733 22.0877 83.1343 21.7356 83.5344 21.4635C83.9345 21.1914 84.3791 20.9869 84.8682 20.85C85.3554 20.7148 85.889 20.6455 86.4651 20.6455C87.2654 20.6455 87.9661 20.7824 88.5672 21.0545C89.1682 21.3266 89.6395 21.7676 89.9845 22.3758C90.3295 22.984 90.5002 23.8092 90.5002 24.8495V33.5688H88.3858V25.1376C88.3858 24.6094 88.3182 24.1773 88.1813 23.8412C88.0443 23.5051 87.8611 23.2401 87.6282 23.048C87.3952 22.856 87.116 22.7208 86.787 22.639C86.458 22.559 86.0935 22.5199 85.6933 22.5199C85.1011 22.5199 84.541 22.6603 84.011 22.9395C83.4828 23.2205 83.0614 23.6278 82.7501 24.1648C82.4372 24.7019 82.2824 25.3617 82.2824 26.1459V33.5688H80.168L80.1697 33.5706Z\" fill=\"#010101\"/>\\n<path d=\"M7.83594 43.2459V38.6328H10.1158C10.4341 38.6328 10.6991 38.6915 10.9089 38.8106C11.1188 38.9298 11.2771 39.0934 11.3838 39.305C11.4887 39.5167 11.542 39.7603 11.542 40.0377C11.542 40.3151 11.4834 40.5694 11.3678 40.7882C11.2504 41.0051 11.0868 41.1741 10.8734 41.295C10.66 41.4159 10.4057 41.4764 10.1105 41.4764H8.47437V43.2441H7.83594V43.2459ZM8.47437 40.9269H10.0678C10.3185 40.9269 10.5195 40.8486 10.6689 40.6922C10.8182 40.5357 10.8947 40.3205 10.8947 40.0466C10.8947 39.8634 10.8627 39.7087 10.8005 39.5825C10.7382 39.458 10.6457 39.3602 10.5248 39.2908C10.4039 39.2214 10.2509 39.1859 10.0678 39.1859H8.47437V40.9269Z\" fill=\"#010101\"/>\\n<path d=\"M18.1641 43.2459L19.9869 38.6328H20.828L22.6562 43.2459H21.9644L21.5145 42.1024H19.2684L18.8238 43.2459H18.1641ZM19.4747 41.5582H21.2975L20.7391 40.1124C20.7249 40.0715 20.7053 40.0164 20.6787 39.9435C20.652 39.8723 20.6218 39.7923 20.5915 39.7052C20.5595 39.618 20.5293 39.5273 20.4973 39.4366C20.4653 39.3459 20.4368 39.2606 20.4101 39.1841H20.3692C20.3372 39.273 20.3017 39.3762 20.2625 39.4935C20.2216 39.6109 20.1825 39.7229 20.1416 39.8332C20.1007 39.9435 20.0669 40.0359 20.0402 40.1124L19.4747 41.5582Z\" fill=\"#010101\"/>\\n<path d=\"M30.0018 43.2459V38.6328H32.4292C32.7422 38.6328 33.0036 38.6897 33.2117 38.8035C33.4198 38.9173 33.5763 39.0774 33.6794 39.2801C33.7826 39.4846 33.8341 39.7176 33.8341 39.9826C33.8341 40.3009 33.763 40.5748 33.619 40.8024C33.4749 41.0318 33.2775 41.1954 33.0268 41.2932L33.9942 43.2423H33.2953L32.3937 41.4071H30.6384V43.2423H30L30.0018 43.2459ZM30.6402 40.8664H32.3688C32.6249 40.8664 32.824 40.7882 32.9699 40.6317C33.1157 40.4752 33.1886 40.26 33.1886 39.9861C33.1886 39.8154 33.1566 39.6732 33.0943 39.5558C33.0321 39.4384 32.9396 39.3477 32.8187 39.2837C32.6978 39.2197 32.5466 39.1859 32.3688 39.1859H30.6402V40.8664Z\" fill=\"#010101\"/>\\n<path d=\"M42.5753 43.2459V39.1912H40.9961V38.6328H44.8089V39.1912H43.2155V43.2459H42.5771H42.5753Z\" fill=\"#010101\"/>\\n<path d=\"M52.2422 43.2459V38.6328H52.8611L55.1 41.672C55.1231 41.6987 55.1516 41.7396 55.1872 41.793C55.2227 41.8463 55.2583 41.8997 55.2956 41.9512C55.3312 42.0028 55.3597 42.049 55.3828 42.0882H55.4094V38.6328H56.0354V43.2459H55.4503L53.1847 40.1533C53.1527 40.1035 53.1082 40.0342 53.0478 39.9452C52.9873 39.8563 52.9375 39.7834 52.8966 39.7301H52.8628V43.2459H52.244H52.2422Z\" fill=\"#010101\"/>\\n<path d=\"M63.9141 43.2459V38.6328H67.4637V39.1841H64.5525V40.6086H67.1685V41.1599H64.5525V42.6928H67.5046V43.2441H63.9141V43.2459Z\" fill=\"#010101\"/>\\n<path d=\"M75.1893 43.2459V38.6328H77.6167C77.9297 38.6328 78.1911 38.6897 78.3992 38.8035C78.6073 38.9173 78.7638 39.0774 78.8669 39.2801C78.9701 39.4846 79.0216 39.7176 79.0216 39.9826C79.0216 40.3009 78.9505 40.5748 78.8065 40.8024C78.6624 41.0318 78.465 41.1954 78.2143 41.2932L79.1817 43.2423H78.4828L77.5812 41.4071H75.8259V43.2423H75.1875L75.1893 43.2459ZM75.8277 40.8664H77.5563C77.8124 40.8664 78.0115 40.7882 78.1574 40.6317C78.3032 40.4752 78.3761 40.26 78.3761 39.9861C78.3761 39.8154 78.3441 39.6732 78.2818 39.5558C78.2196 39.4384 78.1271 39.3477 78.0062 39.2837C77.8853 39.2197 77.7341 39.1859 77.5563 39.1859H75.8277V40.8664Z\" fill=\"#010101\"/>\\n<path d=\"M88.4966 43.3278C88.2459 43.3278 88.004 43.3029 87.7746 43.2531C87.5434 43.2033 87.3389 43.1251 87.1593 43.0148C86.9797 42.9046 86.8374 42.7623 86.7325 42.588C86.6276 42.4137 86.5742 42.1985 86.5742 41.9425C86.5742 41.9193 86.5742 41.898 86.5778 41.8749C86.5796 41.8518 86.5813 41.8304 86.5813 41.8073H87.2269C87.2269 41.8215 87.2269 41.8429 87.2233 41.8713C87.2198 41.8998 87.2198 41.9265 87.2198 41.9478C87.2198 42.1274 87.2731 42.2804 87.3816 42.4048C87.4901 42.5311 87.6377 42.6236 87.828 42.684C88.0182 42.7445 88.2352 42.7747 88.4771 42.7747C88.5838 42.7747 88.6976 42.7676 88.8167 42.7552C88.9359 42.7409 89.0497 42.7178 89.1599 42.684C89.2702 42.6502 89.368 42.6058 89.4552 42.5489C89.5423 42.4938 89.6117 42.4226 89.6632 42.3408C89.7148 42.2572 89.7397 42.1559 89.7397 42.0349C89.7397 41.882 89.6952 41.7557 89.6081 41.6544C89.521 41.553 89.4054 41.4712 89.2613 41.4054C89.1173 41.3414 88.9554 41.2827 88.774 41.2311C88.5927 41.1795 88.4059 41.1298 88.2121 41.08C88.0182 41.0302 87.8315 40.9733 87.6501 40.9092C87.4687 40.8452 87.3069 40.7634 87.1629 40.6674C87.0188 40.5713 86.905 40.4504 86.8161 40.3082C86.7289 40.1641 86.6845 39.9898 86.6845 39.7835C86.6845 39.5915 86.7236 39.419 86.8018 39.266C86.8801 39.1131 86.9975 38.9851 87.1522 38.8801C87.3069 38.7752 87.499 38.6934 87.7266 38.6383C87.956 38.5814 88.2174 38.5547 88.5126 38.5547C88.7545 38.5547 88.9803 38.5814 89.1884 38.6312C89.3965 38.6827 89.5796 38.761 89.7397 38.8659C89.898 38.9708 90.0225 39.1042 90.1132 39.266C90.2021 39.4279 90.2483 39.6217 90.2483 39.8511V39.9311H89.617V39.8298C89.617 39.6768 89.5707 39.547 89.4765 39.4403C89.3822 39.3336 89.2542 39.25 89.0906 39.1913C88.927 39.1327 88.742 39.1042 88.5357 39.1042C88.2672 39.1042 88.0431 39.1291 87.8635 39.1807C87.6839 39.2322 87.5505 39.3069 87.4634 39.403C87.3763 39.499 87.3318 39.6075 87.3318 39.7284C87.3318 39.8671 87.3763 39.9845 87.4634 40.0787C87.5505 40.173 87.6661 40.2495 87.8102 40.3099C87.9542 40.3704 88.1178 40.4255 88.301 40.4753C88.4842 40.5251 88.6709 40.5749 88.863 40.6265C89.0533 40.6781 89.24 40.7367 89.4214 40.8008C89.6028 40.8666 89.7664 40.9466 89.9122 41.0426C90.058 41.1386 90.1736 41.2596 90.259 41.4054C90.3443 41.5512 90.387 41.7291 90.387 41.9407C90.387 42.2679 90.307 42.5329 90.1452 42.7374C89.9833 42.9419 89.761 43.0895 89.4801 43.1838C89.1973 43.278 88.8701 43.3242 88.4984 43.3242L88.4966 43.3278Z\" fill=\"#010101\"/>\\n<path d=\"M56.4018 13.0906C56.4481 13.1404 59.4446 16.3824 62.1548 17.3036C60.3907 18.0416 58.2993 17.8851 56.617 16.7096C54.8671 15.4861 54.0028 13.4659 54.1735 11.4795C54.7426 11.2145 55.349 11.0438 55.9697 10.9744C57.3177 10.8215 58.7261 11.1416 59.9248 11.9792C61.1252 12.8186 61.9076 14.0296 62.226 15.3492C62.3647 15.92 62.4145 16.5122 62.3753 17.1008C60.7179 15.2105 56.4676 13.1227 56.4001 13.0889L56.4018 13.0906Z\" fill=\"#010101\"/>\\n<path d=\"M63.1026 6.74757C63.0902 6.81514 62.3344 11.165 63.2467 13.877C61.5893 12.9238 60.444 11.1668 60.3569 9.11634C60.2662 6.98231 61.3474 5.06879 63.0297 4C63.5864 4.28987 64.0896 4.67044 64.5218 5.12037C65.4625 6.09846 66.0618 7.41089 66.1241 8.87448C66.1863 10.3381 65.699 11.695 64.8437 12.7495C64.4738 13.2066 64.0345 13.6067 63.5419 13.9321C64.0381 11.4673 63.1169 6.82226 63.1026 6.74934V6.74757Z\" fill=\"#010101\"/>\\n<path d=\"M70.4999 13.7489C70.4341 13.7649 66.1429 14.8053 64.0195 16.7224C64.2347 14.8231 65.3871 13.0714 67.2348 12.1751C69.1554 11.2415 71.341 11.4709 72.9931 12.5877C72.9487 13.2137 72.8011 13.8272 72.561 14.4016C72.0382 15.6536 71.0743 16.7277 69.7565 17.3661C68.4388 18.0063 67.0001 18.0988 65.693 17.736C65.1257 17.5795 64.5851 17.3359 64.0889 17.014C66.5466 16.4876 70.4412 13.7898 70.5017 13.7489H70.4999Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rbiexp\",\"data-framer-name\":\"Frame 7338\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:168,layoutDependency:layoutDependency,layoutId:\"d9wx62EBG\",svg:'<svg width=\"168\" height=\"48\" viewBox=\"0 0 168 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.97131 17.9283L6 20.4104V24.8781L9.97131 22.8924L15.9283 25.8709L33.7992 12.4677L36.7777 15.4462V8H28.3386L31.3171 10.4821L15.9283 21.8996L9.97131 17.9283Z\" fill=\"#010101\"/>\\n<path d=\"M9.97131 26.3651L6 28.3508V39.2719H13.4462V28.3508L9.97131 26.3651Z\" fill=\"#010101\"/>\\n<path d=\"M24.3673 23.8831L16.4247 29.84V38.7755H24.3673V23.8831Z\" fill=\"#010101\"/>\\n<path d=\"M32.3099 17.4297L27.8422 21.401V39.2719L36.7777 33.3149V21.401L32.3099 17.4297Z\" fill=\"#010101\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M66.4292 15.5455C64.1277 15.9477 62.5517 17.1641 61.5676 19.2978C61.0425 20.436 61.007 20.7155 61.007 23.7165C61.007 26.7752 61.0339 26.9769 61.6033 28.1755C62.9377 30.9846 65.7823 32.346 69.2833 31.8509C71.6372 31.5181 73.4865 30.145 74.4044 28.0485C74.8478 27.0359 74.8985 26.5914 74.8985 23.7165C74.8985 20.7332 74.8605 20.4292 74.3465 19.2964C73.3734 17.152 71.9116 16.0108 69.5631 15.5619C68.1686 15.2954 67.8703 15.2939 66.4292 15.5455ZM43.0015 15.6881C42.7949 15.7742 42.7344 17.5698 42.7344 23.6167C42.7344 31.1191 42.751 31.443 43.1477 31.6626C43.6636 31.9479 45.9358 31.9571 46.3675 31.6754C46.6266 31.5066 46.7086 30.6916 46.795 27.4259L46.9018 23.3851L47.9035 25.2715C49.1819 27.6791 49.4824 27.9614 50.6732 27.8729L51.6031 27.8039L52.8856 25.5945L54.1681 23.3851L54.2243 27.362C54.2893 31.9609 54.2583 31.8913 56.2533 31.8913C58.5055 31.8913 58.3356 32.5554 58.3356 23.753C58.3356 18.0735 58.2687 16.0029 58.0791 15.8069C57.7367 15.453 55.1006 15.4616 54.6441 15.818C54.3288 16.0641 53.6445 17.2172 51.4093 21.2681C51.046 21.9265 50.6525 22.4943 50.535 22.5299C50.4174 22.5657 49.5038 21.1433 48.5047 19.3691C47.5056 17.595 46.5609 16.0082 46.4058 15.8427C46.1294 15.5484 43.6106 15.434 43.0015 15.6881ZM78.0508 15.6881C77.8441 15.7742 77.7836 17.5698 77.7836 23.6167C77.7836 31.1191 77.8003 31.443 78.197 31.6626C78.7129 31.9479 80.9851 31.9571 81.4168 31.6754C81.6763 31.5062 81.7577 30.6847 81.8442 27.3631L81.9511 23.2599L84.5937 27.3605C86.0469 29.6156 87.4111 31.5577 87.625 31.6761C88.1734 31.9794 90.2563 31.9441 90.5638 31.6262C90.7536 31.43 90.8203 29.3386 90.8203 23.5855C90.8203 16.6991 90.7816 15.7948 90.4822 15.6759C89.841 15.4216 87.22 15.5296 87.0394 15.818C86.9443 15.97 86.8185 17.9151 86.7597 20.1406L86.6528 24.1871L84.4823 20.8035C80.8575 15.1525 81.2133 15.5389 79.6524 15.5592C78.9185 15.5687 78.1978 15.6269 78.0508 15.6881ZM94.5068 15.6881C94.3002 15.7742 94.2397 17.5698 94.2397 23.6167C94.2397 31.1191 94.2564 31.443 94.653 31.6626C95.2089 31.9699 105.025 31.9699 105.581 31.6626C105.924 31.4728 105.994 31.1916 105.994 30.0133C105.994 28.8134 105.927 28.5556 105.562 28.3536C105.288 28.2021 103.878 28.1384 101.715 28.18L98.2996 28.2458L98.3001 26.8649L98.3003 25.4841H101.587C104.157 25.4841 104.928 25.416 105.124 25.1719C105.274 24.9843 105.349 24.3018 105.31 23.4596L105.246 22.0595L101.773 21.9987L98.3003 21.938V20.5127V19.0872L101.987 19.0269L105.673 18.9663L105.737 17.4397C105.782 16.3674 105.719 15.8586 105.524 15.7307C105.23 15.5378 94.9623 15.498 94.5068 15.6881ZM107.75 15.8032C107.555 16.0047 107.662 16.373 108.215 17.405C109.217 19.2743 110.246 21.2321 111.639 23.9209L112.833 26.2242V28.8291C112.833 31.1783 112.874 31.4563 113.246 31.6626C113.819 31.9794 116.321 31.9525 116.637 31.6262C116.808 31.4496 116.894 30.4802 116.894 28.7224V26.0839L118.469 23.0774C119.336 21.4239 120.233 19.7231 120.462 19.2978C122.491 15.5279 122.492 15.5418 120.147 15.5418C119.13 15.5418 118.338 15.6503 118.132 15.818C117.945 15.97 117.146 17.4204 116.357 19.0412C115.568 20.6623 114.849 21.9051 114.758 21.803C114.668 21.7011 113.952 20.3278 113.168 18.7514C112.384 17.1748 111.627 15.8093 111.486 15.7168C111.068 15.4424 108.031 15.5126 107.75 15.8032ZM124.641 15.6881C124.434 15.7742 124.374 17.5698 124.374 23.6167C124.374 31.1191 124.39 31.443 124.787 31.6626C125.303 31.9479 127.575 31.9571 128.007 31.6754C128.266 31.5066 128.348 30.6916 128.434 27.4259L128.541 23.3851L129.543 25.2715C130.821 27.6791 131.122 27.9614 132.312 27.8729L133.242 27.8039L134.525 25.5945L135.807 23.3851L135.863 27.362C135.928 31.9609 135.897 31.8913 137.892 31.8913C140.145 31.8913 139.975 32.5554 139.975 23.753C139.975 18.0735 139.908 16.0029 139.718 15.8069C139.376 15.453 136.74 15.4616 136.283 15.818C135.968 16.0641 135.284 17.2172 133.048 21.2681C132.685 21.9265 132.292 22.4943 132.174 22.5299C132.057 22.5657 131.143 21.1433 130.144 19.3691C129.145 17.595 128.2 16.0082 128.045 15.8427C127.769 15.5484 125.25 15.434 124.641 15.6881ZM143.661 15.6881C143.455 15.7742 143.394 17.5698 143.394 23.6167C143.394 32.5819 143.218 31.8913 145.502 31.8913C147.567 31.8913 147.455 32.3659 147.455 23.6346C147.455 18.0472 147.388 16.0029 147.198 15.8069C146.947 15.5467 144.22 15.455 143.661 15.6881ZM150.928 15.6881C150.721 15.7742 150.66 17.5698 150.66 23.6167C150.66 31.1191 150.677 31.443 151.074 31.6626C151.63 31.9699 161.446 31.9699 162.001 31.6626C162.344 31.4728 162.415 31.1916 162.415 30.0133C162.415 28.8134 162.348 28.5556 161.982 28.3536C161.708 28.2021 160.299 28.1384 158.135 28.18L154.72 28.2458L154.721 26.8649L154.721 25.4841H158.008C160.578 25.4841 161.349 25.416 161.545 25.1719C161.695 24.9843 161.769 24.3018 161.731 23.4596L161.667 22.0595L158.194 21.9987L154.721 21.938V20.5127V19.0872L158.408 19.0269L162.094 18.9663L162.158 17.4397C162.203 16.3674 162.14 15.8586 161.944 15.7307C161.65 15.5378 151.383 15.498 150.928 15.6881ZM69.4355 19.2595C70.6404 19.9277 70.9448 20.8006 70.9448 23.5882C70.9448 27.3112 70.1754 28.4939 67.7863 28.4433C66.5275 28.4168 65.8981 28.0092 65.3681 26.8771C64.9682 26.0236 64.9257 25.6129 64.9984 23.3231C65.092 20.3848 65.2555 19.9637 66.5636 19.294C67.6283 18.7487 68.4956 18.7383 69.4355 19.2595Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kudzn2\",\"data-framer-name\":\"Frame 7734\",layoutDependency:layoutDependency,layoutId:\"FCiTS4HM7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"183.7143px\",src:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png\",srcSet:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png 736w\"},className:\"framer-6frul0\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"O0RVNoK7d\",transformTemplate:transformTemplate3,...addPropertyOverrides({ckJHHm_MU:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+7.500000000000011),positionX:\"center\",positionY:\"center\",sizes:\"190px\",src:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png\",srcSet:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png 736w\"}},XVceMtu_I:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248)-0-248)/2+0+0)+100+0+0+8.00000000000001),positionX:\"center\",positionY:\"center\",sizes:\"180px\",src:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png\",srcSet:\"https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/peeltgzUcMi9hBzLqXAu6rvo.png 736w\"}}},baseVariant,gestureVariant)})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5uATx.framer-1k30dea, .framer-5uATx .framer-1k30dea { display: block; }\",\".framer-5uATx.framer-bcletp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-5uATx .framer-9k2c63 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 144px 100px 144px; position: relative; width: 100%; }\",\".framer-5uATx .framer-1g7cmqf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5uATx .framer-1jx700j, .framer-5uATx .framer-1pnwf7k { flex: none; height: 48px; overflow: hidden; position: relative; width: 125px; }\",\".framer-5uATx .framer-14w48gn { aspect-ratio: 4.363636338840832 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 51%; position: absolute; top: 51%; width: 122px; }\",\".framer-5uATx .framer-1wy087o { flex: none; height: 16px; overflow: hidden; position: relative; width: 42px; }\",\".framer-5uATx .framer-1e5b0hq { aspect-ratio: 4.363636326443068 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); left: 51%; position: absolute; top: 51%; width: 41px; }\",\".framer-5uATx .framer-1mfp8hd { flex: none; height: 16px; overflow: hidden; position: relative; width: 39px; }\",\".framer-5uATx .framer-10l6r2x { aspect-ratio: 3.024999976754188 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); left: 50%; position: absolute; top: 1px; width: 40px; }\",\".framer-5uATx .framer-m9f7px { flex: none; height: 16px; overflow: hidden; position: relative; width: 67px; }\",\".framer-5uATx .framer-qnorkm { aspect-ratio: 5.896551530227939 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 51%; position: absolute; top: 50%; width: 58px; }\",\".framer-5uATx .framer-sh9d43 { flex: none; height: 16px; position: relative; width: 33px; }\",\".framer-5uATx .framer-5nss6u { flex: none; height: 16px; position: relative; width: 56px; }\",\".framer-5uATx .framer-11woze1 { flex: none; height: 16px; overflow: hidden; position: relative; width: 62px; }\",\".framer-5uATx .framer-ve6gc9 { aspect-ratio: 5.714285002367129 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); left: 0px; position: absolute; top: 50%; width: 61px; }\",\".framer-5uATx .framer-8t94f5 { flex: none; height: 16px; position: relative; width: 53px; }\",\".framer-5uATx .framer-1t43ffa { flex: none; height: 16px; overflow: hidden; position: relative; width: 49px; }\",\".framer-5uATx .framer-1nr80ws { aspect-ratio: 3.7187498029735457 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 2px; position: absolute; top: 2px; width: 47px; }\",\".framer-5uATx .framer-yvi18g { flex: none; height: 16px; overflow: hidden; position: relative; width: 25px; }\",\".framer-5uATx .framer-12p7bs2 { aspect-ratio: 1.79487184377817 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); left: 49%; position: absolute; top: 51%; width: 23px; }\",\".framer-5uATx .framer-g798ce { flex: none; height: 16px; overflow: hidden; position: relative; width: 52px; }\",\".framer-5uATx .framer-17gt9d3 { flex: none; height: 11px; left: 3px; overflow: hidden; position: absolute; top: 3px; width: 47px; }\",\".framer-5uATx .framer-1yknnfk { bottom: 4px; flex: none; left: 14px; position: absolute; right: 19px; top: 2px; }\",\".framer-5uATx .framer-x2q1fr { bottom: 4px; flex: none; left: 29px; position: absolute; right: 1px; top: 2px; }\",\".framer-5uATx .framer-14kufzk { bottom: 3px; flex: none; left: 7px; position: absolute; right: 35px; top: 3px; }\",\".framer-5uATx .framer-1hmtymi { bottom: 1px; flex: none; left: 5px; position: absolute; right: 33px; top: -1px; }\",\".framer-5uATx .framer-113jjrj { bottom: 2px; flex: none; left: 7px; position: absolute; right: 34px; top: 1px; }\",\".framer-5uATx .framer-170t0hk { bottom: 4px; flex: none; left: 9px; position: absolute; right: 36px; top: 4px; }\",\".framer-5uATx .framer-19eotka { bottom: 2px; flex: none; left: 6px; position: absolute; right: 34px; top: 0px; }\",\".framer-5uATx .framer-1736tzs { bottom: 4px; flex: none; left: 0px; position: absolute; right: 42px; top: 0px; }\",\".framer-5uATx .framer-i2ycxt { bottom: 7px; flex: none; left: 2px; position: absolute; right: 42px; top: -1px; }\",\".framer-5uATx .framer-1b579yf { bottom: 9px; flex: none; left: 4px; position: absolute; right: 41px; top: -1px; }\",\".framer-5uATx .framer-uxmrbc { bottom: 10px; flex: none; left: 5px; position: absolute; right: 40px; top: -1px; }\",\".framer-5uATx .framer-1dmua9m { bottom: 6px; flex: none; left: 1px; position: absolute; right: 42px; top: 0px; }\",\".framer-5uATx .framer-j2y1xi { flex: none; height: 16px; position: relative; width: 55px; }\",\".framer-5uATx .framer-1o6setc { flex: none; height: 48px; overflow: hidden; position: relative; width: 157px; }\",\".framer-5uATx .framer-1h3oyqm { flex: none; height: 32px; left: 8px; overflow: hidden; position: absolute; top: 8px; width: 141px; }\",\".framer-5uATx .framer-1aaq0zt { bottom: 10px; flex: none; left: 45px; position: absolute; right: 56px; top: 6px; }\",\".framer-5uATx .framer-1cu53jf { bottom: 11px; flex: none; left: 88px; position: absolute; right: 2px; top: 5px; }\",\".framer-5uATx .framer-79n94h { bottom: 8px; flex: none; left: 24px; position: absolute; right: 104px; top: 9px; }\",\".framer-5uATx .framer-shsjsk { bottom: 0px; flex: none; left: 16px; position: absolute; right: 100px; top: 0px; }\",\".framer-5uATx .framer-1by3vh1 { bottom: 6px; flex: none; left: 21px; position: absolute; right: 102px; top: 6px; }\",\".framer-5uATx .framer-f8pfn1 { bottom: 11px; flex: none; left: 27px; position: absolute; right: 106px; top: 11px; }\",\".framer-5uATx .framer-lwf6om { bottom: 3px; flex: none; left: 18px; position: absolute; right: 101px; top: 3px; }\",\".framer-5uATx .framer-1fucf1v { bottom: 10px; flex: none; left: 0px; position: absolute; right: 126px; top: 0px; }\",\".framer-5uATx .framer-rzuh8a { bottom: 21px; flex: none; left: 7px; position: absolute; right: 125px; top: 0px; }\",\".framer-5uATx .framer-ce0wop { bottom: 24px; flex: none; left: 11px; position: absolute; right: 122px; top: 0px; }\",\".framer-5uATx .framer-10cpdju { bottom: 27px; flex: none; left: 15px; position: absolute; right: 120px; top: 0px; }\",\".framer-5uATx .framer-bqrmgc { bottom: 16px; flex: none; left: 3px; position: absolute; right: 126px; top: 0px; }\",\".framer-5uATx .framer-1t3a8c5 { flex: none; height: 27px; overflow: hidden; position: relative; width: 66px; }\",\".framer-5uATx .framer-qo0wzq { aspect-ratio: 3.025 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); left: 50%; position: absolute; top: 2px; width: 68px; }\",\".framer-5uATx .framer-27vvds { flex: none; height: 27px; overflow: hidden; position: relative; width: 113px; }\",\".framer-5uATx .framer-9vn8po { aspect-ratio: 5.896551724137931 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; position: absolute; top: 49%; width: 96px; }\",\".framer-5uATx .framer-6t2cvk { flex: none; height: 27px; position: relative; width: 56px; }\",\".framer-5uATx .framer-srkvfq { flex: none; height: 27px; overflow: hidden; position: relative; width: 105px; }\",\".framer-5uATx .framer-12qxanq { aspect-ratio: 5.7142852321397815 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); left: 1px; position: absolute; top: 50%; width: 103px; }\",\".framer-5uATx .framer-utrdi { flex: none; height: 27px; position: relative; width: 95px; }\",\".framer-5uATx .framer-152on1 { flex: none; height: 27px; position: relative; width: 89px; }\",\".framer-5uATx .framer-xl7clu { flex: none; height: 27px; overflow: hidden; position: relative; width: 83px; }\",\".framer-5uATx .framer-aexly1 { aspect-ratio: 3.7187498443247753 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 3px; position: absolute; top: 3px; width: 80px; }\",\".framer-5uATx .framer-29xyyv { flex: none; height: 27px; overflow: hidden; position: relative; width: 42px; }\",\".framer-5uATx .framer-1e1tkwy { aspect-ratio: 1.794871794871795 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 49%; position: absolute; top: 51%; width: 39px; }\",\".framer-5uATx .framer-1gw1i56 { flex: none; height: 27px; overflow: hidden; position: relative; width: 88px; }\",\".framer-5uATx .framer-c9jus8 { flex: none; height: 18px; left: 5px; overflow: hidden; position: absolute; top: 5px; width: 79px; }\",\".framer-5uATx .framer-1t4rd0t { bottom: 6px; flex: none; left: 26px; position: absolute; right: 31px; top: 3px; }\",\".framer-5uATx .framer-1a92y7e { bottom: 6px; flex: none; left: 50px; position: absolute; right: 1px; top: 3px; }\",\".framer-5uATx .framer-382cr9 { bottom: 5px; flex: none; left: 14px; position: absolute; right: 59px; top: 4px; }\",\".framer-5uATx .framer-17v4flh { bottom: 1px; flex: none; left: 9px; position: absolute; right: 56px; top: 0px; }\",\".framer-5uATx .framer-ni9bpb { bottom: 4px; flex: none; left: 12px; position: absolute; right: 58px; top: 3px; }\",\".framer-5uATx .framer-5eexwm { bottom: 6px; flex: none; left: 15px; position: absolute; right: 59px; top: 6px; }\",\".framer-5uATx .framer-1rl7wna { bottom: 2px; flex: none; left: 10px; position: absolute; right: 57px; top: 2px; }\",\".framer-5uATx .framer-1f6udgg { bottom: 6px; flex: none; left: -1px; position: absolute; right: 71px; top: 0px; }\",\".framer-5uATx .framer-1lqr35j { bottom: 12px; flex: none; left: 4px; position: absolute; right: 71px; top: -1px; }\",\".framer-5uATx .framer-1vd49m4 { bottom: 14px; flex: none; left: 6px; position: absolute; right: 69px; top: -1px; }\",\".framer-5uATx .framer-1kj1x54 { bottom: 16px; flex: none; left: 8px; position: absolute; right: 68px; top: -1px; }\",\".framer-5uATx .framer-oj6wk8 { bottom: 10px; flex: none; left: 1px; position: absolute; right: 71px; top: -1px; }\",\".framer-5uATx .framer-zle2xp { flex: none; height: 27px; overflow: hidden; position: relative; width: 70px; }\",\".framer-5uATx .framer-our07m { aspect-ratio: 4.363636275474474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 51%; position: absolute; top: 51%; width: 69px; }\",\".framer-5uATx .framer-dgsts1 { flex: none; height: 16px; position: relative; width: 61px; }\",\".framer-5uATx .framer-2iadmn, .framer-5uATx .framer-1rbiexp { flex: none; height: 48px; position: relative; width: 164px; }\",\".framer-5uATx .framer-rplzck { flex: none; height: 27px; position: relative; width: 93px; }\",\".framer-5uATx .framer-o8g5tx { flex: none; height: 48px; position: relative; width: 181px; }\",\".framer-5uATx .framer-h5ijms { flex: none; height: 27px; position: relative; width: 102px; }\",\".framer-5uATx .framer-1440bj5, .framer-5uATx .framer-1lkbcah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 144px 100px 144px; position: relative; width: 1410px; }\",\".framer-5uATx .framer-1u4acwg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 165px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5uATx .framer-1rieghm { aspect-ratio: 3.025 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; top: 4px; width: 121px; }\",\".framer-5uATx .framer-b2duje { flex: none; height: 48px; position: relative; width: 157px; }\",\".framer-5uATx .framer-rdjvde { flex: none; height: 48px; overflow: hidden; position: relative; width: 164px; }\",\".framer-5uATx .framer-1lwt7lh { aspect-ratio: 3.7187498029735457 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: 5px; position: absolute; top: 5px; width: 142px; }\",\".framer-5uATx .framer-1ao7c9k, .framer-5uATx .framer-1kudzn2 { flex: none; height: 48px; overflow: hidden; position: relative; width: 181px; }\",\".framer-5uATx .framer-1eth7jb { aspect-ratio: 1.794871794871795 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: 49%; position: absolute; top: 51%; width: 70px; }\",\".framer-5uATx .framer-1tg3tsh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5uATx .framer-n7rn1d { flex: none; height: 48px; overflow: hidden; position: relative; width: 201px; }\",\".framer-5uATx .framer-a0ezeh { aspect-ratio: 5.896551724137931 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 50%; position: absolute; top: 49%; width: 171px; }\",\".framer-5uATx .framer-1p0qr0f { flex: none; height: 48px; position: relative; width: 98px; }\",\".framer-5uATx .framer-6frul0 { aspect-ratio: 5.714285239673324 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 1px; position: absolute; top: 50%; width: 184px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5uATx.framer-bcletp, .framer-5uATx .framer-9k2c63, .framer-5uATx .framer-1440bj5, .framer-5uATx .framer-1u4acwg, .framer-5uATx .framer-1lkbcah, .framer-5uATx .framer-1tg3tsh { gap: 0px; } .framer-5uATx.framer-bcletp > *, .framer-5uATx .framer-9k2c63 > *, .framer-5uATx .framer-1440bj5 > *, .framer-5uATx .framer-1lkbcah > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5uATx.framer-bcletp > :first-child, .framer-5uATx .framer-9k2c63 > :first-child, .framer-5uATx .framer-1440bj5 > :first-child, .framer-5uATx .framer-1lkbcah > :first-child { margin-top: 0px; } .framer-5uATx.framer-bcletp > :last-child, .framer-5uATx .framer-9k2c63 > :last-child, .framer-5uATx .framer-1440bj5 > :last-child, .framer-5uATx .framer-1lkbcah > :last-child { margin-bottom: 0px; } .framer-5uATx .framer-1u4acwg > * { margin: 0px; margin-left: calc(165px / 2); margin-right: calc(165px / 2); } .framer-5uATx .framer-1u4acwg > :first-child, .framer-5uATx .framer-1tg3tsh > :first-child { margin-left: 0px; } .framer-5uATx .framer-1u4acwg > :last-child, .framer-5uATx .framer-1tg3tsh > :last-child { margin-right: 0px; } .framer-5uATx .framer-1tg3tsh > * { margin: 0px; margin-left: calc(140px / 2); margin-right: calc(140px / 2); } }\",\".framer-5uATx.framer-v-1cq7ceb .framer-1440bj5, .framer-5uATx.framer-v-1g3mpx6 .framer-1lkbcah { width: 100%; }\",\".framer-5uATx.framer-v-1cq7ceb .framer-1u4acwg { gap: unset; justify-content: space-between; max-width: 1400px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5uATx.framer-v-1cq7ceb .framer-1u4acwg { gap: 0px; } .framer-5uATx.framer-v-1cq7ceb .framer-1u4acwg > *, .framer-5uATx.framer-v-1cq7ceb .framer-1u4acwg > :first-child, .framer-5uATx.framer-v-1cq7ceb .framer-1u4acwg > :last-child { margin: 0px; } }\",\".framer-5uATx.framer-v-1g3mpx6 .framer-1tg3tsh { align-content: center; align-items: center; gap: unset; justify-content: space-between; max-width: 1400px; }\",\".framer-5uATx.framer-v-1g3mpx6 .framer-6frul0 { left: unset; right: 0px; top: 50%; width: 180px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5uATx.framer-v-1g3mpx6 .framer-1tg3tsh { gap: 0px; } .framer-5uATx.framer-v-1g3mpx6 .framer-1tg3tsh > *, .framer-5uATx.framer-v-1g3mpx6 .framer-1tg3tsh > :first-child, .framer-5uATx.framer-v-1g3mpx6 .framer-1tg3tsh > :last-child { margin: 0px; } }\",\".framer-5uATx.framer-v-1pvri1y.framer-bcletp, .framer-5uATx.framer-v-110mjpx.framer-bcletp, .framer-5uATx.framer-v-ianvhq.framer-bcletp { width: 1024px; }\",\".framer-5uATx.framer-v-1pvri1y .framer-9k2c63 { padding: 100px 32px 100px 32px; }\",\".framer-5uATx.framer-v-1pvri1y .framer-1g7cmqf, .framer-5uATx.framer-v-1l1byif .framer-1g7cmqf, .framer-5uATx.framer-v-14qkpvl .framer-1g7cmqf, .framer-5uATx.framer-v-1uwvunm .framer-1g7cmqf, .framer-5uATx.framer-v-16241ds .framer-1g7cmqf, .framer-5uATx.framer-v-1pml0uf .framer-1g7cmqf, .framer-5uATx.framer-v-9g5tw7 .framer-1g7cmqf { max-width: unset; }\",\".framer-5uATx.framer-v-110mjpx .framer-1440bj5, .framer-5uATx.framer-v-ianvhq .framer-1lkbcah { align-content: flex-start; align-items: flex-start; padding: 100px 32px 100px 32px; width: 100%; }\",\".framer-5uATx.framer-v-110mjpx .framer-1u4acwg, .framer-5uATx.framer-v-ianvhq .framer-1tg3tsh { gap: unset; justify-content: space-between; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5uATx.framer-v-110mjpx .framer-1u4acwg { gap: 0px; } .framer-5uATx.framer-v-110mjpx .framer-1u4acwg > *, .framer-5uATx.framer-v-110mjpx .framer-1u4acwg > :first-child, .framer-5uATx.framer-v-110mjpx .framer-1u4acwg > :last-child { margin: 0px; } }\",\".framer-5uATx.framer-v-ianvhq .framer-1kudzn2 { width: 193px; }\",\".framer-5uATx.framer-v-ianvhq .framer-6frul0 { height: var(--framer-aspect-ratio-supported, 33px); left: 0px; top: 50%; width: 190px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5uATx.framer-v-ianvhq .framer-1tg3tsh { gap: 0px; } .framer-5uATx.framer-v-ianvhq .framer-1tg3tsh > *, .framer-5uATx.framer-v-ianvhq .framer-1tg3tsh > :first-child, .framer-5uATx.framer-v-ianvhq .framer-1tg3tsh > :last-child { margin: 0px; } }\",\".framer-5uATx.framer-v-1l1byif.framer-bcletp, .framer-5uATx.framer-v-14qkpvl.framer-bcletp, .framer-5uATx.framer-v-1uwvunm.framer-bcletp { width: 576px; }\",\".framer-5uATx.framer-v-1l1byif .framer-9k2c63, .framer-5uATx.framer-v-14qkpvl .framer-9k2c63, .framer-5uATx.framer-v-1uwvunm .framer-9k2c63 { padding: 100px 24px 50px 24px; }\",\".framer-5uATx.framer-v-1l1byif .framer-1gw1i56 { order: 26; }\",\".framer-5uATx.framer-v-1l1byif .framer-zle2xp { order: 0; }\",\".framer-5uATx.framer-v-1l1byif .framer-our07m { height: var(--framer-aspect-ratio-supported, 15px); }\",\".framer-5uATx.framer-v-1l1byif .framer-rplzck { order: 29; }\",\".framer-5uATx.framer-v-1l1byif .framer-h5ijms { order: 31; }\",\".framer-5uATx.framer-v-1uwvunm .framer-27vvds { order: 14; }\",\".framer-5uATx.framer-v-1uwvunm .framer-9vn8po { height: var(--framer-aspect-ratio-supported, 17px); }\",\".framer-5uATx.framer-v-1uwvunm .framer-6t2cvk { order: 15; }\",\".framer-5uATx.framer-v-1uwvunm .framer-srkvfq { order: 17; }\",\".framer-5uATx.framer-v-1uwvunm .framer-utrdi { order: 16; }\",\".framer-5uATx.framer-v-16241ds.framer-bcletp, .framer-5uATx.framer-v-1pml0uf.framer-bcletp, .framer-5uATx.framer-v-9g5tw7.framer-bcletp { width: 320px; }\",\".framer-5uATx.framer-v-16241ds .framer-9k2c63, .framer-5uATx.framer-v-1pml0uf .framer-9k2c63, .framer-5uATx.framer-v-9g5tw7 .framer-9k2c63 { padding: 50px 16px 50px 16px; }\",\".framer-5uATx.framer-v-16241ds .framer-1wy087o { order: 1; }\",\".framer-5uATx.framer-v-16241ds .framer-g798ce { order: 10; }\",\".framer-5uATx.framer-v-16241ds .framer-j2y1xi { order: 11; }\",\".framer-5uATx.framer-v-16241ds .framer-dgsts1 { order: 27; }\",\".framer-5uATx.framer-v-1pml0uf .framer-1mfp8hd { order: 2; }\",\".framer-5uATx.framer-v-1pml0uf .framer-8t94f5 { order: 7; }\",\".framer-5uATx.framer-v-1pml0uf .framer-1t43ffa { order: 8; }\",\".framer-5uATx.framer-v-1pml0uf .framer-yvi18g { order: 9; }\",\".framer-5uATx.framer-v-9g5tw7 .framer-m9f7px { order: 3; }\",\".framer-5uATx.framer-v-9g5tw7 .framer-sh9d43 { order: 4; }\",\".framer-5uATx.framer-v-9g5tw7 .framer-5nss6u { order: 5; }\",\".framer-5uATx.framer-v-9g5tw7 .framer-11woze1 { order: 6; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 248\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iO1LSica2\":{\"layout\":[\"fixed\",\"auto\"]},\"XVceMtu_I\":{\"layout\":[\"fixed\",\"auto\"]},\"CCxOlRBkB\":{\"layout\":[\"fixed\",\"auto\"]},\"jaUIBQ3O7\":{\"layout\":[\"fixed\",\"auto\"]},\"ckJHHm_MU\":{\"layout\":[\"fixed\",\"auto\"]},\"L6TkUGawk\":{\"layout\":[\"fixed\",\"auto\"]},\"i5sqfVHb4\":{\"layout\":[\"fixed\",\"auto\"]},\"Dme5yabdk\":{\"layout\":[\"fixed\",\"auto\"]},\"am8Sr5YIh\":{\"layout\":[\"fixed\",\"auto\"]},\"vbWQDEiOq\":{\"layout\":[\"fixed\",\"auto\"]},\"PiZMLuFmG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlcmxQKbbT=withCSS(Component,css,\"framer-5uATx\");export default FramerlcmxQKbbT;FramerlcmxQKbbT.displayName=\"LOGO SIDE\";FramerlcmxQKbbT.defaultProps={height:248,width:1400};addPropertyControls(FramerlcmxQKbbT,{variant:{options:[\"OImTN4eOb\",\"iO1LSica2\",\"XVceMtu_I\",\"CCxOlRBkB\",\"jaUIBQ3O7\",\"ckJHHm_MU\",\"L6TkUGawk\",\"i5sqfVHb4\",\"Dme5yabdk\",\"am8Sr5YIh\",\"vbWQDEiOq\",\"PiZMLuFmG\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\",\"Variant 11\",\"Variant 12\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlcmxQKbbT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlcmxQKbbT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iO1LSica2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XVceMtu_I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CCxOlRBkB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jaUIBQ3O7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ckJHHm_MU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L6TkUGawk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i5sqfVHb4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dme5yabdk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"am8Sr5YIh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vbWQDEiOq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PiZMLuFmG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"248\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lcmxQKbbT.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearf382t5", "args", "CycleVariantState", "onAppear1hpjo5z", "onAppear1fjai7n", "onAppear1i9y518", "onAppear1hs4smn", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "FramerlcmxQKbbT", "withCSS", "lcmxQKbbT_default", "addPropertyControls", "ControlType", "addFonts"]
}
