{
  "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/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js", "ssg:https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js", "ssg:https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.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/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/zEmAposrjympIK2ybAcQ/Video.js", "ssg:https://framer.com/m/framer/audio-assets.js@0.2.0", "ssg:https://framer.com/m/framer/lodash.js@0.3.0", "ssg:https://framerusercontent.com/modules/AHY1z1xp5QsxaZBkEL9H/QbJLrozNycG0sbASqJdf/Slider.js", "ssg:https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/VbcskmUsZXtmDmPN8jHk/Audio.js", "ssg:https://framerusercontent.com/modules/lqq10KCOBm696qpLbEid/SLCokl8xZkbXGlaE71NE/D16ntJaL6.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/ZM0PFOYGo6MtYN6chL3p/wmEK5jN2bjYatAZQRrzj/igktHcBH7.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/jtO7ZPnYscjwdV0Llxh5/2dRr3PSQy2egF56511Wc/YfMUSbdDN.js", "ssg:https://framerusercontent.com/modules/Al4Ni3DXMk0aG97dq2La/EHUkYcgani1M1WgCeOsw/augiA20Il.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 { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.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 { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map", "export function mstoMinAndSec(millis) {\n    const minutes = Math.floor(millis / 60000);\n    const seconds = parseInt((millis % 60000 / 1000).toFixed(0));\n    return minutes + \":\" + (seconds < 10 ? \"0\" : \"\") + seconds;\n}\nexport function secondsToMinutes(seconds) {\n    const minutes = Math.floor(seconds / 60);\n    const s = Math.floor(seconds % 60);\n    return minutes + \":\" + (s < 10 ? \"0\" : \"\") + s;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"mstoMinAndSec\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./time.map", "import { useCallback, useEffect, useRef } from \"react\";\nimport { motionValue, animate, RenderTarget } from \"framer\";\n// @ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\n// @ts-ignore\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nexport function useAutoMotionValue(inputValue, options) {\n    var ref;\n    // Put options on a local ref\n    // Might wanna just memo instead but it works for now\n    const optionsRef = useRef(options);\n    const animation = useRef();\n    const didInitialMount = useRef(false);\n    const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n    // in-progress - trying to figure out effect hooks\n    const onChangeDeps = (options === null || options === void 0 ? void 0 : options.onChangeDeps) ? options.onChangeDeps : [];\n    // Memoize the onChange handler\n    const onChange = useCallback(options === null || options === void 0 ? void 0 : options.onChange, [\n        ...onChangeDeps, \n    ]);\n    // Optionally scale the value from props\n    const transformer = useCallback((value)=>((ref = optionsRef.current) === null || ref === void 0 ? void 0 : ref.transform) ? optionsRef.current.transform(value) : value\n    , []);\n    // Create new MotionValue from inputValue\n    const value = useConstant(()=>isMotionValue(inputValue) ? inputValue : motionValue(transformer(inputValue))\n    );\n    // Setting value from prop change\n    useEffect(()=>{\n        if (!isMotionValue(inputValue) && didInitialMount.current) {\n            var ref1, ref2;\n            const newValue = transformer(inputValue);\n            (ref1 = animation.current) === null || ref1 === void 0 ? void 0 : ref1.stop();\n            // Call change callback\n            if (onChange) onChange(newValue, value);\n            // Trigger animation to new value\n            if (((ref2 = optionsRef.current) === null || ref2 === void 0 ? void 0 : ref2.animate) && !isOnCanvas) {\n                var ref3;\n                // @ts-ignore\n                animation.current = animate(value, newValue, (ref3 = optionsRef.current) === null || ref3 === void 0 ? void 0 : ref3.transition);\n            } else {\n                value.set(newValue);\n            }\n        }\n        didInitialMount.current = true;\n    }, [\n        inputValue,\n        ...onChangeDeps\n    ]);\n    return value;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.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://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const 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 isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.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();},[]);return{play,pause,setProgress};}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;}/**\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 */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=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);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=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]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=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=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",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:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];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\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},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\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...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\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},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\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.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://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\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 */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",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:0};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\",placeholder:\"../example.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](http://framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...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\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { motion } from \"framer\";\nexport function PlayIcon(props) {\n    return(/*#__PURE__*/ _jsx(motion.svg, {\n        ...props,\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 16 16\",\n        children: /*#__PURE__*/ _jsx(\"path\", {\n            d: \"M 5.379 1.292 C 4.968 1.033 4.449 1.017 4.023 1.251 C 3.598 1.486 3.334 1.933 3.333 2.419 L 3.333 13.581 C 3.334 14.067 3.598 14.514 4.023 14.749 C 4.449 14.983 4.968 14.967 5.379 14.708 L 14.215 9.127 C 14.602 8.883 14.836 8.457 14.836 8 C 14.836 7.543 14.602 7.117 14.215 6.873 Z\",\n            fill: \"#333\"\n        })\n    }));\n}\nexport function PauseIcon(props) {\n    return(/*#__PURE__*/ _jsxs(motion.svg, {\n        ...props,\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 16 16\",\n        children: [\n            /*#__PURE__*/ _jsx(\"path\", {\n                d: \"M 3 3 C 3 2.448 3.448 2 4 2 L 6 2 C 6.552 2 7 2.448 7 3 L 7 13 C 7 13.552 6.552 14 6 14 L 4 14 C 3.448 14 3 13.552 3 13 Z\",\n                fill: \"#343434\"\n            }),\n            /*#__PURE__*/ _jsx(\"path\", {\n                d: \"M 9 3 C 9 2.448 9.448 2 10 2 L 12 2 C 12.552 2 13 2.448 13 3 L 13 13 C 13 13.552 12.552 14 12 14 L 10 14 C 9.448 14 9 13.552 9 13 Z\",\n                fill: \"#343434\"\n            })\n        ]\n    }));\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"PauseIcon\":{\"type\":\"reactComponent\",\"name\":\"PauseIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"PlayIcon\":{\"type\":\"reactComponent\",\"name\":\"PlayIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./audio.map", "/** Error message constants. */ var FUNC_ERROR_TEXT = \"Expected a function\";\n/* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min;\n/** Used as references for various `Number` constants. */ var NAN = 0 / 0;\n/** Used to match leading and trailing whitespace. */ var reTrim = /^\\s+|\\s+$/g;\n/** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n/** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i;\n/** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i;\n/** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt;\nvar now = function() {\n    return Date.now();\n};\nfunction isObject(value) {\n    var type = typeof value;\n    return value != null && (type == \"object\" || type == \"function\");\n}\nfunction isObjectLike(value) {\n    return value != null && typeof value == \"object\";\n}\nfunction toNumber(value) {\n    if (typeof value == \"number\") {\n        return value;\n    }\n    if (typeof value == \"symbol\") {\n        return NAN;\n    }\n    if (isObject(value)) {\n        var other = typeof value.valueOf == \"function\" ? value.valueOf() : value;\n        value = isObject(other) ? other + \"\" : other;\n    }\n    if (typeof value != \"string\") {\n        return value === 0 ? value : +value;\n    }\n    value = value.replace(reTrim, \"\");\n    var isBinary = reIsBinary.test(value);\n    return isBinary || reIsOctal.test(value) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : reIsBadHex.test(value) ? NAN : +value;\n}\nexport function debounce(func, wait, options) {\n    var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true;\n    if (typeof func != \"function\") {\n        throw new TypeError(FUNC_ERROR_TEXT);\n    }\n    wait = toNumber(wait) || 0;\n    if (isObject(options)) {\n        leading = !!options.leading;\n        maxing = \"maxWait\" in options;\n        maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n        trailing = \"trailing\" in options ? !!options.trailing : trailing;\n    }\n    function invokeFunc(time) {\n        var args = lastArgs, thisArg = lastThis;\n        lastArgs = lastThis = undefined;\n        lastInvokeTime = time;\n        result = func.apply(thisArg, args);\n        return result;\n    }\n    function leadingEdge(time) {\n        // Reset any `maxWait` timer.\n        lastInvokeTime = time;\n        // Start the timer for the trailing edge.\n        timerId = setTimeout(timerExpired, wait);\n        // Invoke the leading edge.\n        return leading ? invokeFunc(time) : result;\n    }\n    function remainingWait(time) {\n        var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, timeWaiting = wait - timeSinceLastCall;\n        return maxing ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) : timeWaiting;\n    }\n    function shouldInvoke(time) {\n        var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime;\n        // Either this is the first call, activity has stopped and we're at the\n        // trailing edge, the system time has gone backwards and we're treating\n        // it as the trailing edge, or we've hit the `maxWait` limit.\n        return lastCallTime === undefined || timeSinceLastCall >= wait || timeSinceLastCall < 0 || maxing && timeSinceLastInvoke >= maxWait;\n    }\n    function timerExpired() {\n        var time = now();\n        if (shouldInvoke(time)) {\n            return trailingEdge(time);\n        }\n        // Restart the timer.\n        timerId = setTimeout(timerExpired, remainingWait(time));\n    }\n    function trailingEdge(time) {\n        timerId = undefined;\n        // Only invoke if we have `lastArgs` which means `func` has been\n        // debounced at least once.\n        if (trailing && lastArgs) {\n            return invokeFunc(time);\n        }\n        lastArgs = lastThis = undefined;\n        return result;\n    }\n    function cancel() {\n        if (timerId !== undefined) {\n            clearTimeout(timerId);\n        }\n        lastInvokeTime = 0;\n        lastArgs = lastCallTime = lastThis = timerId = undefined;\n    }\n    function flush() {\n        return timerId === undefined ? result : trailingEdge(now());\n    }\n    function debounced() {\n        var time = now(), isInvoking = shouldInvoke(time);\n        lastArgs = arguments;\n        lastThis = this;\n        lastCallTime = time;\n        if (isInvoking) {\n            if (timerId === undefined) {\n                return leadingEdge(lastCallTime);\n            }\n            if (maxing) {\n                // Handle invocations in a tight loop.\n                clearTimeout(timerId);\n                timerId = setTimeout(timerExpired, wait);\n                return invokeFunc(lastCallTime);\n            }\n        }\n        if (timerId === undefined) {\n            timerId = setTimeout(timerExpired, wait);\n        }\n        return result;\n    }\n    debounced.cancel = cancel;\n    debounced.flush = flush;\n    return debounced;\n}\nexport function throttle(func, wait, options) {\n    var leading = true, trailing = true;\n    if (typeof func != \"function\") {\n        throw new TypeError(FUNC_ERROR_TEXT);\n    }\n    if (isObject(options)) {\n        leading = \"leading\" in options ? !!options.leading : leading;\n        trailing = \"trailing\" in options ? !!options.trailing : trailing;\n    }\n    return debounce(func, wait, {\n        leading: leading,\n        maxWait: wait,\n        trailing: trailing\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"throttle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"debounce\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./lodash.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{animate,transform,motion,useTransform}from\"framer-motion\";import{useRef,useState,useCallback}from\"react\";import{isMotionValue,useOnChange,useAutoMotionValue}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{throttle}from\"https://framer.com/m/framer/lodash.js@0.3.0\";var KnobOptions;(function(KnobOptions){KnobOptions[\"Hide\"]=\"Hide\";KnobOptions[\"Hover\"]=\"Hover\";KnobOptions[\"Show\"]=\"Show\";})(KnobOptions||(KnobOptions={}));/**\n * SLIDER\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 20\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */ export const Slider=withCSS(function Slider(props){const{value:valueProp,trackHeight,fillColor,focusColor,min,max,onChange,onChangeLive,onMax,onMin,trackColor,trackRadius,knobSize,knobColor,constrainKnob,shadow,shouldAnimateChange,transition,overdrag,knobSetting,style}=props;const[hovered,setHovered]=useState(false);const[focused,setFocused]=useState(false);const onCanvas=RenderTarget.current()===RenderTarget.canvas;const shouldAnimate=shouldAnimateChange&&!onCanvas;const isConstrained=constrainKnob&&knobSetting===KnobOptions.Show;const showKnob=knobSetting!==KnobOptions.Hide;const input=useRef();const knobPadding=8;// Main setting function\nconst updateValue=useCallback((newVal,target)=>{throttledInputUpdate(newVal);if(onChange)onChange(newVal);if(shouldAnimate)animate(target,newVal,transition);else requestAnimationFrame(()=>target.set(newVal));},[transition,shouldAnimate,onChange]);// \"value\" is the source of truth\n// It can be controlled via props with a motionvalue or number 0.0 - 1.0\n// Local changes are always allowed and are reported back up using \"onChange\" callback\nconst value=useAutoMotionValue(valueProp,{onChange:updateValue,transform:value=>transform(value,[0,100],[min,max])});const knobX=useTransform(value,[min,max],[\"0%\",\"100%\"]);const normalizedValue=useTransform(value,[min,max],[0,1]);const throttledInputUpdate=useCallback(throttle(val=>{var ref;if((ref=input.current)===null||ref===void 0?void 0:ref.value)input.current.value=val;},100),[input]);// Live updating callback\nuseOnChange(value,val=>{if(isMotionValue(valueProp))throttledInputUpdate(val);if(onMax&&val>=max)onMax();if(onMin&&val<=min)onMin();if(onChangeLive)onChangeLive(val);});// Read changes from input element\nconst handleInputChange=e=>{updateValue(parseFloat(e.target.value),value);};// Handle tapping on the know to trigger update\nconst handleMouseDown=e=>{if(parseFloat(e.target.value)!==0)updateValue(parseFloat(e.target.value),value);};const handleMouseUp=()=>{};const totalKnobWidth=showKnob?knobSize+knobPadding:knobPadding;const totalHeight=Math.max(knobSize+knobPadding,trackHeight);return /*#__PURE__*/ _jsxs(\"div\",{className:\"framer-default-slider\",onMouseEnter:()=>setHovered(true),onMouseLeave:()=>setHovered(false),style:{position:\"relative\",...style,alignItems:\"center\",justifyContent:\"flex-start\",border:`0px solid ${focusColor}`,\"--framer-default-slider-height\":totalHeight,\"--framer-default-slider-width\":totalKnobWidth},children:[/*#__PURE__*/ _jsx(\"input\",{ref:input,style:{flexShrink:0,minHeight:totalHeight,opacity:0,margin:0,display:\"flex\",...style,WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",...!isConstrained&&{width:`calc(100% + ${totalKnobWidth}px)`,marginLeft:-totalKnobWidth/2}},onFocus:()=>setFocused(true),onBlur:()=>setFocused(false),type:\"range\",min:min,max:max,defaultValue:-1,step:\"any\",onChange:handleInputChange,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp}),/*#__PURE__*/ _jsx(\"div\",{style:{background:trackColor,position:\"absolute\",top:`calc(50% - ${Math.ceil(trackHeight/2)}px)`,borderRadius:trackRadius,display:\"flex\",height:trackHeight,width:\"100%\",transformOrigin:\"left\",pointerEvents:\"none\",overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:trackHeight,width:\"100%\",background:fillColor,scaleX:normalizedValue,position:\"absolute\",top:`calc(50% - ${Math.ceil(trackHeight/2)}px)`,transformOrigin:\"left\",pointerEvents:\"none\"}})}),/*#__PURE__*/ _jsx(motion.div,{style:{x:knobX,position:\"absolute\",display:\"flex\",top:`calc(50% - ${Math.floor(knobSize/2)}px)`,pointerEvents:\"none\",...isConstrained?{width:`calc(100% - ${knobSize}px`,left:0}:{width:`100%`,left:-knobSize/2}},children:/*#__PURE__*/ _jsx(motion.div,{initial:false,animate:{scale:hovered&&knobSetting===KnobOptions.Hover||knobSetting===KnobOptions.Show?1:0},transition:{type:\"spring\",stiffness:900,damping:40},style:{transformOrigin:\"50% 50%\",width:knobSize,height:knobSize,borderRadius:\"50%\",background:knobColor,pointerEvents:\"none\",boxShadow:`0px 1px 2px 0px ${shadow}, \n                                0px 2px 4px 0px ${shadow}, \n                                0px 4px 8px 0px ${shadow}`}})})]});},[\".framer-default-slider input[type=range] {  width: 100%; height: 100% background:transparent margin: 0;}\",\".framer-default-slider input[type=range]:focus { outline: none; }\",\".framer-default-slider input[type=range]::-ms-track { width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent; }\",\".framer-default-slider input[type=range]::-webkit-slider-thumb { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",\".framer-default-slider input[type=range]::-moz-range-thumb { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",\".framer-default-slider input[type=range]::-ms-thumb  { height: var(--framer-default-slider-height, 0px); width: var(--framer-default-slider-width, 0px); border-radius: 0;  background: none; }\",]);Slider.displayName=\"Slider\";Slider.defaultProps={height:20,width:200,trackHeight:4,fillColor:\"#09F\",trackColor:\"#DDD\",knobColor:\"#FFF\",focusColor:\"rgba(0, 153, 255,0)\",shadow:\"rgba(0,0,0,0.1)\",knobSize:20,overdrag:true,min:0,max:100,value:50,trackRadius:5,knobSetting:KnobOptions.Show,constrainKnob:false,transition:{type:\"spring\",delay:0,stiffness:750,damping:50},shouldAnimateChange:true};addPropertyControls(Slider,{fillColor:{title:\"Tint\",type:ControlType.Color},trackColor:{title:\"Track\",type:ControlType.Color},knobColor:{title:\"Knob\",type:ControlType.Color},shadow:{type:ControlType.Color,title:\"Shadow\"},// focusColor: {\n//     title: \"Focus\",\n//     type: ControlType.Color,\n// },\nshouldAnimateChange:{type:ControlType.Boolean,title:\"Changes\",enabledTitle:\"Animate\",disabledTitle:\"Instant\"},transition:{type:ControlType.Transition,defaultValue:Slider.defaultProps.transition},knobSetting:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Knob\",options:[\"Hide\",\"Hover\",\"Show\"]},constrainKnob:{type:ControlType.Boolean,title:\"Constrain\",enabledTitle:\"Yes\",disabledTitle:\"No\",hidden:({knobSetting})=>knobSetting!==KnobOptions.Show},knobSize:{type:ControlType.Number,title:\"Knob\",min:10,max:100,hidden:({knobSetting})=>knobSetting===KnobOptions.Hide},value:{type:ControlType.Number,title:\"Value\",min:0,max:100,unit:\"%\"},trackHeight:{title:\"Height\",type:ControlType.Number,min:0},min:{title:\"Min\",type:ControlType.Number,displayStepper:true},trackRadius:{type:ControlType.Number,displayStepper:true,min:0,max:200,title:\"Radius\"},max:{title:\"Max\",type:ControlType.Number,displayStepper:true},onChange:{type:ControlType.EventHandler},onMax:{type:ControlType.EventHandler},onMin:{type:ControlType.EventHandler}});\nexport const __FramerMetadata__ = {\"exports\":{\"Slider\":{\"type\":\"reactComponent\",\"name\":\"Slider\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicHeight\":\"20\",\"framerIntrinsicWidth\":\"200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Slider.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useRef,useState,useMemo,useEffect,useCallback}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{MotionValue,animate}from\"framer-motion\";import{useOnEnter,usePadding,useRadius,paddingControl,borderRadiusControl,useOnChange,containerStyles,secondsToMinutes,useAutoMotionValue,useOnExit}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{PlayIcon,PauseIcon}from\"https://framer.com/m/framer/audio-assets.js@0.2.0\";import{Slider}from\"https://framerusercontent.com/modules/AHY1z1xp5QsxaZBkEL9H/QbJLrozNycG0sbASqJdf/Slider.js\";const isMotionValue=v=>v instanceof MotionValue;var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));function PlayTime(props){const{currentTime,startTime}=props;const[playTime,setPlayTime]=useState(\"0:00\");useEffect(()=>{setPlayTime(secondsToMinutes(startTime));},[startTime]);useOnChange(currentTime,latest=>{setPlayTime(secondsToMinutes(latest));});return /*#__PURE__*/ _jsx(_Fragment,{children:playTime});}const checkIfPlaying=player=>player.current&&!player.current.paused&&!player.current.ended&&player.current.readyState>2;/**\n * AUDIO\n *\n * Audio player component optimized for smart components.\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Audio(props){const{playing,background,progressColor,trackHeight,gap,trackColor,srcUrl,srcType,srcFile,loop,autoPlay,progress,volume,showTime,showTrack,playPauseCursor,showPlayPause,onTimeUpdate,onMetadata,onPlay,onPause,onEnd,pauseOnExit,onPlayGlobalPauseOption}=props;// Defaults to false, only switches to play if possible\nconst[isPlaying,setIsPlaying]=useState(false);const[duration,setDuration]=useState(0);// Audio element ref and non-state info\nconst player=useRef();const playerInfo=useRef({ready:false,animation:null});// Track progress in ms, always in sync with audio element\nconst trackProgress=useAutoMotionValue(progress,{transform:value=>value*.01,onChange:(newValue,value)=>{if(player.current.duration){player.current.currentTime=newValue*player.current.duration;handlePlayStateUpdate(\"motionHook\");}}});const padding=usePadding(props);const borderRadius=useRadius(props);const shouldPlay=RenderTarget.current()===RenderTarget.preview;const shouldPausePlayers=onPlayGlobalPauseOption===\"pause\";const url=srcType===SrcType.Url?srcUrl:srcFile;const shouldAutoPlay=shouldPlay&&playing;// Sync UI with state of the audio element\nconst handlePlayStateUpdate=useCallback(_=>{var ref,ref1;const currentDuration=player.current.duration;const currentTime=player.current.currentTime;(ref=playerInfo.current)===null||ref===void 0?void 0:(ref1=ref.animation)===null||ref1===void 0?void 0:ref1.stop();if(Math.abs(currentTime-trackProgress.get())>.5)trackProgress.set(currentTime);if(!shouldPlay)return;const isNowPlaying=checkIfPlaying(player);if(isPlaying!==isNowPlaying)setIsPlaying(isNowPlaying);if(isNowPlaying&&shouldPlay){playerInfo.current.animation=animate(trackProgress,currentDuration,{type:\"tween\",ease:\"linear\",duration:currentDuration-currentTime});}// only call once per frame\n},[shouldPlay,isPlaying]);const pauseAllAudioPlayers=()=>{const audioPlayerElements=document.querySelectorAll(\".framer-audio\");audioPlayerElements.forEach(el=>{el.pause();});};// Always use this for playing audio\n// No logic in here as it is async & can fail\nconst playAudio=()=>{if(shouldPlay)player.current.play().catch(e=>{}) // It's likely fine, swallow error\n;};const pauseAudio=()=>{var ref,ref1;player.current.pause();(ref=playerInfo.current)===null||ref===void 0?void 0:(ref1=ref.animation)===null||ref1===void 0?void 0:ref1.stop();};const handleMetadata=()=>{if(onMetadata)onMetadata({duration:player.current.duration});setDuration(player.current.duration);};const initProgress=()=>{if(!isMotionValue(progress))player.current.currentTime=progress*.01*player.current.duration;};const handleReady=()=>{// This tries to run on every pause\n// We use playerInfo.ready to only call on initial load of a source\nif(!playerInfo.current.ready){if(shouldAutoPlay)playAudio();playerInfo.current.ready=true;initProgress();}};// Handle seek event from slider\nconst handleSeek=val=>{if(player.current.currentTime){player.current.currentTime=val;handlePlayStateUpdate(\"handleSeek\");}};const handleEnd=()=>{if(onEnd)onEnd();};const handlePlayClick=()=>{if(shouldPausePlayers)pauseAllAudioPlayers();playAudio();};// Control audio via props\nuseEffect(()=>{if(shouldPlay){// In preview when prop changes, pause/play\nif(playing===true)playAudio();else pauseAudio();}else{// Only set the state for canvas use\nif(playing===true)setIsPlaying(true);else setIsPlaying(false);}},[playing]);// Call event callbacks\nuseEffect(()=>{if(playerInfo.current.ready&&isPlaying&&onPlay)onPlay();else if(playerInfo.current.ready&&onPause)onPause();},[isPlaying]);// Volume Control\nuseEffect(()=>{player.current.volume=volume/100;},[volume]);// Reset ready state when src changes\nuseEffect(()=>{playerInfo.current.ready=false;},[srcFile,srcType,srcUrl]);// Duration from timestamp and transform to clamp\nuseEffect(()=>{// @TODO support changing progress via timestamp prop\n},[]);// Play on navigation\nuseOnEnter(()=>{if(shouldAutoPlay)playAudio();});useOnExit(()=>{if(pauseOnExit)player.current.pause();});// onTimeUpdate\nuseOnChange(trackProgress,val=>{var ref;const progressPercent=((ref=player.current)===null||ref===void 0?void 0:ref.duration)?val/player.current.duration*100:null;if(onTimeUpdate)onTimeUpdate(val,progressPercent,secondsToMinutes(val));});const iconStyles=useMemo(()=>({marginRight:showTime||showTrack?gap:0,flexShrink:0,cursor:playPauseCursor}),[playPauseCursor,showTime,showTrack,gap]);return /*#__PURE__*/ _jsxs(\"div\",{style:{...containerStyles,position:\"relative\",overflow:\"hidden\",background,padding,borderRadius},children:[/*#__PURE__*/ _jsx(\"audio\",{src:url,loop:loop,className:\"framer-audio\",ref:player,preload:\"metadata\",autoPlay:shouldAutoPlay,onLoadedMetadata:handleMetadata,onCanPlayThrough:handleReady,// Listen to all events for status changes\nonPlaying:()=>handlePlayStateUpdate(\"playingEvent\"),onPlay:()=>handlePlayStateUpdate(\"playEvent\"),onSeeked:()=>handlePlayStateUpdate(\"seekEvent\"),onPause:()=>handlePlayStateUpdate(\"pauseEvent\"),onEnded:()=>handleEnd()}),showPlayPause&&/*#__PURE__*/ _jsx(_Fragment,{children:isPlaying?/*#__PURE__*/ _jsx(PauseIcon,{width:16,whileTap:{scale:.9},onClick:()=>pauseAudio(),style:iconStyles,\"aria-label\":\"pause audio\"}):/*#__PURE__*/ _jsx(PlayIcon,{width:16,whileTap:{scale:.9},onClick:handlePlayClick,style:iconStyles,\"aria-label\":\"play audio\"})}),showTime&&/*#__PURE__*/ _jsxs(\"p\",{style:{userSelect:\"none\",color:\"#333\",fontSize:12,fontWeight:500,letterSpacing:-.25,margin:0,flexShrink:0,fontVariantNumeric:\"tabular-nums\",marginRight:showTrack?gap:0},children:[/*#__PURE__*/ _jsx(PlayTime,{startTime:duration*(isMotionValue(progress)?progress.get():progress*.01),currentTime:trackProgress}),/*#__PURE__*/ _jsx(\"span\",{style:{padding:\"0 2px\"},children:\"/\"}),duration>0?secondsToMinutes(duration):\"1:34\"]}),showTrack&&/*#__PURE__*/ _jsx(Slider,{style:{width:\"100%\"},value:trackProgress,fillColor:progressColor,knobSetting:\"Hover\",shadow:`rgba(0,0,0,0)`,knobSize:10,knobColor:progressColor,onChange:handleSeek,shouldAnimateChange:false,min:0,max:duration,trackColor:trackColor})]});}Audio.defaultProps={background:\"#EBEBEB\",trackColor:\"#FFFFFF\",progressColor:\"#333333\",srcUrl:\"https://assets.mixkit.co/music/preview/mixkit-tech-house-vibes-130.mp3\",// \"https://assets.mixkit.co/sfx/preview/mixkit-young-man-coughing-2227.mp3\",\nsrcType:SrcType.Url,pauseOnExit:true,borderRadius:8,padding:15,progress:0,volume:25,loop:false,playing:true,autoPlay:true,showTime:true,showTrack:true,showPlayPause:true,onPlayGlobalPauseOption:\"continue\",trackHeight:4,gap:15,height:50,width:240};addPropertyControls(Audio,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\".../example.mp4\",hidden(props){return props.srcType===SrcType.Video;}},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\",\"mp3\",\"wav\",\"m4a\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{title:\"Playing\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},loop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// autoPlay: {\n//     type: ControlType.Boolean,\n//     title: \"Autoplay\",\n//     enabledTitle: \"Yes\",\n//     disabledTitle: \"No\",\n// },\nprogress:{title:\"Progress\",type:ControlType.Number,max:100,min:0,unit:\"%\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\"},progressColor:{title:\"Progress\",type:ControlType.Color,defaultValue:Audio.defaultProps.progressColor},trackColor:{title:\"Track\",type:ControlType.Color,defaultValue:Audio.defaultProps.trackColor},background:{title:\"Player\",type:ControlType.Color,defaultValue:Audio.defaultProps.background},...paddingControl,...borderRadiusControl,gap:{type:ControlType.Number,min:0,max:100,displayStepper:true},showPlayPause:{type:ControlType.Boolean,title:\"Play/Pause\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},playPauseCursor:{type:ControlType.Enum,title:\"Cursor\",options:[\"default\",\"pointer\"],optionTitles:[\"Default\",\"Pointer\"],defaultValue:\"default\",hidden(props){return!props.showPlayPause;}},showTrack:{type:ControlType.Boolean,title:\"Track\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showTime:{type:ControlType.Boolean,title:\"Time\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},pauseOnExit:{type:ControlType.Boolean,title:\"On Leave\",enabledTitle:\"Pause\",disabledTitle:\"Continue\"},onPlayGlobalPauseOption:{type:ControlType.Enum,title:\"On Play\",options:[\"continue\",\"pause\"],optionTitles:[\"Continue All\",\"Pause All\"]},onPlay:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler},onTimeUpdate:{type:ControlType.EventHandler}});const trackStyle={borderRadius:10,width:\"100%\",overflow:\"hidden\"};const trackParentStyle={position:\"relative\",border:\"1px solid red\",display:\"flex\",alignItems:\"center\",height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Audio\":{\"type\":\"reactComponent\",\"name\":\"Audio\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"50\",\"framerIntrinsicWidth\":\"240\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Audio.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Audio}from\"https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/VbcskmUsZXtmDmPN8jHk/Audio.js\";const AudioFonts=getFonts(Audio);const cycleOrder=[\"j_VLF4rWp\",\"v859syfPw\"];const serializationHash=\"framer-j0YrY\";const variantClassNames={j_VLF4rWp:\"framer-v-1ikf5wm\",v859syfPw:\"framer-v-1duoqcb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Sound Off\":\"j_VLF4rWp\",\"Sound On\":\"v859syfPw\"};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:\"j_VLF4rWp\"};};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:\"j_VLF4rWp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapu0moqh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"v859syfPw\");});const onTap9dzvae=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"j_VLF4rWp\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"v859syfPw\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"v859syfPw\")return false;return true;};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-1ikf5wm\",className,classNames),\"data-framer-name\":\"Sound Off\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"j_VLF4rWp\",onTap:onTapu0moqh,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:22,borderBottomRightRadius:22,borderTopLeftRadius:22,borderTopRightRadius:22,...style},...addPropertyOverrides({v859syfPw:{\"data-framer-name\":\"Sound On\",onTap:onTap9dzvae}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-135c7r0-container\",layoutDependency:layoutDependency,layoutId:\"I8FtvkQak-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,gap:15,height:\"100%\",id:\"I8FtvkQak\",isMixedBorderRadius:false,layoutId:\"I8FtvkQak\",loop:true,onPlayGlobalPauseOption:\"continue\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,playPauseCursor:\"default\",progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/F5WTIUnFcgyC7wSwrA3NJrf28U.mp3\",srcType:\"Upload\",srcUrl:\"https://dkihjuum4jcjr.cloudfront.net/ES_ITUNES/Multimedia%20787/ES_Multimedia%20787.mp3\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(255, 255, 255)\",volume:100,width:\"100%\",...addPropertyOverrides({v859syfPw:{playing:true}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/5ZJKtYpAOrFlHWvmOowy5sYiU8.png\"},className:\"framer-bp4e88\",\"data-framer-name\":\"$1055b4ed62f72cf6e62d0b6cb771e470\",layoutDependency:layoutDependency,layoutId:\"uOh9BXdkN\",...addPropertyOverrides({v859syfPw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||121)*.49586776859504156-((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||121)*1/2)),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/5ZJKtYpAOrFlHWvmOowy5sYiU8.png\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||121)*.49586776859504156-((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||121)*1/2)),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/UVcPFFhAjus0WN14T7P4a72pxY.png\"},className:\"framer-1c7q7km\",\"data-framer-name\":\"vol_up_512\",layoutDependency:layoutDependency,layoutId:\"TDnLqq5_x\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j0YrY.framer-1ct0geh, .framer-j0YrY .framer-1ct0geh { display: block; }\",\".framer-j0YrY.framer-1ikf5wm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 121px; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 121px; will-change: var(--framer-will-change-override, transform); }\",\".framer-j0YrY .framer-135c7r0-container { flex: none; height: 50px; left: calc(50.00000000000002% - 240px / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 50px / 2); width: 240px; z-index: 0; }\",\".framer-j0YrY .framer-bp4e88, .framer-j0YrY .framer-1c7q7km { flex: none; height: 100%; left: calc(49.586776859504155% - 100% / 2); overflow: visible; position: absolute; top: calc(49.586776859504155% - 100% / 2); width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j0YrY.framer-1ikf5wm { gap: 0px; } .framer-j0YrY.framer-1ikf5wm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j0YrY.framer-1ikf5wm > :first-child { margin-left: 0px; } .framer-j0YrY.framer-1ikf5wm > :last-child { margin-right: 0px; } }\",\".framer-j0YrY.framer-v-1duoqcb.framer-1ikf5wm { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 121px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 121\n * @framerIntrinsicWidth 121\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"v859syfPw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerD16ntJaL6=withCSS(Component,css,\"framer-j0YrY\");export default FramerD16ntJaL6;FramerD16ntJaL6.displayName=\"Sound on tap\";FramerD16ntJaL6.defaultProps={height:121,width:121};addPropertyControls(FramerD16ntJaL6,{variant:{options:[\"j_VLF4rWp\",\"v859syfPw\"],optionTitles:[\"Sound Off\",\"Sound On\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerD16ntJaL6,[{explicitInter:true,fonts:[]},...AudioFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD16ntJaL6\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"121\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"121\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v859syfPw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./D16ntJaL6.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"Waz3LU1RK\"];const serializationHash=\"framer-bYObf\";const variantClassNames={Waz3LU1RK:\"framer-v-1oza1m0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Waz3LU1RK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/0d2XeoP7AGycQihLnvDUkCrNmY.png\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1oza1m0\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Waz3LU1RK\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gj0vf1-container\",layoutDependency:layoutDependency,layoutId:\"bDtL1B0Xw-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,color:\"rgb(0, 0, 0)\",content:\"J4H5NLukFy4uH7LoukgULdFAQNULc3cosrwuxSBapZnY\",fill:\"rgb(237, 182, 35)\",font:{fontFamily:'\"Gloria Hallelujah\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"bDtL1B0Xw\",isMixedBorderRadius:false,label:\"\",layoutId:\"bDtL1B0Xw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bYObf.framer-yo4ofm, .framer-bYObf .framer-yo4ofm { display: block; }\",\".framer-bYObf.framer-1oza1m0 { height: 142px; overflow: hidden; position: relative; width: 142px; }\",\".framer-bYObf .framer-1gj0vf1-container { flex: none; height: 100%; left: calc(49.00000000000002% - 99% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 99%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 142\n * @framerIntrinsicWidth 142\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerigktHcBH7=withCSS(Component,css,\"framer-bYObf\");export default FramerigktHcBH7;FramerigktHcBH7.displayName=\"Copy to clipboard\";FramerigktHcBH7.defaultProps={height:142,width:142};addFonts(FramerigktHcBH7,[{explicitInter:true,fonts:[{family:\"Gloria Hallelujah\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLS33TKEvkCF.woff2\",weight:\"400\"}]},...ClipboardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerigktHcBH7\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"142\",\"framerIntrinsicHeight\":\"142\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./igktHcBH7.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-Xte3N\";const variantClassNames={J7T1Elmg5:\"framer-v-6i7gt8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"J7T1Elmg5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6i7gt8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"J7T1Elmg5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",backgroundColor:\"rgb(235, 199, 141)\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vs4wo2-container\",layoutDependency:layoutDependency,layoutId:\"MYBsKZSQZ-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:3,height:\"100%\",hoverFactor:1,id:\"MYBsKZSQZ\",layoutId:\"MYBsKZSQZ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cw5av8\",layoutDependency:layoutDependency,layoutId:\"bIifgKSbs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2xvcmlhIEhhbGxlbHVqYWgtcmVndWxhcg==\",\"--framer-font-family\":'\"Gloria Hallelujah\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-line-height\":\"0.1em\"},children:\"$RICH\"})}),className:\"framer-lfw8vk\",\"data-framer-name\":\"$RICH\",fonts:[\"GF;Gloria Hallelujah-regular\"],layoutDependency:layoutDependency,layoutId:\"AeRMwgsDq\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})],speed:300,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Xte3N.framer-4mw8tc, .framer-Xte3N .framer-4mw8tc { display: block; }\",\".framer-Xte3N.framer-6i7gt8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; padding: 0px; position: relative; width: 1920px; }\",\".framer-Xte3N .framer-vs4wo2-container { flex: none; height: 52px; max-height: 52px; position: relative; width: 1920px; z-index: 1; }\",\".framer-Xte3N .framer-cw5av8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 198px; }\",\".framer-Xte3N .framer-lfw8vk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 175px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Xte3N.framer-6i7gt8, .framer-Xte3N .framer-cw5av8 { gap: 0px; } .framer-Xte3N.framer-6i7gt8 > *, .framer-Xte3N .framer-cw5av8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Xte3N.framer-6i7gt8 > :first-child, .framer-Xte3N .framer-cw5av8 > :first-child { margin-left: 0px; } .framer-Xte3N.framer-6i7gt8 > :last-child, .framer-Xte3N .framer-cw5av8 > :last-child { margin-right: 0px; } }\",'.framer-Xte3N[data-border=\"true\"]::after, .framer-Xte3N [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYfMUSbdDN=withCSS(Component,css,\"framer-Xte3N\");export default FramerYfMUSbdDN;FramerYfMUSbdDN.displayName=\"Text Banner\";FramerYfMUSbdDN.defaultProps={height:52,width:1920};addFonts(FramerYfMUSbdDN,[{explicitInter:true,fonts:[{family:\"Gloria Hallelujah\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLS33TKEvkCF.woff2\",weight:\"400\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYfMUSbdDN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1920\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"52\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YfMUSbdDN.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/zEmAposrjympIK2ybAcQ/Video.js\";import SoundOnTap from\"#framer/local/canvasComponent/D16ntJaL6/D16ntJaL6.js\";import CopyToClipboard from\"#framer/local/canvasComponent/igktHcBH7/igktHcBH7.js\";import TextBanner from\"#framer/local/canvasComponent/YfMUSbdDN/YfMUSbdDN.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SoundOnTapFonts=getFonts(SoundOnTap);const TextBannerFonts=getFonts(TextBanner);const VideoFonts=getFonts(Video);const CopyToClipboardFonts=getFonts(CopyToClipboard);const Video1Fonts=getFonts(Video1);const breakpoints={Rt77shUl1:\"(min-width: 810px) and (max-width: 1919px)\",sj01u40d3:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2oHuI\";const variantClassNames={Rt77shUl1:\"framer-v-1y094ye\",sj01u40d3:\"framer-v-11s3gh5\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"sj01u40d3\",Tablet:\"Rt77shUl1\"};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:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-2oHuI`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-2oHuI`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14pdevx\",\"data-framer-name\":\"div.logo\",name:\"div.logo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2xvcmlhIEhhbGxlbHVqYWgtcmVndWxhcg==\",\"--framer-font-family\":'\"Gloria Hallelujah\", sans-serif',\"--framer-font-size\":\"38.4px\",\"--framer-line-height\":\"57.6px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(237, 59, 35)\"},children:\"RICH PEPE\"}),\" is the wealthiest investor operating on the Solana network.\"]})}),className:\"framer-1v99agy\",\"data-framer-name\":\"Strong \u2192 PONKE\",fonts:[\"GF;Gloria Hallelujah-regular\"],name:\"Strong \u2192 PONKE\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dhgiyx\",\"data-border\":true,\"data-framer-name\":\"Link \u2192 Button\",name:\"Link \u2192 Button\",style:{rotate:5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2xvcmlhIEhhbGxlbHVqYWgtcmVndWxhcg==\",\"--framer-font-family\":'\"Gloria Hallelujah\", sans-serif',\"--framer-font-size\":\"35.86px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BUY $RICH\"})}),className:\"framer-1p0ugww\",\"data-framer-name\":\"BUY $RICH\",fonts:[\"GF;Gloria Hallelujah-regular\"],name:\"BUY $RICH\",verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(720.000701904297),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gJ6NUtdNXJ6wVKQTkwI7B4NtIg.png\"},className:\"framer-1koednu\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:-5}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(719.9993591308594),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sfSUyupwgWEMkWvfRiLg8qco4BU.png\"},className:\"framer-199pzb\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:5}}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/richpepeonsol\",nodeId:\"Ngi2AeayU\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(682.5000000000002),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gJ6NUtdNXJ6wVKQTkwI7B4NtIg.png\"},className:\"framer-157ldtl framer-lux5qc\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:-5}})}),/*#__PURE__*/_jsx(Link,{href:\"https://t.me/richpepeonsolana\",nodeId:\"srit53bQC\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(682.5000000000002),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sfSUyupwgWEMkWvfRiLg8qco4BU.png\"},className:\"framer-x8ehjk framer-lux5qc\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:5}})}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"UMCkEaBhG\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1o1f6vc framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:73,intrinsicWidth:254,name:\"div.flex-1\",style:{rotate:5},svg:'<svg width=\"254\" height=\"73\" viewBox=\"0 0 254 73\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" fill=\"#ED3B23\"/>\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M27.7714 25.3476C28.0514 23.9235 28.565 22.8028 29.312 21.9857C30.059 21.1453 30.9111 20.5733 31.8683 20.2698C32.8488 19.9663 33.8877 19.8962 34.985 20.0596C36.1056 20.1997 37.1562 20.5382 38.1368 21.0752C39.1408 21.6122 40.0163 22.3126 40.7635 23.1764C41.5106 24.0169 42.036 24.9857 42.3396 26.083C42.6432 27.1569 42.6433 28.3243 42.3399 29.585C42.0365 30.8457 41.3479 32.1414 40.2741 33.4721C41.1146 33.7756 41.8967 34.0791 42.6205 34.3826C43.3442 34.6861 43.9513 35.0597 44.4416 35.5033C44.9552 35.9468 45.3522 36.4838 45.6324 37.1142C45.9126 37.7445 46.0527 38.5266 46.0528 39.4605C46.0529 40.2309 45.9129 41.048 45.6328 41.9118C45.3527 42.7757 44.9559 43.6278 44.4423 44.4683C43.9521 45.3087 43.3685 46.1142 42.6916 46.8846C42.0379 47.6317 41.3259 48.2971 40.5556 48.8807C39.7852 49.4644 38.9914 49.9313 38.1743 50.2815C37.3806 50.6084 36.5985 50.7718 35.8281 50.7718C35.3145 50.7718 34.8125 50.4449 34.3222 49.7912C33.8318 49.1375 33.3531 48.2737 32.8861 47.1998C32.4191 46.1259 31.9638 44.8885 31.52 43.4877C31.0763 42.0869 30.6677 40.6395 30.294 39.1453C29.9203 37.6278 29.5817 36.1336 29.278 34.6628C28.9744 33.1686 28.7058 31.7912 28.4722 30.5305C28.262 29.2698 28.0868 28.1842 27.9467 27.2737C27.8299 26.3398 27.7714 25.6978 27.7714 25.3476ZM34.0062 40.5111C34.0062 40.9079 34.0996 41.4332 34.2865 42.0869C34.4733 42.7406 34.7068 43.3943 34.987 44.048C35.2906 44.7017 35.6175 45.3087 35.9677 45.869C36.318 46.406 36.6915 46.7679 37.0885 46.9546C37.4153 47.1414 37.8005 47.1297 38.2441 46.9196C38.6877 46.6862 39.1312 46.336 39.5747 45.869C40.0416 45.3788 40.4852 44.8301 40.9053 44.2231C41.3255 43.5928 41.699 42.9741 42.0258 42.3671C42.376 41.7601 42.6444 41.1998 42.8311 40.6862C43.0412 40.1492 43.1462 39.7406 43.1462 39.4605C43.1461 38.8535 43.0644 38.3632 42.9009 37.9896C42.7375 37.5928 42.4923 37.2776 42.1654 37.0441C41.8619 36.8107 41.4884 36.6472 41.0448 36.5538C40.6245 36.4605 40.1576 36.4138 39.644 36.4138C39.0603 36.4138 38.4416 36.5072 37.788 36.6939C37.1343 36.8807 36.5273 37.1492 35.967 37.4994C35.4301 37.8496 34.9632 38.2815 34.5663 38.7951C34.1929 39.3087 34.0061 39.8807 34.0062 40.5111ZM31.7639 28.6044C31.764 29.0246 31.7523 29.5499 31.729 30.1803C31.7057 30.7873 31.7058 31.4176 31.7292 32.0713C31.7526 32.725 31.8227 33.3787 31.9395 34.0324C32.0563 34.6861 32.2664 35.2465 32.57 35.7134C33.7139 35.5033 34.7061 35.1064 35.5465 34.5227C36.4103 33.9391 37.099 33.262 37.6125 32.4916C38.1494 31.6978 38.5345 30.8573 38.7679 29.9702C39.0013 29.083 39.083 28.2192 39.0129 27.3787C38.9661 26.5383 38.7676 25.7678 38.4173 25.0674C38.0904 24.3671 37.6234 23.8301 37.0164 23.4565C36.4094 23.0597 35.6739 22.8612 34.8101 22.8612C33.9463 22.8612 32.9541 23.1414 31.8335 23.7017C31.8336 23.8885 31.8219 24.2153 31.7986 24.6822C31.7986 25.1492 31.787 25.6394 31.7637 26.153C31.7637 26.6667 31.7638 27.1569 31.7638 27.6239C31.7639 28.0908 31.7639 28.4176 31.7639 28.6044ZM49.0985 27.4488C49.472 27.7289 49.7756 28.0791 50.0091 28.4994C50.2426 28.8962 50.4294 29.3048 50.5695 29.725C50.5929 30.6122 50.6047 31.6745 50.6048 32.9118C50.6049 34.1492 50.6517 35.4332 50.7452 36.764C50.8387 38.0947 51.0139 39.4254 51.2708 40.7562C51.5278 42.0636 51.9247 43.2426 52.4618 44.2932C53.0222 45.3437 53.7577 46.1959 54.6682 46.8496C55.6022 47.4799 56.7695 47.7951 58.1703 47.7951C59.4543 47.7951 60.5516 47.4916 61.462 46.8846C62.3958 46.2776 63.1662 45.5072 63.7731 44.5733C64.4034 43.6395 64.8586 42.6006 65.1386 41.4566C65.442 40.2893 65.5937 39.157 65.5936 38.0597C65.5934 35.9352 65.4882 33.7756 65.2779 31.5811C65.0676 29.3632 64.6822 27.227 64.1217 25.1725C64.2851 24.7523 64.4952 24.5188 64.752 24.4721C65.0088 24.4021 65.2889 24.3671 65.5924 24.3671C66.1994 24.3671 66.678 24.6122 67.0283 25.1025C67.3785 25.5927 67.6354 26.2231 67.7989 26.9935C67.9857 27.7406 68.0908 28.5694 68.1143 29.4799C68.161 30.3671 68.1611 31.2192 68.1145 32.0363C68.0912 32.8301 68.0446 33.5422 67.9746 34.1725C67.9279 34.7795 67.9046 35.1647 67.9046 35.3282C67.9047 36.5422 67.8698 37.7795 67.7999 39.0402C67.7533 40.2776 67.6133 41.4683 67.38 42.6122C67.17 43.7562 66.8432 44.8301 66.3997 45.834C65.9796 46.8146 65.4076 47.6784 64.684 48.4255C63.9603 49.1492 63.0615 49.7212 61.9876 50.1414C60.9137 50.5617 59.6297 50.7718 58.1355 50.7718C56.2445 50.7718 54.6919 50.4099 53.4778 49.6862C52.2638 48.9624 51.2831 48.0052 50.5359 46.8146C49.8121 45.6006 49.2633 44.2231 48.8897 42.6823C48.5393 41.1414 48.2824 39.5655 48.1188 37.9546C47.9786 36.3437 47.8734 34.7562 47.8033 33.192C47.7564 31.6278 47.6863 30.2153 47.5928 28.9546L49.0985 27.4488ZM81.3519 31.9313C80.4413 31.7445 79.5308 31.3243 78.6202 30.6706C77.7097 30.0169 76.8341 29.2231 75.9936 28.2892C75.1764 27.3554 74.3942 26.3165 73.647 25.1725C72.9231 24.0285 72.2927 22.8729 71.7556 21.7056C71.2186 20.5382 70.7982 19.4059 70.4946 18.3087C70.191 17.2114 70.0392 16.2308 70.0391 15.367C70.0391 15.2503 70.0391 15.1102 70.0391 14.9468C70.0624 14.7834 70.0858 14.6316 70.1091 14.4915C70.1558 14.3281 70.2375 14.1997 70.3542 14.1063C70.4709 13.9896 70.6227 13.9312 70.8094 13.9312C71.3931 13.9312 71.8951 14.1413 72.3153 14.5616C72.7356 14.9585 73.1209 15.4954 73.4711 16.1725C73.8214 16.8495 74.1483 17.62 74.4519 18.4838C74.7554 19.3476 75.059 20.2231 75.3626 21.1102C75.6895 21.9974 76.0281 22.8729 76.3784 23.7367C76.7287 24.6005 77.1139 25.3709 77.5342 26.048C77.9779 26.725 78.4799 27.2737 79.0402 27.6939C79.6006 28.0908 80.2426 28.2892 80.9663 28.2892C81.013 28.2892 81.0714 28.2776 81.1414 28.2542C81.2348 28.2309 81.3048 28.2192 81.3515 28.2192C82.0052 27.6355 82.5888 26.8651 83.1023 25.9079C83.6392 24.9274 84.1294 23.8768 84.5729 22.7562C85.0164 21.6355 85.4482 20.4799 85.8683 19.2892C86.2884 18.0986 86.7202 16.9896 87.1637 15.9624C87.6306 14.9351 88.1091 14.0363 88.5993 13.2659C89.1129 12.4954 89.6965 11.9585 90.3501 11.655L91.8561 13.1958C92.0429 13.3826 92.0663 13.7678 91.9263 14.3515C91.8096 14.9118 91.5878 15.6238 91.2611 16.4877C90.9576 17.3281 90.5725 18.2737 90.1057 19.3242C89.6388 20.3515 89.1486 21.4254 88.6351 22.546C88.1216 23.6667 87.6081 24.7873 87.0945 25.9079C86.581 27.0052 86.1142 28.0441 85.694 29.0246C85.2972 30.0052 84.9705 30.8807 84.7137 31.6511C84.457 32.4215 84.3286 33.0285 84.3286 33.4721C84.3288 34.8729 84.5273 36.227 84.9243 37.5344C85.3447 38.8418 85.7884 40.1492 86.2554 41.4566C86.7224 42.7406 87.1545 44.0364 87.5515 45.3437C87.9485 46.6278 88.147 47.9469 88.1471 49.301C88.1471 49.4877 88.1472 49.7329 88.1472 50.0364C88.1472 50.3165 88.1005 50.585 88.0072 50.8418C87.9372 51.0986 87.7854 51.2971 87.552 51.4371C87.3419 51.5772 87.0267 51.5889 86.6065 51.4722C85.7425 50.2115 84.9837 48.7873 84.3298 47.1998C83.676 45.5889 83.1155 43.9196 82.6485 42.192C82.1814 40.4644 81.831 38.7251 81.5974 36.9741C81.3872 35.1998 81.3053 33.5188 81.3519 31.9313ZM110.105 50.8418C109.684 50.7484 109.439 50.5383 109.369 50.2115C109.299 49.8613 109.264 49.5344 109.264 49.2309C109.007 48.9041 108.972 48.6239 109.159 48.3904C109.346 48.157 109.649 47.9819 110.069 47.8652C110.513 47.7251 111.038 47.6317 111.645 47.585C112.252 47.5383 112.836 47.5266 113.396 47.55C113.98 47.55 114.493 47.6083 114.937 47.7251C115.404 47.8185 115.719 47.9235 115.882 48.0403C116.116 46.5461 116.221 45.2971 116.197 44.2932C116.197 43.2659 116.104 42.4138 115.917 41.7367C115.753 41.0363 115.508 40.476 115.181 40.0558C114.855 39.6122 114.493 39.2504 114.096 38.9702C113.699 38.6667 113.29 38.3982 112.87 38.1647C112.45 37.9079 112.041 37.6278 111.644 37.3243C111.271 36.9974 110.932 36.6005 110.629 36.1336C110.325 35.6667 110.091 35.0597 109.928 34.3126C109.928 33.6822 110.068 33.1336 110.348 32.6667C110.628 32.1764 110.978 31.7562 111.399 31.406C111.842 31.0558 112.309 30.7523 112.799 30.4955C113.313 30.2387 113.78 29.9935 114.2 29.7601C114.644 29.5266 115.005 29.3048 115.286 29.0947C115.566 28.8612 115.706 28.6044 115.706 28.3243L115.705 22.3009C115.705 22.1141 115.81 21.974 116.02 21.8807C116.254 21.7639 116.511 21.6589 116.791 21.5655C117.094 21.4721 117.363 21.4137 117.596 21.3904C117.853 21.367 118.028 21.3554 118.121 21.3554C118.122 22.4993 118.168 23.6783 118.262 24.8923C118.379 26.083 118.659 27.227 119.103 28.3243C119.313 28.3243 119.698 28.3593 120.258 28.4293C120.842 28.4994 121.449 28.5811 122.079 28.6745C122.733 28.7445 123.34 28.8145 123.9 28.8846C124.484 28.9546 124.893 29.0013 125.126 29.0246C125.173 29.048 125.266 29.0947 125.406 29.1647C125.57 29.2348 125.721 29.3165 125.861 29.4099C126.025 29.5032 126.177 29.585 126.317 29.655C126.457 29.725 126.55 29.7834 126.597 29.8301C126.737 30.2503 126.83 30.6589 126.877 31.0558C126.924 31.4293 126.749 31.7095 126.352 31.8962C125.955 32.083 125.243 32.118 124.216 32.0013C123.212 31.8846 121.753 31.5227 119.838 30.9157C119.581 30.9157 119.395 31.0675 119.278 31.371C119.161 31.6745 119.08 32.013 119.033 32.3865C118.986 32.7601 118.963 33.1103 118.963 33.4371C118.986 33.7406 118.998 33.904 118.998 33.9274C118.998 33.9974 118.998 34.1258 118.998 34.3126C119.021 34.4994 119.033 34.6861 119.033 34.8729C119.056 35.0597 119.068 35.2465 119.068 35.4332C119.092 35.5966 119.103 35.7251 119.103 35.8184C119.36 35.8651 119.792 35.9352 120.399 36.0286C121.029 36.0986 121.73 36.2153 122.5 36.3787C123.271 36.5422 124.076 36.7523 124.917 37.0091C125.757 37.2659 126.528 37.5811 127.228 37.9546C127.952 38.3048 128.535 38.7367 128.979 39.2504C129.423 39.7406 129.645 40.3126 129.645 40.9663C129.645 42.2504 129.353 43.3943 128.769 44.3982C128.186 45.3788 127.439 46.2543 126.528 47.0247C125.641 47.7951 124.661 48.4955 123.587 49.1259C122.536 49.7562 121.533 50.3282 120.575 50.8418L120.575 51.9624C120.575 52.4761 120.611 52.978 120.681 53.4683C120.774 53.9819 120.879 54.4838 120.996 54.9741C121.113 55.4877 121.206 55.9897 121.276 56.48C121.37 56.9936 121.416 57.5072 121.416 58.0208C121.416 58.6278 121.311 59.0831 121.101 59.3866C120.891 59.7134 120.459 59.8769 119.806 59.8769C119.526 59.8769 119.315 59.8535 119.175 59.8068C119.035 59.7835 118.919 59.7134 118.825 59.5967C118.732 59.5033 118.65 59.3516 118.58 59.1414C118.533 58.9313 118.451 58.6512 118.335 58.301C118.265 58.0675 118.148 57.6706 117.984 57.1103C117.844 56.55 117.693 55.943 117.529 55.2893C117.366 54.6589 117.214 54.0636 117.074 53.5033C116.957 52.943 116.887 52.5461 116.863 52.3126L110.105 50.8418ZM118.928 39.3904C118.929 40.7212 118.999 42.0169 119.139 43.2776C119.302 44.515 119.536 45.7757 119.84 47.0597H120.19C120.75 47.0597 121.357 46.9196 122.011 46.6395C122.664 46.336 123.283 45.9508 123.867 45.4838C124.45 44.9936 124.929 44.4683 125.302 43.9079C125.699 43.3243 125.898 42.7523 125.898 42.192C125.898 41.3749 125.641 40.7795 125.127 40.406C124.637 40.0091 124.03 39.7406 123.306 39.6005C122.606 39.4371 121.847 39.3671 121.03 39.3904C120.212 39.3904 119.512 39.3904 118.928 39.3904ZM113.01 34.2426C113.01 34.9429 113.22 35.4215 113.64 35.6784C114.084 35.9352 114.644 36.0636 115.321 36.0636L115.321 32.6667C115.064 32.6667 114.796 32.69 114.515 32.7367C114.259 32.7834 114.013 32.8768 113.78 33.0169C113.57 33.1336 113.383 33.297 113.22 33.5071C113.08 33.6939 113.01 33.9391 113.01 34.2426ZM129.678 26.7484C129.678 26.5616 129.69 26.2581 129.713 25.8379C129.713 25.3943 129.713 24.939 129.713 24.4721C129.713 23.9818 129.725 23.5266 129.748 23.1063C129.748 22.6628 129.748 22.3593 129.748 22.1958C130.005 21.7056 130.402 21.3554 130.939 21.1453C131.499 20.9118 132.094 20.76 132.725 20.69C133.378 20.5966 134.009 20.5616 134.616 20.5849C135.246 20.6083 135.76 20.62 136.156 20.62C136.67 20.62 137.265 20.6433 137.942 20.69C138.643 20.7367 139.332 20.8301 140.009 20.9702C140.709 21.0869 141.398 21.2737 142.075 21.5305C142.752 21.7639 143.347 22.0791 143.861 22.476C144.398 22.8495 144.818 23.3165 145.122 23.8768C145.449 24.4137 145.612 25.0558 145.612 25.8029C145.612 26.69 145.402 27.4955 144.982 28.2192C144.562 28.9196 144.037 29.585 143.406 30.2153C142.799 30.8223 142.122 31.3943 141.375 31.9313C140.652 32.4682 139.975 32.9935 139.344 33.5071C138.737 34.0208 138.224 34.5461 137.804 35.083C137.383 35.62 137.173 36.2037 137.173 36.834C137.173 36.8807 137.185 36.9507 137.208 37.0441C137.255 37.1142 137.278 37.1609 137.278 37.1842C140.033 38.0013 142.707 38.9935 145.298 40.1609C147.913 41.3282 150.481 42.5889 153.003 43.943C153.073 43.9897 153.143 44.083 153.213 44.2231C153.306 44.3399 153.388 44.4916 153.458 44.6784C153.528 44.8418 153.598 44.9936 153.668 45.1336C153.738 45.2737 153.773 45.3904 153.773 45.4838C153.773 45.6939 153.715 45.8574 153.598 45.9741C153.482 46.0675 153.342 46.1492 153.178 46.2192C153.015 46.2659 152.851 46.2893 152.688 46.2893C152.524 46.2893 152.384 46.2893 152.268 46.2893C151.007 46.2893 149.746 46.0208 148.485 45.4838C147.248 44.9235 145.999 44.3048 144.738 43.6278C143.477 42.9507 142.193 42.3321 140.886 41.7718C139.602 41.2114 138.259 40.9313 136.859 40.9313H135.738C136.112 41.7951 136.438 42.5655 136.719 43.2426C137.022 43.9196 137.267 44.5733 137.454 45.2037C137.664 45.834 137.816 46.476 137.91 47.1297C138.026 47.7601 138.085 48.4488 138.085 49.1959C138.085 49.3593 138.085 49.5578 138.085 49.7912C138.085 50.0013 138.073 50.2231 138.05 50.4566C138.027 50.6901 137.957 50.9002 137.84 51.087C137.723 51.2737 137.537 51.4021 137.28 51.4722C136.322 50.9119 135.459 50.048 134.688 48.8807C133.941 47.6901 133.287 46.336 132.727 44.8185C132.166 43.3009 131.687 41.69 131.29 39.9858C130.917 38.2815 130.601 36.6122 130.344 34.978C130.111 33.3204 129.936 31.7795 129.819 30.3554C129.725 28.9079 129.678 27.7056 129.678 26.7484ZM132.69 28.9546C132.69 29.2581 132.667 29.655 132.62 30.1453C132.597 30.6122 132.597 31.1025 132.62 31.6161C132.644 32.1064 132.714 32.585 132.831 33.0519C132.971 33.4955 133.193 33.8807 133.496 34.2075C133.543 34.2309 133.59 34.2426 133.636 34.2426C133.66 34.2659 133.718 34.2776 133.811 34.2776C134.232 34.2776 134.733 34.1492 135.317 33.8924C135.924 33.6356 136.554 33.297 137.208 32.8768C137.862 32.4566 138.504 31.978 139.134 31.441C139.788 30.8807 140.371 30.3087 140.885 29.725C141.398 29.1414 141.807 28.5577 142.11 27.9741C142.437 27.3671 142.601 26.8184 142.601 26.3281C142.6 25.8612 142.425 25.4643 142.075 25.1375C141.725 24.7873 141.305 24.5071 140.814 24.297C140.324 24.0869 139.81 23.9351 139.273 23.8418C138.76 23.7484 138.34 23.7017 138.013 23.7017C137.616 23.7017 137.149 23.7017 136.612 23.7017C136.075 23.6783 135.538 23.7134 135.001 23.8067C134.487 23.8768 134.021 24.0169 133.6 24.227C133.18 24.4371 132.888 24.7523 132.725 25.1725C132.725 25.3126 132.725 25.5577 132.725 25.9079C132.725 26.2581 132.725 26.6433 132.725 27.0636C132.725 27.4604 132.713 27.834 132.69 28.1842C132.69 28.5344 132.69 28.7912 132.69 28.9546ZM165.715 46.6045C165.715 45.3671 165.563 44.0247 165.26 42.5772C164.956 41.1297 164.629 39.6472 164.279 38.1297C163.928 36.6122 163.59 35.1064 163.263 33.6122C162.936 32.0947 162.76 30.6706 162.737 29.3398H154.928C154.928 29.1531 154.928 28.8846 154.928 28.5344C154.928 28.1842 154.963 27.834 155.033 27.4838C155.103 27.1102 155.208 26.7834 155.348 26.5032C155.488 26.1997 155.698 26.013 155.978 25.9429H175.239C175.215 26.69 175.064 27.262 174.784 27.6589C174.503 28.0558 174.13 28.3593 173.663 28.5694C173.219 28.7795 172.718 28.9196 172.157 28.9896C171.597 29.0363 171.037 29.0947 170.476 29.1647C169.916 29.2348 169.367 29.3282 168.83 29.4449C168.293 29.5383 167.827 29.7367 167.43 30.0402C167.056 30.3437 166.764 30.764 166.554 31.3009C166.368 31.8145 166.321 32.5149 166.414 33.4021C166.414 33.8924 166.45 34.5461 166.52 35.3632C166.59 36.157 166.707 37.0208 166.87 37.9546C167.034 38.8885 167.244 39.834 167.501 40.7912C167.758 41.7251 168.073 42.5889 168.446 43.3827C168.843 44.1531 169.287 44.7834 169.777 45.2737C170.291 45.7406 170.886 45.9741 171.563 45.9741C172.03 46.0208 172.626 46.0325 173.349 46.0091C174.096 45.9624 174.844 45.9274 175.591 45.9041C176.338 45.8807 177.038 45.8924 177.692 45.9391C178.369 45.9858 178.859 46.1259 179.163 46.3593C179.466 46.5928 179.536 46.943 179.373 47.4099C179.209 47.8535 178.696 48.4605 177.832 49.2309C176.338 49.7912 174.821 50.1764 173.28 50.3866C171.762 50.5733 170.233 50.6784 168.692 50.7017C167.151 50.7017 165.61 50.6784 164.07 50.6317C162.529 50.5617 161 50.5266 159.482 50.5266C158.618 49.4761 158.104 48.6706 157.941 48.1103C157.777 47.55 157.836 47.1648 158.116 46.9546C158.419 46.7212 158.886 46.6045 159.517 46.6045C160.17 46.5811 160.871 46.6045 161.618 46.6745C162.365 46.7212 163.112 46.7679 163.859 46.8146C164.606 46.8379 165.225 46.7679 165.715 46.6045ZM182.174 39.4605C182.174 38.6667 182.279 37.8029 182.489 36.869C182.722 35.9352 183.037 35.0013 183.434 34.0675C183.831 33.1103 184.309 32.1881 184.87 31.3009C185.43 30.3904 186.06 29.5966 186.76 28.9196C187.461 28.2192 188.219 27.6706 189.037 27.2737C189.854 26.8534 190.717 26.6433 191.628 26.6433C192.375 26.6433 193.075 26.7484 193.729 26.9585C194.383 27.1453 194.943 27.4371 195.41 27.834C195.877 28.2309 196.239 28.7328 196.496 29.3398C196.776 29.9235 196.916 30.6239 196.916 31.441C196.403 31.441 195.982 31.3126 195.656 31.0558C195.352 30.7756 195.06 30.4721 194.78 30.1453C194.523 29.8184 194.231 29.5266 193.904 29.2698C193.601 29.013 193.204 28.8846 192.714 28.8846C191.99 28.8846 191.29 29.0713 190.613 29.4449C189.959 29.8184 189.34 30.3204 188.757 30.9507C188.196 31.5811 187.695 32.2931 187.251 33.0869C186.831 33.8807 186.457 34.6861 186.131 35.5033C185.827 36.297 185.582 37.0791 185.395 37.8496C185.232 38.62 185.15 39.2854 185.15 39.8457C185.151 41.0597 185.326 42.2037 185.676 43.2776C186.05 44.3282 186.575 45.2504 187.252 46.0441C187.929 46.8146 188.77 47.4216 189.774 47.8652C190.778 48.3087 191.922 48.5305 193.206 48.5305C194.023 48.5305 194.793 48.4138 195.517 48.1803C196.264 47.9235 196.976 47.655 197.653 47.3749C198.353 47.0714 199.042 46.7912 199.719 46.5344C200.396 46.2776 201.073 46.1492 201.75 46.1492C201.844 46.1492 201.972 46.1609 202.135 46.1842C202.322 46.1842 202.486 46.2076 202.626 46.2543C202.789 46.301 202.929 46.3827 203.046 46.4994C203.163 46.5928 203.221 46.7445 203.221 46.9546C203.221 47.7951 202.894 48.5072 202.241 49.0908C201.61 49.6745 200.852 50.1531 199.965 50.5266C199.077 50.8768 198.155 51.1336 197.198 51.2971C196.241 51.4605 195.459 51.5422 194.852 51.5422C193.078 51.5422 191.42 51.2621 189.879 50.7017C188.338 50.1181 186.996 49.301 185.852 48.2504C184.707 47.1998 183.809 45.9391 183.155 44.4683C182.501 42.9741 182.174 41.3048 182.174 39.4605ZM203.92 29.725C203.92 29.6083 203.932 29.4099 203.955 29.1297C203.955 28.8262 203.955 28.5227 203.955 28.2192C203.955 27.8923 203.967 27.5888 203.99 27.3087C203.99 27.0285 203.99 26.8418 203.99 26.7484C204.573 26.118 205.052 25.7445 205.426 25.6278C205.822 25.511 206.138 25.5811 206.371 25.8379C206.605 26.0713 206.768 26.4565 206.861 26.9935C206.978 27.5305 207.06 28.1375 207.107 28.8145C207.153 29.4916 207.177 30.2036 207.177 30.9507C207.177 31.6978 207.189 32.3982 207.212 33.0519C207.236 33.6822 207.282 34.2426 207.352 34.7328C207.422 35.2231 207.551 35.55 207.738 35.7134L219.749 35.7134C220.24 35.7134 220.59 35.5616 220.8 35.2581C221.01 34.9546 221.127 34.5577 221.15 34.0675C221.197 33.5772 221.185 33.0169 221.115 32.3865C221.045 31.7562 220.975 31.1141 220.905 30.4604C220.858 29.7834 220.834 29.1297 220.834 28.4994C220.858 27.8457 220.963 27.2737 221.149 26.7834C221.359 26.2931 221.675 25.8962 222.095 25.5927C222.515 25.2892 223.134 25.1375 223.951 25.1375C224.254 25.5811 224.441 26.0713 224.511 26.6083C224.581 27.1219 224.593 27.6589 224.546 28.2192C224.523 28.7795 224.465 29.3398 224.371 29.9001C224.301 30.4371 224.266 30.9624 224.267 31.476C224.267 32.8535 224.348 34.2309 224.512 35.6083C224.699 36.9858 224.886 38.3632 225.073 39.7406C225.283 41.1181 225.47 42.4955 225.633 43.8729C225.82 45.227 225.914 46.5694 225.914 47.9002C225.961 49.3476 225.867 50.3866 225.634 51.0169C225.401 51.6239 225.109 51.8924 224.759 51.8224C224.408 51.7757 224.011 51.4255 223.568 50.7718C223.147 50.1181 222.751 49.2426 222.377 48.1453C222.027 47.048 221.735 45.764 221.501 44.2932C221.291 42.799 221.209 41.1881 221.256 39.4605L208.613 39.4605C208.777 41.0714 208.987 42.5889 209.244 44.013C209.524 45.4371 209.735 46.6978 209.875 47.7951C210.038 48.869 210.097 49.7329 210.05 50.3866C210.027 51.0169 209.793 51.3438 209.35 51.3671C208.673 51.3671 208.101 51.1453 207.634 50.7017C207.167 50.2348 206.758 49.6045 206.408 48.8107C206.081 48.0169 205.813 47.0947 205.602 46.0441C205.392 44.9702 205.217 43.8496 205.077 42.6823C204.937 41.4916 204.82 40.2776 204.726 39.0402C204.656 37.8029 204.586 36.6122 204.516 35.4682C204.446 34.3243 204.364 33.262 204.27 32.2815C204.177 31.2776 204.06 30.4254 203.92 29.725Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:236,intrinsicWidth:706,loading:getLoadingLazyAtYPosition(413.3291666666669),positionX:\"center\",positionY:\"center\",sizes:\"34.7791vw\",src:\"https://framerusercontent.com/images/auWD7wcCkREwCh8Zz2jYQnMU.svg\",srcSet:\"https://framerusercontent.com/images/auWD7wcCkREwCh8Zz2jYQnMU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/auWD7wcCkREwCh8Zz2jYQnMU.svg 706w\"},className:\"framer-eu7e4h\",\"data-framer-name\":\"div.flex-1\",name:\"div.flex-1\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tlfglf\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:179,name:\"div.flex-1\",svg:'<svg width=\"179\" height=\"32\" viewBox=\"0 0 179 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"178.136\" height=\"30.1566\" transform=\"matrix(1 0.000847025 -0.000194075 1 0.00585938 0.84375)\" fill=\"white\"/>\\n<path d=\"M0.565056 9.06836C0.565056 8.66471 0.63667 8.33268 0.7799 8.07227C0.93615 7.81185 1.14448 7.60352 1.4049 7.44727C1.66532 7.27799 1.95177 7.1543 2.26427 7.07617C2.5898 6.99805 2.92183 6.94596 3.26037 6.91992C3.61193 6.88086 3.95047 6.86784 4.27599 6.88086C4.60151 6.88086 4.90099 6.88086 5.17443 6.88086C5.70829 6.88086 6.24214 6.93294 6.77599 7.03711C7.30985 7.14128 7.7786 7.32357 8.18224 7.58398C8.59891 7.8444 8.93745 8.19596 9.19787 8.63867C9.45829 9.06836 9.58849 9.60872 9.58849 10.2598C9.58849 10.8327 9.47131 11.4056 9.23693 11.9785C9.01558 12.5384 8.72261 13.0788 8.35802 13.5996C8.00646 14.1074 7.60282 14.5762 7.14709 15.0059C6.69136 15.4225 6.23563 15.7806 5.7799 16.0801C5.33719 16.3796 4.9075 16.6139 4.49084 16.7832C4.08719 16.9525 3.74865 17.0176 3.47521 16.9785C3.31896 17.4863 3.22131 18.0332 3.18224 18.6191C3.1562 19.1921 3.14969 19.7585 3.16271 20.3184C3.17573 20.8652 3.19526 21.3926 3.22131 21.9004C3.24735 22.3952 3.22131 22.8249 3.14318 23.1895C3.07808 23.541 2.94787 23.8079 2.75256 23.9902C2.55724 24.1595 2.25776 24.2116 1.85412 24.1465C1.73693 23.222 1.64579 22.2845 1.58068 21.334C1.5286 20.3835 1.48302 19.4395 1.44396 18.502C1.4049 17.5645 1.36584 16.653 1.32677 15.7676C1.30073 14.8691 1.25516 14.0163 1.19006 13.209C1.13797 12.4017 1.05985 11.6465 0.955681 10.9434C0.851514 10.2402 0.721306 9.61523 0.565056 9.06836ZM5.38927 8.56055C5.19396 8.56055 4.95308 8.56706 4.66662 8.58008C4.38016 8.5931 4.10021 8.63867 3.82677 8.7168C3.56636 8.7819 3.345 8.9056 3.16271 9.08789C2.98042 9.25716 2.88927 9.50456 2.88927 9.83008L2.88927 14.9473C3.42313 14.9473 3.98954 14.804 4.58849 14.5176C5.18745 14.2311 5.73433 13.8665 6.22912 13.4238C6.72391 12.9811 7.13407 12.4798 7.45959 11.9199C7.78511 11.36 7.94787 10.8066 7.94787 10.2598C7.94787 9.85612 7.86974 9.54362 7.71349 9.32227C7.57026 9.10091 7.37495 8.93164 7.12756 8.81445C6.89318 8.69727 6.62625 8.62565 6.32677 8.59961C6.0273 8.57357 5.7148 8.56055 5.38927 8.56055ZM10.3893 20.5332C10.3893 19.7259 10.5781 18.9772 10.9557 18.2871C11.3333 17.584 11.8281 16.985 12.4401 16.4902C13.0651 15.9824 13.7617 15.5853 14.5299 15.2988C15.3111 15.0124 16.0989 14.8691 16.8932 14.8691C17.3359 14.8691 17.7265 15.0124 18.0651 15.2988C18.4166 15.5853 18.7096 15.9368 18.944 16.3535C19.1783 16.7572 19.3541 17.1868 19.4713 17.6426C19.6015 18.0983 19.6666 18.4954 19.6666 18.834C19.6666 19.5632 19.4908 20.2728 19.1393 20.9629C18.7877 21.64 18.332 22.2454 17.7721 22.7793C17.2122 23.3001 16.5807 23.7233 15.8776 24.0488C15.1744 24.3743 14.4713 24.5371 13.7682 24.5371C13.1432 24.5371 12.6158 24.4329 12.1861 24.2246C11.7565 24.0033 11.4114 23.7168 11.151 23.3652C10.8906 23.0007 10.6953 22.5775 10.5651 22.0957C10.4479 21.6009 10.3893 21.0801 10.3893 20.5332ZM12.0494 20.7285C12.0494 21.0671 12.0755 21.3665 12.1276 21.627C12.1927 21.8743 12.2968 22.0892 12.4401 22.2715C12.5963 22.4538 12.7981 22.597 13.0455 22.7012C13.2929 22.7923 13.5989 22.8379 13.9635 22.8379C14.4453 22.8379 14.927 22.7077 15.4088 22.4473C15.8906 22.1738 16.3203 21.8353 16.6979 21.4316C17.0885 21.015 17.401 20.5592 17.6354 20.0645C17.8697 19.5697 17.9869 19.0879 17.9869 18.6191C17.9869 18.4108 17.9674 18.1829 17.9283 17.9355C17.8893 17.6882 17.8242 17.4603 17.733 17.252C17.6419 17.0436 17.5117 16.8678 17.3424 16.7246C17.1731 16.5814 16.9583 16.5098 16.6979 16.5098C16.4635 16.5098 16.1835 16.5879 15.858 16.7441C15.5455 16.9004 15.2135 17.1022 14.8619 17.3496C14.5234 17.597 14.1848 17.877 13.8463 18.1895C13.5208 18.502 13.2213 18.8145 12.9479 19.127C12.6744 19.4395 12.4531 19.7389 12.2838 20.0254C12.1276 20.3118 12.0494 20.5462 12.0494 20.7285ZM19.9986 16.1387C19.9986 15.9173 20.0442 15.7155 20.1354 15.5332C20.2395 15.3509 20.4153 15.2598 20.6627 15.2598C20.6757 15.2598 20.6953 15.2663 20.7213 15.2793C20.7473 15.2793 20.7734 15.2793 20.7994 15.2793C20.8255 15.2793 20.8515 15.2793 20.8776 15.2793C20.9166 15.3053 20.9882 15.3704 21.0924 15.4746C21.2096 15.5788 21.2812 15.6569 21.3072 15.709C21.3463 15.7871 21.4244 15.9564 21.5416 16.2168C21.6718 16.4772 21.8216 16.7832 21.9908 17.1348C22.1731 17.4733 22.3554 17.8379 22.5377 18.2285C22.733 18.6061 22.9153 18.9707 23.0846 19.3223C23.2669 19.6738 23.4166 19.9798 23.5338 20.2402C23.664 20.4876 23.7552 20.6504 23.8072 20.7285C23.8203 20.7676 23.8789 20.8457 23.983 20.9629C24.1002 21.0671 24.1848 21.1322 24.2369 21.1582C24.3411 20.9759 24.4453 20.7025 24.5494 20.3379C24.6536 19.9733 24.7578 19.5762 24.8619 19.1465C24.9791 18.7038 25.0963 18.2546 25.2135 17.7988C25.3307 17.3301 25.4609 16.9134 25.6041 16.5488C25.7604 16.1712 25.9296 15.8652 26.1119 15.6309C26.2942 15.3835 26.5026 15.2598 26.7369 15.2598C27.0755 15.2598 27.3945 15.39 27.694 15.6504C28.0065 15.9108 28.2994 16.2493 28.5729 16.666C28.8593 17.0827 29.1263 17.5514 29.3736 18.0723C29.6341 18.5801 29.875 19.0879 30.0963 19.5957C30.3307 20.0905 30.5455 20.5527 30.7408 20.9824C30.9492 21.3991 31.151 21.7311 31.3463 21.9785C31.5026 21.9264 31.6328 21.7962 31.7369 21.5879C31.8411 21.3796 31.9192 21.1647 31.9713 20.9434C32.0364 20.709 32.082 20.4941 32.108 20.2988C32.1341 20.0905 32.1536 19.9538 32.1666 19.8887C32.1796 19.7454 32.1992 19.5241 32.2252 19.2246C32.2513 18.9121 32.2773 18.5605 32.3033 18.1699C32.3424 17.7793 32.375 17.3757 32.401 16.959C32.427 16.5423 32.4531 16.1387 32.4791 15.748C32.5182 15.3574 32.5442 15.0124 32.5572 14.7129C32.5833 14.4004 32.5963 14.179 32.5963 14.0488C32.6223 14.0488 32.6875 14.0423 32.7916 14.0293C32.8958 14.0033 32.9674 13.9902 33.0065 13.9902C33.1888 13.9902 33.3515 14.0098 33.4947 14.0488C33.638 14.0879 33.7486 14.2246 33.8268 14.459C33.8268 14.5501 33.8268 14.7129 33.8268 14.9473C33.8398 15.1816 33.8463 15.4355 33.8463 15.709C33.8593 15.9694 33.8658 16.2233 33.8658 16.4707C33.8789 16.7051 33.8854 16.8678 33.8854 16.959C33.8854 17.1673 33.8854 17.4928 33.8854 17.9355C33.8984 18.3652 33.8919 18.847 33.8658 19.3809C33.8528 19.9147 33.8138 20.4616 33.7486 21.0215C33.6835 21.5684 33.5794 22.0762 33.4361 22.5449C33.3059 23.0007 33.1236 23.3783 32.8893 23.6777C32.6549 23.9642 32.3619 24.1074 32.0104 24.1074C31.6067 24.1074 31.2291 24.0098 30.8776 23.8145C30.526 23.6191 30.194 23.3587 29.8815 23.0332C29.582 22.7077 29.2955 22.3496 29.0221 21.959C28.7486 21.5553 28.4947 21.1517 28.2604 20.748C28.039 20.3314 27.8307 19.9408 27.6354 19.5762C27.4531 19.1986 27.2903 18.8796 27.1471 18.6191C27.0429 18.8535 26.9453 19.1465 26.8541 19.498C26.776 19.8496 26.6848 20.2337 26.5807 20.6504C26.4765 21.054 26.3593 21.4642 26.2291 21.8809C26.0989 22.2845 25.9492 22.6556 25.7799 22.9941C25.6236 23.3197 25.4348 23.5866 25.2135 23.7949C25.0052 24.0033 24.7643 24.1074 24.4908 24.1074C24.3606 24.1074 24.2434 24.1139 24.1393 24.127C24.0351 24.127 23.9375 24.1204 23.8463 24.1074C23.7552 24.0814 23.6705 24.0358 23.5924 23.9707C23.5143 23.9056 23.4427 23.8014 23.3776 23.6582L20.0377 16.5293C20.0377 16.5163 20.0312 16.4642 20.0182 16.373C20.0052 16.2689 19.9986 16.1908 19.9986 16.1387ZM35.0963 19.0684C35.0963 18.3652 35.1809 17.6621 35.3502 16.959C35.5195 16.2559 35.7864 15.6243 36.151 15.0645C36.5286 14.5046 37.0104 14.0488 37.5963 13.6973C38.1953 13.3457 38.9179 13.1699 39.7643 13.1699C40.246 13.1699 40.6692 13.2611 41.0338 13.4434C41.3984 13.6126 41.7044 13.8405 41.9518 14.127C42.1992 14.4134 42.3815 14.752 42.4986 15.1426C42.6289 15.5202 42.694 15.9173 42.694 16.334C42.694 16.998 42.5377 17.6426 42.2252 18.2676C41.9257 18.8926 41.5156 19.446 40.9947 19.9277C40.4869 20.3965 39.901 20.7546 39.2369 21.002C38.5729 21.2363 37.8958 21.2884 37.2057 21.1582C37.2187 21.5358 37.3424 21.8418 37.5768 22.0762C37.8242 22.2975 38.1171 22.4668 38.4557 22.584C38.7942 22.7012 39.1458 22.7793 39.5104 22.8184C39.875 22.8444 40.2005 22.8574 40.4869 22.8574C40.7864 22.8574 41.0664 22.8314 41.3268 22.7793C41.5872 22.7272 41.8476 22.6686 42.108 22.6035C42.3684 22.5384 42.6289 22.4798 42.8893 22.4277C43.1627 22.3757 43.4492 22.3496 43.7486 22.3496C43.8658 22.3496 43.983 22.3561 44.1002 22.3691C44.2174 22.3822 44.3281 22.4147 44.4322 22.4668C44.5364 22.5059 44.621 22.5775 44.6861 22.6816C44.7513 22.7728 44.7838 22.89 44.7838 23.0332C44.7838 23.2806 44.6927 23.4889 44.5104 23.6582C44.3281 23.8145 44.0937 23.9512 43.8072 24.0684C43.5338 24.1855 43.2278 24.2767 42.8893 24.3418C42.5507 24.3939 42.2187 24.4395 41.8932 24.4785C41.5807 24.5046 41.2877 24.5176 41.0143 24.5176C40.7539 24.5306 40.5585 24.5371 40.4283 24.5371C39.595 24.5371 38.8463 24.4069 38.1822 24.1465C37.5182 23.873 36.9583 23.502 36.5026 23.0332C36.0468 22.5514 35.6953 21.9785 35.4479 21.3145C35.2135 20.6374 35.0963 19.8887 35.0963 19.0684ZM37.1666 17.7988C37.1666 18.2546 37.2252 18.5866 37.3424 18.7949C37.4726 19.0033 37.7786 19.1074 38.2604 19.1074C38.5989 19.1074 38.9309 19.0488 39.2565 18.9316C39.582 18.8014 39.875 18.6257 40.1354 18.4043C40.4088 18.1829 40.6236 17.9225 40.7799 17.623C40.9361 17.3236 41.0143 16.998 41.0143 16.6465C41.0143 16.4512 40.9947 16.2493 40.9557 16.041C40.9296 15.8327 40.8645 15.6439 40.7604 15.4746C40.6562 15.2923 40.5195 15.1491 40.3502 15.0449C40.194 14.9277 39.9856 14.8691 39.7252 14.8691C39.3346 14.8691 38.9765 14.9603 38.651 15.1426C38.3385 15.3118 38.0716 15.5397 37.8502 15.8262C37.6289 16.0996 37.4596 16.4121 37.3424 16.7637C37.2252 17.1022 37.1666 17.4473 37.1666 17.7988ZM45.9947 16.2949C45.9947 16.1777 46.0013 16.0605 46.0143 15.9434C46.0273 15.8132 46.0533 15.7025 46.0924 15.6113C46.1315 15.5072 46.1901 15.4225 46.2682 15.3574C46.3593 15.2923 46.483 15.2598 46.6393 15.2598C46.7695 15.2598 46.9127 15.3639 47.069 15.5723C47.2382 15.7676 47.4075 16.0215 47.5768 16.334C47.746 16.6335 47.9088 16.9655 48.0651 17.3301C48.2343 17.6947 48.3776 18.0332 48.4947 18.3457C48.625 18.6452 48.7291 18.9056 48.8072 19.127C48.8854 19.3483 48.9309 19.4655 48.944 19.4785C49.1132 19.0228 49.302 18.528 49.5104 17.9941C49.7187 17.4603 49.9726 16.9655 50.2721 16.5098C50.5846 16.041 50.9492 15.6504 51.3658 15.3379C51.7955 15.0254 52.3164 14.8691 52.9283 14.8691C53.2408 14.8691 53.5338 14.9212 53.8072 15.0254C54.0937 15.1165 54.3411 15.2598 54.5494 15.4551C54.7708 15.6374 54.9466 15.8587 55.0768 16.1191C55.207 16.3796 55.2721 16.679 55.2721 17.0176C55.2721 17.304 55.1549 17.5059 54.9205 17.623C54.6992 17.7402 54.4453 17.7988 54.1588 17.7988L53.9635 17.7988L53.1236 16.959C53.0976 16.959 53.0781 16.9525 53.0651 16.9395C53.039 16.9395 53.013 16.9395 52.9869 16.9395C52.9739 16.9264 52.9544 16.9199 52.9283 16.9199C52.4726 16.9199 52.1145 17.0501 51.8541 17.3105C51.6067 17.5579 51.4179 17.8704 51.2877 18.248C51.1575 18.6126 51.0729 19.0033 51.0338 19.4199C51.0078 19.8236 50.9947 20.1947 50.9947 20.5332C50.9947 20.7936 51.0208 21.0605 51.0729 21.334C51.125 21.5944 51.1835 21.8548 51.2486 22.1152C51.3138 22.3626 51.3723 22.623 51.4244 22.8965C51.4765 23.1569 51.5026 23.4303 51.5026 23.7168C51.5026 24.2637 51.2096 24.5371 50.6236 24.5371C50.2981 24.5371 49.9596 24.3678 49.608 24.0293C49.2565 23.6777 48.9049 23.235 48.5533 22.7012C48.2148 22.1673 47.8893 21.5814 47.5768 20.9434C47.2643 20.2923 46.9908 19.6608 46.7565 19.0488C46.5221 18.4368 46.3333 17.8835 46.1901 17.3887C46.0598 16.8939 45.9947 16.5293 45.9947 16.2949ZM55.9752 19.0684C55.9752 18.3652 56.0598 17.6621 56.2291 16.959C56.3984 16.2559 56.6653 15.6243 57.0299 15.0645C57.4075 14.5046 57.8893 14.0488 58.4752 13.6973C59.0742 13.3457 59.7968 13.1699 60.6432 13.1699C61.125 13.1699 61.5481 13.2611 61.9127 13.4434C62.2773 13.6126 62.5833 13.8405 62.8307 14.127C63.0781 14.4134 63.2604 14.752 63.3776 15.1426C63.5078 15.5202 63.5729 15.9173 63.5729 16.334C63.5729 16.998 63.4166 17.6426 63.1041 18.2676C62.8046 18.8926 62.3945 19.446 61.8736 19.9277C61.3658 20.3965 60.7799 20.7546 60.1158 21.002C59.4518 21.2363 58.7747 21.2884 58.0846 21.1582C58.0976 21.5358 58.2213 21.8418 58.4557 22.0762C58.7031 22.2975 58.996 22.4668 59.3346 22.584C59.6731 22.7012 60.0247 22.7793 60.3893 22.8184C60.7539 22.8444 61.0794 22.8574 61.3658 22.8574C61.6653 22.8574 61.9453 22.8314 62.2057 22.7793C62.4661 22.7272 62.7265 22.6686 62.9869 22.6035C63.2473 22.5384 63.5078 22.4798 63.7682 22.4277C64.0416 22.3757 64.3281 22.3496 64.6276 22.3496C64.7447 22.3496 64.8619 22.3561 64.9791 22.3691C65.0963 22.3822 65.207 22.4147 65.3111 22.4668C65.4153 22.5059 65.5 22.5775 65.5651 22.6816C65.6302 22.7728 65.6627 22.89 65.6627 23.0332C65.6627 23.2806 65.5716 23.4889 65.3893 23.6582C65.207 23.8145 64.9726 23.9512 64.6861 24.0684C64.4127 24.1855 64.1067 24.2767 63.7682 24.3418C63.4296 24.3939 63.0976 24.4395 62.7721 24.4785C62.4596 24.5046 62.1666 24.5176 61.8932 24.5176C61.6328 24.5306 61.4375 24.5371 61.3072 24.5371C60.4739 24.5371 59.7252 24.4069 59.0611 24.1465C58.3971 23.873 57.8372 23.502 57.3815 23.0332C56.9257 22.5514 56.5742 21.9785 56.3268 21.3145C56.0924 20.6374 55.9752 19.8887 55.9752 19.0684ZM58.0455 17.7988C58.0455 18.2546 58.1041 18.5866 58.2213 18.7949C58.3515 19.0033 58.6575 19.1074 59.1393 19.1074C59.4778 19.1074 59.8098 19.0488 60.1354 18.9316C60.4609 18.8014 60.7539 18.6257 61.0143 18.4043C61.2877 18.1829 61.5026 17.9225 61.6588 17.623C61.8151 17.3236 61.8932 16.998 61.8932 16.6465C61.8932 16.4512 61.8736 16.2493 61.8346 16.041C61.8085 15.8327 61.7434 15.6439 61.6393 15.4746C61.5351 15.2923 61.3984 15.1491 61.2291 15.0449C61.0729 14.9277 60.8645 14.8691 60.6041 14.8691C60.2135 14.8691 59.8554 14.9603 59.5299 15.1426C59.2174 15.3118 58.9505 15.5397 58.7291 15.8262C58.5078 16.0996 58.3385 16.4121 58.2213 16.7637C58.1041 17.1022 58.0455 17.4473 58.0455 17.7988ZM66.444 22.1934C66.444 21.4382 66.6328 20.7676 67.0104 20.1816C67.388 19.5957 67.8567 19.0879 68.4166 18.6582C68.9765 18.2155 69.582 17.8444 70.233 17.5449C70.8841 17.2324 71.4895 16.9785 72.0494 16.7832C72.6093 16.5749 73.0781 16.4121 73.4557 16.2949C73.8333 16.1647 74.0221 16.0605 74.0221 15.9824C74.0221 15.5267 73.996 15.084 73.944 14.6543C73.9049 14.2116 73.8593 13.7689 73.8072 13.3262C73.7552 12.8835 73.7031 12.4473 73.651 12.0176C73.6119 11.5749 73.5924 11.1387 73.5924 10.709L73.5924 9.43945C74.1263 9.24414 74.5039 9.26367 74.7252 9.49805C74.9596 9.73242 74.9986 10.1361 74.8424 10.709C74.8945 10.9954 74.9661 11.4447 75.0572 12.0566C75.1484 12.6686 75.246 13.3587 75.3502 14.127C75.4674 14.8952 75.5846 15.7025 75.7018 16.5488C75.832 17.3952 75.9492 18.209 76.0533 18.9902C76.1705 19.7585 76.2682 20.4486 76.3463 21.0605C76.4244 21.6595 76.483 22.1087 76.5221 22.4082C76.5351 22.4733 76.5481 22.6035 76.5611 22.7988C76.5742 22.9811 76.5807 23.1829 76.5807 23.4043C76.5937 23.6126 76.6002 23.8079 76.6002 23.9902C76.6132 24.1725 76.6197 24.3027 76.6197 24.3809C76.125 24.3809 75.7864 24.3613 75.6041 24.3223C75.4348 24.2832 75.3242 24.2051 75.2721 24.0879C75.233 23.9707 75.2135 23.8014 75.2135 23.5801C75.2135 23.3587 75.1484 23.0527 75.0182 22.6621C74.5364 23.0397 74.0807 23.3522 73.651 23.5996C73.2213 23.847 72.7916 24.0488 72.3619 24.2051C71.9322 24.3483 71.496 24.446 71.0533 24.498C70.6236 24.5632 70.1614 24.5957 69.6666 24.5957C69.25 24.5957 68.8463 24.5632 68.4557 24.498C68.0781 24.4199 67.7395 24.2897 67.4401 24.1074C67.1406 23.9251 66.8997 23.6777 66.7174 23.3652C66.5351 23.0527 66.444 22.6621 66.444 22.1934ZM68.1432 21.7832C68.1432 21.9915 68.1888 22.1608 68.2799 22.291C68.371 22.4212 68.4882 22.5319 68.6315 22.623C68.7747 22.7142 68.9244 22.7793 69.0807 22.8184C69.25 22.8444 69.4127 22.8574 69.569 22.8574C70.0247 22.8574 70.513 22.7728 71.0338 22.6035C71.5677 22.4212 72.0559 22.1738 72.4986 21.8613C72.9544 21.5358 73.3255 21.1517 73.6119 20.709C73.9114 20.2663 74.0611 19.7845 74.0611 19.2637C74.0611 18.86 73.9895 18.5801 73.8463 18.4238C73.7031 18.2676 73.4296 18.1895 73.026 18.1895C72.6093 18.1895 72.121 18.2871 71.5611 18.4824C71.0143 18.6777 70.4804 18.9382 69.9596 19.2637C69.4518 19.5892 69.0221 19.9733 68.6705 20.416C68.319 20.8457 68.1432 21.3014 68.1432 21.7832ZM89.7252 23.6582C89.3216 22.4863 88.9375 21.3926 88.5729 20.377C88.2213 19.3483 87.9088 18.3457 87.6354 17.3691C87.375 16.3796 87.1666 15.377 87.0104 14.3613C86.8541 13.3457 86.776 12.2585 86.776 11.0996C86.776 11.0085 86.776 10.8457 86.776 10.6113C86.789 10.3639 86.7955 10.11 86.7955 9.84961C86.7955 9.58919 86.7955 9.3418 86.7955 9.10742C86.8085 8.86003 86.8151 8.69076 86.8151 8.59961C86.9322 8.33919 87.1341 8.09831 87.4205 7.87695C87.72 7.6556 88.0195 7.54492 88.319 7.54492C88.319 8.50846 88.332 9.53711 88.358 10.6309C88.3841 11.7116 88.4622 12.7923 88.5924 13.873C88.7356 14.9538 88.957 16.015 89.2565 17.0566C89.569 18.0853 90.0052 19.0293 90.5651 19.8887C90.5781 19.5762 90.5911 19.2311 90.6041 18.8535C90.6171 18.4759 90.6497 18.0983 90.7018 17.7207C90.7669 17.3431 90.8645 16.9785 90.9947 16.627C91.125 16.2754 91.3138 15.9629 91.5611 15.6895C91.8216 15.416 92.1536 15.2012 92.5572 15.0449C92.9739 14.8887 93.4947 14.8171 94.1197 14.8301C94.6796 14.8301 95.1809 14.9342 95.6236 15.1426C96.0794 15.3509 96.457 15.6374 96.7565 16.002C97.069 16.3535 97.3033 16.7702 97.4596 17.252C97.6289 17.7207 97.7135 18.222 97.7135 18.7559C97.7135 19.472 97.5377 20.1751 97.1861 20.8652C96.8346 21.5553 96.3658 22.1738 95.7799 22.7207C95.207 23.2676 94.5625 23.7103 93.8463 24.0488C93.1302 24.3743 92.401 24.5371 91.6588 24.5371C91.2812 24.5371 90.9166 24.472 90.5651 24.3418C90.2135 24.1986 89.9335 23.9707 89.7252 23.6582ZM94.3541 16.5293C94.0937 16.6725 93.8203 16.8418 93.5338 17.0371C93.2473 17.2324 92.9804 17.5384 92.733 17.9551C92.4986 18.3587 92.2968 18.9121 92.1276 19.6152C91.9583 20.3184 91.8541 21.2493 91.8151 22.4082C91.8411 22.4082 91.9062 22.4147 92.0104 22.4277C92.1276 22.4408 92.2057 22.4473 92.2447 22.4473C92.5963 22.4473 92.9934 22.3366 93.4361 22.1152C93.8919 21.8939 94.3281 21.6204 94.7447 21.2949C95.1744 20.9694 95.5455 20.6113 95.858 20.2207C96.1705 19.8171 96.3593 19.4329 96.4244 19.0684C96.4635 18.847 96.4179 18.5931 96.2877 18.3066C96.1575 18.0202 95.9817 17.7467 95.7604 17.4863C95.552 17.2129 95.3177 16.985 95.0572 16.8027C94.8098 16.6204 94.5755 16.5293 94.3541 16.5293ZM98.5729 14.4004C98.5729 14.2832 98.5729 14.166 98.5729 14.0488C98.5859 13.9186 98.6119 13.8014 98.651 13.6973C98.7031 13.5801 98.7682 13.4954 98.8463 13.4434C98.9375 13.3783 99.0677 13.3457 99.2369 13.3457C99.25 13.3457 99.263 13.3457 99.276 13.3457C99.302 13.3457 99.3281 13.3457 99.3541 13.3457C99.3932 13.3587 99.4257 13.3652 99.4518 13.3652C99.6992 13.7038 99.914 14.14 100.096 14.6738C100.279 15.1947 100.454 15.7546 100.624 16.3535C100.793 16.9395 100.975 17.5384 101.171 18.1504C101.366 18.7493 101.62 19.2897 101.932 19.7715C102.245 20.2533 102.629 20.6374 103.085 20.9238C103.54 21.2103 104.107 21.334 104.784 21.2949C105.083 21.2949 105.279 21.1322 105.37 20.8066C105.461 20.4811 105.506 20.0645 105.506 19.5566C105.519 19.0488 105.506 18.4889 105.467 17.877C105.441 17.265 105.441 16.6855 105.467 16.1387C105.506 15.5788 105.604 15.0905 105.76 14.6738C105.93 14.2572 106.216 13.9772 106.62 13.834C106.789 14.1725 106.926 14.7064 107.03 15.4355C107.147 16.1517 107.232 16.985 107.284 17.9355C107.336 18.873 107.362 19.8952 107.362 21.002C107.362 22.0957 107.336 23.1895 107.284 24.2832C107.232 25.3639 107.154 26.4056 107.049 27.4082C106.945 28.4108 106.828 29.2897 106.698 30.0449C106.568 30.8001 106.411 31.3926 106.229 31.8223C106.06 32.265 105.878 32.4538 105.682 32.3887C105.409 32.1283 105.194 31.7897 105.038 31.373C104.894 30.9564 104.79 30.4941 104.725 29.9863C104.673 29.4785 104.654 28.9382 104.667 28.3652C104.68 27.8053 104.699 27.2389 104.725 26.666C104.764 26.0931 104.803 25.5332 104.842 24.9863C104.894 24.4395 104.921 23.9382 104.921 23.4824C104.452 23.5215 103.97 23.4499 103.475 23.2676C102.993 23.0853 102.518 22.8053 102.049 22.4277C101.581 22.0371 101.131 21.5684 100.702 21.0215C100.285 20.4746 99.914 19.8561 99.5885 19.166C99.276 18.4759 99.0286 17.7337 98.8463 16.9395C98.664 16.1322 98.5729 15.2858 98.5729 14.4004ZM120.487 23.6582C120.552 23.3457 120.715 23.0918 120.975 22.8965C121.249 22.6882 121.555 22.4993 121.893 22.3301C122.245 22.1608 122.609 22.0046 122.987 21.8613C123.365 21.7051 123.71 21.5423 124.022 21.373C124.348 21.2038 124.615 21.0085 124.823 20.7871C125.031 20.5527 125.135 20.2728 125.135 19.9473C125.135 19.5306 125.025 19.1855 124.803 18.9121C124.595 18.6387 124.309 18.4043 123.944 18.209C123.592 18.0137 123.189 17.8509 122.733 17.7207C122.277 17.5905 121.809 17.4603 121.327 17.3301C120.858 17.1868 120.396 17.0371 119.94 16.8809C119.484 16.7116 119.074 16.5033 118.71 16.2559C118.358 16.0085 118.072 15.709 117.85 15.3574C117.642 15.0059 117.538 14.5697 117.538 14.0488C117.538 13.6191 117.622 13.2155 117.792 12.8379C117.974 12.4473 118.208 12.0827 118.495 11.7441C118.794 11.3926 119.133 11.0736 119.51 10.7871C119.901 10.5007 120.305 10.2598 120.721 10.0645C121.151 9.86914 121.581 9.7194 122.01 9.61523C122.44 9.49805 122.837 9.43945 123.202 9.43945L123.417 9.43945C123.534 9.47852 123.69 9.54362 123.885 9.63477C124.081 9.72591 124.269 9.81706 124.452 9.9082C124.634 9.98633 124.79 10.0645 124.921 10.1426C125.051 10.2077 125.116 10.2467 125.116 10.2598L125.116 10.709C124.868 10.735 124.549 10.7871 124.159 10.8652C123.768 10.9303 123.358 11.0215 122.928 11.1387C122.499 11.2559 122.062 11.4056 121.62 11.5879C121.177 11.7572 120.78 11.959 120.428 12.1934C120.077 12.4277 119.79 12.7012 119.569 13.0137C119.348 13.3132 119.237 13.6582 119.237 14.0488C119.237 14.6087 119.432 15.0514 119.823 15.377C120.214 15.6895 120.702 15.9499 121.288 16.1582C121.874 16.3665 122.512 16.5553 123.202 16.7246C123.905 16.8809 124.549 17.0762 125.135 17.3105C125.721 17.5319 126.21 17.8314 126.6 18.209C126.991 18.5736 127.186 19.0684 127.186 19.6934C127.186 20.0319 127.082 20.39 126.874 20.7676C126.678 21.1322 126.411 21.4967 126.073 21.8613C125.747 22.2129 125.376 22.5514 124.96 22.877C124.543 23.2025 124.113 23.4889 123.671 23.7363C123.241 23.9707 122.818 24.166 122.401 24.3223C121.984 24.4655 121.613 24.5371 121.288 24.5371C121.184 24.5371 121.073 24.5241 120.956 24.498C120.839 24.472 120.734 24.4329 120.643 24.3809C120.565 24.3158 120.5 24.2246 120.448 24.1074C120.409 23.9902 120.422 23.8405 120.487 23.6582ZM127.987 20.5332C127.987 19.7259 128.176 18.9772 128.553 18.2871C128.931 17.584 129.426 16.985 130.038 16.4902C130.663 15.9824 131.359 15.5853 132.128 15.2988C132.909 15.0124 133.697 14.8691 134.491 14.8691C134.934 14.8691 135.324 15.0124 135.663 15.2988C136.014 15.5853 136.307 15.9368 136.542 16.3535C136.776 16.7572 136.952 17.1868 137.069 17.6426C137.199 18.0983 137.264 18.4954 137.264 18.834C137.264 19.5632 137.089 20.2728 136.737 20.9629C136.385 21.64 135.93 22.2454 135.37 22.7793C134.81 23.3001 134.178 23.7233 133.475 24.0488C132.772 24.3743 132.069 24.5371 131.366 24.5371C130.741 24.5371 130.214 24.4329 129.784 24.2246C129.354 24.0033 129.009 23.7168 128.749 23.3652C128.488 23.0007 128.293 22.5775 128.163 22.0957C128.046 21.6009 127.987 21.0801 127.987 20.5332ZM129.647 20.7285C129.647 21.0671 129.673 21.3665 129.725 21.627C129.79 21.8743 129.894 22.0892 130.038 22.2715C130.194 22.4538 130.396 22.597 130.643 22.7012C130.891 22.7923 131.197 22.8379 131.561 22.8379C132.043 22.8379 132.525 22.7077 133.006 22.4473C133.488 22.1738 133.918 21.8353 134.296 21.4316C134.686 21.015 134.999 20.5592 135.233 20.0645C135.467 19.5697 135.585 19.0879 135.585 18.6191C135.585 18.4108 135.565 18.1829 135.526 17.9355C135.487 17.6882 135.422 17.4603 135.331 17.252C135.24 17.0436 135.109 16.8678 134.94 16.7246C134.771 16.5814 134.556 16.5098 134.296 16.5098C134.061 16.5098 133.781 16.5879 133.456 16.7441C133.143 16.9004 132.811 17.1022 132.46 17.3496C132.121 17.597 131.783 17.877 131.444 18.1895C131.118 18.502 130.819 18.8145 130.546 19.127C130.272 19.4395 130.051 19.7389 129.881 20.0254C129.725 20.3118 129.647 20.5462 129.647 20.7285ZM138.495 13.4434C138.495 13.0658 138.469 12.7012 138.417 12.3496C138.365 11.985 138.352 11.666 138.378 11.3926C138.404 11.1061 138.501 10.8783 138.671 10.709C138.853 10.5397 139.178 10.4551 139.647 10.4551C139.79 10.7546 139.927 11.2103 140.057 11.8223C140.2 12.4342 140.337 13.1374 140.467 13.9316C140.598 14.7259 140.721 15.5918 140.839 16.5293C140.956 17.4538 141.06 18.3848 141.151 19.3223C141.255 20.2598 141.34 21.1842 141.405 22.0957C141.483 22.9941 141.542 23.8145 141.581 24.5566C141.151 24.8431 140.806 24.8626 140.546 24.6152C140.285 24.3678 140.07 23.9512 139.901 23.3652C139.732 22.7663 139.602 22.0436 139.51 21.1973C139.419 20.3379 139.328 19.4525 139.237 18.541C139.159 17.6165 139.061 16.7116 138.944 15.8262C138.827 14.9277 138.677 14.1335 138.495 13.4434ZM150.995 21.9785C150.5 22.3171 150.07 22.623 149.706 22.8965C149.354 23.1569 149.009 23.3783 148.671 23.5605C148.332 23.7428 147.967 23.8796 147.577 23.9707C147.199 24.0618 146.73 24.1074 146.171 24.1074C144.96 24.1074 144.061 23.7884 143.475 23.1504C142.889 22.4993 142.596 21.5358 142.596 20.2598C142.596 19.765 142.661 19.2507 142.792 18.7168C142.922 18.1829 143.111 17.6556 143.358 17.1348C143.618 16.6009 143.924 16.0996 144.276 15.6309C144.628 15.1491 145.025 14.7259 145.467 14.3613C145.91 13.9967 146.379 13.7103 146.874 13.502C147.381 13.2806 147.915 13.1699 148.475 13.1699C149.413 13.2611 150.148 13.4954 150.682 13.873C151.216 14.2376 151.62 14.7129 151.893 15.2988C152.167 15.8717 152.355 16.5163 152.46 17.2324C152.564 17.9355 152.642 18.6647 152.694 19.4199C152.759 20.1751 152.837 20.9303 152.928 21.6855C153.019 22.4408 153.208 23.1374 153.495 23.7754C153.325 24.2051 153.163 24.5046 153.006 24.6738C152.863 24.8561 152.7 24.8887 152.518 24.7715C152.336 24.6543 152.121 24.3678 151.874 23.9121C151.639 23.4564 151.346 22.8118 150.995 21.9785ZM144.256 20.2988C144.256 21.041 144.393 21.5879 144.667 21.9395C144.953 22.278 145.454 22.4473 146.171 22.4473C146.704 22.4473 147.212 22.3561 147.694 22.1738C148.189 21.9785 148.618 21.7181 148.983 21.3926C149.348 21.054 149.641 20.6504 149.862 20.1816C150.083 19.7129 150.194 19.1921 150.194 18.6191C150.194 18.3848 150.2 18.0592 150.214 17.6426C150.227 17.2129 150.2 16.7897 150.135 16.373C150.07 15.9564 149.947 15.5983 149.764 15.2988C149.582 14.9863 149.309 14.8301 148.944 14.8301C148.267 14.8301 147.642 15.0059 147.069 15.3574C146.496 15.696 146.001 16.1322 145.585 16.666C145.168 17.1999 144.842 17.7923 144.608 18.4434C144.374 19.0814 144.256 19.6999 144.256 20.2988ZM154.725 17.916C154.725 17.5775 154.81 17.3366 154.979 17.1934C155.148 17.0371 155.422 16.959 155.799 16.959L155.995 16.959C156.034 17.1673 156.079 17.4082 156.131 17.6816C156.184 17.9551 156.262 18.235 156.366 18.5215C156.47 18.8079 156.594 19.0749 156.737 19.3223C156.88 19.5566 157.056 19.7454 157.264 19.8887C157.277 19.4329 157.388 18.9967 157.596 18.5801C157.818 18.1504 158.085 17.7728 158.397 17.4473C158.723 17.1087 159.074 16.8288 159.452 16.6074C159.842 16.373 160.227 16.2168 160.604 16.1387L161.034 16.1387C161.659 16.1387 162.193 16.2819 162.635 16.5684C163.078 16.8418 163.443 17.2064 163.729 17.6621C164.029 18.1048 164.256 18.6126 164.413 19.1855C164.569 19.7585 164.686 20.3444 164.764 20.9434C164.855 21.5293 164.908 22.1022 164.921 22.6621C164.947 23.209 164.96 23.6777 164.96 24.0684L163.534 24.0684C163.456 23.2871 163.358 22.5384 163.241 21.8223C163.202 21.5358 163.15 21.2363 163.085 20.9238C163.019 20.5983 162.948 20.2988 162.87 20.0254C162.792 19.7389 162.707 19.4785 162.616 19.2441C162.525 18.9967 162.421 18.7884 162.303 18.6191C162.251 18.5671 162.18 18.4954 162.089 18.4043C162.01 18.3132 161.926 18.222 161.835 18.1309C161.743 18.0397 161.659 17.9616 161.581 17.8965C161.503 17.8314 161.457 17.7988 161.444 17.7988C161.053 17.6947 160.715 17.7728 160.428 18.0332C160.142 18.2806 159.888 18.6191 159.667 19.0488C159.445 19.4785 159.263 19.9668 159.12 20.5137C158.99 21.0605 158.879 21.5879 158.788 22.0957C158.697 22.5905 158.631 23.0267 158.592 23.4043C158.553 23.7689 158.527 23.9902 158.514 24.0684C158.189 24.3027 157.883 24.3743 157.596 24.2832C157.31 24.179 157.036 23.9707 156.776 23.6582C156.529 23.3457 156.301 22.9551 156.092 22.4863C155.897 22.0176 155.715 21.5228 155.546 21.002C155.376 20.4681 155.22 19.9342 155.077 19.4004C154.947 18.8665 154.829 18.3717 154.725 17.916ZM174.432 21.9785C173.937 22.3171 173.508 22.623 173.143 22.8965C172.792 23.1569 172.447 23.3783 172.108 23.5605C171.769 23.7428 171.405 23.8796 171.014 23.9707C170.637 24.0618 170.168 24.1074 169.608 24.1074C168.397 24.1074 167.499 23.7884 166.913 23.1504C166.327 22.4993 166.034 21.5358 166.034 20.2598C166.034 19.765 166.099 19.2507 166.229 18.7168C166.359 18.1829 166.548 17.6556 166.796 17.1348C167.056 16.6009 167.362 16.0996 167.714 15.6309C168.065 15.1491 168.462 14.7259 168.905 14.3613C169.348 13.9967 169.816 13.7103 170.311 13.502C170.819 13.2806 171.353 13.1699 171.913 13.1699C172.85 13.2611 173.586 13.4954 174.12 13.873C174.654 14.2376 175.057 14.7129 175.331 15.2988C175.604 15.8717 175.793 16.5163 175.897 17.2324C176.001 17.9355 176.079 18.6647 176.131 19.4199C176.197 20.1751 176.275 20.9303 176.366 21.6855C176.457 22.4408 176.646 23.1374 176.932 23.7754C176.763 24.2051 176.6 24.5046 176.444 24.6738C176.301 24.8561 176.138 24.8887 175.956 24.7715C175.773 24.6543 175.559 24.3678 175.311 23.9121C175.077 23.4564 174.784 22.8118 174.432 21.9785ZM167.694 20.2988C167.694 21.041 167.831 21.5879 168.104 21.9395C168.391 22.278 168.892 22.4473 169.608 22.4473C170.142 22.4473 170.65 22.3561 171.131 22.1738C171.626 21.9785 172.056 21.7181 172.421 21.3926C172.785 21.054 173.078 20.6504 173.299 20.1816C173.521 19.7129 173.631 19.1921 173.631 18.6191C173.631 18.3848 173.638 18.0592 173.651 17.6426C173.664 17.2129 173.638 16.7897 173.573 16.373C173.508 15.9564 173.384 15.5983 173.202 15.2988C173.019 14.9863 172.746 14.8301 172.381 14.8301C171.704 14.8301 171.079 15.0059 170.506 15.3574C169.934 15.696 169.439 16.1322 169.022 16.666C168.605 17.1999 168.28 17.7923 168.046 18.4434C167.811 19.0814 167.694 19.6999 167.694 20.2988Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(65.73541666666688),positionX:\"center\",positionY:\"center\",sizes:\"61.0358vw\",src:\"https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png\",srcSet:\"https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=512 512w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png 3600w\"},className:\"framer-15bbfji\",\"data-framer-name\":\"image\",name:\"image\",style:{rotate:-2},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:455,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(106.23905302612752),pixelHeight:455,pixelWidth:500,src:\"https://framerusercontent.com/images/Cry9vdR1JBVgR6OcUNbeXhghaik.gif\"},className:\"framer-19d6puo\",\"data-framer-name\":\"xt\",name:\"xt\",style:{rotate:-5},transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(109.25934065934086),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/H6Qb0cl3XLavGkxT8yj0OXJtnhY.gif\"},className:\"framer-1yf94v0\",\"data-framer-name\":\"CHEERS_PEPE_TRANSPARENT\",name:\"CHEERS_PEPE_TRANSPARENT\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:\"5.625vw\",y:29.0000000000002,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1opbrab-container\",children:/*#__PURE__*/_jsx(SoundOnTap,{height:\"100%\",id:\"DJVs0iBGP\",layoutId:\"DJVs0iBGP\",style:{height:\"100%\",width:\"100%\"},variant:\"j_VLF4rWp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.checkdex.xyz/GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"CDylSkn41\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:280,intrinsicWidth:280,loading:getLoadingLazyAtYPosition(683.0000000000002),pixelHeight:280,pixelWidth:280,src:\"https://framerusercontent.com/images/EC0KbT1U1o7ru9739SPx8FVM40.png\"},className:\"framer-axsb1j framer-lux5qc\",\"data-framer-name\":\"99915600\",name:\"99915600\",style:{rotate:-7}})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:908,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16hi0kp-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"h9CPIx3VF\",layoutId:\"h9CPIx3VF\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ku8fw\",\"data-framer-name\":\"div.tokenomics\",name:\"div.tokenomics\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b0pczp-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iGRdaCuY_\",isMixedBorderRadius:false,layoutId:\"iGRdaCuY_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/9AZvpmEXqu016KMYmRfVWmPkTo.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"wFZ7tnAYA\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10gjmdj framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:105,intrinsicWidth:370,name:\"div.flex-1\",svg:'<svg width=\"370\" height=\"105\" viewBox=\"0 0 370 105\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"1.81825\" y=\"2.16672\" width=\"360.3\" height=\"68\" transform=\"matrix(0.996195 0.0871557 -0.0870706 0.996202 6.83565 0.399563)\" fill=\"#ED3B23\"/>\\n<rect x=\"1.81825\" y=\"2.16672\" width=\"360.3\" height=\"68\" transform=\"matrix(0.996195 0.0871557 -0.0870706 0.996202 6.83565 0.399563)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M31.4733 27.5905C31.8779 26.1908 32.4896 25.115 33.3081 24.3632C34.1287 23.588 35.0309 23.0905 36.0148 22.8707C37.0219 22.653 38.067 22.6738 39.1501 22.9333C40.2586 23.1714 41.2797 23.6019 42.2134 24.2247C43.1704 24.8496 43.9848 25.6266 44.6564 26.5559C45.3301 27.4618 45.7707 28.4767 45.9783 29.6007C46.188 30.7012 46.086 31.8687 45.6722 33.1029C45.2585 34.3372 44.4565 35.5728 43.2661 36.8097C44.0801 37.1867 44.8358 37.5587 45.533 37.9256C46.2303 38.2924 46.8047 38.7191 47.2563 39.2056C47.7311 39.6942 48.0811 40.2659 48.3062 40.9208C48.5313 41.5758 48.603 42.3702 48.5214 43.3041C48.454 44.0746 48.2425 44.8796 47.8868 45.719C47.5312 46.5583 47.0598 47.3758 46.4726 48.1714C45.9088 48.9691 45.2547 49.7235 44.5103 50.4348C43.7912 51.1248 43.0209 51.7279 42.1994 52.2442C41.3779 52.7605 40.5433 53.158 39.6955 53.4367C38.8731 53.6942 38.0766 53.7892 37.3061 53.7218C36.7924 53.6768 36.319 53.306 35.8858 52.6094C35.4527 51.9127 35.0495 51.0069 34.6764 49.8921C34.3034 48.7772 33.9562 47.4999 33.635 46.0602C33.3139 44.6204 33.0318 43.1371 32.7888 41.6101C32.5479 40.0598 32.34 38.5358 32.165 37.0383C31.9921 35.5175 31.844 34.1164 31.7207 32.8352C31.6207 31.556 31.5405 30.4549 31.48 29.5321C31.4449 28.5879 31.4427 27.9408 31.4733 27.5905ZM36.3818 43.3008C36.3471 43.6977 36.3946 44.2312 36.5243 44.9013C36.6539 45.5714 36.8303 46.2456 37.0533 46.9239C37.2997 47.6042 37.5735 48.2398 37.8747 48.8308C38.178 49.3985 38.52 49.7931 38.9006 50.0146C39.2111 50.23 39.5974 50.252 40.0594 50.0807C40.5234 49.886 40.9976 49.5746 41.4821 49.1464C41.9919 48.697 42.4835 48.1871 42.9568 47.6168C43.4322 47.0232 43.8598 46.4371 44.2397 45.8586C44.643 45.2822 44.9605 44.7454 45.1922 44.248C45.4493 43.7294 45.59 43.33 45.6145 43.0498C45.6676 42.4428 45.6287 41.9453 45.4979 41.5574C45.3692 41.1462 45.1516 40.8095 44.8451 40.5474C44.562 40.2874 44.2027 40.0913 43.7672 39.9591C43.3551 39.8289 42.8923 39.7414 42.3786 39.6964C41.7949 39.6454 41.168 39.6846 40.4979 39.8142C39.8278 39.9438 39.1973 40.1592 38.6063 40.4604C38.0387 40.7636 37.534 41.1547 37.0922 41.6337C36.6737 42.1147 36.4369 42.6704 36.3818 43.3008ZM35.1812 31.1969C35.1444 31.6172 35.0868 32.1415 35.0084 32.7699C34.932 33.3749 34.8769 34.0053 34.8431 34.6611C34.8093 35.3169 34.8222 35.9768 34.8818 36.6408C34.9414 37.3048 35.1026 37.8835 35.3653 38.377C36.5277 38.267 37.5547 37.9569 38.4463 37.4467C39.3612 36.9386 40.1091 36.3217 40.6901 35.5962C41.2965 34.8493 41.7552 34.0425 42.0663 33.1756C42.3773 32.3088 42.5345 31.4521 42.5379 30.6054C42.5647 29.7608 42.4336 28.9729 42.1446 28.2418C41.8789 27.5128 41.4589 26.9349 40.8845 26.5082C40.3121 26.0582 39.594 25.7954 38.7301 25.7198C37.8662 25.6442 36.8494 25.8376 35.6798 26.2999C35.6634 26.4867 35.6232 26.8125 35.559 27.2775C35.5182 27.7444 35.4637 28.2337 35.3954 28.7454C35.3505 29.259 35.3077 29.7493 35.2669 30.2163C35.2261 30.6833 35.1975 31.0102 35.1812 31.1969ZM52.6183 31.5579C52.9674 31.8708 53.2403 32.2476 53.437 32.6883C53.6358 33.1056 53.7869 33.5305 53.8903 33.9631C53.8361 34.8524 53.7549 35.9157 53.6467 37.1532C53.5386 38.3907 53.473 39.6789 53.4501 41.018C53.4272 42.357 53.486 43.7032 53.6265 45.0565C53.769 46.3865 54.0629 47.6003 54.5081 48.698C54.9766 49.7977 55.6376 50.7143 56.491 51.4477C57.3699 52.1598 58.5097 52.5771 59.9106 52.6997C61.1948 52.8121 62.3187 52.6045 63.2823 52.0771C64.2693 51.5518 65.1072 50.8487 65.7958 49.9679C66.5079 49.0891 67.054 48.0899 67.4342 46.9703C67.8397 45.8295 68.0905 44.7103 68.1864 43.613C68.3721 41.4883 68.4558 39.3193 68.4375 37.1062C68.4212 34.8697 68.2227 32.6996 67.8419 30.5959C68.0421 30.1899 68.2726 29.9748 68.5335 29.9506C68.7965 29.903 69.0797 29.8925 69.3833 29.9191C69.9903 29.9722 70.4475 30.2592 70.7549 30.7802C71.0623 31.3011 71.264 31.954 71.3601 32.7388C71.4816 33.5023 71.5142 34.3404 71.458 35.253C71.4271 36.1443 71.3526 36.9966 71.2345 37.8097C71.1418 38.6015 71.0328 39.3095 70.9077 39.9338C70.8079 40.5368 70.7509 40.92 70.7366 41.0834C70.6305 42.2975 70.4873 43.532 70.3071 44.7866C70.1522 46.02 69.9081 47.1985 69.5746 48.3222C69.2644 49.4479 68.8437 50.4933 68.3123 51.4585C67.8064 52.4024 67.1588 53.2162 66.3697 53.9C65.5827 54.5605 64.6337 55.0539 63.523 55.3802C62.4122 55.7065 61.1097 55.8043 59.6154 55.6736C57.7242 55.5081 56.2032 55.0104 55.0523 54.1803C53.9015 53.3503 53.0045 52.3072 52.3614 51.0511C51.7438 49.7737 51.3155 48.3481 51.0766 46.7744C50.8611 45.2028 50.742 43.6043 50.7193 41.9789C50.7201 40.3556 50.7538 38.7587 50.8204 37.1883C50.9105 35.6198 50.9639 34.2011 50.9807 32.9321L52.6183 31.5579ZM84.4822 38.8628C83.5879 38.5964 82.7141 38.0964 81.8606 37.363C81.0072 36.6296 80.201 35.7591 79.4421 34.7517C78.7065 33.7462 78.0152 32.6388 77.368 31.4293C76.7442 30.2219 76.2148 29.011 75.7799 27.7966C75.3449 26.5822 75.0236 25.4131 74.816 24.2891C74.6084 23.1652 74.5423 22.1713 74.6178 21.3074C74.628 21.1906 74.6403 21.0505 74.6545 20.8871C74.6922 20.7257 74.7288 20.576 74.7644 20.4379C74.8254 20.2786 74.9183 20.1573 75.0432 20.0741C75.1701 19.9676 75.327 19.9225 75.5138 19.9389C76.0975 19.9899 76.5811 20.244 76.9647 20.701C77.3502 21.1347 77.6886 21.7054 77.9796 22.4132C78.2706 23.1209 78.5302 23.92 78.7582 24.8105C78.9862 25.7009 79.2132 26.603 79.4392 27.5168C79.6885 28.4327 79.9506 29.3379 80.2253 30.2324C80.5 31.1269 80.8179 31.9311 81.179 32.645C81.5634 33.3609 82.0175 33.9535 82.5411 34.4228C83.0667 34.8688 83.6915 35.1234 84.4153 35.1868C84.462 35.1908 84.5214 35.1843 84.5935 35.1671C84.6889 35.1519 84.76 35.1463 84.8066 35.1504C85.5114 34.6239 86.1625 33.9045 86.7598 32.9921C87.3825 32.0585 87.9647 31.0507 88.5062 29.9688C89.0478 28.8868 89.5808 27.7689 90.1051 26.6149C90.6295 25.4609 91.1583 24.3896 91.6918 23.4011C92.2485 22.4146 92.8057 21.5576 93.3634 20.83C93.9444 20.1044 94.575 19.6185 95.2553 19.3721L96.6266 21.0449C96.7971 21.248 96.7867 21.6353 96.5956 22.2068C96.4299 22.7569 96.1458 23.4496 95.7435 24.2849C95.3665 25.0989 94.8986 26.0108 94.3398 27.0207C93.783 28.0071 93.1988 29.0383 92.5872 30.1141C91.9756 31.1898 91.364 32.2656 90.7524 33.3414C90.1428 34.3939 89.585 35.392 89.079 36.3359C88.5964 37.2818 88.193 38.1288 87.8688 38.8768C87.5446 39.6248 87.3632 40.2206 87.3244 40.6643C87.202 42.0652 87.2821 43.4368 87.5647 44.779C87.8707 46.1233 88.2 47.4696 88.5527 48.818C88.9074 50.143 89.2261 51.4766 89.5088 52.8189C89.7934 54.1378 89.8766 55.4743 89.7582 56.8285C89.7419 57.0153 89.7205 57.2605 89.694 57.564C89.6695 57.8442 89.5993 58.1086 89.4835 58.3573C89.391 58.608 89.2219 58.7932 88.9761 58.9128C88.7538 59.0345 88.4375 59.0186 88.0275 58.8651C87.2738 57.5287 86.6394 56.0381 86.1245 54.3932C85.6115 52.7249 85.1971 51.0065 84.8811 49.2379C84.5652 47.4692 84.367 45.6991 84.2865 43.9275C84.2315 42.1347 84.2967 40.4464 84.4822 38.8628ZM111.583 60.2907C111.171 60.1605 110.944 59.929 110.902 59.5959C110.863 59.2396 110.856 58.9096 110.883 58.6061C110.655 58.2568 110.644 57.9735 110.851 57.7564C111.059 57.5392 111.377 57.3907 111.808 57.3107C112.264 57.2094 112.797 57.162 113.408 57.1684C114.019 57.1748 114.604 57.2142 115.162 57.2866C115.746 57.3377 116.255 57.441 116.688 57.5965C117.147 57.7308 117.453 57.8634 117.606 57.9945C117.97 56.5206 118.185 55.2806 118.249 54.2746C118.339 53.2473 118.32 52.3869 118.192 51.6934C118.09 50.9787 117.894 50.3969 117.604 49.948C117.316 49.4758 116.985 49.0822 116.613 48.7673C116.243 48.429 115.857 48.1248 115.458 47.8545C115.06 47.5609 114.676 47.245 114.305 46.9067C113.96 46.5472 113.656 46.1206 113.394 45.6271C113.131 45.1336 112.95 44.5061 112.852 43.7446C112.907 43.1142 113.096 42.5778 113.416 42.1354C113.74 41.6695 114.126 41.2799 114.577 40.9665C115.052 40.655 115.545 40.3924 116.058 40.1784C116.594 39.9665 117.082 39.7622 117.523 39.5655C117.987 39.3708 118.368 39.1807 118.667 38.9951C118.967 38.7861 119.13 38.5415 119.155 38.2613L119.681 32.2374C119.697 32.0506 119.815 31.9197 120.033 31.8447C120.277 31.7484 120.543 31.6658 120.831 31.5969C121.143 31.5301 121.416 31.4952 121.652 31.4923C121.911 31.4914 122.087 31.4951 122.18 31.5032C122.08 32.6473 122.024 33.8305 122.011 35.0528C122.024 36.2538 122.204 37.4224 122.552 38.5585C122.762 38.5769 123.144 38.6457 123.698 38.7647C124.276 38.8858 124.876 39.0207 125.498 39.1692C126.146 39.2965 126.747 39.4196 127.301 39.5387C127.878 39.6598 128.283 39.7422 128.514 39.786C128.559 39.8135 128.648 39.8683 128.782 39.9506C128.94 40.035 129.084 40.13 129.216 40.2356C129.371 40.3433 129.516 40.4383 129.65 40.5206C129.784 40.6029 129.872 40.6695 129.915 40.7202C130.018 41.1528 130.076 41.5695 130.088 41.9705C130.102 42.3482 129.902 42.6131 129.489 42.7651C129.076 42.9172 128.361 42.8899 127.344 42.6833C126.35 42.4787 124.922 41.9891 123.061 41.2146C122.804 41.1921 122.604 41.3275 122.46 41.6208C122.317 41.9142 122.206 42.2456 122.127 42.6151C122.047 42.9845 121.993 43.3327 121.965 43.6596C121.961 43.9652 121.959 44.1296 121.957 44.153C121.951 44.223 121.94 44.3515 121.923 44.5382C121.93 44.7271 121.926 44.9149 121.909 45.1017C121.916 45.2905 121.912 45.4783 121.895 45.6651C121.904 45.8306 121.905 45.96 121.897 46.0534C122.149 46.1226 122.575 46.2304 123.174 46.3769C123.798 46.5021 124.489 46.6801 125.245 46.911C126.001 47.1418 126.788 47.4225 127.606 47.7528C128.424 48.0832 129.167 48.4658 129.835 48.9007C130.528 49.3142 131.074 49.7972 131.473 50.3497C131.874 50.8788 132.046 51.4703 131.988 52.124C131.876 53.4082 131.484 54.5267 130.813 55.4797C130.143 56.4092 129.32 57.2194 128.342 57.9103C127.387 58.6031 126.345 59.2178 125.216 59.7543C124.111 60.2927 123.057 60.7769 122.054 61.2069L121.956 62.3276C121.912 62.8413 121.903 63.3463 121.93 63.8428C121.978 64.3646 122.04 64.8758 122.113 65.3763C122.185 65.9002 122.235 66.4104 122.262 66.9068C122.31 67.4286 122.312 67.9464 122.267 68.4601C122.214 69.0671 122.069 69.5132 121.833 69.7984C121.594 70.1069 121.148 70.2325 120.494 70.1753C120.214 70.1508 120.006 70.1091 119.87 70.0501C119.732 70.0145 119.621 69.9342 119.538 69.8093C119.453 69.7078 119.384 69.5489 119.333 69.3326C119.304 69.1184 119.247 68.831 119.161 68.4706C119.111 68.231 119.029 67.8238 118.915 67.2492C118.824 66.6766 118.725 66.0562 118.619 65.3882C118.51 64.7435 118.411 64.1348 118.319 63.5622C118.252 62.9916 118.216 62.5885 118.213 62.353L111.583 60.2907ZM121.409 49.6104C121.293 50.9413 121.25 52.2432 121.28 53.5163C121.335 54.7681 121.458 56.0493 121.649 57.3601L122 57.3907C122.56 57.4397 123.179 57.3527 123.858 57.1298C124.538 56.8834 125.19 56.5523 125.815 56.1364C126.441 55.6972 126.966 55.2137 127.388 54.686C127.836 54.137 128.085 53.5823 128.134 53.022C128.205 52.2048 128 51.5869 127.519 51.1684C127.064 50.7286 126.48 50.407 125.769 50.2036C125.083 49.9788 124.33 49.8424 123.511 49.7943C122.693 49.7228 121.993 49.6615 121.409 49.6104ZM115.94 43.9442C115.879 44.6447 116.048 45.1417 116.445 45.4353C116.867 45.731 117.416 45.9084 118.093 45.9677L118.39 42.5704C118.133 42.548 117.862 42.5478 117.578 42.57C117.317 42.5942 117.064 42.6662 116.818 42.7859C116.598 42.8842 116.397 43.0313 116.215 43.2271C116.058 43.4017 115.967 43.6407 115.94 43.9442ZM133.266 37.9079C133.283 37.7211 133.321 37.4186 133.381 37.0003C133.42 36.5567 133.459 36.1014 133.5 35.6345C133.543 35.1441 133.595 34.6899 133.655 34.2716C133.693 33.828 133.72 33.5245 133.734 33.361C134.034 32.8932 134.461 32.5777 135.017 32.4145C135.598 32.2301 136.206 32.1304 136.843 32.1155C137.505 32.0793 138.138 32.0994 138.743 32.1759C139.372 32.2544 139.884 32.311 140.281 32.3457C140.795 32.3907 141.388 32.4661 142.061 32.5721C142.757 32.68 143.438 32.8337 144.103 33.033C144.793 33.211 145.466 33.4581 146.12 33.7742C146.777 34.0669 147.345 34.4342 147.824 34.876C148.328 35.2966 148.708 35.8003 148.962 36.3873C149.242 36.9529 149.349 37.6093 149.284 38.3564C149.207 39.2437 148.926 40.0308 148.442 40.7178C147.961 41.3815 147.377 42.001 146.692 42.5762C146.032 43.1302 145.305 43.643 144.511 44.1146C143.74 44.5883 143.017 45.0544 142.342 45.5129C141.69 45.9735 141.13 46.4539 140.663 46.9541C140.196 47.4544 139.935 48.0197 139.879 48.6501C139.875 48.6968 139.881 48.7679 139.896 48.8633C139.937 48.9375 139.956 48.9862 139.954 49.0096C142.638 50.0678 145.224 51.294 147.714 52.6882C150.227 54.0844 152.685 55.5699 155.088 57.1447C155.154 57.1975 155.216 57.2971 155.274 57.4433C155.357 57.5682 155.425 57.7271 155.479 57.92C155.535 58.0896 155.592 58.2475 155.65 58.3937C155.707 58.5399 155.732 58.6597 155.724 58.7531C155.706 58.9633 155.633 59.1216 155.506 59.2281C155.381 59.3113 155.234 59.3808 155.064 59.4365C154.897 59.4689 154.731 59.478 154.568 59.4637C154.404 59.4494 154.264 59.4371 154.148 59.4269C152.887 59.3166 151.649 58.9378 150.436 58.2904C149.247 57.6218 148.052 56.8938 146.85 56.1064C145.649 55.319 144.419 54.5879 143.16 53.9131C141.925 53.2404 140.607 52.8428 139.206 52.7202L138.085 52.6222C138.383 53.5187 138.643 54.3178 138.864 55.0195C139.108 55.7231 139.296 56.3983 139.428 57.0451C139.583 57.6939 139.679 58.3492 139.715 59.0112C139.777 59.6518 139.775 60.3457 139.709 61.0928C139.695 61.2563 139.678 61.4547 139.657 61.6882C139.639 61.8983 139.608 62.1191 139.564 62.3506C139.52 62.582 139.432 62.786 139.299 62.9626C139.166 63.1392 138.968 63.2513 138.705 63.2988C137.797 62.6547 137.008 61.7152 136.34 60.4804C135.697 59.2243 135.161 57.8129 134.734 56.2462C134.306 54.6795 133.968 53.0266 133.72 51.2874C133.496 49.5503 133.326 47.8533 133.212 46.1964C133.124 44.5183 133.083 42.9619 133.091 41.5275C133.124 40.0717 133.183 38.8652 133.266 37.9079ZM136.085 40.3778C136.059 40.6813 136.001 41.0762 135.911 41.5625C135.847 42.0274 135.804 42.5177 135.783 43.0334C135.763 43.5258 135.791 44.0105 135.867 44.4877C135.969 44.9436 136.157 45.3483 136.432 45.7017C136.476 45.7291 136.522 45.7449 136.569 45.749C136.59 45.7744 136.647 45.7912 136.741 45.7993C137.161 45.8361 137.674 45.7516 138.28 45.5458C138.91 45.3421 139.57 45.0587 140.26 44.6956C140.951 44.3326 141.635 43.9101 142.312 43.4282C143.015 42.9251 143.649 42.4041 144.213 41.8653C144.778 41.3265 145.238 40.7786 145.592 40.2214C145.972 39.643 146.183 39.1086 146.226 38.6182C146.267 38.1513 146.127 37.739 145.805 37.3815C145.485 37.0006 145.09 36.6837 144.618 36.4307C144.146 36.1776 143.645 35.9809 143.116 35.8405C142.611 35.7022 142.195 35.6187 141.868 35.5901C141.471 35.5554 141.004 35.5146 140.467 35.4676C139.932 35.3973 139.392 35.3853 138.847 35.4317C138.327 35.4568 137.848 35.556 137.409 35.7294C136.97 35.9028 136.651 36.1925 136.451 36.5984C136.439 36.7385 136.417 36.9837 136.387 37.3339C136.356 37.6841 136.322 38.0694 136.286 38.4897C136.251 38.8866 136.207 39.2591 136.153 39.6073C136.122 39.9575 136.1 40.2144 136.085 40.3778ZM167.569 60.9187C167.677 59.6812 167.642 58.3254 167.465 56.8512C167.288 55.3771 167.091 53.8659 166.874 52.3176C166.656 50.7693 166.449 49.2337 166.253 47.7108C166.059 46.1645 166.008 44.7249 166.101 43.392L158.291 42.7088C158.307 42.522 158.331 42.2535 158.361 41.9032C158.392 41.553 158.458 41.2058 158.558 40.8617C158.661 40.4943 158.795 40.1766 158.959 39.9087C159.126 39.6174 159.352 39.449 159.639 39.4035L178.901 41.0887C178.812 41.8338 178.61 42.3926 178.296 42.765C177.981 43.1374 177.581 43.4082 177.095 43.5775C176.633 43.7489 176.119 43.845 175.553 43.866C174.988 43.8637 174.423 43.8731 173.856 43.8941C173.29 43.9151 172.733 43.9605 172.186 44.0303C171.64 44.0767 171.156 44.2343 170.733 44.5031C170.333 44.7739 170.004 45.1687 169.747 45.6873C169.515 46.1846 169.407 46.881 169.423 47.7764C169.38 48.2667 169.358 48.9235 169.357 49.7469C169.357 50.5468 169.399 51.421 169.481 52.3692C169.562 53.3174 169.69 54.2814 169.863 55.2612C170.038 56.2176 170.278 57.1091 170.582 57.9356C170.912 58.7408 171.3 59.41 171.748 59.9433C172.22 60.4552 172.795 60.7407 173.473 60.8C173.935 60.8875 174.53 60.9513 175.256 60.9913C176.007 61.0099 176.757 61.0403 177.506 61.0823C178.255 61.1243 178.955 61.1973 179.605 61.3012C180.278 61.4071 180.756 61.5901 181.039 61.8501C181.322 62.1102 181.361 62.4665 181.157 62.9192C180.955 63.3485 180.388 63.9106 179.457 64.6056C177.914 65.0352 176.362 65.2877 174.803 65.363C173.269 65.417 171.731 65.3883 170.187 65.2768C168.646 65.142 167.108 64.9838 165.571 64.8023C164.036 64.5974 162.51 64.4286 160.992 64.2958C160.22 63.1696 159.777 62.3191 159.662 61.7444C159.548 61.1698 159.64 60.7896 159.938 60.604C160.262 60.3971 160.739 60.3212 161.37 60.3764C162.026 60.4102 162.724 60.4948 163.465 60.6302C164.208 60.7423 164.951 60.8544 165.694 60.9664C166.439 61.0551 167.064 61.0392 167.569 60.9187ZM184.654 55.2142C184.723 54.4203 184.904 53.5656 185.195 52.6501C185.511 51.7365 185.907 50.8302 186.386 49.931C186.867 49.0084 187.426 48.128 188.064 47.2898C188.704 46.4282 189.403 45.6895 190.163 45.0737C190.925 44.4345 191.732 43.9522 192.583 43.6268C193.437 43.278 194.32 43.1435 195.23 43.2231C195.977 43.2885 196.669 43.4549 197.304 43.7222C197.941 43.9662 198.476 44.3071 198.909 44.7448C199.341 45.1826 199.659 45.7163 199.863 46.3458C200.092 46.954 200.171 47.6667 200.099 48.4839C199.586 48.439 199.176 48.2738 198.872 47.9884C198.593 47.6816 198.328 47.3526 198.076 47.0012C197.848 46.6518 197.581 46.3344 197.277 46.049C196.996 45.7656 196.61 45.6025 196.12 45.5596C195.396 45.4963 194.679 45.6218 193.97 45.9361C193.283 46.2525 192.621 46.7003 191.982 47.2797C191.366 47.8611 190.802 48.5293 190.289 49.2843C189.799 50.0414 189.355 50.8142 188.957 51.6028C188.584 52.3701 188.271 53.1309 188.017 53.885C187.786 54.6412 187.646 55.2995 187.597 55.8599C187.491 57.074 187.566 58.2334 187.822 59.3381C188.104 60.4214 188.549 61.3896 189.157 62.2427C189.766 63.0725 190.554 63.7531 191.519 64.2845C192.484 64.816 193.609 65.1379 194.893 65.2502C195.71 65.3217 196.491 65.2724 197.235 65.1022C198.005 64.9108 198.74 64.7046 199.442 64.4836C200.169 64.2414 200.882 64.0215 201.582 63.8239C202.281 63.6263 202.97 63.5571 203.647 63.6163C203.74 63.6245 203.867 63.6474 204.029 63.6851C204.216 63.7014 204.377 63.739 204.513 63.798C204.672 63.859 204.805 63.953 204.912 64.0799C205.02 64.1835 205.066 64.3404 205.047 64.5505C204.974 65.3911 204.585 66.0746 203.88 66.6011C203.198 67.1297 202.398 67.5419 201.478 67.8379C200.56 68.1105 199.615 68.2866 198.644 68.3663C197.672 68.446 196.883 68.4593 196.276 68.4062C194.501 68.251 192.868 67.8257 191.376 67.1306C189.886 66.412 188.615 65.4774 187.563 64.3266C186.511 63.1758 185.722 61.8364 185.197 60.3082C184.673 58.7567 184.493 57.0587 184.654 55.2142ZM207.254 47.3806C207.264 47.2639 207.293 47.0665 207.341 46.7883C207.367 46.4848 207.394 46.1813 207.42 45.8777C207.449 45.5508 207.487 45.2483 207.535 44.9702C207.559 44.69 207.576 44.5032 207.584 44.4098C208.223 43.8305 208.734 43.4988 209.118 43.4147C209.525 43.3327 209.834 43.4303 210.045 43.7076C210.258 43.9615 210.388 44.3611 210.434 44.9062C210.504 45.4535 210.533 46.0677 210.52 46.7489C210.508 47.4301 210.469 48.1442 210.404 48.8914C210.338 49.6385 210.289 50.34 210.255 50.9958C210.223 51.6283 210.221 52.1927 210.248 52.6892C210.275 53.1856 210.375 53.5237 210.548 53.7035L222.56 54.7545C223.051 54.7974 223.414 54.6763 223.651 54.3911C223.888 54.106 224.039 53.7192 224.105 53.231C224.195 52.7447 224.232 52.1834 224.217 51.5468C224.202 50.9103 224.188 50.2621 224.175 49.6022C224.188 48.921 224.222 48.2652 224.277 47.6348C224.357 46.9831 224.512 46.4202 224.742 45.9462C224.995 45.4743 225.345 45.105 225.792 44.8382C226.238 44.5714 226.87 44.4738 227.688 44.5453C227.952 45.0155 228.096 45.5221 228.119 46.0653C228.144 46.5851 228.109 47.1231 228.014 47.6794C227.941 48.2377 227.834 48.793 227.691 49.3452C227.575 49.8761 227.494 50.3983 227.449 50.912C227.328 52.2896 227.29 53.6743 227.333 55.0661C227.399 56.46 227.465 57.8539 227.532 59.2478C227.622 60.6438 227.688 62.0377 227.731 63.4295C227.799 64.8001 227.775 66.1508 227.659 67.4817C227.579 68.9334 227.395 69.9642 227.106 70.5742C226.82 71.1608 226.505 71.4038 226.16 71.3031C225.814 71.2258 225.448 70.8408 225.062 70.1482C224.698 69.4577 224.378 68.5474 224.1 67.4174C223.846 66.2893 223.666 64.9796 223.562 63.4883C223.482 61.9756 223.541 60.3574 223.739 58.6337L211.096 57.5275C211.118 59.1529 211.196 60.6889 211.328 62.1356C211.484 63.5844 211.584 64.8636 211.628 65.9733C211.698 67.0616 211.68 67.9306 211.577 68.5803C211.498 69.2086 211.236 69.5151 210.79 69.4996C210.113 69.4404 209.561 69.1685 209.132 68.684C208.706 68.1762 208.353 67.5101 208.072 66.6856C207.814 65.8631 207.627 64.9174 207.508 63.8483C207.392 62.7559 207.315 61.6198 207.277 60.4402C207.241 59.2371 207.23 58.0128 207.245 56.7672C207.283 55.5236 207.317 54.3267 207.347 53.1765C207.377 52.0262 207.388 50.9567 207.38 49.9679C207.375 48.9558 207.333 48.0933 207.254 47.3806ZM246.654 50.8277C246.664 50.711 246.693 50.5135 246.741 50.2354C246.768 49.9319 246.794 49.6283 246.821 49.3248C246.849 48.9979 246.887 48.6954 246.935 48.4173C246.96 48.1371 246.976 47.9503 246.984 47.8569C247.623 47.2776 248.134 46.9459 248.518 46.8618C248.925 46.7798 249.234 46.8774 249.445 47.1547C249.658 47.4086 249.788 47.8081 249.835 48.3533C249.904 48.9005 249.933 49.5148 249.921 50.196C249.908 50.8771 249.869 51.5913 249.804 52.3385C249.739 53.0856 249.689 53.7871 249.655 54.4429C249.624 55.0753 249.621 55.6398 249.648 56.1362C249.676 56.6327 249.775 56.9708 249.948 57.1506L261.961 58.2016C262.451 58.2445 262.814 58.1233 263.051 57.8382C263.288 57.553 263.439 57.1663 263.505 56.6781C263.595 56.1918 263.632 55.6304 263.617 54.9939C263.602 54.3574 263.588 53.7091 263.576 53.0493C263.588 52.3681 263.622 51.7123 263.677 51.0819C263.757 50.4301 263.912 49.8673 264.142 49.3933C264.395 48.9214 264.745 48.552 265.192 48.2853C265.639 48.0185 266.271 47.9209 267.088 47.9924C267.353 48.4626 267.496 48.9692 267.52 49.5124C267.545 50.0322 267.509 50.5702 267.414 51.1265C267.341 51.6848 267.234 52.24 267.092 52.7922C266.975 53.3231 266.894 53.8454 266.849 54.3591C266.729 55.7366 266.69 57.1213 266.733 58.5132C266.799 59.9071 266.866 61.301 266.932 62.6949C267.022 64.0909 267.088 65.4848 267.131 66.8766C267.2 68.2472 267.176 69.5979 267.059 70.9287C266.98 72.3804 266.795 73.4113 266.507 74.0213C266.22 74.6079 265.905 74.8509 265.561 74.7502C265.215 74.6728 264.848 74.2879 264.462 73.5953C264.099 72.9048 263.778 71.9945 263.501 70.8644C263.246 69.7364 263.067 68.4267 262.962 66.9353C262.882 65.4226 262.941 63.8044 263.139 62.0807L250.496 60.9746C250.519 62.6 250.596 64.136 250.728 65.5827C250.884 67.0315 250.984 68.3107 251.028 69.4203C251.098 70.5087 251.081 71.3777 250.977 72.0273C250.898 72.6557 250.636 72.9622 250.191 72.9467C249.514 72.8875 248.961 72.6156 248.533 72.1311C248.107 71.6233 247.753 70.9571 247.472 70.1326C247.215 69.3102 247.027 68.3644 246.909 67.2954C246.792 66.203 246.715 65.0669 246.677 63.8872C246.641 62.6842 246.63 61.4599 246.645 60.2142C246.683 58.9706 246.717 57.7737 246.747 56.6235C246.777 55.4733 246.788 54.4038 246.781 53.415C246.775 52.4029 246.733 51.5404 246.654 50.8277ZM272.782 47.0436C272.665 47.0334 272.492 46.9948 272.263 46.9276C272.059 46.8392 271.843 46.7497 271.616 46.6593C271.39 46.5455 271.176 46.4443 270.972 46.3559C270.77 46.2441 270.636 46.1618 270.57 46.109C270.55 46.0603 270.543 46.0125 270.547 45.9658C270.528 45.9171 270.521 45.8577 270.527 45.7877C270.556 45.4608 270.709 45.1918 270.986 44.9808C271.263 44.7698 271.571 44.6086 271.91 44.4971C272.275 44.3643 272.624 44.2771 272.957 44.2357C273.292 44.1709 273.554 44.135 273.743 44.128L274.163 44.1648L274.513 44.1954C275.069 44.2911 275.775 44.4235 276.631 44.5924C277.487 44.7614 278.388 44.9461 279.335 45.1466C280.308 45.3258 281.279 45.5167 282.25 45.7192C283.245 45.9005 284.135 46.0842 284.919 46.2704C285.728 46.4353 286.398 46.5762 286.929 46.6932C287.485 46.789 287.81 46.8409 287.903 46.8491C288.088 46.8888 288.317 46.9559 288.591 47.0505C288.891 47.1237 289.186 47.2437 289.477 47.4103C289.771 47.5536 290.038 47.7299 290.278 47.9391C290.521 48.125 290.689 48.3515 290.783 48.6186C290.564 48.9758 290.375 49.2534 290.217 49.4512C290.06 49.6258 289.895 49.7643 289.722 49.8667C289.55 49.9458 289.371 49.9772 289.184 49.9608C289.02 49.9465 288.81 49.9281 288.554 49.9057C287.573 49.8199 286.584 49.698 285.586 49.5402C284.611 49.3843 283.637 49.2285 282.662 49.0726C281.688 48.9168 280.702 48.7599 279.704 48.6021C278.729 48.4462 277.74 48.3244 276.736 48.2365C276.699 48.6568 276.586 49.2821 276.396 50.1125C276.229 50.9448 276.069 51.8249 275.918 52.7527C275.789 53.6826 275.731 54.6186 275.743 55.5607C275.78 56.4815 275.981 57.2755 276.346 57.9427C277.206 57.5238 278.081 57.3416 278.97 57.3958C279.86 57.4501 280.76 57.5171 281.67 57.5967C282.067 57.6315 282.569 57.6754 283.176 57.7285C283.783 57.7816 284.361 57.9027 284.909 58.0918C285.48 58.283 285.95 58.5594 286.319 58.921C286.687 59.2826 286.843 59.7903 286.785 60.444C286.745 60.911 286.621 61.2531 286.413 61.4702C286.206 61.6873 285.764 61.7663 285.087 61.7071C285.017 61.7009 284.868 61.6526 284.641 61.5622C284.437 61.4737 284.211 61.3716 283.962 61.2557C283.737 61.1419 283.522 61.0408 283.318 60.9523C283.114 60.8639 282.977 60.8166 282.907 60.8105C282.883 60.8085 282.79 60.8003 282.627 60.786C282.489 60.7504 282.314 60.7234 282.104 60.705C281.894 60.6866 281.684 60.6682 281.474 60.6498C281.289 60.6102 281.138 60.5852 281.022 60.575C280.485 60.528 279.956 60.5171 279.437 60.5422C278.94 60.5693 278.496 60.6716 278.104 60.8491C277.712 61.0265 277.382 61.3035 277.114 61.68C276.869 62.0585 276.719 62.563 276.664 63.1934C276.646 63.4036 276.637 63.7675 276.639 64.2853C276.641 64.803 276.649 65.3802 276.664 66.0167C276.704 66.6319 276.766 67.2726 276.849 67.9386C276.932 68.6046 277.066 69.228 277.25 69.8088C277.437 70.3662 277.654 70.844 277.901 71.2421C278.174 71.6189 278.521 71.8256 278.941 71.8624C278.988 71.8665 279.106 71.865 279.294 71.858C279.483 71.851 279.601 71.8495 279.648 71.8536C280.489 71.3861 281.333 70.8718 282.182 70.3109C283.055 69.7519 283.946 69.2418 284.857 68.7803C285.77 68.2955 286.71 67.9072 287.676 67.6154C288.645 67.3001 289.631 67.1864 290.635 67.2743L290.485 68.9904C290.477 69.0838 290.221 69.3202 289.717 69.6996C289.237 70.0811 288.599 70.5193 287.803 71.0143C287.03 71.5113 286.161 72.0352 285.195 72.586C284.229 73.1367 283.268 73.6408 282.31 74.0981C281.355 74.5321 280.441 74.8875 279.57 75.1642C278.722 75.4429 278.018 75.5577 277.458 75.5087C276.664 75.4393 275.983 75.0267 275.413 74.2711C274.87 73.4942 274.404 72.5006 274.015 71.2903C273.629 70.0566 273.34 68.655 273.148 67.0854C272.955 65.5158 272.802 63.9025 272.688 62.2457C272.598 60.5909 272.541 58.9508 272.518 57.3254C272.521 55.6788 272.536 54.1626 272.563 52.7769C272.59 51.3911 272.624 50.1942 272.665 49.1862C272.732 48.1568 272.771 47.4426 272.782 47.0436ZM293.424 51.9199C293.44 51.7331 293.479 51.4306 293.539 51.0123C293.577 50.5687 293.617 50.1134 293.658 49.6464C293.701 49.1561 293.752 48.7019 293.812 48.2836C293.851 47.84 293.878 47.5365 293.892 47.373C294.192 46.9052 294.619 46.5897 295.175 46.4265C295.755 46.2421 296.364 46.1424 297.001 46.1275C297.662 46.0913 298.296 46.1114 298.901 46.1879C299.529 46.2664 300.042 46.323 300.439 46.3577C300.952 46.4027 301.546 46.4781 302.219 46.5841C302.915 46.692 303.596 46.8457 304.261 47.045C304.951 47.223 305.623 47.4701 306.278 47.7862C306.935 48.0789 307.503 48.4462 307.982 48.888C308.486 49.3086 308.865 49.8123 309.12 50.3993C309.4 50.9649 309.507 51.6212 309.442 52.3684C309.364 53.2556 309.084 54.0428 308.6 54.7298C308.119 55.3935 307.535 56.013 306.85 56.5882C306.19 57.1422 305.463 57.655 304.668 58.1266C303.898 58.6003 303.175 59.0664 302.499 59.5249C301.847 59.9855 301.288 60.4659 300.821 60.9661C300.353 61.4664 300.092 62.0317 300.037 62.6621C300.033 62.7088 300.039 62.7799 300.054 62.8753C300.094 62.9495 300.114 62.9982 300.112 63.0215C302.795 64.0798 305.382 65.306 307.872 66.7001C310.385 68.0964 312.843 69.5819 315.246 71.1567C315.312 71.2095 315.374 71.309 315.432 71.4553C315.515 71.5802 315.583 71.7391 315.637 71.932C315.693 72.1016 315.75 72.2595 315.807 72.4057C315.865 72.5519 315.89 72.6717 315.882 72.7651C315.863 72.9752 315.791 73.1336 315.664 73.2401C315.539 73.3233 315.392 73.3927 315.222 73.4485C315.055 73.4809 314.889 73.4899 314.726 73.4756C314.562 73.4613 314.422 73.4491 314.305 73.4389C313.045 73.3286 311.807 72.9498 310.593 72.3024C309.405 71.6338 308.21 70.9058 307.008 70.1184C305.807 69.331 304.576 68.5999 303.318 67.9251C302.083 67.2524 300.765 66.8548 299.364 66.7322L298.243 66.6342C298.541 67.5307 298.801 68.3298 299.022 69.0314C299.266 69.7351 299.454 70.4103 299.586 71.0571C299.741 71.7059 299.836 72.3612 299.873 73.0231C299.934 73.6638 299.933 74.3577 299.867 75.1048C299.853 75.2683 299.836 75.4667 299.815 75.7002C299.797 75.9103 299.766 76.1311 299.722 76.3626C299.678 76.594 299.59 76.798 299.457 76.9746C299.324 77.1512 299.126 77.2632 298.863 77.3108C297.954 76.6667 297.166 75.7272 296.498 74.4924C295.855 73.2363 295.319 71.8248 294.891 70.2582C294.464 68.6915 294.126 67.0386 293.878 65.2994C293.653 63.5623 293.484 61.8653 293.37 60.2084C293.281 58.5303 293.241 56.9739 293.249 55.5395C293.282 54.0837 293.34 52.8772 293.424 51.9199ZM296.243 54.3898C296.217 54.6933 296.158 55.0882 296.069 55.5744C296.005 56.0394 295.962 56.5297 295.94 57.0454C295.921 57.5378 295.949 58.0225 296.025 58.4997C296.126 58.9556 296.314 59.3603 296.589 59.7137C296.634 59.7411 296.68 59.7569 296.726 59.761C296.748 59.7864 296.805 59.8031 296.899 59.8113C297.319 59.8481 297.832 59.7636 298.438 59.5578C299.068 59.3541 299.728 59.0707 300.418 58.7076C301.109 58.3445 301.793 57.9221 302.47 57.4402C303.173 56.937 303.806 56.4161 304.371 55.8773C304.936 55.3385 305.395 54.7906 305.75 54.2334C306.13 53.6549 306.341 53.1205 306.384 52.6302C306.425 52.1633 306.284 51.751 305.963 51.3935C305.643 51.0126 305.247 50.6957 304.775 50.4426C304.303 50.1896 303.803 49.9929 303.274 49.8525C302.769 49.7142 302.353 49.6307 302.026 49.6021C301.629 49.5674 301.162 49.5266 300.625 49.4796C300.09 49.4092 299.55 49.3973 299.005 49.4437C298.485 49.4688 298.006 49.568 297.567 49.7414C297.128 49.9148 296.809 50.2044 296.609 50.6104C296.596 50.7505 296.575 50.9957 296.544 51.3459C296.514 51.6961 296.48 52.0814 296.443 52.5016C296.409 52.8986 296.364 53.2711 296.31 53.6193C296.28 53.9695 296.257 54.2264 296.243 54.3898ZM320.763 51.2414C320.646 51.2312 320.473 51.1925 320.243 51.1254C320.039 51.037 319.824 50.9475 319.596 50.8571C319.371 50.7432 319.156 50.6421 318.952 50.5537C318.75 50.4419 318.616 50.3596 318.55 50.3068C318.531 50.258 318.524 50.2103 318.528 50.1636C318.508 50.1149 318.502 50.0555 318.508 49.9854C318.537 49.6586 318.689 49.3896 318.967 49.1786C319.244 48.9676 319.552 48.8063 319.891 48.6948C320.256 48.562 320.605 48.4749 320.938 48.4335C321.273 48.3687 321.534 48.3328 321.723 48.3258L322.144 48.3625L322.494 48.3932C323.05 48.4889 323.756 48.6212 324.612 48.7902C325.468 48.9592 326.369 49.1439 327.316 49.3444C328.288 49.5236 329.26 49.7145 330.23 49.917C331.226 50.0982 332.116 50.2819 332.9 50.4681C333.709 50.633 334.379 50.774 334.909 50.891C335.466 50.9867 335.791 51.0387 335.884 51.0469C336.069 51.0865 336.298 51.1537 336.572 51.2482C336.872 51.3215 337.167 51.4414 337.458 51.6081C337.752 51.7514 338.018 51.9276 338.259 52.1369C338.501 52.3228 338.67 52.5493 338.764 52.8163C338.545 53.1736 338.356 53.4511 338.197 53.649C338.041 53.8235 337.876 53.962 337.702 54.0645C337.531 54.1436 337.351 54.1749 337.165 54.1586C337.001 54.1443 336.791 54.1259 336.534 54.1035C335.554 54.0177 334.564 53.8958 333.567 53.7379C332.592 53.5821 331.618 53.4263 330.643 53.2704C329.669 53.1146 328.682 52.9577 327.685 52.7998C326.71 52.644 325.721 52.5222 324.717 52.4343C324.68 52.8546 324.567 53.4799 324.376 54.3102C324.21 55.1426 324.05 56.0227 323.899 56.9505C323.77 57.8804 323.712 58.8163 323.724 59.7585C323.761 60.6793 323.962 61.4733 324.327 62.1404C325.187 61.7216 326.062 61.5393 326.951 61.5936C327.84 61.6479 328.74 61.7149 329.651 61.7945C330.048 61.8292 330.55 61.8732 331.157 61.9263C331.764 61.9794 332.342 62.1005 332.89 62.2896C333.461 62.4808 333.931 62.7572 334.299 63.1188C334.668 63.4804 334.823 63.988 334.766 64.6418C334.725 65.1088 334.601 65.4508 334.394 65.668C334.187 65.8851 333.745 65.9641 333.068 65.9048C332.998 65.8987 332.849 65.8504 332.622 65.7599C332.418 65.6715 332.191 65.5694 331.943 65.4535C331.717 65.3397 331.503 65.2385 331.299 65.1501C331.095 65.0617 330.958 65.0144 330.888 65.0083C330.864 65.0062 330.771 64.9981 330.607 64.9838C330.469 64.9482 330.295 64.9212 330.085 64.9028C329.875 64.8844 329.665 64.866 329.455 64.8476C329.27 64.8079 329.119 64.783 329.002 64.7728C328.465 64.7258 327.937 64.7148 327.417 64.74C326.921 64.7671 326.477 64.8694 326.085 65.0469C325.693 65.2243 325.363 65.5013 325.095 65.8778C324.85 66.2563 324.7 66.7608 324.645 67.3912C324.626 67.6013 324.618 67.9653 324.62 68.483C324.622 69.0008 324.63 69.5779 324.645 70.2145C324.685 70.8297 324.747 71.4703 324.83 72.1363C324.913 72.8024 325.047 73.4258 325.231 74.0065C325.418 74.564 325.635 75.0418 325.882 75.4398C326.155 75.8166 326.502 76.0234 326.922 76.0602C326.969 76.0643 327.086 76.0628 327.275 76.0558C327.464 76.0488 327.582 76.0473 327.629 76.0514C328.469 75.5838 329.314 75.0696 330.163 74.5086C331.035 73.9497 331.927 73.4395 332.838 72.9781C333.751 72.4933 334.69 72.105 335.657 71.8131C336.626 71.4979 337.612 71.3842 338.616 71.4721L338.466 73.1882C338.458 73.2816 338.202 73.518 337.698 73.8974C337.218 74.2789 336.579 74.7171 335.783 75.2121C335.011 75.7091 334.141 76.233 333.176 76.7838C332.21 77.3345 331.248 77.8385 330.291 78.2959C329.335 78.7299 328.422 79.0852 327.551 79.3619C326.703 79.6407 325.999 79.7555 325.439 79.7065C324.645 79.637 323.963 79.2245 323.394 78.4689C322.85 77.692 322.384 76.6984 321.996 75.488C321.61 74.2544 321.321 72.8527 321.128 71.2831C320.936 69.7135 320.783 68.1003 320.669 66.4435C320.578 64.7886 320.522 63.1485 320.499 61.5232C320.502 59.8766 320.517 58.3604 320.544 56.9746C320.571 55.5889 320.605 54.392 320.646 53.3839C320.712 52.3545 320.751 51.6404 320.763 51.2414Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1721,loading:getLoadingLazyAtYPosition(916.5000000000002),pixelHeight:626,pixelWidth:1721,sizes:\"103.0208vw\",src:\"https://framerusercontent.com/images/Kk3aAPigv1PUi3VLpT98iFNsIzE.png\",srcSet:\"https://framerusercontent.com/images/Kk3aAPigv1PUi3VLpT98iFNsIzE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Kk3aAPigv1PUi3VLpT98iFNsIzE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Kk3aAPigv1PUi3VLpT98iFNsIzE.png 1721w\"},className:\"framer-10jy3b4\",\"data-framer-name\":\"rich_37_\",name:\"rich_37_\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(1161.5000000000002),pixelHeight:2e3,pixelWidth:2e3,positionX:\"center\",positionY:\"center\",sizes:\"51.6146vw\",src:\"https://framerusercontent.com/images/0901dILyFTPjDqjDw40RNDPDSAg.png\",srcSet:\"https://framerusercontent.com/images/0901dILyFTPjDqjDw40RNDPDSAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/0901dILyFTPjDqjDw40RNDPDSAg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0901dILyFTPjDqjDw40RNDPDSAg.png 2000w\"},className:\"framer-1nmgitt\",\"data-framer-name\":\"revolution.gif\",name:\"revolution.gif\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:244,intrinsicWidth:823,loading:getLoadingLazyAtYPosition(1521.0000000000005),pixelHeight:244,pixelWidth:823,sizes:\"35.1042vw\",src:\"https://framerusercontent.com/images/DV5notJp8Fp9ZPLZ1O7r3d9UhM.png\",srcSet:\"https://framerusercontent.com/images/DV5notJp8Fp9ZPLZ1O7r3d9UhM.png?scale-down-to=512 512w,https://framerusercontent.com/images/DV5notJp8Fp9ZPLZ1O7r3d9UhM.png 823w\"},className:\"framer-1wiqs81\",\"data-framer-name\":\"Rich (5)\",name:\"Rich (5)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:244,intrinsicWidth:823,loading:getLoadingLazyAtYPosition(1685.0000000000002),pixelHeight:244,pixelWidth:823,sizes:\"35.1042vw\",src:\"https://framerusercontent.com/images/kllT6cPtmHm3Scv9sUBPJlqMFQ.png\",srcSet:\"https://framerusercontent.com/images/kllT6cPtmHm3Scv9sUBPJlqMFQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/kllT6cPtmHm3Scv9sUBPJlqMFQ.png 823w\"},className:\"framer-42kv1l\",\"data-framer-name\":\"Rich (4)\",name:\"Rich (4)\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56.99999999999999,width:\"2.9688vw\",y:1751.5000000000002,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f7psfh-container\",children:/*#__PURE__*/_jsx(CopyToClipboard,{height:\"100%\",id:\"wedSUbYl8\",layoutId:\"wedSUbYl8\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:372,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(1263.5000000000002),pixelHeight:372,pixelWidth:798,sizes:\"33.9063vw\",src:\"https://framerusercontent.com/images/6Hyxmx4ky3h7mxxL6dfLE2ZzsxU.png\",srcSet:\"https://framerusercontent.com/images/6Hyxmx4ky3h7mxxL6dfLE2ZzsxU.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Hyxmx4ky3h7mxxL6dfLE2ZzsxU.png 798w\"},className:\"framer-1ti7jjd\",\"data-framer-name\":\"Rich (9)\",name:\"Rich (9)\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:2200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ab796i-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"TOyjSbf7l\",layoutId:\"TOyjSbf7l\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:960,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(2252),pixelHeight:960,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/YX0I3zgJIFI2IGWt328koGZ7IM.png\",srcSet:\"https://framerusercontent.com/images/YX0I3zgJIFI2IGWt328koGZ7IM.png?scale-down-to=512 512w,https://framerusercontent.com/images/YX0I3zgJIFI2IGWt328koGZ7IM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YX0I3zgJIFI2IGWt328koGZ7IM.png 1920w\"},className:\"framer-1ow3jj6\",\"data-framer-name\":\"div.money2\",name:\"div.money2\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:3212,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xtawch-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"x0HoQ3fNW\",layoutId:\"x0HoQ3fNW\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i77jay\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r7fi65-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"y0mjfKZmJ\",isMixedBorderRadius:false,layoutId:\"y0mjfKZmJ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/xyHsVIOs5xYVOO6gofl1pqZ58.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3681.0000000000005),sizes:\"62.5vw\",src:\"https://framerusercontent.com/images/nPI5Ma83CYZmKLxcKXu4xcxOJo.png\",srcSet:\"https://framerusercontent.com/images/nPI5Ma83CYZmKLxcKXu4xcxOJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPI5Ma83CYZmKLxcKXu4xcxOJo.png 890w\"},className:\"framer-12g8cws\",\"data-framer-name\":\"trump pepe1 1\",name:\"trump pepe1 1\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-snld5s\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:222,intrinsicWidth:723,name:\"div.flex-1\",svg:'<svg width=\"723\" height=\"222\" viewBox=\"0 0 723 222\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_855_262)\">\\n<rect width=\"715.93\" height=\"98.36\" transform=\"matrix(0.984808 -0.173648 0.173732 0.984793 0 124.32)\" fill=\"white\"/>\\n<path d=\"M105.727 133.999C105.517 132.806 105.555 131.788 105.843 130.944C106.168 130.093 106.675 129.369 107.363 128.772C108.044 128.136 108.826 127.621 109.709 127.228C110.63 126.827 111.584 126.501 112.57 126.247C113.589 125.949 114.582 125.734 115.551 125.603C116.512 125.433 117.397 125.277 118.205 125.135C119.782 124.857 121.387 124.732 123.018 124.762C124.65 124.792 126.129 125.086 127.458 125.645C128.824 126.197 130.008 127.06 131.008 128.232C132.001 129.366 132.668 130.894 133.007 132.818C133.306 134.51 133.258 136.264 132.864 138.079C132.502 139.848 131.918 141.597 131.112 143.326C130.338 145.009 129.39 146.605 128.268 148.111C127.138 149.58 125.979 150.875 124.788 151.997C123.636 153.113 122.489 154.029 121.346 154.746C120.242 155.456 119.276 155.825 118.448 155.852C118.251 157.434 118.247 159.1 118.437 160.852C118.659 162.558 118.935 164.235 119.265 165.882C119.589 167.491 119.921 169.039 120.263 170.526C120.597 171.974 120.745 173.257 120.704 174.375C120.695 175.447 120.449 176.304 119.967 176.944C119.478 177.546 118.621 177.856 117.394 177.874C116.566 175.203 115.808 172.481 115.12 169.707C114.471 166.926 113.844 164.161 113.24 161.411C112.636 158.662 112.046 155.989 111.469 153.394C110.924 150.753 110.345 148.257 109.732 145.906C109.157 143.548 108.533 141.358 107.858 139.335C107.184 137.312 106.474 135.533 105.727 133.999ZM119.715 129.985C119.138 130.087 118.43 130.232 117.59 130.419C116.751 130.607 115.947 130.888 115.18 131.261C114.445 131.589 113.855 132.07 113.412 132.703C112.961 133.298 112.821 134.077 112.991 135.038L115.658 150.156C117.235 149.878 118.834 149.16 120.454 148.002C122.074 146.843 123.5 145.481 124.731 143.916C125.962 142.35 126.913 140.655 127.583 138.832C128.252 137.008 128.445 135.288 128.16 133.672C127.95 132.48 127.556 131.597 126.979 131.025C126.44 130.445 125.775 130.047 124.983 129.83C124.23 129.606 123.404 129.533 122.505 129.612C121.607 129.691 120.677 129.816 119.715 129.985ZM137.318 128.25C137.126 128.284 136.83 128.296 136.432 128.287C136.065 128.233 135.68 128.182 135.275 128.134C134.863 128.048 134.474 127.978 134.107 127.924C133.734 127.831 133.482 127.756 133.353 127.699C133.301 127.629 133.269 127.556 133.255 127.479C133.203 127.409 133.167 127.316 133.146 127.2C133.051 126.662 133.182 126.163 133.537 125.704C133.892 125.244 134.319 124.852 134.817 124.526C135.346 124.155 135.87 123.864 136.388 123.654C136.9 123.405 137.306 123.234 137.607 123.142L138.299 123.019L138.876 122.918C139.813 122.832 141.007 122.74 142.457 122.643C143.908 122.546 145.439 122.455 147.05 122.369C148.693 122.238 150.339 122.126 151.988 122.034C153.67 121.896 155.181 121.808 156.523 121.77C157.897 121.686 159.036 121.624 159.941 121.583C160.878 121.497 161.424 121.441 161.577 121.414C161.892 121.398 162.29 121.407 162.772 121.441C163.286 121.43 163.813 121.496 164.354 121.638C164.888 121.742 165.394 121.911 165.871 122.144C166.342 122.339 166.711 122.631 166.978 123.02C166.778 123.69 166.594 124.218 166.424 124.605C166.248 124.953 166.042 125.248 165.806 125.487C165.564 125.689 165.289 125.817 164.982 125.871C164.712 125.918 164.366 125.979 163.943 126.054C162.327 126.339 160.682 126.569 159.008 126.746C157.372 126.915 155.736 127.085 154.099 127.254C152.463 127.424 150.808 127.597 149.134 127.773C147.498 127.942 145.852 128.173 144.198 128.465C144.32 129.157 144.407 130.213 144.459 131.631C144.55 133.043 144.673 134.529 144.829 136.088C145.024 137.64 145.334 139.172 145.759 140.684C146.216 142.15 146.882 143.342 147.758 144.258C148.962 143.213 150.291 142.542 151.746 142.246C153.201 141.95 154.679 141.669 156.179 141.405C156.833 141.29 157.66 141.144 158.661 140.967C159.661 140.791 160.643 140.737 161.607 140.805C162.609 140.866 163.485 141.108 164.234 141.532C164.983 141.955 165.452 142.705 165.643 143.782C165.778 144.551 165.726 145.156 165.486 145.595C165.246 146.034 164.569 146.351 163.453 146.548C163.338 146.568 163.077 146.555 162.672 146.507C162.306 146.453 161.897 146.386 161.447 146.307C161.035 146.221 160.646 146.151 160.279 146.096C159.913 146.042 159.672 146.025 159.556 146.045C159.518 146.052 159.364 146.079 159.095 146.127C158.857 146.129 158.565 146.16 158.219 146.222C157.873 146.283 157.527 146.344 157.18 146.405C156.866 146.42 156.612 146.445 156.42 146.479C155.535 146.635 154.68 146.846 153.854 147.11C153.066 147.368 152.395 147.724 151.841 148.179C151.287 148.634 150.875 149.222 150.605 149.944C150.375 150.659 150.351 151.536 150.534 152.574C150.595 152.921 150.739 153.51 150.965 154.343C151.191 155.176 151.454 156.101 151.752 157.119C152.083 158.092 152.458 159.097 152.879 160.134C153.3 161.17 153.784 162.116 154.332 162.971C154.872 163.788 155.428 164.464 155.998 164.998C156.6 165.487 157.247 165.67 157.94 165.548C158.017 165.534 158.206 165.481 158.506 165.389C158.807 165.296 158.996 165.243 159.073 165.229C160.225 164.114 161.363 162.921 162.488 161.652C163.651 160.376 164.867 159.17 166.134 158.034C167.394 156.86 168.74 155.83 170.17 154.943C171.593 154.018 173.132 153.409 174.786 153.117L175.285 155.945C175.312 156.099 175.002 156.59 174.355 157.418C173.746 158.239 172.908 159.22 171.84 160.36C170.81 161.494 169.637 162.712 168.319 164.015C167.002 165.318 165.672 166.545 164.328 167.694C162.977 168.805 161.66 169.771 160.376 170.592C159.132 171.407 158.048 171.895 157.125 172.058C155.817 172.289 154.542 171.918 153.299 170.948C152.089 169.931 150.91 168.533 149.763 166.752C148.609 164.932 147.539 162.801 146.552 160.357C145.566 157.913 144.623 155.382 143.725 152.764C142.865 150.139 142.067 147.523 141.329 144.916C140.623 142.264 139.993 139.816 139.439 137.574C138.885 135.331 138.423 133.39 138.054 131.749C137.717 130.063 137.472 128.897 137.318 128.25ZM172.49 122.227C172.28 121.034 172.318 120.016 172.606 119.172C172.931 118.321 173.438 117.597 174.126 117C174.808 116.364 175.589 115.849 176.472 115.456C177.393 115.055 178.347 114.728 179.333 114.475C180.352 114.177 181.345 113.962 182.314 113.831C183.275 113.661 184.16 113.505 184.968 113.363C186.545 113.084 188.15 112.96 189.781 112.99C191.413 113.02 192.892 113.314 194.221 113.873C195.587 114.425 196.771 115.288 197.771 116.46C198.764 117.594 199.431 119.122 199.77 121.046C200.069 122.738 200.021 124.492 199.627 126.307C199.265 128.076 198.681 129.825 197.875 131.554C197.101 133.237 196.153 134.832 195.031 136.339C193.901 137.808 192.742 139.103 191.551 140.225C190.399 141.341 189.252 142.257 188.109 142.974C187.005 143.684 186.039 144.053 185.211 144.08C185.014 145.662 185.01 147.328 185.2 149.08C185.422 150.786 185.698 152.463 186.028 154.11C186.352 155.719 186.684 157.267 187.026 158.753C187.361 160.202 187.508 161.485 187.467 162.603C187.458 163.675 187.212 164.532 186.73 165.172C186.241 165.774 185.384 166.084 184.157 166.101C183.329 163.431 182.571 160.709 181.883 157.935C181.234 155.154 180.607 152.388 180.003 149.639C179.399 146.89 178.809 144.217 178.232 141.622C177.687 138.981 177.108 136.485 176.495 134.134C175.92 131.776 175.296 129.586 174.621 127.562C173.947 125.539 173.237 123.761 172.49 122.227ZM186.478 118.213C185.901 118.315 185.193 118.46 184.353 118.647C183.514 118.835 182.71 119.115 181.943 119.489C181.208 119.817 180.618 120.297 180.175 120.931C179.724 121.526 179.584 122.304 179.754 123.266L182.421 138.384C183.998 138.106 185.597 137.388 187.217 136.23C188.837 135.071 190.263 133.709 191.494 132.144C192.725 130.578 193.676 128.883 194.346 127.059C195.016 125.236 195.208 123.516 194.923 121.9C194.713 120.708 194.319 119.825 193.742 119.253C193.203 118.673 192.538 118.275 191.746 118.058C190.993 117.834 190.167 117.761 189.268 117.84C188.37 117.919 187.44 118.044 186.478 118.213ZM204.081 116.478C203.889 116.512 203.593 116.524 203.195 116.515C202.829 116.461 202.443 116.41 202.038 116.362C201.626 116.276 201.237 116.206 200.87 116.151C200.497 116.059 200.246 115.984 200.117 115.927C200.064 115.857 200.032 115.784 200.018 115.707C199.966 115.636 199.93 115.544 199.91 115.428C199.814 114.89 199.945 114.391 200.3 113.932C200.655 113.472 201.082 113.08 201.58 112.754C202.109 112.383 202.633 112.092 203.151 111.882C203.663 111.633 204.069 111.462 204.37 111.369L205.062 111.247L205.639 111.146C206.576 111.06 207.77 110.968 209.22 110.871C210.671 110.774 212.202 110.683 213.813 110.597C215.456 110.466 217.102 110.354 218.752 110.262C220.433 110.124 221.944 110.036 223.286 109.997C224.66 109.914 225.799 109.852 226.704 109.811C227.641 109.725 228.187 109.669 228.34 109.642C228.655 109.626 229.053 109.635 229.535 109.669C230.049 109.658 230.576 109.723 231.117 109.866C231.651 109.97 232.157 110.139 232.634 110.372C233.105 110.567 233.474 110.859 233.741 111.248C233.542 111.918 233.357 112.446 233.187 112.833C233.011 113.181 232.805 113.475 232.57 113.715C232.327 113.917 232.052 114.044 231.745 114.099C231.475 114.146 231.129 114.207 230.706 114.282C229.09 114.567 227.445 114.797 225.771 114.974C224.135 115.143 222.499 115.313 220.862 115.482C219.226 115.652 217.571 115.824 215.897 116.001C214.261 116.17 212.615 116.401 210.961 116.692C211.083 117.385 211.17 118.44 211.222 119.859C211.313 121.271 211.436 122.757 211.592 124.316C211.787 125.868 212.097 127.4 212.522 128.912C212.979 130.378 213.645 131.57 214.521 132.486C215.725 131.441 217.054 130.77 218.509 130.474C219.964 130.178 221.442 129.897 222.942 129.633C223.596 129.517 224.423 129.372 225.424 129.195C226.424 129.019 227.406 128.965 228.37 129.033C229.372 129.094 230.248 129.336 230.997 129.759C231.746 130.183 232.216 130.933 232.406 132.01C232.541 132.779 232.489 133.384 232.249 133.822C232.009 134.261 231.332 134.579 230.216 134.776C230.101 134.796 229.84 134.783 229.435 134.735C229.069 134.681 228.66 134.614 228.21 134.535C227.798 134.449 227.409 134.378 227.042 134.324C226.676 134.27 226.435 134.253 226.319 134.273C226.281 134.28 226.127 134.307 225.858 134.354C225.62 134.357 225.328 134.388 224.982 134.449C224.636 134.51 224.29 134.572 223.943 134.633C223.629 134.648 223.375 134.673 223.183 134.707C222.298 134.863 221.443 135.073 220.617 135.338C219.829 135.596 219.159 135.952 218.604 136.407C218.05 136.862 217.638 137.45 217.368 138.172C217.138 138.887 217.114 139.764 217.297 140.802C217.358 141.149 217.502 141.738 217.728 142.571C217.954 143.403 218.217 144.329 218.515 145.347C218.846 146.32 219.221 147.325 219.642 148.361C220.063 149.398 220.547 150.344 221.095 151.199C221.635 152.016 222.191 152.692 222.761 153.226C223.363 153.715 224.01 153.898 224.703 153.776C224.78 153.762 224.969 153.709 225.27 153.616C225.57 153.524 225.759 153.471 225.836 153.457C226.988 152.342 228.127 151.149 229.251 149.88C230.414 148.604 231.63 147.398 232.897 146.262C234.157 145.088 235.503 144.058 236.933 143.171C238.356 142.245 239.895 141.637 241.549 141.345L242.048 144.173C242.075 144.327 241.765 144.818 241.118 145.646C240.509 146.467 239.671 147.448 238.603 148.588C237.573 149.722 236.4 150.94 235.083 152.243C233.765 153.546 232.435 154.773 231.091 155.922C229.74 157.033 228.423 157.999 227.139 158.82C225.895 159.634 224.811 160.123 223.888 160.286C222.58 160.516 221.305 160.146 220.062 159.175C218.852 158.159 217.673 156.761 216.526 154.98C215.372 153.16 214.302 151.029 213.315 148.585C212.329 146.141 211.386 143.61 210.488 140.991C209.628 138.366 208.83 135.751 208.092 133.144C207.386 130.492 206.756 128.044 206.202 125.802C205.648 123.559 205.186 121.618 204.817 119.977C204.48 118.291 204.235 117.125 204.081 116.478ZM267.191 116.714C267.083 116.098 267.1 115.52 267.242 114.979C267.416 114.393 267.869 114.036 268.6 113.907C269.215 113.798 269.924 114.328 270.725 115.496C271.564 116.657 272.468 118.183 273.436 120.075C274.437 121.921 275.493 123.976 276.606 126.239C277.713 128.464 278.847 130.624 280.01 132.719C281.167 134.776 282.324 136.615 283.483 138.235C284.634 139.817 285.752 140.869 286.836 141.392C287.691 140.845 288.303 140.043 288.672 138.986C289.073 137.884 289.328 136.629 289.436 135.222C289.538 133.776 289.527 132.251 289.403 130.647C289.31 128.997 289.201 127.37 289.077 125.766C288.984 124.116 288.902 122.524 288.83 120.99C288.75 119.417 288.782 118.023 288.925 116.808C289.106 115.586 289.424 114.578 289.879 113.784C290.334 112.99 291.003 112.515 291.888 112.359C292.427 112.264 292.918 112.237 293.361 112.278C293.798 112.28 294.231 112.6 294.661 113.238C294.903 113.711 295.282 114.398 295.798 115.299C296.314 116.2 296.896 117.247 297.543 118.442C298.228 119.63 298.969 120.908 299.766 122.274C300.594 123.596 301.419 124.898 302.24 126.182C303.1 127.458 303.93 128.68 304.731 129.848C305.526 130.977 306.27 131.936 306.965 132.726C307.069 132.866 307.305 133.083 307.674 133.375C308.074 133.621 308.336 133.754 308.458 133.772L310.502 130.853C311.04 130.084 311.371 129.034 311.493 127.703C311.608 126.334 311.594 124.79 311.449 123.07C311.343 121.344 311.139 119.515 310.838 117.585C310.569 115.61 310.284 113.657 309.983 111.727C309.682 109.797 309.43 107.917 309.227 106.089C309.023 104.26 308.937 102.649 308.969 101.255C308.994 99.8231 309.185 98.6589 309.543 97.7629C309.9 96.8669 310.522 96.3409 311.406 96.1849C311.445 96.1781 311.487 96.1906 311.532 96.2222C311.609 96.2087 311.686 96.1951 311.763 96.1815C311.885 96.1997 311.965 96.2053 312.004 96.1985C312.042 96.1918 312.152 96.2517 312.333 96.3785C312.507 96.4668 312.662 96.5584 312.798 96.6535C312.972 96.7417 313.108 96.8368 313.205 96.9386C313.341 97.0337 313.435 97.1163 313.487 97.1865C313.535 97.4557 313.619 97.9366 313.742 98.629C313.902 99.3147 314.054 100.061 314.196 100.869C314.339 101.677 314.474 102.446 314.603 103.177C314.764 103.863 314.868 104.34 314.916 104.61C315.051 105.379 315.219 106.44 315.418 107.794C315.655 109.14 315.869 110.689 316.059 112.44C316.281 114.147 316.468 115.997 316.622 117.993C316.808 119.944 316.897 121.911 316.89 123.896C316.876 125.842 316.756 127.747 316.53 129.612C316.335 131.431 315.972 133.082 315.44 134.564C314.94 136 314.261 137.211 313.403 138.195C312.577 139.134 311.491 139.722 310.145 139.96C308.837 140.19 307.646 139.964 306.574 139.28C305.533 138.552 304.574 137.61 303.696 136.456C302.811 135.263 302.005 133.958 301.279 132.539C300.546 131.081 299.814 129.743 299.083 128.523C298.391 127.297 297.682 126.311 296.955 125.566C296.261 124.777 295.509 124.453 294.701 124.595C294.625 124.609 294.513 124.649 294.365 124.714C294.257 124.773 294.164 124.809 294.087 124.823C294.076 124.983 294.079 125.677 294.097 126.903C294.115 128.13 294.097 129.601 294.043 131.316C293.981 132.993 293.867 134.817 293.699 136.791C293.532 138.764 293.26 140.597 292.885 142.289C292.547 143.975 292.089 145.424 291.51 146.637C290.962 147.804 290.246 148.466 289.361 148.622C287.553 148.941 285.78 148.559 284.042 147.478C282.297 146.357 280.639 144.825 279.066 142.881C277.525 140.892 276.078 138.648 274.725 136.15C273.372 133.652 272.164 131.187 271.101 128.757C270.069 126.281 269.206 123.974 268.511 121.836C267.848 119.652 267.408 117.945 267.191 116.714ZM328.663 89.4532C328.772 88.72 329.028 88.2585 329.431 88.0684C329.872 87.8716 330.381 87.7224 330.958 87.6206C331.843 87.4646 332.929 87.8879 334.216 88.8905C335.536 89.8478 336.945 91.2057 338.446 92.9641C339.946 94.7225 341.497 96.7694 343.099 99.1048C344.739 101.433 346.339 103.868 347.898 106.41C349.489 108.906 351.002 111.416 352.439 113.939C353.876 116.462 355.141 118.797 356.233 120.945C357.358 123.047 358.258 124.891 358.935 126.478C359.611 128.064 360.004 129.165 360.113 129.78C360.221 130.396 360.173 131.019 359.967 131.651C359.792 132.237 359.34 132.594 358.609 132.723C358.147 132.804 357.719 132.741 357.326 132.533C356.964 132.279 356.63 131.961 356.324 131.579C356.019 131.196 355.733 130.811 355.466 130.421C355.199 130.032 354.961 129.697 354.753 129.417C354.525 129.021 354.055 128.27 353.345 127.166C352.673 126.055 351.952 124.893 351.183 123.68C350.452 122.46 349.754 121.314 349.088 120.241C348.423 119.169 347.95 118.399 347.67 117.933C344.896 117.946 342.109 118.001 339.31 118.098C336.542 118.15 333.624 118.248 330.556 118.392L329.921 118.504C329.588 124.711 329.188 129.641 328.722 133.293C328.294 136.938 327.844 139.556 327.371 141.147C326.936 142.73 326.483 143.425 326.013 143.23C325.587 143.067 325.165 142.249 324.747 140.776C324.36 139.258 324.02 137.216 323.726 134.65C323.47 132.077 323.305 129.23 323.23 126.11C323.188 122.944 323.217 119.627 323.319 116.158C323.421 112.689 323.678 109.312 324.09 106.026C324.541 102.734 325.128 99.6556 325.852 96.791C326.608 93.8812 327.545 91.4352 328.663 89.4532ZM330.862 110.009C331.113 111.432 331.761 112.409 332.806 112.938C333.845 113.429 335.035 113.656 336.377 113.617C337.719 113.579 339.098 113.415 340.515 113.126C341.97 112.83 343.217 112.59 344.255 112.407C343.984 110.868 343.442 109.258 342.63 107.577C341.811 105.857 340.86 104.18 339.779 102.546C338.697 100.912 337.568 99.3462 336.392 97.8481C335.247 96.3047 334.19 94.9242 333.222 93.7067C332.873 94.2045 332.551 95.0745 332.254 96.3167C331.989 97.5137 331.732 98.8679 331.483 100.379C331.266 101.846 331.084 103.286 330.937 104.7C330.79 106.114 330.694 107.262 330.651 108.142C330.672 108.257 330.707 108.568 330.757 109.075C330.799 109.544 330.835 109.855 330.862 110.009ZM366.881 132.395C366.618 131.807 366.251 130.959 365.778 129.853C365.343 128.739 364.85 127.517 364.298 126.187C363.784 124.849 363.261 123.454 362.727 122.001C362.186 120.51 361.675 119.073 361.193 117.691C360.704 116.269 360.278 114.976 359.913 113.811C359.581 112.6 359.347 111.61 359.211 110.841C359.15 110.495 359.083 109.892 359.011 109.032C358.938 108.172 358.898 107.267 358.889 106.316C358.88 105.366 358.862 104.477 358.834 103.648C358.846 102.813 358.882 102.232 358.943 101.904C359.052 101.845 359.241 101.792 359.51 101.744C359.818 101.69 360.122 101.617 360.423 101.524C360.763 101.424 361.067 101.351 361.336 101.303C361.637 101.211 361.845 101.154 361.961 101.134C363.807 100.808 365.622 100.865 367.405 101.304C369.188 101.743 370.928 102.389 372.625 103.24C374.323 104.091 376.005 105.083 377.673 106.217C379.34 107.351 381.001 108.446 382.655 109.503C384.348 110.553 386.039 111.485 387.73 112.297C389.413 113.071 391.149 113.579 392.936 113.819C392.902 113.626 392.852 113.338 392.784 112.953C392.747 112.523 392.689 112.077 392.607 111.616C392.526 111.154 392.451 110.731 392.383 110.346C392.347 109.916 392.312 109.605 392.278 109.413C391.851 106.989 391.279 104.651 390.564 102.397C389.849 100.143 389.096 97.896 388.304 95.6557C387.512 93.4154 386.759 91.1684 386.044 88.9145C385.322 86.6222 384.744 84.2451 384.31 81.7831C384.579 81.7356 384.91 81.6972 385.301 81.6678C385.724 81.5932 386.157 81.5763 386.601 81.6171C387.038 81.6194 387.45 81.7055 387.837 81.8752C388.217 82.0065 388.502 82.2736 388.692 82.6764C389.334 85.419 390.173 88.1469 391.207 90.8601C392.234 93.5349 393.284 96.2255 394.356 98.9319C395.422 101.6 396.414 104.301 397.332 107.034C398.283 109.723 398.999 112.432 399.48 115.164C399.569 115.664 399.644 116.206 399.708 116.79C399.81 117.367 399.831 117.938 399.772 118.504C399.745 119.024 399.608 119.485 399.361 119.885C399.115 120.285 398.684 120.54 398.068 120.649C396.068 121.001 394.143 120.884 392.294 120.298C390.439 119.673 388.585 118.83 386.731 117.769C384.917 116.7 383.097 115.494 381.274 114.15C379.488 112.799 377.669 111.592 375.816 110.531C374.001 109.462 372.147 108.619 370.253 108.001C368.397 107.377 366.488 107.237 364.526 107.583C364.906 109.737 365.427 111.787 366.087 113.734C366.741 115.641 367.414 117.545 368.107 119.446C368.838 121.34 369.53 123.241 370.184 125.149C370.831 127.018 371.331 128.953 371.684 130.953C371.813 131.684 371.632 132.232 371.141 132.596C370.688 132.953 370.154 133.186 369.538 133.295C369.038 133.383 368.551 133.429 368.075 133.434C367.632 133.393 367.234 133.047 366.881 132.395ZM420.588 89.7848C420.339 89.2734 419.967 88.9622 419.471 88.8512C419.014 88.7335 418.516 88.7221 417.977 88.8171C417.471 88.8668 416.974 88.9742 416.487 89.1393C416.001 89.3044 415.623 89.4107 415.354 89.4582C414.693 89.5351 413.544 89.6582 411.908 89.8277C410.272 89.9972 408.502 90.1904 406.596 90.4074C404.723 90.5791 402.968 90.7497 401.332 90.9192C399.689 91.0502 398.537 91.1542 397.876 91.231C397.863 91.1541 397.81 90.9651 397.717 90.6641C397.624 90.3632 397.567 90.155 397.547 90.0396C397.452 89.501 397.406 89.0134 397.408 88.5767C397.449 88.1332 397.776 87.7384 398.389 87.3922C402.019 86.8316 405.574 86.1849 409.054 85.4522C412.573 84.7128 416.066 83.9382 419.532 83.1286C423.031 82.2738 426.513 81.4415 429.98 80.6319C433.485 79.8155 437.027 79.0919 440.604 78.4611C440.862 79.9229 440.706 81.0611 440.136 81.8756C439.559 82.6516 438.771 83.2467 437.773 83.6606C436.814 84.0678 435.715 84.3607 434.477 84.5393C433.24 84.7178 432.05 84.9474 430.91 85.2278C429.808 85.5014 428.848 85.9086 428.031 86.4493C427.246 86.9447 426.804 87.6971 426.704 88.7063C426.706 88.9439 426.746 89.393 426.823 90.0538C426.9 90.7145 426.984 91.4137 427.074 92.1514C427.203 92.8823 427.306 93.5781 427.383 94.2389C427.491 94.8544 427.569 95.2968 427.617 95.5661C428.004 97.7588 428.656 99.8847 429.575 101.944C430.525 103.958 431.514 105.965 432.541 107.966C433.6 109.921 434.586 111.909 435.497 113.93C436.441 115.905 437.103 117.97 437.483 120.124C437.768 121.74 436.987 122.711 435.14 123.036C434.025 123.233 432.889 122.64 431.733 121.257C430.615 119.868 429.519 118.038 428.444 115.768C427.408 113.492 426.43 110.987 425.512 108.253C424.632 105.513 423.83 102.878 423.106 100.348C422.42 97.8112 421.847 95.5721 421.385 93.6305C420.962 91.6822 420.696 90.4003 420.588 89.7848ZM459.553 116.054C459.582 115.097 459.931 114.262 460.598 113.55C461.297 112.792 462.103 112.074 463.015 111.398C463.966 110.715 464.961 110.063 466.002 109.443C467.036 108.785 467.971 108.124 468.806 107.462C469.679 106.792 470.366 106.076 470.866 105.313C471.36 104.512 471.522 103.631 471.352 102.669C471.135 101.438 470.628 100.477 469.831 99.784C469.073 99.0847 468.105 98.5415 466.926 98.1544C465.786 97.7605 464.508 97.4899 463.094 97.3427C461.68 97.1954 460.227 97.0549 458.736 96.9212C457.276 96.7422 455.832 96.5407 454.405 96.3164C452.97 96.0538 451.65 95.6519 450.444 95.111C449.276 94.5632 448.274 93.8277 447.436 92.9043C446.638 91.9742 446.102 90.7398 445.831 89.201C445.607 87.9316 445.647 86.695 445.95 85.4912C446.285 84.2422 446.787 83.043 447.457 81.8936C448.159 80.6989 448.993 79.5801 449.959 78.537C450.964 77.4872 452.031 76.5653 453.16 75.7712C454.328 74.9703 455.519 74.3041 456.734 73.7725C457.943 73.2025 459.086 72.8225 460.163 72.6325L460.797 72.5206C461.164 72.575 461.66 72.6859 462.284 72.8534C462.909 73.021 463.514 73.1919 464.1 73.3662C464.679 73.5021 465.182 73.6515 465.607 73.8145C466.026 73.939 466.238 74.0205 466.245 74.0589L466.479 75.3861C465.762 75.5919 464.847 75.912 463.733 76.3463C462.613 76.7421 461.449 77.2251 460.24 77.7951C459.032 78.3652 457.821 79.0348 456.608 79.804C455.389 80.5347 454.321 81.3378 453.404 82.2134C452.488 83.089 451.784 84.0461 451.293 85.0846C450.795 86.0847 450.648 87.1618 450.851 88.3158C451.143 89.97 451.951 91.1762 453.275 91.9344C454.592 92.6541 456.17 93.1691 458.01 93.4794C459.849 93.7896 461.833 94.0151 463.96 94.1556C466.118 94.251 468.124 94.4922 469.978 94.8794C471.824 95.2282 473.423 95.8586 474.774 96.7707C476.118 97.6443 476.953 99.0043 477.279 100.851C477.455 101.851 477.334 102.963 476.915 104.187C476.528 105.366 475.93 106.582 475.119 107.836C474.341 109.044 473.421 110.238 472.36 111.416C471.298 112.595 470.178 113.665 468.999 114.627C467.852 115.543 466.703 116.34 465.554 117.019C464.397 117.659 463.338 118.064 462.377 118.234C462.069 118.288 461.735 118.307 461.375 118.291C461.015 118.276 460.687 118.214 460.391 118.108C460.126 117.956 459.886 117.721 459.671 117.402C459.495 117.076 459.455 116.627 459.553 116.054ZM521.708 74.4534C520.153 74.4102 518.531 73.9823 516.841 73.1698C515.15 72.3572 513.477 71.3036 511.821 70.0091C510.203 68.7078 508.612 67.2232 507.048 65.5553C505.523 63.8806 504.149 62.1595 502.925 60.3921C501.701 58.6247 500.679 56.8811 499.86 55.1612C499.041 53.4414 498.506 51.8698 498.255 50.4465C498.221 50.2541 498.18 50.0233 498.133 49.7541C498.124 49.478 498.118 49.2212 498.116 48.9836C498.145 48.7007 498.242 48.4654 498.408 48.2776C498.566 48.0514 498.799 47.9111 499.107 47.8568C500.069 47.6873 500.957 47.8876 501.771 48.458C502.579 48.9898 503.37 49.7627 504.144 50.7765C504.918 51.7904 505.68 52.9649 506.431 54.3C507.183 55.6352 507.937 56.9896 508.695 58.3632C509.492 59.73 510.304 61.0742 511.132 62.3958C511.96 63.7174 512.819 64.8749 513.708 65.8684C514.636 66.8551 515.622 67.6133 516.668 68.1429C517.706 68.6341 518.822 68.7746 520.014 68.5643C520.091 68.5507 520.184 68.5145 520.293 68.4557C520.44 68.3901 520.552 68.3505 520.629 68.337C521.536 67.1853 522.274 65.7463 522.842 64.0198C523.442 62.2482 523.944 60.3746 524.35 58.3993C524.755 56.4239 525.13 54.3942 525.477 52.3102C525.823 50.2262 526.212 48.2735 526.645 46.452C527.116 44.6237 527.643 43.0036 528.227 41.5917C528.849 40.1731 529.655 39.1187 530.644 38.4287L533.573 40.5301C533.935 40.7836 534.085 41.4115 534.024 42.4139C533.995 43.3711 533.836 44.6088 533.549 46.1271C533.293 47.6002 532.933 49.2701 532.469 51.1368C531.998 52.9651 531.503 54.8771 530.982 56.8728C530.462 58.8685 529.941 60.8642 529.42 62.8599C528.893 64.8172 528.426 66.6647 528.018 68.4025C527.649 70.1334 527.365 71.671 527.166 73.0151C526.967 74.3591 526.932 75.3966 527.061 76.1275C527.468 78.4356 528.188 80.6091 529.222 82.6481C530.295 84.6802 531.406 86.7056 532.555 88.7241C533.698 90.7042 534.786 92.7137 535.82 94.7527C536.847 96.7531 537.558 98.8689 537.952 101.1C538.006 101.408 538.077 101.812 538.165 102.312C538.247 102.773 538.248 103.229 538.169 103.68C538.128 104.123 537.935 104.494 537.592 104.793C537.286 105.085 536.77 105.196 536.044 105.125C534.254 103.299 532.59 101.173 531.051 98.747C529.506 96.2826 528.097 93.6949 526.826 90.9839C525.554 88.2729 524.471 85.5087 523.578 82.6914C522.716 79.8289 522.092 77.0829 521.708 74.4534ZM541.869 87.5578C541.523 85.5959 541.424 83.5707 541.571 81.4821C541.75 79.3484 542.138 77.2768 542.736 75.2675C543.372 73.2515 544.224 71.3361 545.292 69.5215C546.353 67.6684 547.59 66.0224 549.002 64.5835C550.446 63.0993 552.072 61.8606 553.88 60.8675C555.681 59.8359 557.64 59.1336 559.755 58.7605C561.871 58.3874 563.773 58.4884 565.461 59.0634C567.181 59.5931 568.682 60.4588 569.965 61.6605C571.248 62.8623 572.299 64.323 573.118 66.0429C573.931 67.7242 574.5 69.4882 574.825 71.3347C575.395 74.566 575.478 77.8437 575.073 81.1677C574.661 84.4532 573.733 87.5124 572.289 90.3452C570.838 93.1395 568.844 95.5537 566.308 97.5876C563.803 99.5762 560.742 100.889 557.126 101.527C554.972 101.907 553.021 101.755 551.274 101.071C549.559 100.343 548.046 99.3003 546.736 97.9447C545.458 96.5439 544.402 94.945 543.57 93.1483C542.769 91.3062 542.202 89.4427 541.869 87.5578ZM546.998 87.9624C547.181 89.0011 547.548 90.0669 548.098 91.1599C548.647 92.2529 549.315 93.226 550.1 94.0792C550.885 94.9323 551.797 95.6045 552.836 96.0957C553.913 96.5801 555.048 96.7171 556.24 96.5069C558.818 96.0524 561.062 95.0616 562.975 93.5345C564.88 91.9689 566.439 90.1272 567.652 88.0094C568.859 85.8531 569.681 83.5463 570.12 81.0889C570.559 78.6316 570.579 76.2681 570.178 73.9985C569.948 72.6905 569.672 71.3509 569.35 69.9796C569.029 68.6083 568.559 67.4022 567.939 66.3612C567.312 65.2818 566.476 64.4772 565.43 63.9476C564.417 63.3727 563.064 63.2345 561.371 63.533C560.832 63.6279 560.105 63.776 559.188 63.9773C558.31 64.1718 557.446 64.4432 556.595 64.7915C555.737 65.1014 554.993 65.4905 554.362 65.9588C553.769 66.4204 553.526 66.9589 553.635 67.5744C553.649 67.6513 553.737 67.8143 553.9 68.0632C554.094 68.2669 554.292 68.4898 554.494 68.7319C554.695 68.9741 554.877 69.2196 555.04 69.4685C555.196 69.679 555.281 69.8227 555.295 69.8996C555.308 69.9766 555.192 70.2153 554.945 70.6158C554.692 70.9778 554.475 71.2142 554.297 71.3251C552.461 72.1643 550.958 73.0839 549.786 74.0839C548.645 75.0387 547.795 76.1801 547.236 77.5083C546.716 78.8297 546.447 80.3446 546.432 82.053C546.416 83.7614 546.604 85.7312 546.998 87.9624ZM577.301 57.0352C577.998 57.3883 578.599 57.8772 579.106 58.5018C579.606 59.0879 580.033 59.7069 580.386 60.3586C580.682 61.8136 581.01 63.5605 581.37 65.5994C581.73 67.6382 582.18 69.7404 582.721 71.906C583.261 74.0715 583.937 76.2134 584.747 78.3314C585.55 80.4111 586.546 82.2384 587.737 83.8135C588.965 85.3818 590.425 86.5722 592.115 87.3848C593.837 88.1521 595.852 88.3323 598.16 87.9253C600.276 87.5522 601.996 86.7333 603.32 85.4686C604.682 84.1971 605.728 82.7038 606.456 80.9887C607.224 79.2668 607.672 77.4227 607.801 75.4563C607.962 73.4447 607.882 71.5349 607.563 69.7269C606.946 66.2263 606.145 62.6984 605.161 59.1435C604.17 55.55 602.914 52.1421 601.394 48.9196C601.541 48.1797 601.819 47.734 602.229 47.5824C602.632 47.3924 603.083 47.2533 603.583 47.1651C604.583 46.9888 605.443 47.2536 606.163 47.9597C606.882 48.6658 607.489 49.6298 607.982 50.8518C608.507 52.0285 608.921 53.3637 609.224 54.8571C609.559 56.3054 609.807 57.7095 609.967 59.0694C610.159 60.3842 610.29 61.571 610.357 62.63C610.457 63.6438 610.53 64.2853 610.578 64.5545C610.931 66.5549 611.233 68.6039 611.484 70.7016C611.767 72.7539 611.882 74.7565 611.83 76.7093C611.816 78.6553 611.59 80.5198 611.151 82.3029C610.743 84.0406 610.052 85.6302 609.076 87.0714C608.094 88.4742 606.779 89.6779 605.132 90.6823C603.485 91.6868 601.43 92.4061 598.968 92.8402C595.852 93.3896 593.188 93.2444 590.978 92.4046C588.767 91.5648 586.873 90.2725 585.296 88.5277C583.75 86.7376 582.446 84.6274 581.383 82.197C580.358 79.7598 579.476 77.2378 578.739 74.631C578.04 72.0173 577.405 69.432 576.835 66.875C576.303 64.3111 575.777 62.0041 575.257 59.954L577.301 57.0352Z\" fill=\"black\"/>\\n</g>\\n<rect x=\"2.31708\" y=\"1.62229\" width=\"711.93\" height=\"94.36\" transform=\"matrix(0.984808 -0.173648 0.173732 0.984793 -0.246643 124.747)\" stroke=\"black\" stroke-width=\"4\"/>\\n<defs>\\n<clipPath id=\"clip0_855_262\">\\n<rect width=\"715.93\" height=\"98.36\" transform=\"matrix(0.984808 -0.173648 0.173732 0.984793 0 124.32)\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"iFd3uqdVT\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-12do3qj framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:145,intrinsicWidth:289,name:\"div.flex-1\",svg:'<svg width=\"289\" height=\"145\" viewBox=\"0 0 289 145\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"2.31708\" y=\"1.62229\" width=\"271.39\" height=\"94.36\" transform=\"matrix(0.984808 -0.173648 0.173732 0.984793 -0.246643 48.2478)\" fill=\"#ED3B23\"/>\\n<rect x=\"2.31708\" y=\"1.62229\" width=\"271.39\" height=\"94.36\" transform=\"matrix(0.984808 -0.173648 0.173732 0.984793 -0.246643 48.2478)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M61.0952 109.36C60.4356 109.33 60.0094 109.078 59.8165 108.603C59.6174 108.093 59.4774 107.609 59.3965 107.15C58.9215 106.725 58.794 106.311 59.0139 105.909C59.2338 105.506 59.6455 105.161 60.2492 104.873C60.8818 104.543 61.6504 104.262 62.5548 104.03C63.4592 103.798 64.3377 103.625 65.1902 103.511C66.0718 103.355 66.8631 103.307 67.5642 103.365C68.2944 103.382 68.7984 103.456 69.0764 103.589C69.0309 101.27 68.8568 99.3556 68.554 97.8456C68.2803 96.294 67.9122 95.0318 67.4496 94.0589C67.0162 93.0445 66.4966 92.2635 65.8909 91.7158C65.2791 91.1329 64.6361 90.6827 63.9619 90.3653C63.2816 90.0125 62.5929 89.7158 61.896 89.4751C61.1928 89.1992 60.5011 88.8848 59.8207 88.5321C59.1694 88.1379 58.5523 87.6286 57.9695 87.0042C57.3867 86.3798 56.8723 85.5251 56.4264 84.4402C56.2584 83.4881 56.3238 82.6221 56.6225 81.8423C56.9151 81.0271 57.332 80.2991 57.8735 79.6583C58.4501 79.0112 59.0745 78.4284 59.7466 77.91C60.454 77.3853 61.0939 76.8907 61.6665 76.4261C62.2743 75.9553 62.7618 75.524 63.1289 75.132C63.4899 74.7048 63.633 74.2796 63.5584 73.8564L61.9534 64.7586C61.9036 64.4765 62.025 64.2369 62.3175 64.0399C62.639 63.8014 62.9989 63.5744 63.3972 63.3587C63.8307 63.1368 64.2207 62.9772 64.5671 62.8797C64.9488 62.7761 65.2101 62.7118 65.3512 62.6869C65.656 64.4148 66.0407 66.1831 66.5052 67.9919C66.9988 69.7592 67.7268 71.4125 68.6892 72.9517C69.0066 72.8957 69.5977 72.846 70.4627 72.8026C71.363 72.7529 72.3016 72.7147 73.2786 72.6879C74.2846 72.6196 75.2201 72.5637 76.0851 72.5202C76.9853 72.4706 77.6149 72.4323 77.9737 72.4054C78.0505 72.4282 78.204 72.4739 78.4342 72.5423C78.6997 72.6046 78.9507 72.6876 79.1872 72.7913C79.4589 72.8889 79.7099 72.9719 79.9401 73.0404C80.1704 73.1088 80.327 73.1721 80.41 73.2302C80.7335 73.8276 80.9834 74.4199 81.1597 75.0069C81.3298 75.5587 81.1399 76.0284 80.5902 76.4163C80.0405 76.8041 78.9743 77.0466 77.3916 77.1439C75.8442 77.2349 73.5438 77.077 70.4905 76.67C70.1026 76.7384 69.8609 77.0174 69.7655 77.5069C69.67 77.9964 69.6368 78.5294 69.6658 79.1061C69.6948 79.6827 69.7529 80.2179 69.84 80.7116C69.9561 81.1638 70.0173 81.4075 70.0235 81.4427C70.0422 81.5485 70.0764 81.7425 70.1262 82.0246C70.2112 82.3005 70.2786 82.5795 70.3284 82.8616C70.4134 83.1374 70.4808 83.4164 70.5306 83.6985C70.6094 83.9392 70.6612 84.13 70.6861 84.271C71.0864 84.2732 71.7575 84.2639 72.6992 84.2433C73.67 84.1812 74.759 84.171 75.9662 84.2127C77.1734 84.2543 78.446 84.3572 79.7839 84.5212C81.1218 84.6852 82.3695 84.9561 83.5269 85.3338C84.7134 85.67 85.7101 86.1669 86.5169 86.8245C87.3176 87.4469 87.805 88.2518 87.9792 89.2391C88.3213 91.1786 88.1854 92.9842 87.5713 94.6559C86.951 96.2924 86.0558 97.8137 84.8858 99.2199C83.7511 100.62 82.4567 101.939 81.0025 103.177C79.5837 104.409 78.2198 105.54 76.9108 106.571L77.2094 108.264C77.3463 109.039 77.5329 109.788 77.7694 110.51C78.0473 111.261 78.3397 111.991 78.6467 112.7C78.9598 113.445 79.2346 114.178 79.4711 114.9C79.749 115.651 79.9564 116.415 80.0932 117.19C80.255 118.107 80.2176 118.823 79.9811 119.337C79.7508 119.887 79.142 120.249 78.1546 120.423C77.7315 120.497 77.4079 120.518 77.1838 120.485C76.966 120.487 76.7711 120.412 76.5989 120.261C76.433 120.145 76.2691 119.937 76.1073 119.638C75.9808 119.334 75.7827 118.932 75.5131 118.434C75.3451 118.1 75.063 117.532 74.6669 116.729C74.306 115.92 73.9151 115.044 73.494 114.1C73.0792 113.191 72.6914 112.333 72.3305 111.524C72.0049 110.708 71.7933 110.128 71.6959 109.781L61.0952 109.36ZM71.3734 89.7129C71.728 91.7229 72.1791 93.6613 72.7266 95.5282C73.3031 97.3536 73.9917 99.1956 74.7922 101.054L75.3212 100.961C76.1675 100.812 77.047 100.438 77.9598 99.8412C78.8663 99.2087 79.6981 98.4621 80.4553 97.6014C81.2062 96.7054 81.7891 95.7845 82.204 94.8388C82.648 93.8515 82.7953 92.9347 82.646 92.0884C82.4283 90.8542 81.8818 90.0234 81.0064 89.596C80.1601 89.1271 79.1718 88.8832 78.0413 88.8644C76.9398 88.8041 75.7751 88.9004 74.5471 89.1533C73.3129 89.3709 72.255 89.5574 71.3734 89.7129ZM61.0625 83.5137C61.2491 84.5716 61.694 85.2385 62.3972 85.5145C63.1356 85.7842 64.0161 85.8289 65.0388 85.6486L64.1336 80.5179C63.7457 80.5863 63.3464 80.693 62.9357 80.8382C62.5602 80.9771 62.2149 81.1834 61.8996 81.4572C61.6133 81.6895 61.3747 81.986 61.1839 82.3469C61.0221 82.6663 60.9816 83.0553 61.0625 83.5137ZM84.2436 67.7548C84.1938 67.4727 84.1305 67.0111 84.0538 66.3702C83.9356 65.7002 83.8143 65.0126 83.6899 64.3073C83.5593 63.5668 83.4556 62.8761 83.3789 62.2351C83.2607 61.5651 83.1798 61.1067 83.1363 60.8599C83.3935 60.051 83.8997 59.4163 84.6548 58.9559C85.4389 58.4541 86.2976 58.0663 87.2311 57.7926C88.1936 57.4775 89.1364 57.2567 90.0594 57.1303C91.0178 56.9977 91.7967 56.8785 92.3961 56.7728C93.1719 56.636 94.0774 56.5127 95.1124 56.403C96.1828 56.2869 97.2479 56.2446 98.3079 56.2758C99.3969 56.2656 100.487 56.3643 101.578 56.5718C102.663 56.7442 103.646 57.0617 104.528 57.5243C105.438 57.9455 106.197 58.5389 106.805 59.3043C107.442 60.0283 107.86 60.9545 108.059 62.0829C108.295 63.4229 108.192 64.6954 107.751 65.9005C107.302 67.0703 106.686 68.2152 105.902 69.3352C105.147 70.4137 104.277 71.4579 103.292 72.4679C102.341 73.4717 101.459 74.4455 100.644 75.3891C99.8635 76.3266 99.2277 77.2568 98.736 78.1798C98.2444 79.1027 98.0825 80.0403 98.2505 80.9923C98.2629 81.0629 98.2992 81.1656 98.3594 81.3004C98.4486 81.3937 98.4963 81.458 98.5025 81.4933C102.881 81.9938 107.183 82.7805 111.409 83.8535C115.669 84.9202 119.884 86.1404 124.053 87.5141C124.172 87.566 124.302 87.6884 124.445 87.8813C124.617 88.0328 124.781 88.2402 124.937 88.5037C125.086 88.7319 125.232 88.9424 125.376 89.1353C125.519 89.3283 125.603 89.4952 125.628 89.6363C125.684 89.9537 125.639 90.216 125.494 90.4234C125.342 90.5956 125.152 90.7563 124.924 90.9056C124.69 91.0197 124.449 91.0985 124.202 91.142C123.956 91.1855 123.744 91.2228 123.568 91.2539C121.663 91.5897 119.688 91.5199 117.64 91.0446C115.622 90.5279 113.571 89.9261 111.486 89.2392C109.401 88.5524 107.297 87.9599 105.173 87.4618C103.084 86.9575 100.982 86.8918 98.8662 87.2649L97.1736 87.5634C97.968 88.7686 98.6669 89.8452 99.2705 90.7932C99.9093 91.735 100.454 92.6571 100.904 93.5594C101.389 94.4556 101.789 95.3849 102.105 96.3474C102.449 97.2684 102.721 98.2931 102.92 99.4215C102.963 99.6683 103.016 99.9681 103.078 100.321C103.134 100.638 103.176 100.976 103.203 101.335C103.23 101.694 103.18 102.03 103.053 102.343C102.927 102.656 102.679 102.9 102.31 103.074C100.715 102.483 99.1797 101.408 97.7049 99.8501C96.2592 98.2507 94.9111 96.3796 93.6604 94.2367C92.4097 92.0939 91.2576 89.7882 90.204 87.3197C89.1856 84.845 88.2648 82.4077 87.4414 80.0077C86.6471 77.5662 85.972 75.2855 85.4163 73.1656C84.8895 71.0041 84.4986 69.2005 84.2436 67.7548ZM89.3804 70.285C89.4613 70.7434 89.5318 71.3491 89.5919 72.102C89.681 72.8135 89.8117 73.554 89.9838 74.3236C90.1497 75.0579 90.383 75.7621 90.6837 76.4363C91.0135 77.069 91.4512 77.5918 91.9967 78.0046C92.0734 78.0274 92.1471 78.0326 92.2176 78.0202C92.2591 78.0492 92.3503 78.0513 92.4914 78.0264C93.1261 77.9145 93.8501 77.5869 94.6632 77.0436C95.5116 76.494 96.3736 75.8148 97.2489 75.006C98.1243 74.1972 98.9666 73.3033 99.7756 72.3243C100.614 71.3039 101.343 70.2846 101.963 69.2662C102.583 68.2478 103.045 67.2574 103.348 66.295C103.68 65.2912 103.78 64.419 103.65 63.6784C103.525 62.9732 103.155 62.4204 102.539 62.0199C101.917 61.5843 101.207 61.273 100.411 61.0863C99.6144 60.8995 98.7982 60.807 97.9623 60.809C97.1616 60.8048 96.5144 60.8461 96.0207 60.9332C95.4212 61.0389 94.716 61.1633 93.9049 61.3063C93.0877 61.414 92.2859 61.6099 91.4998 61.894C90.7426 62.1366 90.0747 62.4725 89.4959 62.9018C88.9172 63.3311 88.5604 63.8848 88.4255 64.5631C88.4628 64.7747 88.5281 65.1449 88.6215 65.6739C88.7148 66.2028 88.8174 66.7847 88.9294 67.4194C89.0352 68.0188 89.1171 68.5862 89.1751 69.1213C89.2684 69.6503 89.3368 70.0382 89.3804 70.285ZM143.963 88.1485C143.634 86.2795 143.047 84.2923 142.203 82.1869C141.358 80.0814 140.47 77.9293 139.536 75.7305C138.603 73.5317 137.691 71.3474 136.799 69.1776C135.901 66.9726 135.257 64.8682 134.867 62.8644L123.071 64.9443C123.022 64.6622 122.95 64.2567 122.857 63.7277C122.763 63.1988 122.723 62.6605 122.735 62.1129C122.742 61.5301 122.813 61.0084 122.95 60.548C123.081 60.0522 123.349 59.7142 123.753 59.5338L152.845 54.404C153.009 55.5387 152.932 56.443 152.615 57.1171C152.297 57.7912 151.814 58.3491 151.165 58.7908C150.551 59.2263 149.83 59.5716 149.002 59.8266C148.168 60.0463 147.338 60.2837 146.51 60.5387C145.682 60.7938 144.879 61.0809 144.099 61.4002C143.312 61.6843 142.66 62.1084 142.141 62.6725C141.658 63.2304 141.329 63.9429 141.155 64.8099C141.01 65.6354 141.126 66.7057 141.503 68.0208C141.634 68.7614 141.861 69.7394 142.185 70.9549C142.502 72.1352 142.908 73.4088 143.404 74.7758C143.9 76.1428 144.469 77.515 145.112 78.8924C145.749 80.2345 146.455 81.4553 147.231 82.5547C148.035 83.6127 148.873 84.4466 149.745 85.0566C150.645 85.625 151.606 85.8191 152.629 85.6388C153.347 85.585 154.249 85.444 155.336 85.216C156.452 84.9465 157.571 84.6947 158.693 84.4604C159.815 84.2262 160.876 84.0573 161.876 83.9537C162.911 83.8439 163.689 83.9249 164.21 84.1967C164.73 84.4685 164.929 84.9788 164.807 85.7276C164.678 86.4411 164.064 87.4947 162.965 88.8885C160.857 90.1327 158.668 91.1187 156.396 91.8464C154.154 92.5327 151.872 93.0987 149.551 93.5443C147.224 93.9547 144.89 94.3298 142.55 94.6697C140.204 94.9742 137.885 95.3286 135.593 95.7328C134.008 94.376 133.018 93.2962 132.622 92.4935C132.226 91.6907 132.211 91.0933 132.578 90.7013C132.975 90.2679 133.649 89.9672 134.601 89.7993C135.582 89.5899 136.646 89.4387 137.793 89.3455C138.934 89.217 140.075 89.0886 141.216 88.9602C142.351 88.7964 143.266 88.5259 143.963 88.1485ZM166.92 72.9745C166.709 71.7755 166.637 70.4428 166.706 68.9764C166.81 67.5037 167.037 66.0092 167.388 64.493C167.732 62.9415 168.209 61.4212 168.819 59.932C169.423 58.4075 170.163 57.0407 171.041 55.8315C171.912 54.5871 172.912 53.5563 174.04 52.7392C175.163 51.8869 176.411 51.3395 177.787 51.097C178.915 50.898 180.001 50.8701 181.044 51.0134C182.082 51.1214 183.006 51.413 183.817 51.8881C184.628 52.3632 185.308 53.025 185.858 53.8734C186.436 54.6803 186.835 55.7009 187.052 56.9351C186.276 57.0719 185.608 56.9899 185.045 56.689C184.512 56.3467 183.991 55.966 183.48 55.547C183.005 55.1217 182.487 54.7586 181.925 54.4578C181.398 54.1507 180.764 54.0625 180.024 54.1931C178.931 54.3858 177.922 54.8545 176.999 55.599C176.111 56.3373 175.311 57.2602 174.597 58.3677C173.919 59.4691 173.35 60.6783 172.892 61.9953C172.469 63.3062 172.119 64.6222 171.843 65.9435C171.596 67.2233 171.434 68.4698 171.357 69.6833C171.316 70.8905 171.37 71.9172 171.519 72.7635C171.843 74.5972 172.412 76.2784 173.227 77.8072C174.071 79.2946 175.11 80.5476 176.344 81.5662C177.572 82.5495 179.004 83.2425 180.638 83.6451C182.273 84.0478 184.06 84.0781 185.999 83.7361C187.233 83.5185 188.366 83.137 189.397 82.5916C190.457 82.0047 191.461 81.4096 192.409 80.8061C193.386 80.1611 194.351 79.5546 195.306 78.9863C196.26 78.4181 197.248 78.0439 198.271 77.8636C198.412 77.8387 198.609 77.8221 198.862 77.8139C199.144 77.7641 199.397 77.7559 199.621 77.7891C199.881 77.8161 200.114 77.9022 200.321 78.0474C200.523 78.1574 200.651 78.371 200.707 78.6884C200.931 79.9579 200.627 81.1204 199.795 82.1761C198.999 83.2255 197.98 84.1505 196.74 84.951C195.493 85.7162 194.169 86.3497 192.766 86.8515C191.364 87.3533 190.204 87.685 189.288 87.8466C186.608 88.3192 184.029 88.3375 181.553 87.9016C179.07 87.4304 176.824 86.5537 174.816 85.2716C172.809 83.9894 171.115 82.3246 169.736 80.2772C168.35 78.1945 167.412 75.7602 166.92 72.9745ZM197.174 52.4779C197.143 52.3016 197.108 51.9988 197.068 51.5694C196.987 51.111 196.907 50.6526 196.826 50.1942C196.739 49.7005 196.675 49.239 196.636 48.8096C196.561 48.3864 196.512 48.1043 196.487 47.9633C197.2 46.8557 197.824 46.1641 198.357 45.8883C198.925 45.6063 199.42 45.6281 199.841 45.9538C200.256 46.2443 200.605 46.7826 200.889 47.5687C201.209 48.3487 201.494 49.2438 201.745 50.254C201.996 51.2641 202.221 52.3334 202.42 53.4618C202.619 54.5903 202.823 55.645 203.033 56.6262C203.236 57.572 203.456 58.4059 203.692 59.1278C203.929 59.8496 204.21 60.3091 204.535 60.5062L222.678 57.3071C223.419 57.1765 223.907 56.8541 224.144 56.3397C224.38 55.8253 224.451 55.1948 224.355 54.448C224.295 53.6951 224.128 52.8519 223.855 51.9184C223.581 50.985 223.304 50.0339 223.024 49.0652C222.773 48.055 222.564 47.0739 222.396 46.1218C222.257 45.1282 222.263 44.2363 222.414 43.446C222.601 42.6496 222.972 41.9662 223.525 41.3958C224.079 40.8255 224.973 40.4315 226.208 40.2139C226.784 40.803 227.197 41.4938 227.446 42.2862C227.688 43.0433 227.849 43.8513 227.928 44.71C228.042 45.5625 228.103 46.4244 228.111 47.2956C228.149 48.1253 228.236 48.928 228.373 49.7038C228.74 51.7843 229.23 53.843 229.844 55.88C230.493 57.9108 231.142 59.9415 231.791 61.9723C232.476 63.9968 233.125 66.0276 233.739 68.0646C234.382 70.0601 234.88 72.0628 235.235 74.0728C235.691 76.2466 235.827 77.8407 235.642 78.855C235.451 79.834 235.082 80.3172 234.535 80.3047C233.993 80.3274 233.3 79.9042 232.456 79.035C231.647 78.1596 230.815 76.9429 229.958 75.385C229.137 73.821 228.354 71.9592 227.609 69.7998C226.894 67.599 226.341 65.1876 225.951 62.5657L206.856 65.9327C207.532 68.3223 208.254 70.5584 209.021 72.6411C209.824 74.7175 210.477 76.5657 210.981 78.1858C211.514 79.7643 211.832 81.0535 211.936 82.0533C212.069 83.0116 211.803 83.5675 211.139 83.7209C210.117 83.9012 209.194 83.7185 208.37 83.1729C207.541 82.592 206.756 81.7487 206.015 80.643C205.31 79.5312 204.659 78.2098 204.061 76.6789C203.458 75.1128 202.895 73.4668 202.372 71.741C201.843 69.9799 201.343 68.1773 200.873 66.3333C200.437 64.483 200.014 62.7032 199.604 60.994C199.193 59.2848 198.786 57.7021 198.384 56.2459C197.976 54.7545 197.572 53.4985 197.174 52.4779Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:4355,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13adoaw-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"BdiT4O1mV\",layoutId:\"BdiT4O1mV\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(4407),pixelHeight:1080,pixelWidth:1920,sizes:\"100vw\",src:\"https://framerusercontent.com/images/EtrPfSpE5yZbM72rCAhVrN8MuBM.jpeg\",srcSet:\"https://framerusercontent.com/images/EtrPfSpE5yZbM72rCAhVrN8MuBM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/EtrPfSpE5yZbM72rCAhVrN8MuBM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EtrPfSpE5yZbM72rCAhVrN8MuBM.jpeg 1920w\"},className:\"framer-17fqkzb\",\"data-framer-name\":\"div_responsible1\",name:\"div_responsible1\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition(4469),pixelHeight:2048,pixelWidth:2048,sizes:\"46.7708vw\",src:\"https://framerusercontent.com/images/NSZAOGHawtonpZscBSGcxtPaRM.png\",srcSet:\"https://framerusercontent.com/images/NSZAOGHawtonpZscBSGcxtPaRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/NSZAOGHawtonpZscBSGcxtPaRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NSZAOGHawtonpZscBSGcxtPaRM.png 2048w\"},className:\"framer-1w8v161\",\"data-framer-name\":\"Fxssz1DWYAMs3vc_2_\",name:\"Fxssz1DWYAMs3vc_2_\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:236,intrinsicWidth:741,loading:getLoadingLazyAtYPosition(4469),positionX:\"center\",positionY:\"center\",sizes:\"38.5938vw\",src:\"https://framerusercontent.com/images/wjy4wTP7ljEsWCCEtv2xN2a6dlY.svg\",srcSet:\"https://framerusercontent.com/images/wjy4wTP7ljEsWCCEtv2xN2a6dlY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/wjy4wTP7ljEsWCCEtv2xN2a6dlY.svg 741w\"},className:\"framer-3vdugh\",\"data-framer-name\":\"div.flex-1\",name:\"div.flex-1\"}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"woOPtxKMq\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1nczdef framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:73,intrinsicWidth:254,name:\"div.flex-1\",style:{rotate:16},svg:'<svg width=\"254\" height=\"73\" viewBox=\"0 0 254 73\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" fill=\"#ED3B23\"/>\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M27.7714 25.3476C28.0514 23.9235 28.565 22.8028 29.312 21.9857C30.059 21.1453 30.9111 20.5733 31.8683 20.2698C32.8488 19.9663 33.8877 19.8962 34.985 20.0596C36.1056 20.1997 37.1562 20.5382 38.1368 21.0752C39.1408 21.6122 40.0163 22.3126 40.7635 23.1764C41.5106 24.0169 42.036 24.9857 42.3396 26.083C42.6432 27.1569 42.6433 28.3243 42.3399 29.585C42.0365 30.8457 41.3479 32.1414 40.2741 33.4721C41.1146 33.7756 41.8967 34.0791 42.6205 34.3826C43.3442 34.6861 43.9513 35.0597 44.4416 35.5033C44.9552 35.9468 45.3522 36.4838 45.6324 37.1142C45.9126 37.7445 46.0527 38.5266 46.0528 39.4605C46.0529 40.2309 45.9129 41.048 45.6328 41.9118C45.3527 42.7757 44.9559 43.6278 44.4423 44.4683C43.9521 45.3087 43.3685 46.1142 42.6916 46.8846C42.0379 47.6317 41.3259 48.2971 40.5556 48.8807C39.7852 49.4644 38.9914 49.9313 38.1743 50.2815C37.3806 50.6084 36.5985 50.7718 35.8281 50.7718C35.3145 50.7718 34.8125 50.4449 34.3222 49.7912C33.8318 49.1375 33.3531 48.2737 32.8861 47.1998C32.4191 46.1259 31.9638 44.8885 31.52 43.4877C31.0763 42.0869 30.6677 40.6395 30.294 39.1453C29.9203 37.6278 29.5817 36.1336 29.278 34.6628C28.9744 33.1686 28.7058 31.7912 28.4722 30.5305C28.262 29.2698 28.0868 28.1842 27.9467 27.2737C27.8299 26.3398 27.7714 25.6978 27.7714 25.3476ZM34.0062 40.5111C34.0062 40.9079 34.0996 41.4332 34.2865 42.0869C34.4733 42.7406 34.7068 43.3943 34.987 44.048C35.2906 44.7017 35.6175 45.3087 35.9677 45.869C36.318 46.406 36.6915 46.7679 37.0885 46.9546C37.4153 47.1414 37.8005 47.1297 38.2441 46.9196C38.6877 46.6862 39.1312 46.336 39.5747 45.869C40.0416 45.3788 40.4852 44.8301 40.9053 44.2231C41.3255 43.5928 41.699 42.9741 42.0258 42.3671C42.376 41.7601 42.6444 41.1998 42.8311 40.6862C43.0412 40.1492 43.1462 39.7406 43.1462 39.4605C43.1461 38.8535 43.0644 38.3632 42.9009 37.9896C42.7375 37.5928 42.4923 37.2776 42.1654 37.0441C41.8619 36.8107 41.4884 36.6472 41.0448 36.5538C40.6245 36.4605 40.1576 36.4138 39.644 36.4138C39.0603 36.4138 38.4416 36.5072 37.788 36.6939C37.1343 36.8807 36.5273 37.1492 35.967 37.4994C35.4301 37.8496 34.9632 38.2815 34.5663 38.7951C34.1929 39.3087 34.0061 39.8807 34.0062 40.5111ZM31.7639 28.6044C31.764 29.0246 31.7523 29.5499 31.729 30.1803C31.7057 30.7873 31.7058 31.4176 31.7292 32.0713C31.7526 32.725 31.8227 33.3787 31.9395 34.0324C32.0563 34.6861 32.2664 35.2465 32.57 35.7134C33.7139 35.5033 34.7061 35.1064 35.5465 34.5227C36.4103 33.9391 37.099 33.262 37.6125 32.4916C38.1494 31.6978 38.5345 30.8573 38.7679 29.9702C39.0013 29.083 39.083 28.2192 39.0129 27.3787C38.9661 26.5383 38.7676 25.7678 38.4173 25.0674C38.0904 24.3671 37.6234 23.8301 37.0164 23.4565C36.4094 23.0597 35.6739 22.8612 34.8101 22.8612C33.9463 22.8612 32.9541 23.1414 31.8335 23.7017C31.8336 23.8885 31.8219 24.2153 31.7986 24.6822C31.7986 25.1492 31.787 25.6394 31.7637 26.153C31.7637 26.6667 31.7638 27.1569 31.7638 27.6239C31.7639 28.0908 31.7639 28.4176 31.7639 28.6044ZM49.0985 27.4488C49.472 27.7289 49.7756 28.0791 50.0091 28.4994C50.2426 28.8962 50.4294 29.3048 50.5695 29.725C50.5929 30.6122 50.6047 31.6745 50.6048 32.9118C50.6049 34.1492 50.6517 35.4332 50.7452 36.764C50.8387 38.0947 51.0139 39.4254 51.2708 40.7562C51.5278 42.0636 51.9247 43.2426 52.4618 44.2932C53.0222 45.3437 53.7577 46.1959 54.6682 46.8496C55.6022 47.4799 56.7695 47.7951 58.1703 47.7951C59.4543 47.7951 60.5516 47.4916 61.462 46.8846C62.3958 46.2776 63.1662 45.5072 63.7731 44.5733C64.4034 43.6395 64.8586 42.6006 65.1386 41.4566C65.442 40.2893 65.5937 39.157 65.5936 38.0597C65.5934 35.9352 65.4882 33.7756 65.2779 31.5811C65.0676 29.3632 64.6822 27.227 64.1217 25.1725C64.2851 24.7523 64.4952 24.5188 64.752 24.4721C65.0088 24.4021 65.2889 24.3671 65.5924 24.3671C66.1994 24.3671 66.678 24.6122 67.0283 25.1025C67.3785 25.5927 67.6354 26.2231 67.7989 26.9935C67.9857 27.7406 68.0908 28.5694 68.1143 29.4799C68.161 30.3671 68.1611 31.2192 68.1145 32.0363C68.0912 32.8301 68.0446 33.5422 67.9746 34.1725C67.9279 34.7795 67.9046 35.1647 67.9046 35.3282C67.9047 36.5422 67.8698 37.7795 67.7999 39.0402C67.7533 40.2776 67.6133 41.4683 67.38 42.6122C67.17 43.7562 66.8432 44.8301 66.3997 45.834C65.9796 46.8146 65.4076 47.6784 64.684 48.4255C63.9603 49.1492 63.0615 49.7212 61.9876 50.1414C60.9137 50.5617 59.6297 50.7718 58.1355 50.7718C56.2445 50.7718 54.6919 50.4099 53.4778 49.6862C52.2638 48.9624 51.2831 48.0052 50.5359 46.8146C49.8121 45.6006 49.2633 44.2231 48.8897 42.6823C48.5393 41.1414 48.2824 39.5655 48.1188 37.9546C47.9786 36.3437 47.8734 34.7562 47.8033 33.192C47.7564 31.6278 47.6863 30.2153 47.5928 28.9546L49.0985 27.4488ZM81.3519 31.9313C80.4413 31.7445 79.5308 31.3243 78.6202 30.6706C77.7097 30.0169 76.8341 29.2231 75.9936 28.2892C75.1764 27.3554 74.3942 26.3165 73.647 25.1725C72.9231 24.0285 72.2927 22.8729 71.7556 21.7056C71.2186 20.5382 70.7982 19.4059 70.4946 18.3087C70.191 17.2114 70.0392 16.2308 70.0391 15.367C70.0391 15.2503 70.0391 15.1102 70.0391 14.9468C70.0624 14.7834 70.0858 14.6316 70.1091 14.4915C70.1558 14.3281 70.2375 14.1997 70.3542 14.1063C70.4709 13.9896 70.6227 13.9312 70.8094 13.9312C71.3931 13.9312 71.8951 14.1413 72.3153 14.5616C72.7356 14.9585 73.1209 15.4954 73.4711 16.1725C73.8214 16.8495 74.1483 17.62 74.4519 18.4838C74.7554 19.3476 75.059 20.2231 75.3626 21.1102C75.6895 21.9974 76.0281 22.8729 76.3784 23.7367C76.7287 24.6005 77.1139 25.3709 77.5342 26.048C77.9779 26.725 78.4799 27.2737 79.0402 27.6939C79.6006 28.0908 80.2426 28.2892 80.9663 28.2892C81.013 28.2892 81.0714 28.2776 81.1414 28.2542C81.2348 28.2309 81.3048 28.2192 81.3515 28.2192C82.0052 27.6355 82.5888 26.8651 83.1023 25.9079C83.6392 24.9274 84.1294 23.8768 84.5729 22.7562C85.0164 21.6355 85.4482 20.4799 85.8683 19.2892C86.2884 18.0986 86.7202 16.9896 87.1637 15.9624C87.6306 14.9351 88.1091 14.0363 88.5993 13.2659C89.1129 12.4954 89.6965 11.9585 90.3501 11.655L91.8561 13.1958C92.0429 13.3826 92.0663 13.7678 91.9263 14.3515C91.8096 14.9118 91.5878 15.6238 91.2611 16.4877C90.9576 17.3281 90.5725 18.2737 90.1057 19.3242C89.6388 20.3515 89.1486 21.4254 88.6351 22.546C88.1216 23.6667 87.6081 24.7873 87.0945 25.9079C86.581 27.0052 86.1142 28.0441 85.694 29.0246C85.2972 30.0052 84.9705 30.8807 84.7137 31.6511C84.457 32.4215 84.3286 33.0285 84.3286 33.4721C84.3288 34.8729 84.5273 36.227 84.9243 37.5344C85.3447 38.8418 85.7884 40.1492 86.2554 41.4566C86.7224 42.7406 87.1545 44.0364 87.5515 45.3437C87.9485 46.6278 88.147 47.9469 88.1471 49.301C88.1471 49.4877 88.1472 49.7329 88.1472 50.0364C88.1472 50.3165 88.1005 50.585 88.0072 50.8418C87.9372 51.0986 87.7854 51.2971 87.552 51.4371C87.3419 51.5772 87.0267 51.5889 86.6065 51.4722C85.7425 50.2115 84.9837 48.7873 84.3298 47.1998C83.676 45.5889 83.1155 43.9196 82.6485 42.192C82.1814 40.4644 81.831 38.7251 81.5974 36.9741C81.3872 35.1998 81.3053 33.5188 81.3519 31.9313ZM110.105 50.8418C109.684 50.7484 109.439 50.5383 109.369 50.2115C109.299 49.8613 109.264 49.5344 109.264 49.2309C109.007 48.9041 108.972 48.6239 109.159 48.3904C109.346 48.157 109.649 47.9819 110.069 47.8652C110.513 47.7251 111.038 47.6317 111.645 47.585C112.252 47.5383 112.836 47.5266 113.396 47.55C113.98 47.55 114.493 47.6083 114.937 47.7251C115.404 47.8185 115.719 47.9235 115.882 48.0403C116.116 46.5461 116.221 45.2971 116.197 44.2932C116.197 43.2659 116.104 42.4138 115.917 41.7367C115.753 41.0363 115.508 40.476 115.181 40.0558C114.855 39.6122 114.493 39.2504 114.096 38.9702C113.699 38.6667 113.29 38.3982 112.87 38.1647C112.45 37.9079 112.041 37.6278 111.644 37.3243C111.271 36.9974 110.932 36.6005 110.629 36.1336C110.325 35.6667 110.091 35.0597 109.928 34.3126C109.928 33.6822 110.068 33.1336 110.348 32.6667C110.628 32.1764 110.978 31.7562 111.399 31.406C111.842 31.0558 112.309 30.7523 112.799 30.4955C113.313 30.2387 113.78 29.9935 114.2 29.7601C114.644 29.5266 115.005 29.3048 115.286 29.0947C115.566 28.8612 115.706 28.6044 115.706 28.3243L115.705 22.3009C115.705 22.1141 115.81 21.974 116.02 21.8807C116.254 21.7639 116.511 21.6589 116.791 21.5655C117.094 21.4721 117.363 21.4137 117.596 21.3904C117.853 21.367 118.028 21.3554 118.121 21.3554C118.122 22.4993 118.168 23.6783 118.262 24.8923C118.379 26.083 118.659 27.227 119.103 28.3243C119.313 28.3243 119.698 28.3593 120.258 28.4293C120.842 28.4994 121.449 28.5811 122.079 28.6745C122.733 28.7445 123.34 28.8145 123.9 28.8846C124.484 28.9546 124.893 29.0013 125.126 29.0246C125.173 29.048 125.266 29.0947 125.406 29.1647C125.57 29.2348 125.721 29.3165 125.861 29.4099C126.025 29.5032 126.177 29.585 126.317 29.655C126.457 29.725 126.55 29.7834 126.597 29.8301C126.737 30.2503 126.83 30.6589 126.877 31.0558C126.924 31.4293 126.749 31.7095 126.352 31.8962C125.955 32.083 125.243 32.118 124.216 32.0013C123.212 31.8846 121.753 31.5227 119.838 30.9157C119.581 30.9157 119.395 31.0675 119.278 31.371C119.161 31.6745 119.08 32.013 119.033 32.3865C118.986 32.7601 118.963 33.1103 118.963 33.4371C118.986 33.7406 118.998 33.904 118.998 33.9274C118.998 33.9974 118.998 34.1258 118.998 34.3126C119.021 34.4994 119.033 34.6861 119.033 34.8729C119.056 35.0597 119.068 35.2465 119.068 35.4332C119.092 35.5966 119.103 35.7251 119.103 35.8184C119.36 35.8651 119.792 35.9352 120.399 36.0286C121.029 36.0986 121.73 36.2153 122.5 36.3787C123.271 36.5422 124.076 36.7523 124.917 37.0091C125.757 37.2659 126.528 37.5811 127.228 37.9546C127.952 38.3048 128.535 38.7367 128.979 39.2504C129.423 39.7406 129.645 40.3126 129.645 40.9663C129.645 42.2504 129.353 43.3943 128.769 44.3982C128.186 45.3788 127.439 46.2543 126.528 47.0247C125.641 47.7951 124.661 48.4955 123.587 49.1259C122.536 49.7562 121.533 50.3282 120.575 50.8418L120.575 51.9624C120.575 52.4761 120.611 52.978 120.681 53.4683C120.774 53.9819 120.879 54.4838 120.996 54.9741C121.113 55.4877 121.206 55.9897 121.276 56.48C121.37 56.9936 121.416 57.5072 121.416 58.0208C121.416 58.6278 121.311 59.0831 121.101 59.3866C120.891 59.7134 120.459 59.8769 119.806 59.8769C119.526 59.8769 119.315 59.8535 119.175 59.8068C119.035 59.7835 118.919 59.7134 118.825 59.5967C118.732 59.5033 118.65 59.3516 118.58 59.1414C118.533 58.9313 118.451 58.6512 118.335 58.301C118.265 58.0675 118.148 57.6706 117.984 57.1103C117.844 56.55 117.693 55.943 117.529 55.2893C117.366 54.6589 117.214 54.0636 117.074 53.5033C116.957 52.943 116.887 52.5461 116.863 52.3126L110.105 50.8418ZM118.928 39.3904C118.929 40.7212 118.999 42.0169 119.139 43.2776C119.302 44.515 119.536 45.7757 119.84 47.0597H120.19C120.75 47.0597 121.357 46.9196 122.011 46.6395C122.664 46.336 123.283 45.9508 123.867 45.4838C124.45 44.9936 124.929 44.4683 125.302 43.9079C125.699 43.3243 125.898 42.7523 125.898 42.192C125.898 41.3749 125.641 40.7795 125.127 40.406C124.637 40.0091 124.03 39.7406 123.306 39.6005C122.606 39.4371 121.847 39.3671 121.03 39.3904C120.212 39.3904 119.512 39.3904 118.928 39.3904ZM113.01 34.2426C113.01 34.9429 113.22 35.4215 113.64 35.6784C114.084 35.9352 114.644 36.0636 115.321 36.0636L115.321 32.6667C115.064 32.6667 114.796 32.69 114.515 32.7367C114.259 32.7834 114.013 32.8768 113.78 33.0169C113.57 33.1336 113.383 33.297 113.22 33.5071C113.08 33.6939 113.01 33.9391 113.01 34.2426ZM129.678 26.7484C129.678 26.5616 129.69 26.2581 129.713 25.8379C129.713 25.3943 129.713 24.939 129.713 24.4721C129.713 23.9818 129.725 23.5266 129.748 23.1063C129.748 22.6628 129.748 22.3593 129.748 22.1958C130.005 21.7056 130.402 21.3554 130.939 21.1453C131.499 20.9118 132.094 20.76 132.725 20.69C133.378 20.5966 134.009 20.5616 134.616 20.5849C135.246 20.6083 135.76 20.62 136.156 20.62C136.67 20.62 137.265 20.6433 137.942 20.69C138.643 20.7367 139.332 20.8301 140.009 20.9702C140.709 21.0869 141.398 21.2737 142.075 21.5305C142.752 21.7639 143.347 22.0791 143.861 22.476C144.398 22.8495 144.818 23.3165 145.122 23.8768C145.449 24.4137 145.612 25.0558 145.612 25.8029C145.612 26.69 145.402 27.4955 144.982 28.2192C144.562 28.9196 144.037 29.585 143.406 30.2153C142.799 30.8223 142.122 31.3943 141.375 31.9313C140.652 32.4682 139.975 32.9935 139.344 33.5071C138.737 34.0208 138.224 34.5461 137.804 35.083C137.383 35.62 137.173 36.2037 137.173 36.834C137.173 36.8807 137.185 36.9507 137.208 37.0441C137.255 37.1142 137.278 37.1609 137.278 37.1842C140.033 38.0013 142.707 38.9935 145.298 40.1609C147.913 41.3282 150.481 42.5889 153.003 43.943C153.073 43.9897 153.143 44.083 153.213 44.2231C153.306 44.3399 153.388 44.4916 153.458 44.6784C153.528 44.8418 153.598 44.9936 153.668 45.1336C153.738 45.2737 153.773 45.3904 153.773 45.4838C153.773 45.6939 153.715 45.8574 153.598 45.9741C153.482 46.0675 153.342 46.1492 153.178 46.2192C153.015 46.2659 152.851 46.2893 152.688 46.2893C152.524 46.2893 152.384 46.2893 152.268 46.2893C151.007 46.2893 149.746 46.0208 148.485 45.4838C147.248 44.9235 145.999 44.3048 144.738 43.6278C143.477 42.9507 142.193 42.3321 140.886 41.7718C139.602 41.2114 138.259 40.9313 136.859 40.9313H135.738C136.112 41.7951 136.438 42.5655 136.719 43.2426C137.022 43.9196 137.267 44.5733 137.454 45.2037C137.664 45.834 137.816 46.476 137.91 47.1297C138.026 47.7601 138.085 48.4488 138.085 49.1959C138.085 49.3593 138.085 49.5578 138.085 49.7912C138.085 50.0013 138.073 50.2231 138.05 50.4566C138.027 50.6901 137.957 50.9002 137.84 51.087C137.723 51.2737 137.537 51.4021 137.28 51.4722C136.322 50.9119 135.459 50.048 134.688 48.8807C133.941 47.6901 133.287 46.336 132.727 44.8185C132.166 43.3009 131.687 41.69 131.29 39.9858C130.917 38.2815 130.601 36.6122 130.344 34.978C130.111 33.3204 129.936 31.7795 129.819 30.3554C129.725 28.9079 129.678 27.7056 129.678 26.7484ZM132.69 28.9546C132.69 29.2581 132.667 29.655 132.62 30.1453C132.597 30.6122 132.597 31.1025 132.62 31.6161C132.644 32.1064 132.714 32.585 132.831 33.0519C132.971 33.4955 133.193 33.8807 133.496 34.2075C133.543 34.2309 133.59 34.2426 133.636 34.2426C133.66 34.2659 133.718 34.2776 133.811 34.2776C134.232 34.2776 134.733 34.1492 135.317 33.8924C135.924 33.6356 136.554 33.297 137.208 32.8768C137.862 32.4566 138.504 31.978 139.134 31.441C139.788 30.8807 140.371 30.3087 140.885 29.725C141.398 29.1414 141.807 28.5577 142.11 27.9741C142.437 27.3671 142.601 26.8184 142.601 26.3281C142.6 25.8612 142.425 25.4643 142.075 25.1375C141.725 24.7873 141.305 24.5071 140.814 24.297C140.324 24.0869 139.81 23.9351 139.273 23.8418C138.76 23.7484 138.34 23.7017 138.013 23.7017C137.616 23.7017 137.149 23.7017 136.612 23.7017C136.075 23.6783 135.538 23.7134 135.001 23.8067C134.487 23.8768 134.021 24.0169 133.6 24.227C133.18 24.4371 132.888 24.7523 132.725 25.1725C132.725 25.3126 132.725 25.5577 132.725 25.9079C132.725 26.2581 132.725 26.6433 132.725 27.0636C132.725 27.4604 132.713 27.834 132.69 28.1842C132.69 28.5344 132.69 28.7912 132.69 28.9546ZM165.715 46.6045C165.715 45.3671 165.563 44.0247 165.26 42.5772C164.956 41.1297 164.629 39.6472 164.279 38.1297C163.928 36.6122 163.59 35.1064 163.263 33.6122C162.936 32.0947 162.76 30.6706 162.737 29.3398H154.928C154.928 29.1531 154.928 28.8846 154.928 28.5344C154.928 28.1842 154.963 27.834 155.033 27.4838C155.103 27.1102 155.208 26.7834 155.348 26.5032C155.488 26.1997 155.698 26.013 155.978 25.9429H175.239C175.215 26.69 175.064 27.262 174.784 27.6589C174.503 28.0558 174.13 28.3593 173.663 28.5694C173.219 28.7795 172.718 28.9196 172.157 28.9896C171.597 29.0363 171.037 29.0947 170.476 29.1647C169.916 29.2348 169.367 29.3282 168.83 29.4449C168.293 29.5383 167.827 29.7367 167.43 30.0402C167.056 30.3437 166.764 30.764 166.554 31.3009C166.368 31.8145 166.321 32.5149 166.414 33.4021C166.414 33.8924 166.45 34.5461 166.52 35.3632C166.59 36.157 166.707 37.0208 166.87 37.9546C167.034 38.8885 167.244 39.834 167.501 40.7912C167.758 41.7251 168.073 42.5889 168.446 43.3827C168.843 44.1531 169.287 44.7834 169.777 45.2737C170.291 45.7406 170.886 45.9741 171.563 45.9741C172.03 46.0208 172.626 46.0325 173.349 46.0091C174.096 45.9624 174.844 45.9274 175.591 45.9041C176.338 45.8807 177.038 45.8924 177.692 45.9391C178.369 45.9858 178.859 46.1259 179.163 46.3593C179.466 46.5928 179.536 46.943 179.373 47.4099C179.209 47.8535 178.696 48.4605 177.832 49.2309C176.338 49.7912 174.821 50.1764 173.28 50.3866C171.762 50.5733 170.233 50.6784 168.692 50.7017C167.151 50.7017 165.61 50.6784 164.07 50.6317C162.529 50.5617 161 50.5266 159.482 50.5266C158.618 49.4761 158.104 48.6706 157.941 48.1103C157.777 47.55 157.836 47.1648 158.116 46.9546C158.419 46.7212 158.886 46.6045 159.517 46.6045C160.17 46.5811 160.871 46.6045 161.618 46.6745C162.365 46.7212 163.112 46.7679 163.859 46.8146C164.606 46.8379 165.225 46.7679 165.715 46.6045ZM182.174 39.4605C182.174 38.6667 182.279 37.8029 182.489 36.869C182.722 35.9352 183.037 35.0013 183.434 34.0675C183.831 33.1103 184.309 32.1881 184.87 31.3009C185.43 30.3904 186.06 29.5966 186.76 28.9196C187.461 28.2192 188.219 27.6706 189.037 27.2737C189.854 26.8534 190.717 26.6433 191.628 26.6433C192.375 26.6433 193.075 26.7484 193.729 26.9585C194.383 27.1453 194.943 27.4371 195.41 27.834C195.877 28.2309 196.239 28.7328 196.496 29.3398C196.776 29.9235 196.916 30.6239 196.916 31.441C196.403 31.441 195.982 31.3126 195.656 31.0558C195.352 30.7756 195.06 30.4721 194.78 30.1453C194.523 29.8184 194.231 29.5266 193.904 29.2698C193.601 29.013 193.204 28.8846 192.714 28.8846C191.99 28.8846 191.29 29.0713 190.613 29.4449C189.959 29.8184 189.34 30.3204 188.757 30.9507C188.196 31.5811 187.695 32.2931 187.251 33.0869C186.831 33.8807 186.457 34.6861 186.131 35.5033C185.827 36.297 185.582 37.0791 185.395 37.8496C185.232 38.62 185.15 39.2854 185.15 39.8457C185.151 41.0597 185.326 42.2037 185.676 43.2776C186.05 44.3282 186.575 45.2504 187.252 46.0441C187.929 46.8146 188.77 47.4216 189.774 47.8652C190.778 48.3087 191.922 48.5305 193.206 48.5305C194.023 48.5305 194.793 48.4138 195.517 48.1803C196.264 47.9235 196.976 47.655 197.653 47.3749C198.353 47.0714 199.042 46.7912 199.719 46.5344C200.396 46.2776 201.073 46.1492 201.75 46.1492C201.844 46.1492 201.972 46.1609 202.135 46.1842C202.322 46.1842 202.486 46.2076 202.626 46.2543C202.789 46.301 202.929 46.3827 203.046 46.4994C203.163 46.5928 203.221 46.7445 203.221 46.9546C203.221 47.7951 202.894 48.5072 202.241 49.0908C201.61 49.6745 200.852 50.1531 199.965 50.5266C199.077 50.8768 198.155 51.1336 197.198 51.2971C196.241 51.4605 195.459 51.5422 194.852 51.5422C193.078 51.5422 191.42 51.2621 189.879 50.7017C188.338 50.1181 186.996 49.301 185.852 48.2504C184.707 47.1998 183.809 45.9391 183.155 44.4683C182.501 42.9741 182.174 41.3048 182.174 39.4605ZM203.92 29.725C203.92 29.6083 203.932 29.4099 203.955 29.1297C203.955 28.8262 203.955 28.5227 203.955 28.2192C203.955 27.8923 203.967 27.5888 203.99 27.3087C203.99 27.0285 203.99 26.8418 203.99 26.7484C204.573 26.118 205.052 25.7445 205.426 25.6278C205.822 25.511 206.138 25.5811 206.371 25.8379C206.605 26.0713 206.768 26.4565 206.861 26.9935C206.978 27.5305 207.06 28.1375 207.107 28.8145C207.153 29.4916 207.177 30.2036 207.177 30.9507C207.177 31.6978 207.189 32.3982 207.212 33.0519C207.236 33.6822 207.282 34.2426 207.352 34.7328C207.422 35.2231 207.551 35.55 207.738 35.7134L219.749 35.7134C220.24 35.7134 220.59 35.5616 220.8 35.2581C221.01 34.9546 221.127 34.5577 221.15 34.0675C221.197 33.5772 221.185 33.0169 221.115 32.3865C221.045 31.7562 220.975 31.1141 220.905 30.4604C220.858 29.7834 220.834 29.1297 220.834 28.4994C220.858 27.8457 220.963 27.2737 221.149 26.7834C221.359 26.2931 221.675 25.8962 222.095 25.5927C222.515 25.2892 223.134 25.1375 223.951 25.1375C224.254 25.5811 224.441 26.0713 224.511 26.6083C224.581 27.1219 224.593 27.6589 224.546 28.2192C224.523 28.7795 224.465 29.3398 224.371 29.9001C224.301 30.4371 224.266 30.9624 224.267 31.476C224.267 32.8535 224.348 34.2309 224.512 35.6083C224.699 36.9858 224.886 38.3632 225.073 39.7406C225.283 41.1181 225.47 42.4955 225.633 43.8729C225.82 45.227 225.914 46.5694 225.914 47.9002C225.961 49.3476 225.867 50.3866 225.634 51.0169C225.401 51.6239 225.109 51.8924 224.759 51.8224C224.408 51.7757 224.011 51.4255 223.568 50.7718C223.147 50.1181 222.751 49.2426 222.377 48.1453C222.027 47.048 221.735 45.764 221.501 44.2932C221.291 42.799 221.209 41.1881 221.256 39.4605L208.613 39.4605C208.777 41.0714 208.987 42.5889 209.244 44.013C209.524 45.4371 209.735 46.6978 209.875 47.7951C210.038 48.869 210.097 49.7329 210.05 50.3866C210.027 51.0169 209.793 51.3438 209.35 51.3671C208.673 51.3671 208.101 51.1453 207.634 50.7017C207.167 50.2348 206.758 49.6045 206.408 48.8107C206.081 48.0169 205.813 47.0947 205.602 46.0441C205.392 44.9702 205.217 43.8496 205.077 42.6823C204.937 41.4916 204.82 40.2776 204.726 39.0402C204.656 37.8029 204.586 36.6122 204.516 35.4682C204.446 34.3243 204.364 33.262 204.27 32.2815C204.177 31.2776 204.06 30.4254 203.92 29.725Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:5367,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wckrn1-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"bfHYxeqfM\",layoutId:\"bfHYxeqfM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(5419),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/Fs3loYMbCdtf7YMsSMKMSQTfs.png\",srcSet:\"https://framerusercontent.com/images/Fs3loYMbCdtf7YMsSMKMSQTfs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fs3loYMbCdtf7YMsSMKMSQTfs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fs3loYMbCdtf7YMsSMKMSQTfs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fs3loYMbCdtf7YMsSMKMSQTfs.png 3840w\"},className:\"framer-2r0y36\",\"data-framer-name\":\"div.choose\",name:\"div.choose\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5582.5),src:\"https://framerusercontent.com/images/qJt6GCGFobfGPmyYVniYldN2M.gif\"},className:\"framer-1gi8y0q\",\"data-framer-name\":\"2r6D 1\",name:\"2r6D 1\",style:{rotate:180},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:163,intrinsicWidth:784,loading:getLoadingLazyAtYPosition(6083.5),pixelHeight:163,pixelWidth:784,sizes:\"40.8333vw\",src:\"https://framerusercontent.com/images/h8M560C0YG3rqR170klfSJSTI.png\",srcSet:\"https://framerusercontent.com/images/h8M560C0YG3rqR170klfSJSTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/h8M560C0YG3rqR170klfSJSTI.png 784w\"},className:\"framer-4uk2t1\",\"data-framer-name\":\"pepechooserichbutton\",name:\"pepechooserichbutton\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5587),positionX:\"center\",positionY:\"center\",sizes:\"38.5417vw\",src:\"https://framerusercontent.com/images/sve3K17Af6KmsOhhkvImS89jI.png\",srcSet:\"https://framerusercontent.com/images/sve3K17Af6KmsOhhkvImS89jI.png?scale-down-to=1024 900w,https://framerusercontent.com/images/sve3K17Af6KmsOhhkvImS89jI.png?scale-down-to=2048 1800w,https://framerusercontent.com/images/sve3K17Af6KmsOhhkvImS89jI.png 2960w\"},className:\"framer-1bml7pz\",\"data-framer-name\":\"image\",name:\"image\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:6293,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ohwaj6-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"aZ79mlJae\",layoutId:\"aZ79mlJae\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(6345),pixelHeight:960,pixelWidth:1920,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eKpgTlGRmQUEKRdYqcFbE76kI.png\",srcSet:\"https://framerusercontent.com/images/eKpgTlGRmQUEKRdYqcFbE76kI.png?scale-down-to=512 512w,https://framerusercontent.com/images/eKpgTlGRmQUEKRdYqcFbE76kI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKpgTlGRmQUEKRdYqcFbE76kI.png 1920w\"},className:\"framer-1rjh25z\",\"data-framer-name\":\"div_101\",name:\"div_101\",children:/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"WEZu5pcnD\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-472q5 framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:95,intrinsicWidth:593,name:\"div.flex-1\",svg:'<svg width=\"593\" height=\"95\" viewBox=\"0 0 593 95\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"3.00026\" y=\"3\" width=\"586\" height=\"88\" transform=\"matrix(1 0 8.54806e-05 1 0.80907 0.288574)\" fill=\"#ED3B23\"/>\\n<rect x=\"3.00026\" y=\"3\" width=\"586\" height=\"88\" transform=\"matrix(1 0 8.54806e-05 1 0.80907 0.288574)\" stroke=\"black\" stroke-width=\"6\"/>\\n<path d=\"M41.2864 51.4878C41.2862 49.5347 41.5595 47.5425 42.1062 45.5112C42.6919 43.48 43.473 41.5073 44.4494 39.5933C45.4649 37.6792 46.6561 35.8628 48.0232 34.144C49.4293 32.4253 50.9721 30.9409 52.6517 29.6909C54.3703 28.4019 56.1867 27.4058 58.1007 26.7026C60.0537 25.9604 62.0654 25.5894 64.1357 25.5894C65.0342 25.5894 66.1865 25.687 67.5928 25.8823C69.0381 26.0776 70.4249 26.4097 71.753 26.8784C73.1202 27.3472 74.2726 27.9722 75.2102 28.7534C76.1868 29.4956 76.6752 30.394 76.6753 31.4487C76.6753 31.5269 76.6558 31.605 76.6167 31.6831C76.6167 31.7222 76.6167 31.7808 76.6167 31.8589C76.5777 31.937 76.5581 32.0151 76.5581 32.0933C76.48 32.2104 76.2847 32.4448 75.9723 32.7964C75.6598 33.1089 75.445 33.3042 75.3278 33.3823C75.2497 33.4214 75.152 33.4409 75.0348 33.4409C74.9176 33.48 74.8005 33.4995 74.6833 33.4995C74.527 33.4995 74.4098 33.48 74.3317 33.4409C74.2536 33.4409 74.1755 33.4214 74.0973 33.3823C73.902 33.2651 73.4332 33.0308 72.691 32.6792C71.9488 32.2886 71.148 31.8784 70.2886 31.4487C69.4292 31.019 68.6283 30.6284 67.8861 30.2769C67.1439 29.8862 66.6751 29.6519 66.4798 29.5737C66.3236 29.5737 66.1673 29.5542 66.0111 29.5151C65.8939 29.5151 65.7767 29.5151 65.6595 29.5151C65.5423 29.4761 65.4446 29.4565 65.3665 29.4565C63.5306 29.4565 61.7728 29.7886 60.0932 30.4526C58.4135 31.1167 56.8706 32.0347 55.4645 33.2065C54.0583 34.3784 52.7889 35.7261 51.6562 37.2495C50.5236 38.7729 49.5471 40.394 48.727 42.1128C47.9459 43.7925 47.3405 45.5308 46.911 47.3276C46.5205 49.0854 46.3254 50.8042 46.3255 52.4839C46.3257 54.6714 46.6774 56.6245 47.3807 58.3433C48.084 60.062 49.0607 61.5073 50.3108 62.6792C51.5609 63.812 53.0453 64.6714 54.7641 65.2573C56.522 65.8433 58.4165 66.1362 60.4478 66.1362C61.6197 66.1362 63.065 65.98 64.7837 65.6675C66.5024 65.355 68.143 64.8472 69.7054 64.144C71.3069 63.4409 72.6545 62.5425 73.7482 61.4487C74.8418 60.3159 75.3886 58.9292 75.3884 57.2886C75.3884 56.6245 75.2907 56.1167 75.0953 55.7651C74.9 55.3745 74.6265 55.1011 74.2749 54.9448C73.9234 54.7495 73.4937 54.6519 72.9859 54.6519C72.478 54.6128 71.9507 54.5933 71.4038 54.5933C70.5444 54.5933 69.8023 54.73 69.1773 55.0034C68.5523 55.2769 67.9273 55.5894 67.3024 55.9409C66.7165 56.2925 66.111 56.605 65.486 56.8784C64.9001 57.1519 64.197 57.2886 63.3767 57.2886C62.3611 57.2886 61.5603 57.1323 60.9743 56.8198C60.3884 56.5073 60.0953 55.7847 60.0952 54.6519C60.0951 53.5581 60.4857 52.6792 61.2669 52.0151C62.0871 51.312 63.0441 50.7847 64.1378 50.4331C65.2706 50.0815 66.4425 49.8472 67.6534 49.73C68.8643 49.6128 69.8604 49.5542 70.6417 49.5542C72.0479 49.5542 73.3565 49.6714 74.5675 49.9058C75.7784 50.1011 76.8136 50.4917 77.6731 51.0776C78.5715 51.6245 79.2552 52.4058 79.724 53.4214C80.1929 54.3979 80.4274 55.6675 80.4275 57.23C80.4277 59.6519 79.7638 61.7612 78.4358 63.5581C77.1079 65.3159 75.4283 66.7612 73.3971 67.894C71.4051 69.0269 69.2372 69.8862 66.8935 70.4722C64.5888 71.019 62.4404 71.2925 60.4482 71.2925C57.6357 71.2925 55.038 70.8042 52.6551 69.8276C50.3113 68.8511 48.2995 67.4839 46.6196 65.7261C44.9398 63.9292 43.631 61.8198 42.6933 59.3979C41.7556 56.937 41.2866 54.3003 41.2864 51.4878ZM86.5771 25.8237C86.3818 25.8237 86.0889 25.7847 85.6982 25.7065C85.3467 25.5894 84.9756 25.4722 84.5849 25.355C84.1943 25.1987 83.8232 25.062 83.4716 24.9448C83.12 24.7886 82.8856 24.6714 82.7684 24.5933C82.7294 24.5151 82.7098 24.437 82.7098 24.3589C82.6708 24.2808 82.6512 24.1831 82.6512 24.0659C82.6512 23.519 82.866 23.0503 83.2956 22.6597C83.7253 22.269 84.2135 21.9565 84.7604 21.7222C85.3463 21.4487 85.9127 21.2534 86.4596 21.1362C87.0064 20.98 87.4361 20.8823 87.7486 20.8433H88.4517H89.0377C89.9752 20.9214 91.1666 21.0386 92.6119 21.1948C94.0572 21.3511 95.5807 21.5269 97.1823 21.7222C98.8229 21.8784 100.464 22.0542 102.104 22.2495C103.784 22.4058 105.288 22.5815 106.616 22.7769C107.983 22.9331 109.116 23.0698 110.014 23.187C110.952 23.2651 111.499 23.3042 111.655 23.3042C111.968 23.3433 112.358 23.4214 112.827 23.5386C113.335 23.6167 113.843 23.7729 114.35 24.0073C114.858 24.2026 115.327 24.4565 115.757 24.769C116.186 25.0425 116.499 25.394 116.694 25.8237C116.382 26.4487 116.108 26.937 115.874 27.2886C115.64 27.6011 115.386 27.855 115.112 28.0503C114.839 28.2065 114.546 28.2847 114.234 28.2847C113.96 28.2847 113.609 28.2847 113.179 28.2847C111.538 28.2847 109.878 28.2261 108.198 28.1089C106.558 27.9917 104.917 27.8745 103.277 27.7573C101.636 27.6401 99.9757 27.5229 98.296 27.4058C96.6554 27.2886 94.9952 27.23 93.3155 27.23C93.3156 27.9331 93.218 28.9878 93.0228 30.394C92.8667 31.8003 92.7301 33.2847 92.6131 34.8472C92.5351 36.4097 92.5743 37.9722 92.7307 39.5347C92.9261 41.0581 93.3754 42.3472 94.0786 43.4019C95.4458 42.5815 96.8715 42.1519 98.3559 42.1128C99.8403 42.0737 101.344 42.0542 102.868 42.0542C103.532 42.0542 104.372 42.0542 105.387 42.0542C106.403 42.0542 107.379 42.1714 108.317 42.4058C109.293 42.6401 110.114 43.0308 110.778 43.5776C111.442 44.1245 111.774 44.9448 111.774 46.0386C111.774 46.8198 111.618 47.4058 111.306 47.7964C110.993 48.187 110.27 48.3823 109.138 48.3823C109.02 48.3823 108.767 48.3237 108.376 48.2065C108.024 48.0894 107.634 47.9526 107.204 47.7964C106.813 47.6401 106.442 47.5034 106.091 47.3862C105.739 47.269 105.505 47.2104 105.388 47.2104C105.349 47.2104 105.192 47.2104 104.919 47.2104C104.684 47.1714 104.391 47.1519 104.04 47.1519C103.688 47.1519 103.337 47.1519 102.985 47.1519C102.673 47.1128 102.419 47.0933 102.223 47.0933C101.325 47.0933 100.446 47.1519 99.5868 47.269C98.7665 47.3862 98.0439 47.6206 97.4189 47.9722C96.7939 48.3237 96.2861 48.8315 95.8956 49.4956C95.5441 50.1597 95.3684 51.019 95.3685 52.0737C95.3685 52.4253 95.4076 53.0308 95.4858 53.8901C95.564 54.7495 95.6617 55.7065 95.779 56.7612C95.9353 57.7769 96.1307 58.8315 96.3652 59.9253C96.5997 61.019 96.9123 62.0347 97.303 62.9722C97.6937 63.8706 98.1234 64.6323 98.5922 65.2573C99.1001 65.8433 99.7056 66.1362 100.409 66.1362C100.487 66.1362 100.682 66.1167 100.995 66.0776C101.307 66.0386 101.502 66.019 101.581 66.019C102.909 65.1206 104.237 64.144 105.565 63.0894C106.932 62.0347 108.338 61.0581 109.783 60.1597C111.228 59.2222 112.732 58.4409 114.295 57.8159C115.857 57.1519 117.478 56.8198 119.158 56.8198L119.158 59.6909C119.158 59.8472 118.768 60.2769 117.986 60.98C117.244 61.6831 116.248 62.5034 114.998 63.4409C113.787 64.3784 112.42 65.3745 110.897 66.4292C109.374 67.4839 107.85 68.4604 106.327 69.3589C104.804 70.2183 103.339 70.9409 101.933 71.5269C100.565 72.1128 99.4132 72.4058 98.4757 72.4058C97.1475 72.4058 95.9561 71.8198 94.9013 70.6479C93.8856 69.437 92.9675 67.855 92.147 65.9019C91.3265 63.9097 90.6427 61.6245 90.0956 59.0464C89.5485 56.4683 89.06 53.812 88.6301 51.0776C88.2392 48.3433 87.907 45.6284 87.6333 42.9331C87.3987 40.1987 87.2032 37.6792 87.0467 35.3745C86.8903 33.0698 86.7729 31.0776 86.6946 29.3979C86.6554 27.6792 86.6163 26.4878 86.5771 25.8237ZM145.582 37.1323C145.426 36.5854 145.113 36.2144 144.644 36.019C144.215 35.8237 143.726 35.7261 143.18 35.7261C142.672 35.687 142.164 35.7065 141.656 35.7847C141.148 35.8628 140.758 35.9019 140.484 35.9019C139.82 35.8628 138.668 35.7847 137.027 35.6675C135.387 35.5503 133.609 35.4331 131.695 35.3159C129.82 35.1597 128.062 35.0229 126.422 34.9058C124.781 34.7495 123.629 34.6519 122.965 34.6128C122.965 34.5347 122.945 34.3394 122.906 34.0269C122.867 33.7144 122.847 33.4995 122.847 33.3823C122.847 32.8354 122.886 32.3472 122.964 31.9175C123.082 31.4878 123.472 31.1558 124.136 30.9214C127.808 30.9995 131.421 30.98 134.976 30.8628C138.57 30.7456 142.144 30.5894 145.699 30.394C149.292 30.1597 152.867 29.9448 156.421 29.7495C160.015 29.5542 163.628 29.4565 167.261 29.4565C167.261 30.9409 166.91 32.0347 166.207 32.7378C165.504 33.4019 164.625 33.8511 163.57 34.0854C162.554 34.3198 161.422 34.4175 160.172 34.3784C158.922 34.3394 157.711 34.3589 156.539 34.437C155.406 34.5151 154.39 34.7495 153.492 35.1401C152.633 35.4917 152.066 36.1558 151.793 37.1323C151.754 37.3667 151.715 37.8159 151.676 38.48C151.637 39.144 151.598 39.8472 151.559 40.5894C151.559 41.3315 151.539 42.0347 151.5 42.6987C151.501 43.3237 151.501 43.7729 151.501 44.0464C151.501 46.2729 151.774 48.48 152.321 50.6675C152.908 52.8159 153.533 54.9644 154.197 57.1128C154.9 59.2222 155.525 61.3511 156.073 63.4995C156.659 65.6089 156.952 67.7573 156.952 69.9448C156.952 71.5854 156.015 72.4058 154.14 72.4058C153.007 72.4058 151.991 71.6245 151.093 70.062C150.233 68.4995 149.471 66.5073 148.807 64.0854C148.182 61.6636 147.654 59.0269 147.224 56.1753C146.833 53.3237 146.501 50.5894 146.227 47.9722C145.993 45.355 145.817 43.0503 145.7 41.0581C145.621 39.0659 145.582 37.7573 145.582 37.1323ZM199.901 71.2339C199.198 71.0776 198.788 70.7261 198.671 70.1792C198.554 69.5933 198.495 69.0464 198.495 68.5386C198.065 67.9917 198.006 67.5229 198.319 67.1323C198.631 66.7417 199.139 66.4487 199.842 66.2534C200.584 66.019 201.463 65.8628 202.479 65.7847C203.495 65.7065 204.471 65.687 205.409 65.7261C206.385 65.7261 207.245 65.8237 207.987 66.019C208.768 66.1753 209.295 66.3511 209.569 66.5464C209.959 64.0464 210.135 61.9565 210.096 60.2769C210.096 58.5581 209.939 57.1323 209.627 55.9995C209.353 54.8276 208.943 53.8901 208.396 53.187C207.849 52.4448 207.243 51.8394 206.579 51.3706C205.915 50.8628 205.232 50.4136 204.528 50.0229C203.825 49.5933 203.142 49.1245 202.478 48.6167C201.852 48.0698 201.286 47.4058 200.778 46.6245C200.27 45.8433 199.88 44.8276 199.606 43.5776C199.606 42.5229 199.84 41.605 200.309 40.8237C200.778 40.0034 201.363 39.3003 202.067 38.7144C202.809 38.1284 203.59 37.6206 204.41 37.1909C205.269 36.7612 206.051 36.3511 206.754 35.9604C207.496 35.5698 208.101 35.1987 208.57 34.8472C209.039 34.4565 209.273 34.0269 209.273 33.5581L209.272 23.48C209.272 23.1675 209.448 22.9331 209.8 22.7769C210.19 22.5815 210.62 22.4058 211.089 22.2495C211.596 22.0933 212.046 21.9956 212.436 21.9565C212.866 21.9175 213.159 21.8979 213.315 21.8979C213.315 23.812 213.394 25.7847 213.55 27.8159C213.745 29.8081 214.214 31.7222 214.957 33.5581C215.308 33.5581 215.953 33.6167 216.89 33.7339C217.867 33.8511 218.883 33.9878 219.937 34.144C221.031 34.2612 222.047 34.3784 222.984 34.4956C223.961 34.6128 224.644 34.6909 225.035 34.73C225.113 34.769 225.269 34.8472 225.504 34.9644C225.777 35.0815 226.031 35.2183 226.265 35.3745C226.539 35.5308 226.793 35.6675 227.027 35.7847C227.262 35.9019 227.418 35.9995 227.496 36.0776C227.73 36.7808 227.887 37.4644 227.965 38.1284C228.043 38.7534 227.75 39.2222 227.086 39.5347C226.422 39.8472 225.231 39.9058 223.512 39.7104C221.832 39.5151 219.391 38.9097 216.188 37.894C215.758 37.894 215.445 38.1479 215.25 38.6558C215.055 39.1636 214.918 39.73 214.84 40.355C214.762 40.98 214.723 41.5659 214.723 42.1128C214.762 42.6206 214.782 42.894 214.782 42.9331C214.782 43.0503 214.782 43.2651 214.782 43.5776C214.821 43.8901 214.84 44.2026 214.84 44.5151C214.88 44.8276 214.899 45.1401 214.899 45.4526C214.938 45.7261 214.958 45.9409 214.958 46.0972C215.387 46.1753 216.11 46.2925 217.126 46.4487C218.18 46.5659 219.352 46.7612 220.641 47.0347C221.931 47.3081 223.278 47.6597 224.685 48.0894C226.091 48.519 227.38 49.0464 228.552 49.6714C229.763 50.2573 230.739 50.98 231.482 51.8394C232.224 52.6597 232.595 53.6167 232.595 54.7104C232.595 56.8589 232.107 58.7729 231.131 60.4526C230.154 62.0933 228.905 63.5581 227.381 64.8472C225.897 66.1362 224.256 67.3081 222.46 68.3628C220.702 69.4175 219.022 70.3745 217.421 71.2339L217.421 73.1089C217.421 73.9683 217.48 74.8081 217.597 75.6284C217.753 76.4878 217.929 77.3276 218.125 78.1479C218.32 79.0073 218.476 79.8472 218.594 80.6675C218.75 81.5269 218.828 82.3862 218.828 83.2456C218.828 84.2612 218.653 85.0229 218.301 85.5308C217.949 86.0776 217.227 86.3511 216.133 86.3511C215.664 86.3511 215.313 86.312 215.078 86.2339C214.844 86.1948 214.649 86.0776 214.492 85.8823C214.336 85.7261 214.199 85.4722 214.082 85.1206C214.004 84.769 213.867 84.3003 213.672 83.7144C213.555 83.3237 213.359 82.6597 213.086 81.7222C212.851 80.7847 212.597 79.769 212.324 78.6753C212.05 77.6206 211.796 76.6245 211.562 75.687C211.366 74.7495 211.249 74.0854 211.21 73.6948L199.901 71.2339ZM214.665 52.0737C214.666 54.3003 214.783 56.4683 215.017 58.5776C215.291 60.6479 215.682 62.7573 216.19 64.9058H216.776C217.713 64.9058 218.729 64.6714 219.823 64.2026C220.916 63.6948 221.951 63.0503 222.928 62.269C223.904 61.4487 224.705 60.5698 225.33 59.6323C225.994 58.6558 226.326 57.6987 226.326 56.7612C226.326 55.394 225.896 54.3979 225.037 53.7729C224.216 53.1089 223.201 52.6597 221.99 52.4253C220.818 52.1519 219.548 52.0347 218.181 52.0737C216.814 52.0737 215.642 52.0737 214.665 52.0737ZM204.762 43.4604C204.762 44.6323 205.114 45.4331 205.817 45.8628C206.559 46.2925 207.497 46.5073 208.63 46.5073L208.629 40.8237C208.2 40.8237 207.75 40.8628 207.282 40.9409C206.852 41.019 206.442 41.1753 206.051 41.4097C205.7 41.605 205.387 41.8784 205.114 42.23C204.879 42.5425 204.762 42.9526 204.762 43.4604ZM232.652 30.9214C232.652 30.6089 232.671 30.1011 232.71 29.3979C232.71 28.6558 232.71 27.894 232.71 27.1128C232.71 26.2925 232.729 25.5308 232.768 24.8276C232.768 24.0854 232.768 23.5776 232.768 23.3042C233.198 22.4839 233.862 21.8979 234.76 21.5464C235.698 21.1558 236.694 20.9019 237.749 20.7847C238.842 20.6284 239.897 20.5698 240.913 20.6089C241.967 20.6479 242.827 20.6675 243.491 20.6675C244.35 20.6675 245.346 20.7065 246.479 20.7847C247.651 20.8628 248.803 21.019 249.936 21.2534C251.108 21.4487 252.26 21.7612 253.393 22.1909C254.526 22.5815 255.522 23.1089 256.382 23.7729C257.28 24.3979 257.983 25.1792 258.491 26.1167C259.038 27.0151 259.312 28.0894 259.312 29.3394C259.312 30.8237 258.961 32.1714 258.257 33.3823C257.554 34.5542 256.676 35.6675 255.621 36.7222C254.606 37.7378 253.473 38.6948 252.223 39.5933C251.012 40.4917 249.879 41.3706 248.825 42.23C247.809 43.0894 246.95 43.9683 246.247 44.8667C245.544 45.7651 245.192 46.7417 245.192 47.7964C245.192 47.8745 245.212 47.9917 245.251 48.1479C245.329 48.2651 245.368 48.3433 245.368 48.3823C249.978 49.7495 254.45 51.4097 258.787 53.3628C263.162 55.3159 267.459 57.4253 271.678 59.6909C271.795 59.769 271.912 59.9253 272.029 60.1597C272.186 60.355 272.322 60.6089 272.44 60.9214C272.557 61.1948 272.674 61.4487 272.791 61.6831C272.908 61.9175 272.967 62.1128 272.967 62.269C272.967 62.6206 272.869 62.894 272.674 63.0894C272.479 63.2456 272.244 63.3823 271.971 63.4995C271.698 63.5776 271.424 63.6167 271.151 63.6167C270.877 63.6167 270.643 63.6167 270.448 63.6167C268.338 63.6167 266.229 63.1675 264.119 62.269C262.049 61.3315 259.959 60.2964 257.85 59.1636C255.74 58.0308 253.592 56.9956 251.404 56.0581C249.255 55.1206 247.009 54.6519 244.666 54.6519H242.791C243.416 56.0972 243.963 57.3862 244.432 58.519C244.939 59.6519 245.35 60.7456 245.662 61.8003C246.014 62.855 246.268 63.9292 246.424 65.0229C246.62 66.0776 246.717 67.23 246.718 68.48C246.718 68.7534 246.718 69.0854 246.718 69.4761C246.718 69.8276 246.698 70.1987 246.659 70.5894C246.62 70.98 246.503 71.3315 246.308 71.644C246.112 71.9565 245.8 72.1714 245.37 72.2886C243.769 71.3511 242.323 69.9058 241.034 67.9526C239.784 65.9604 238.69 63.6948 237.752 61.1558C236.814 58.6167 236.013 55.9214 235.349 53.0698C234.724 50.2183 234.196 47.4253 233.766 44.6909C233.375 41.9175 233.082 39.3394 232.887 36.9565C232.73 34.5347 232.652 32.5229 232.652 30.9214ZM237.691 34.6128C237.691 35.1206 237.652 35.7847 237.574 36.605C237.535 37.3862 237.535 38.2065 237.574 39.0659C237.614 39.8862 237.731 40.687 237.926 41.4683C238.161 42.2104 238.532 42.855 239.04 43.4019C239.118 43.4409 239.196 43.4604 239.274 43.4604C239.313 43.4995 239.411 43.519 239.567 43.519C240.27 43.519 241.11 43.3042 242.086 42.8745C243.102 42.4448 244.157 41.8784 245.25 41.1753C246.344 40.4722 247.418 39.6714 248.473 38.7729C249.566 37.8354 250.543 36.8784 251.402 35.9019C252.262 34.9253 252.945 33.9487 253.453 32.9722C254 31.9565 254.273 31.0386 254.273 30.2183C254.273 29.437 253.98 28.7729 253.394 28.2261C252.808 27.6401 252.105 27.1714 251.284 26.8198C250.464 26.4683 249.605 26.2144 248.706 26.0581C247.847 25.9019 247.144 25.8237 246.597 25.8237C245.933 25.8237 245.151 25.8237 244.253 25.8237C243.354 25.7847 242.456 25.8433 241.558 25.9995C240.698 26.1167 239.917 26.3511 239.214 26.7026C238.511 27.0542 238.023 27.5815 237.749 28.2847C237.749 28.519 237.749 28.9292 237.749 29.5151C237.749 30.1011 237.749 30.7456 237.75 31.4487C237.75 32.1128 237.73 32.7378 237.691 33.3237C237.691 33.9097 237.691 34.3394 237.691 34.6128ZM292.948 64.144C292.947 62.0737 292.693 59.8276 292.185 57.4058C291.677 54.9839 291.13 52.5034 290.544 49.9644C289.958 47.4253 289.391 44.9058 288.844 42.4058C288.297 39.8667 288.004 37.4839 287.965 35.2573H274.898C274.898 34.9448 274.898 34.4956 274.898 33.9097C274.898 33.3237 274.957 32.7378 275.074 32.1519C275.191 31.5269 275.367 30.98 275.601 30.5112C275.835 30.0034 276.187 29.6909 276.656 29.5737H308.882C308.843 30.8237 308.589 31.7808 308.121 32.4448C307.652 33.1089 307.027 33.6167 306.246 33.9683C305.504 34.3198 304.664 34.5542 303.726 34.6714C302.789 34.7495 301.851 34.8472 300.914 34.9644C299.976 35.0815 299.058 35.2378 298.16 35.4331C297.262 35.5894 296.48 35.9214 295.816 36.4292C295.191 36.937 294.703 37.6401 294.352 38.5386C294.039 39.3979 293.961 40.5698 294.118 42.0542C294.118 42.8745 294.176 43.9683 294.294 45.3354C294.411 46.6636 294.606 48.1089 294.88 49.6714C295.154 51.2339 295.505 52.8159 295.935 54.4175C296.365 55.98 296.892 57.4253 297.517 58.7534C298.182 60.0425 298.924 61.0972 299.744 61.9175C300.604 62.6987 301.6 63.0894 302.733 63.0894C303.514 63.1675 304.51 63.187 305.721 63.1479C306.971 63.0698 308.221 63.0112 309.471 62.9722C310.721 62.9331 311.893 62.9526 312.987 63.0308C314.119 63.1089 314.94 63.3433 315.448 63.7339C315.955 64.1245 316.073 64.7104 315.799 65.4917C315.526 66.2339 314.667 67.2495 313.221 68.5386C310.722 69.4761 308.182 70.1206 305.604 70.4722C303.065 70.7847 300.507 70.9604 297.929 70.9995C295.351 70.9995 292.772 70.9604 290.194 70.8823C287.616 70.7651 285.058 70.7065 282.518 70.7065C281.073 68.9487 280.214 67.6011 279.94 66.6636C279.666 65.7261 279.764 65.0815 280.233 64.73C280.741 64.3394 281.522 64.144 282.577 64.144C283.67 64.105 284.842 64.144 286.092 64.2612C287.342 64.3394 288.592 64.4175 289.842 64.4956C291.092 64.5347 292.127 64.4175 292.948 64.144ZM320.486 52.1909C320.486 50.8628 320.661 49.4175 321.013 47.855C321.403 46.2925 321.93 44.73 322.594 43.1675C323.258 41.5659 324.059 40.0229 324.996 38.5386C325.934 37.0151 326.988 35.687 328.16 34.5542C329.332 33.3823 330.601 32.4644 331.968 31.8003C333.335 31.0972 334.781 30.7456 336.304 30.7456C337.554 30.7456 338.726 30.9214 339.82 31.2729C340.914 31.5854 341.851 32.0737 342.632 32.7378C343.414 33.4019 344.019 34.2417 344.449 35.2573C344.918 36.2339 345.152 37.4058 345.152 38.7729C344.293 38.7729 343.59 38.5581 343.043 38.1284C342.535 37.6597 342.047 37.1519 341.578 36.605C341.148 36.0581 340.66 35.5698 340.113 35.1401C339.605 34.7104 338.941 34.4956 338.121 34.4956C336.91 34.4956 335.738 34.8081 334.605 35.4331C333.512 36.0581 332.477 36.8979 331.5 37.9526C330.563 39.0073 329.723 40.1987 328.981 41.5269C328.278 42.855 327.653 44.2026 327.106 45.5698C326.598 46.8979 326.188 48.2065 325.876 49.4956C325.603 50.7847 325.466 51.8979 325.466 52.8354C325.466 54.8667 325.759 56.7808 326.346 58.5776C326.971 60.3354 327.85 61.8784 328.983 63.2065C330.116 64.4956 331.522 65.5112 333.202 66.2534C334.881 66.9956 336.796 67.3667 338.944 67.3667C340.311 67.3667 341.6 67.1714 342.811 66.7808C344.061 66.3511 345.252 65.9019 346.385 65.4331C347.557 64.9253 348.709 64.4565 349.842 64.0269C350.975 63.5972 352.108 63.3823 353.241 63.3823C353.397 63.3823 353.612 63.4019 353.885 63.4409C354.198 63.4409 354.471 63.48 354.705 63.5581C354.979 63.6362 355.213 63.7729 355.409 63.9683C355.604 64.1245 355.702 64.3784 355.702 64.73C355.702 66.1362 355.155 67.3276 354.061 68.3042C353.007 69.2808 351.737 70.0815 350.253 70.7065C348.769 71.2925 347.226 71.7222 345.624 71.9956C344.023 72.269 342.714 72.4058 341.698 72.4058C338.73 72.4058 335.956 71.937 333.378 70.9995C330.8 70.0229 328.553 68.6558 326.639 66.8979C324.725 65.1401 323.221 63.0308 322.127 60.5698C321.033 58.0698 320.486 55.2769 320.486 52.1909ZM356.871 35.9019C356.871 35.7065 356.89 35.3745 356.929 34.9058C356.929 34.3979 356.929 33.8901 356.929 33.3823C356.929 32.8354 356.949 32.3276 356.988 31.8589C356.988 31.3901 356.988 31.0776 356.988 30.9214C357.964 29.8667 358.765 29.2417 359.39 29.0464C360.054 28.8511 360.581 28.9683 360.972 29.3979C361.363 29.7886 361.636 30.4331 361.792 31.3315C361.988 32.23 362.125 33.2456 362.203 34.3784C362.281 35.5112 362.32 36.7026 362.32 37.9526C362.32 39.2026 362.34 40.3745 362.379 41.4683C362.418 42.5229 362.497 43.4604 362.614 44.2808C362.731 45.1011 362.946 45.6479 363.259 45.9214H383.356C384.177 45.9214 384.762 45.6675 385.114 45.1597C385.465 44.6519 385.661 43.9878 385.7 43.1675C385.778 42.3472 385.758 41.4097 385.641 40.355C385.524 39.3003 385.406 38.2261 385.289 37.1323C385.211 35.9995 385.172 34.9058 385.172 33.8511C385.211 32.7573 385.386 31.8003 385.699 30.98C386.05 30.1597 386.577 29.4956 387.281 28.9878C387.984 28.48 389.019 28.2261 390.386 28.2261C390.894 28.9683 391.206 29.7886 391.324 30.687C391.441 31.5464 391.461 32.4448 391.382 33.3823C391.343 34.3198 391.246 35.2573 391.09 36.1948C390.973 37.0933 390.914 37.9722 390.914 38.8315C390.914 41.1362 391.051 43.4409 391.325 45.7456C391.638 48.0503 391.95 50.355 392.263 52.6597C392.615 54.9644 392.927 57.269 393.201 59.5737C393.514 61.8394 393.67 64.0854 393.67 66.312C393.749 68.7339 393.593 70.4722 393.202 71.5269C392.812 72.5425 392.323 72.9917 391.737 72.8745C391.151 72.7964 390.487 72.2104 389.745 71.1167C389.042 70.0229 388.378 68.5581 387.753 66.7222C387.166 64.8862 386.678 62.7378 386.287 60.2769C385.935 57.7769 385.798 55.0815 385.876 52.1909H364.724C364.998 54.8862 365.349 57.4253 365.779 59.8081C366.248 62.1909 366.6 64.3003 366.834 66.1362C367.108 67.9331 367.206 69.3784 367.128 70.4722C367.089 71.5269 366.698 72.0737 365.956 72.1128C364.823 72.1128 363.866 71.7417 363.085 70.9995C362.304 70.2183 361.62 69.1636 361.034 67.8354C360.487 66.5073 360.038 64.9644 359.686 63.2065C359.334 61.4097 359.041 59.5347 358.806 57.5815C358.572 55.5894 358.376 53.5581 358.22 51.4878C358.103 49.4175 357.985 47.4253 357.868 45.5112C357.751 43.5972 357.614 41.8198 357.457 40.1792C357.301 38.4995 357.105 37.0737 356.871 35.9019ZM426.718 69.769C426.561 69.144 426.346 68.2456 426.073 67.0737C425.838 65.9019 425.565 64.6128 425.252 63.2065C424.979 61.8003 424.705 60.3354 424.432 58.812C424.158 57.2495 423.904 55.7456 423.669 54.3003C423.435 52.8159 423.239 51.4683 423.083 50.2573C422.966 49.0073 422.907 47.9917 422.907 47.2104C422.907 46.8589 422.946 46.2534 423.024 45.394C423.102 44.5347 423.219 43.6362 423.375 42.6987C423.532 41.7612 423.668 40.8823 423.785 40.062C423.942 39.2417 424.078 38.6753 424.195 38.3628C424.313 38.3237 424.508 38.3042 424.781 38.3042C425.094 38.3042 425.406 38.2847 425.719 38.2456C426.07 38.2065 426.383 38.187 426.656 38.187C426.969 38.1479 427.184 38.1284 427.301 38.1284C429.176 38.1284 430.953 38.4995 432.633 39.2417C434.313 39.9839 435.914 40.9214 437.438 42.0542C438.961 43.187 440.446 44.4565 441.891 45.8628C443.337 47.269 444.782 48.6362 446.228 49.9644C447.712 51.2925 449.216 52.5034 450.74 53.5972C452.263 54.6519 453.884 55.4526 455.603 55.9995C455.603 55.8042 455.603 55.5112 455.603 55.1206C455.642 54.6909 455.662 54.2417 455.662 53.7729C455.662 53.3042 455.661 52.8745 455.661 52.4839C455.7 52.0542 455.72 51.7417 455.72 51.5464C455.72 49.0854 455.563 46.6831 455.251 44.3394C454.938 41.9956 454.586 39.6519 454.195 37.3081C453.804 34.9644 453.453 32.6206 453.14 30.2769C452.827 27.894 452.671 25.4526 452.671 22.9526C452.944 22.9526 453.276 22.9722 453.667 23.0112C454.096 23.0112 454.526 23.0698 454.956 23.187C455.386 23.2651 455.776 23.4214 456.128 23.6558C456.479 23.8511 456.714 24.1636 456.831 24.5933C456.987 27.4058 457.339 30.2378 457.886 33.0894C458.433 35.9019 459 38.7339 459.586 41.5854C460.172 44.3979 460.681 47.23 461.11 50.0815C461.579 52.894 461.814 55.687 461.814 58.4604C461.814 58.9683 461.795 59.5151 461.756 60.1011C461.756 60.687 461.678 61.2534 461.522 61.8003C461.404 62.3081 461.19 62.7378 460.877 63.0894C460.565 63.4409 460.096 63.6167 459.471 63.6167C457.44 63.6167 455.565 63.1675 453.846 62.269C452.127 61.3315 450.447 60.1792 448.807 58.812C447.205 57.4448 445.623 55.9409 444.06 54.3003C442.536 52.6597 440.954 51.1558 439.314 49.7886C437.712 48.4214 436.032 47.269 434.274 46.3315C432.555 45.394 430.7 44.9253 428.708 44.9253C428.708 47.1128 428.864 49.2222 429.177 51.2534C429.49 53.2456 429.822 55.2378 430.174 57.23C430.564 59.2222 430.916 61.2144 431.229 63.2065C431.541 65.1597 431.698 67.1519 431.698 69.1831C431.698 69.9253 431.425 70.4331 430.878 70.7065C430.37 70.98 429.804 71.1167 429.179 71.1167C428.671 71.1167 428.183 71.0776 427.714 70.9995C427.284 70.8823 426.952 70.4722 426.718 69.769ZM463.103 55.9995C463.103 54.0073 463.357 51.9956 463.864 49.9644C464.411 47.894 465.153 45.9214 466.09 44.0464C467.067 42.1714 468.239 40.4331 469.606 38.8315C470.973 37.1909 472.476 35.7847 474.117 34.6128C475.797 33.4019 477.613 32.4644 479.566 31.8003C481.519 31.0972 483.57 30.7456 485.718 30.7456C487.867 30.7456 489.722 31.1753 491.285 32.0347C492.886 32.855 494.215 33.9683 495.269 35.3745C496.324 36.7808 497.106 38.4019 497.614 40.2378C498.121 42.0347 498.376 43.8706 498.376 45.7456C498.376 49.0269 497.888 52.269 496.912 55.4722C495.935 58.6362 494.49 61.4878 492.577 64.0269C490.663 66.5269 488.28 68.5581 485.429 70.1206C482.616 71.644 479.374 72.4058 475.702 72.4058C473.515 72.4058 471.62 71.9175 470.019 70.9409C468.456 69.9253 467.147 68.6362 466.092 67.0737C465.077 65.4722 464.315 63.7144 463.807 61.8003C463.338 59.8472 463.103 57.9136 463.103 55.9995ZM468.084 57.2886C468.084 58.3433 468.26 59.4565 468.611 60.6284C468.963 61.8003 469.451 62.8745 470.076 63.8511C470.702 64.8276 471.483 65.6479 472.42 66.312C473.397 66.9761 474.491 67.3081 475.702 67.3081C478.319 67.3081 480.702 66.7222 482.85 65.5503C484.998 64.3394 486.854 62.7964 488.416 60.9214C489.978 59.0073 491.189 56.8784 492.048 54.5347C492.908 52.1909 493.337 49.8667 493.337 47.562C493.337 46.2339 493.298 44.8667 493.219 43.4604C493.141 42.0542 492.887 40.7847 492.457 39.6519C492.027 38.48 491.344 37.5425 490.406 36.8394C489.508 36.0972 488.199 35.7261 486.48 35.7261C485.933 35.7261 485.191 35.7456 484.254 35.7847C483.355 35.8237 482.457 35.9409 481.558 36.1362C480.66 36.2925 479.859 36.5464 479.156 36.8979C478.492 37.2495 478.16 37.7378 478.16 38.3628C478.16 38.4409 478.219 38.6167 478.336 38.8901C478.492 39.1245 478.649 39.3784 478.805 39.6519C478.961 39.9253 479.098 40.1987 479.215 40.4722C479.332 40.7065 479.391 40.8628 479.391 40.9409C479.391 41.019 479.235 41.2339 478.922 41.5854C478.61 41.8979 478.356 42.0933 478.161 42.1714C476.207 42.6792 474.567 43.3237 473.239 44.105C471.95 44.8472 470.915 45.8237 470.134 47.0347C469.392 48.2456 468.864 49.6909 468.552 51.3706C468.24 53.0503 468.084 55.0229 468.084 57.2886ZM500.777 37.0151C500.777 36.3901 500.894 35.8237 501.129 35.3159C501.402 34.769 501.91 34.4956 502.652 34.4956C503.277 34.4956 503.883 35.1401 504.469 36.4292C505.094 37.7183 505.719 39.3784 506.344 41.4097C507.008 43.4019 507.692 45.6089 508.395 48.0308C509.099 50.4136 509.841 52.7378 510.623 55.0034C511.404 57.23 512.225 59.2417 513.084 61.0386C513.944 62.7964 514.862 64.0269 515.838 64.73C516.776 64.3394 517.518 63.6558 518.065 62.6792C518.651 61.6636 519.119 60.4722 519.471 59.105C519.822 57.6987 520.076 56.1948 520.232 54.5933C520.427 52.9526 520.603 51.3315 520.759 49.73C520.954 48.0894 521.149 46.5073 521.344 44.9839C521.54 43.4214 521.813 42.0542 522.164 40.8823C522.555 39.7104 523.043 38.7729 523.629 38.0698C524.215 37.3667 524.957 37.0151 525.855 37.0151C526.402 37.0151 526.891 37.0737 527.32 37.1909C527.75 37.269 528.121 37.6597 528.434 38.3628C528.59 38.8706 528.844 39.6128 529.196 40.5894C529.547 41.5659 529.938 42.6987 530.368 43.9878C530.837 45.2769 531.345 46.6636 531.892 48.1479C532.478 49.5933 533.064 51.019 533.65 52.4253C534.275 53.8315 534.88 55.1792 535.466 56.4683C536.053 57.7183 536.619 58.7925 537.166 59.6909C537.244 59.8472 537.439 60.1011 537.752 60.4526C538.104 60.7651 538.338 60.9409 538.455 60.98L540.974 58.4604C541.638 57.7964 542.146 56.8198 542.498 55.5308C542.849 54.2026 543.103 52.6792 543.259 50.9604C543.454 49.2417 543.571 47.4058 543.61 45.4526C543.688 43.4604 543.746 41.4878 543.785 39.5347C543.824 37.5815 543.902 35.687 544.019 33.8511C544.136 32.0151 544.331 30.4136 544.605 29.0464C544.878 27.6401 545.269 26.5269 545.776 25.7065C546.284 24.8862 546.987 24.4761 547.886 24.4761C547.925 24.4761 547.964 24.4956 548.003 24.5347C548.081 24.5347 548.159 24.5347 548.237 24.5347C548.354 24.5737 548.433 24.5933 548.472 24.5933C548.511 24.5933 548.608 24.6714 548.765 24.8276C548.921 24.9448 549.058 25.062 549.175 25.1792C549.331 25.2964 549.448 25.4136 549.526 25.5308C549.644 25.6479 549.722 25.7456 549.761 25.8237C549.761 26.0972 549.761 26.5854 549.761 27.2886C549.8 27.9917 549.82 28.7534 549.82 29.5737C549.82 30.394 549.82 31.1753 549.82 31.9175C549.859 32.6206 549.879 33.1089 549.879 33.3823C549.879 34.1636 549.859 35.2378 549.82 36.605C549.82 37.9722 549.762 39.5347 549.645 41.2925C549.567 43.0112 549.43 44.8667 549.235 46.8589C549.079 48.812 548.825 50.7651 548.474 52.7183C548.123 54.6323 547.674 56.4878 547.127 58.2847C546.619 60.0425 545.975 61.605 545.194 62.9722C544.452 64.3003 543.573 65.3745 542.557 66.1948C541.581 66.9761 540.409 67.3667 539.042 67.3667C537.714 67.3667 536.581 66.937 535.643 66.0776C534.745 65.1792 533.963 64.0854 533.299 62.7964C532.635 61.4683 532.068 60.0425 531.599 58.519C531.131 56.9565 530.642 55.5112 530.134 54.1831C529.665 52.855 529.138 51.7612 528.552 50.9019C528.005 50.0034 527.321 49.5542 526.501 49.5542C526.423 49.5542 526.306 49.5737 526.149 49.6128C526.032 49.6519 525.935 49.6714 525.857 49.6714C525.817 49.8276 525.7 50.5112 525.505 51.7222C525.31 52.9331 525.037 54.3784 524.685 56.0581C524.334 57.6987 523.904 59.4761 523.397 61.3901C522.889 63.3042 522.303 65.062 521.639 66.6636C521.014 68.2651 520.311 69.6128 519.53 70.7065C518.788 71.7612 517.968 72.2886 517.069 72.2886C515.233 72.2886 513.554 71.605 512.03 70.2378C510.507 68.8315 509.139 67.0347 507.928 64.8472C506.756 62.6206 505.721 60.1597 504.822 57.4644C503.923 54.769 503.161 52.1323 502.536 49.5542C501.95 46.937 501.501 44.5151 501.188 42.2886C500.914 40.0229 500.777 38.2651 500.777 37.0151Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:7305,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14wlb4w-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"YbTpW97vJ\",layoutId:\"YbTpW97vJ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-95i3be\",\"data-framer-name\":\"pepe's mind\",name:\"pepe's mind\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(7767.5),positionX:\"center\",positionY:\"center\",sizes:\"22.5521vw\",src:\"https://framerusercontent.com/images/ENt4QSZjgr58VI0LLF8R0neZUA.gif\",srcSet:\"https://framerusercontent.com/images/ENt4QSZjgr58VI0LLF8R0neZUA.gif?scale-down-to=1024 768w,https://framerusercontent.com/images/ENt4QSZjgr58VI0LLF8R0neZUA.gif?scale-down-to=2048 1536w,https://framerusercontent.com/images/ENt4QSZjgr58VI0LLF8R0neZUA.gif 1732w\"},className:\"framer-1f9naa2\",\"data-framer-name\":\"smoking pepe\",name:\"smoking pepe\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lnuums-container\",\"data-framer-name\":\"video trading\",name:\"video trading\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"LcrLAqlsF\",isMixedBorderRadius:false,layoutId:\"LcrLAqlsF\",loop:true,muted:true,name:\"video trading\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/SrJ4wFv0G6eFRh9Ar6b6t4wAtBc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:248,intrinsicWidth:732,loading:getLoadingLazyAtYPosition(7401),pixelHeight:248,pixelWidth:732,sizes:\"38.125vw\",src:\"https://framerusercontent.com/images/nxtVmd0xyrE7q87VLsqAUSjGKIA.png\",srcSet:\"https://framerusercontent.com/images/nxtVmd0xyrE7q87VLsqAUSjGKIA.png?scale-down-to=512 512w,https://framerusercontent.com/images/nxtVmd0xyrE7q87VLsqAUSjGKIA.png 732w\"},className:\"framer-g5n4xh\",\"data-framer-name\":\"pepe_s_mind\",name:\"pepe_s_mind\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:8317,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m6qg27-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"Tx_jUnbgS\",layoutId:\"Tx_jUnbgS\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1290,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(8369),pixelHeight:1290,pixelWidth:1920,sizes:\"100vw\",src:\"https://framerusercontent.com/images/kw05403qyhr6DaNJBtwBrHzsKQ.png\",srcSet:\"https://framerusercontent.com/images/kw05403qyhr6DaNJBtwBrHzsKQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/kw05403qyhr6DaNJBtwBrHzsKQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kw05403qyhr6DaNJBtwBrHzsKQ.png 1920w\"},className:\"framer-1ak1w56\",\"data-framer-name\":\"div.roses\",name:\"div.roses\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:9659,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ugx1b6-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"qf0oFBO1K\",layoutId:\"qf0oFBO1K\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:810,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition(9711),pixelHeight:810,pixelWidth:1440,sizes:\"100vw\",src:\"https://framerusercontent.com/images/B8Yf1PZkQ6BNlnpFShLg5eYQ8.png\",srcSet:\"https://framerusercontent.com/images/B8Yf1PZkQ6BNlnpFShLg5eYQ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/B8Yf1PZkQ6BNlnpFShLg5eYQ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/B8Yf1PZkQ6BNlnpFShLg5eYQ8.png 1440w\"},className:\"framer-yffzvc\",\"data-framer-name\":\"div.stable\",name:\"div.stable\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:740,loading:getLoadingLazyAtYPosition(9876.5),pixelHeight:630,pixelWidth:740,sizes:\"41.8229vw\",src:\"https://framerusercontent.com/images/wF1YlEI3Ay4Kfyv7Wf35ySrQRBI.png\",srcSet:\"https://framerusercontent.com/images/wF1YlEI3Ay4Kfyv7Wf35ySrQRBI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wF1YlEI3Ay4Kfyv7Wf35ySrQRBI.png 740w\"},className:\"framer-184uzfe\",\"data-framer-name\":\"$1667798299837571\",name:\"$1667798299837571\"}),/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"NiKakjrlk\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1ecno8c framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:73,intrinsicWidth:254,name:\"div.flex-1\",svg:'<svg width=\"254\" height=\"73\" viewBox=\"0 0 254 73\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" fill=\"#ED3B23\"/>\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M27.7714 25.3476C28.0514 23.9235 28.565 22.8028 29.312 21.9857C30.059 21.1453 30.9111 20.5733 31.8683 20.2698C32.8488 19.9663 33.8877 19.8962 34.985 20.0596C36.1056 20.1997 37.1562 20.5382 38.1368 21.0752C39.1408 21.6122 40.0163 22.3126 40.7635 23.1764C41.5106 24.0169 42.036 24.9857 42.3396 26.083C42.6432 27.1569 42.6433 28.3243 42.3399 29.585C42.0365 30.8457 41.3479 32.1414 40.2741 33.4721C41.1146 33.7756 41.8967 34.0791 42.6205 34.3826C43.3442 34.6861 43.9513 35.0597 44.4416 35.5033C44.9552 35.9468 45.3522 36.4838 45.6324 37.1142C45.9126 37.7445 46.0527 38.5266 46.0528 39.4605C46.0529 40.2309 45.9129 41.048 45.6328 41.9118C45.3527 42.7757 44.9559 43.6278 44.4423 44.4683C43.9521 45.3087 43.3685 46.1142 42.6916 46.8846C42.0379 47.6317 41.3259 48.2971 40.5556 48.8807C39.7852 49.4644 38.9914 49.9313 38.1743 50.2815C37.3806 50.6084 36.5985 50.7718 35.8281 50.7718C35.3145 50.7718 34.8125 50.4449 34.3222 49.7912C33.8318 49.1375 33.3531 48.2737 32.8861 47.1998C32.4191 46.1259 31.9638 44.8885 31.52 43.4877C31.0763 42.0869 30.6677 40.6395 30.294 39.1453C29.9203 37.6278 29.5817 36.1336 29.278 34.6628C28.9744 33.1686 28.7058 31.7912 28.4722 30.5305C28.262 29.2698 28.0868 28.1842 27.9467 27.2737C27.8299 26.3398 27.7714 25.6978 27.7714 25.3476ZM34.0062 40.5111C34.0062 40.9079 34.0996 41.4332 34.2865 42.0869C34.4733 42.7406 34.7068 43.3943 34.987 44.048C35.2906 44.7017 35.6175 45.3087 35.9677 45.869C36.318 46.406 36.6915 46.7679 37.0885 46.9546C37.4153 47.1414 37.8005 47.1297 38.2441 46.9196C38.6877 46.6862 39.1312 46.336 39.5747 45.869C40.0416 45.3788 40.4852 44.8301 40.9053 44.2231C41.3255 43.5928 41.699 42.9741 42.0258 42.3671C42.376 41.7601 42.6444 41.1998 42.8311 40.6862C43.0412 40.1492 43.1462 39.7406 43.1462 39.4605C43.1461 38.8535 43.0644 38.3632 42.9009 37.9896C42.7375 37.5928 42.4923 37.2776 42.1654 37.0441C41.8619 36.8107 41.4884 36.6472 41.0448 36.5538C40.6245 36.4605 40.1576 36.4138 39.644 36.4138C39.0603 36.4138 38.4416 36.5072 37.788 36.6939C37.1343 36.8807 36.5273 37.1492 35.967 37.4994C35.4301 37.8496 34.9632 38.2815 34.5663 38.7951C34.1929 39.3087 34.0061 39.8807 34.0062 40.5111ZM31.7639 28.6044C31.764 29.0246 31.7523 29.5499 31.729 30.1803C31.7057 30.7873 31.7058 31.4176 31.7292 32.0713C31.7526 32.725 31.8227 33.3787 31.9395 34.0324C32.0563 34.6861 32.2664 35.2465 32.57 35.7134C33.7139 35.5033 34.7061 35.1064 35.5465 34.5227C36.4103 33.9391 37.099 33.262 37.6125 32.4916C38.1494 31.6978 38.5345 30.8573 38.7679 29.9702C39.0013 29.083 39.083 28.2192 39.0129 27.3787C38.9661 26.5383 38.7676 25.7678 38.4173 25.0674C38.0904 24.3671 37.6234 23.8301 37.0164 23.4565C36.4094 23.0597 35.6739 22.8612 34.8101 22.8612C33.9463 22.8612 32.9541 23.1414 31.8335 23.7017C31.8336 23.8885 31.8219 24.2153 31.7986 24.6822C31.7986 25.1492 31.787 25.6394 31.7637 26.153C31.7637 26.6667 31.7638 27.1569 31.7638 27.6239C31.7639 28.0908 31.7639 28.4176 31.7639 28.6044ZM49.0985 27.4488C49.472 27.7289 49.7756 28.0791 50.0091 28.4994C50.2426 28.8962 50.4294 29.3048 50.5695 29.725C50.5929 30.6122 50.6047 31.6745 50.6048 32.9118C50.6049 34.1492 50.6517 35.4332 50.7452 36.764C50.8387 38.0947 51.0139 39.4254 51.2708 40.7562C51.5278 42.0636 51.9247 43.2426 52.4618 44.2932C53.0222 45.3437 53.7577 46.1959 54.6682 46.8496C55.6022 47.4799 56.7695 47.7951 58.1703 47.7951C59.4543 47.7951 60.5516 47.4916 61.462 46.8846C62.3958 46.2776 63.1662 45.5072 63.7731 44.5733C64.4034 43.6395 64.8586 42.6006 65.1386 41.4566C65.442 40.2893 65.5937 39.157 65.5936 38.0597C65.5934 35.9352 65.4882 33.7756 65.2779 31.5811C65.0676 29.3632 64.6822 27.227 64.1217 25.1725C64.2851 24.7523 64.4952 24.5188 64.752 24.4721C65.0088 24.4021 65.2889 24.3671 65.5924 24.3671C66.1994 24.3671 66.678 24.6122 67.0283 25.1025C67.3785 25.5927 67.6354 26.2231 67.7989 26.9935C67.9857 27.7406 68.0908 28.5694 68.1143 29.4799C68.161 30.3671 68.1611 31.2192 68.1145 32.0363C68.0912 32.8301 68.0446 33.5422 67.9746 34.1725C67.9279 34.7795 67.9046 35.1647 67.9046 35.3282C67.9047 36.5422 67.8698 37.7795 67.7999 39.0402C67.7533 40.2776 67.6133 41.4683 67.38 42.6122C67.17 43.7562 66.8432 44.8301 66.3997 45.834C65.9796 46.8146 65.4076 47.6784 64.684 48.4255C63.9603 49.1492 63.0615 49.7212 61.9876 50.1414C60.9137 50.5617 59.6297 50.7718 58.1355 50.7718C56.2445 50.7718 54.6919 50.4099 53.4778 49.6862C52.2638 48.9624 51.2831 48.0052 50.5359 46.8146C49.8121 45.6006 49.2633 44.2231 48.8897 42.6823C48.5393 41.1414 48.2824 39.5655 48.1188 37.9546C47.9786 36.3437 47.8734 34.7562 47.8033 33.192C47.7564 31.6278 47.6863 30.2153 47.5928 28.9546L49.0985 27.4488ZM81.3519 31.9313C80.4413 31.7445 79.5308 31.3243 78.6202 30.6706C77.7097 30.0169 76.8341 29.2231 75.9936 28.2892C75.1764 27.3554 74.3942 26.3165 73.647 25.1725C72.9231 24.0285 72.2927 22.8729 71.7556 21.7056C71.2186 20.5382 70.7982 19.4059 70.4946 18.3087C70.191 17.2114 70.0392 16.2308 70.0391 15.367C70.0391 15.2503 70.0391 15.1102 70.0391 14.9468C70.0624 14.7834 70.0858 14.6316 70.1091 14.4915C70.1558 14.3281 70.2375 14.1997 70.3542 14.1063C70.4709 13.9896 70.6227 13.9312 70.8094 13.9312C71.3931 13.9312 71.8951 14.1413 72.3153 14.5616C72.7356 14.9585 73.1209 15.4954 73.4711 16.1725C73.8214 16.8495 74.1483 17.62 74.4519 18.4838C74.7554 19.3476 75.059 20.2231 75.3626 21.1102C75.6895 21.9974 76.0281 22.8729 76.3784 23.7367C76.7287 24.6005 77.1139 25.3709 77.5342 26.048C77.9779 26.725 78.4799 27.2737 79.0402 27.6939C79.6006 28.0908 80.2426 28.2892 80.9663 28.2892C81.013 28.2892 81.0714 28.2776 81.1414 28.2542C81.2348 28.2309 81.3048 28.2192 81.3515 28.2192C82.0052 27.6355 82.5888 26.8651 83.1023 25.9079C83.6392 24.9274 84.1294 23.8768 84.5729 22.7562C85.0164 21.6355 85.4482 20.4799 85.8683 19.2892C86.2884 18.0986 86.7202 16.9896 87.1637 15.9624C87.6306 14.9351 88.1091 14.0363 88.5993 13.2659C89.1129 12.4954 89.6965 11.9585 90.3501 11.655L91.8561 13.1958C92.0429 13.3826 92.0663 13.7678 91.9263 14.3515C91.8096 14.9118 91.5878 15.6238 91.2611 16.4877C90.9576 17.3281 90.5725 18.2737 90.1057 19.3242C89.6388 20.3515 89.1486 21.4254 88.6351 22.546C88.1216 23.6667 87.6081 24.7873 87.0945 25.9079C86.581 27.0052 86.1142 28.0441 85.694 29.0246C85.2972 30.0052 84.9705 30.8807 84.7137 31.6511C84.457 32.4215 84.3286 33.0285 84.3286 33.4721C84.3288 34.8729 84.5273 36.227 84.9243 37.5344C85.3447 38.8418 85.7884 40.1492 86.2554 41.4566C86.7224 42.7406 87.1545 44.0364 87.5515 45.3437C87.9485 46.6278 88.147 47.9469 88.1471 49.301C88.1471 49.4877 88.1472 49.7329 88.1472 50.0364C88.1472 50.3165 88.1005 50.585 88.0072 50.8418C87.9372 51.0986 87.7854 51.2971 87.552 51.4371C87.3419 51.5772 87.0267 51.5889 86.6065 51.4722C85.7425 50.2115 84.9837 48.7873 84.3298 47.1998C83.676 45.5889 83.1155 43.9196 82.6485 42.192C82.1814 40.4644 81.831 38.7251 81.5974 36.9741C81.3872 35.1998 81.3053 33.5188 81.3519 31.9313ZM110.105 50.8418C109.684 50.7484 109.439 50.5383 109.369 50.2115C109.299 49.8613 109.264 49.5344 109.264 49.2309C109.007 48.9041 108.972 48.6239 109.159 48.3904C109.346 48.157 109.649 47.9819 110.069 47.8652C110.513 47.7251 111.038 47.6317 111.645 47.585C112.252 47.5383 112.836 47.5266 113.396 47.55C113.98 47.55 114.493 47.6083 114.937 47.7251C115.404 47.8185 115.719 47.9235 115.882 48.0403C116.116 46.5461 116.221 45.2971 116.197 44.2932C116.197 43.2659 116.104 42.4138 115.917 41.7367C115.753 41.0363 115.508 40.476 115.181 40.0558C114.855 39.6122 114.493 39.2504 114.096 38.9702C113.699 38.6667 113.29 38.3982 112.87 38.1647C112.45 37.9079 112.041 37.6278 111.644 37.3243C111.271 36.9974 110.932 36.6005 110.629 36.1336C110.325 35.6667 110.091 35.0597 109.928 34.3126C109.928 33.6822 110.068 33.1336 110.348 32.6667C110.628 32.1764 110.978 31.7562 111.399 31.406C111.842 31.0558 112.309 30.7523 112.799 30.4955C113.313 30.2387 113.78 29.9935 114.2 29.7601C114.644 29.5266 115.005 29.3048 115.286 29.0947C115.566 28.8612 115.706 28.6044 115.706 28.3243L115.705 22.3009C115.705 22.1141 115.81 21.974 116.02 21.8807C116.254 21.7639 116.511 21.6589 116.791 21.5655C117.094 21.4721 117.363 21.4137 117.596 21.3904C117.853 21.367 118.028 21.3554 118.121 21.3554C118.122 22.4993 118.168 23.6783 118.262 24.8923C118.379 26.083 118.659 27.227 119.103 28.3243C119.313 28.3243 119.698 28.3593 120.258 28.4293C120.842 28.4994 121.449 28.5811 122.079 28.6745C122.733 28.7445 123.34 28.8145 123.9 28.8846C124.484 28.9546 124.893 29.0013 125.126 29.0246C125.173 29.048 125.266 29.0947 125.406 29.1647C125.57 29.2348 125.721 29.3165 125.861 29.4099C126.025 29.5032 126.177 29.585 126.317 29.655C126.457 29.725 126.55 29.7834 126.597 29.8301C126.737 30.2503 126.83 30.6589 126.877 31.0558C126.924 31.4293 126.749 31.7095 126.352 31.8962C125.955 32.083 125.243 32.118 124.216 32.0013C123.212 31.8846 121.753 31.5227 119.838 30.9157C119.581 30.9157 119.395 31.0675 119.278 31.371C119.161 31.6745 119.08 32.013 119.033 32.3865C118.986 32.7601 118.963 33.1103 118.963 33.4371C118.986 33.7406 118.998 33.904 118.998 33.9274C118.998 33.9974 118.998 34.1258 118.998 34.3126C119.021 34.4994 119.033 34.6861 119.033 34.8729C119.056 35.0597 119.068 35.2465 119.068 35.4332C119.092 35.5966 119.103 35.7251 119.103 35.8184C119.36 35.8651 119.792 35.9352 120.399 36.0286C121.029 36.0986 121.73 36.2153 122.5 36.3787C123.271 36.5422 124.076 36.7523 124.917 37.0091C125.757 37.2659 126.528 37.5811 127.228 37.9546C127.952 38.3048 128.535 38.7367 128.979 39.2504C129.423 39.7406 129.645 40.3126 129.645 40.9663C129.645 42.2504 129.353 43.3943 128.769 44.3982C128.186 45.3788 127.439 46.2543 126.528 47.0247C125.641 47.7951 124.661 48.4955 123.587 49.1259C122.536 49.7562 121.533 50.3282 120.575 50.8418L120.575 51.9624C120.575 52.4761 120.611 52.978 120.681 53.4683C120.774 53.9819 120.879 54.4838 120.996 54.9741C121.113 55.4877 121.206 55.9897 121.276 56.48C121.37 56.9936 121.416 57.5072 121.416 58.0208C121.416 58.6278 121.311 59.0831 121.101 59.3866C120.891 59.7134 120.459 59.8769 119.806 59.8769C119.526 59.8769 119.315 59.8535 119.175 59.8068C119.035 59.7835 118.919 59.7134 118.825 59.5967C118.732 59.5033 118.65 59.3516 118.58 59.1414C118.533 58.9313 118.451 58.6512 118.335 58.301C118.265 58.0675 118.148 57.6706 117.984 57.1103C117.844 56.55 117.693 55.943 117.529 55.2893C117.366 54.6589 117.214 54.0636 117.074 53.5033C116.957 52.943 116.887 52.5461 116.863 52.3126L110.105 50.8418ZM118.928 39.3904C118.929 40.7212 118.999 42.0169 119.139 43.2776C119.302 44.515 119.536 45.7757 119.84 47.0597H120.19C120.75 47.0597 121.357 46.9196 122.011 46.6395C122.664 46.336 123.283 45.9508 123.867 45.4838C124.45 44.9936 124.929 44.4683 125.302 43.9079C125.699 43.3243 125.898 42.7523 125.898 42.192C125.898 41.3749 125.641 40.7795 125.127 40.406C124.637 40.0091 124.03 39.7406 123.306 39.6005C122.606 39.4371 121.847 39.3671 121.03 39.3904C120.212 39.3904 119.512 39.3904 118.928 39.3904ZM113.01 34.2426C113.01 34.9429 113.22 35.4215 113.64 35.6784C114.084 35.9352 114.644 36.0636 115.321 36.0636L115.321 32.6667C115.064 32.6667 114.796 32.69 114.515 32.7367C114.259 32.7834 114.013 32.8768 113.78 33.0169C113.57 33.1336 113.383 33.297 113.22 33.5071C113.08 33.6939 113.01 33.9391 113.01 34.2426ZM129.678 26.7484C129.678 26.5616 129.69 26.2581 129.713 25.8379C129.713 25.3943 129.713 24.939 129.713 24.4721C129.713 23.9818 129.725 23.5266 129.748 23.1063C129.748 22.6628 129.748 22.3593 129.748 22.1958C130.005 21.7056 130.402 21.3554 130.939 21.1453C131.499 20.9118 132.094 20.76 132.725 20.69C133.378 20.5966 134.009 20.5616 134.616 20.5849C135.246 20.6083 135.76 20.62 136.156 20.62C136.67 20.62 137.265 20.6433 137.942 20.69C138.643 20.7367 139.332 20.8301 140.009 20.9702C140.709 21.0869 141.398 21.2737 142.075 21.5305C142.752 21.7639 143.347 22.0791 143.861 22.476C144.398 22.8495 144.818 23.3165 145.122 23.8768C145.449 24.4137 145.612 25.0558 145.612 25.8029C145.612 26.69 145.402 27.4955 144.982 28.2192C144.562 28.9196 144.037 29.585 143.406 30.2153C142.799 30.8223 142.122 31.3943 141.375 31.9313C140.652 32.4682 139.975 32.9935 139.344 33.5071C138.737 34.0208 138.224 34.5461 137.804 35.083C137.383 35.62 137.173 36.2037 137.173 36.834C137.173 36.8807 137.185 36.9507 137.208 37.0441C137.255 37.1142 137.278 37.1609 137.278 37.1842C140.033 38.0013 142.707 38.9935 145.298 40.1609C147.913 41.3282 150.481 42.5889 153.003 43.943C153.073 43.9897 153.143 44.083 153.213 44.2231C153.306 44.3399 153.388 44.4916 153.458 44.6784C153.528 44.8418 153.598 44.9936 153.668 45.1336C153.738 45.2737 153.773 45.3904 153.773 45.4838C153.773 45.6939 153.715 45.8574 153.598 45.9741C153.482 46.0675 153.342 46.1492 153.178 46.2192C153.015 46.2659 152.851 46.2893 152.688 46.2893C152.524 46.2893 152.384 46.2893 152.268 46.2893C151.007 46.2893 149.746 46.0208 148.485 45.4838C147.248 44.9235 145.999 44.3048 144.738 43.6278C143.477 42.9507 142.193 42.3321 140.886 41.7718C139.602 41.2114 138.259 40.9313 136.859 40.9313H135.738C136.112 41.7951 136.438 42.5655 136.719 43.2426C137.022 43.9196 137.267 44.5733 137.454 45.2037C137.664 45.834 137.816 46.476 137.91 47.1297C138.026 47.7601 138.085 48.4488 138.085 49.1959C138.085 49.3593 138.085 49.5578 138.085 49.7912C138.085 50.0013 138.073 50.2231 138.05 50.4566C138.027 50.6901 137.957 50.9002 137.84 51.087C137.723 51.2737 137.537 51.4021 137.28 51.4722C136.322 50.9119 135.459 50.048 134.688 48.8807C133.941 47.6901 133.287 46.336 132.727 44.8185C132.166 43.3009 131.687 41.69 131.29 39.9858C130.917 38.2815 130.601 36.6122 130.344 34.978C130.111 33.3204 129.936 31.7795 129.819 30.3554C129.725 28.9079 129.678 27.7056 129.678 26.7484ZM132.69 28.9546C132.69 29.2581 132.667 29.655 132.62 30.1453C132.597 30.6122 132.597 31.1025 132.62 31.6161C132.644 32.1064 132.714 32.585 132.831 33.0519C132.971 33.4955 133.193 33.8807 133.496 34.2075C133.543 34.2309 133.59 34.2426 133.636 34.2426C133.66 34.2659 133.718 34.2776 133.811 34.2776C134.232 34.2776 134.733 34.1492 135.317 33.8924C135.924 33.6356 136.554 33.297 137.208 32.8768C137.862 32.4566 138.504 31.978 139.134 31.441C139.788 30.8807 140.371 30.3087 140.885 29.725C141.398 29.1414 141.807 28.5577 142.11 27.9741C142.437 27.3671 142.601 26.8184 142.601 26.3281C142.6 25.8612 142.425 25.4643 142.075 25.1375C141.725 24.7873 141.305 24.5071 140.814 24.297C140.324 24.0869 139.81 23.9351 139.273 23.8418C138.76 23.7484 138.34 23.7017 138.013 23.7017C137.616 23.7017 137.149 23.7017 136.612 23.7017C136.075 23.6783 135.538 23.7134 135.001 23.8067C134.487 23.8768 134.021 24.0169 133.6 24.227C133.18 24.4371 132.888 24.7523 132.725 25.1725C132.725 25.3126 132.725 25.5577 132.725 25.9079C132.725 26.2581 132.725 26.6433 132.725 27.0636C132.725 27.4604 132.713 27.834 132.69 28.1842C132.69 28.5344 132.69 28.7912 132.69 28.9546ZM165.715 46.6045C165.715 45.3671 165.563 44.0247 165.26 42.5772C164.956 41.1297 164.629 39.6472 164.279 38.1297C163.928 36.6122 163.59 35.1064 163.263 33.6122C162.936 32.0947 162.76 30.6706 162.737 29.3398H154.928C154.928 29.1531 154.928 28.8846 154.928 28.5344C154.928 28.1842 154.963 27.834 155.033 27.4838C155.103 27.1102 155.208 26.7834 155.348 26.5032C155.488 26.1997 155.698 26.013 155.978 25.9429H175.239C175.215 26.69 175.064 27.262 174.784 27.6589C174.503 28.0558 174.13 28.3593 173.663 28.5694C173.219 28.7795 172.718 28.9196 172.157 28.9896C171.597 29.0363 171.037 29.0947 170.476 29.1647C169.916 29.2348 169.367 29.3282 168.83 29.4449C168.293 29.5383 167.827 29.7367 167.43 30.0402C167.056 30.3437 166.764 30.764 166.554 31.3009C166.368 31.8145 166.321 32.5149 166.414 33.4021C166.414 33.8924 166.45 34.5461 166.52 35.3632C166.59 36.157 166.707 37.0208 166.87 37.9546C167.034 38.8885 167.244 39.834 167.501 40.7912C167.758 41.7251 168.073 42.5889 168.446 43.3827C168.843 44.1531 169.287 44.7834 169.777 45.2737C170.291 45.7406 170.886 45.9741 171.563 45.9741C172.03 46.0208 172.626 46.0325 173.349 46.0091C174.096 45.9624 174.844 45.9274 175.591 45.9041C176.338 45.8807 177.038 45.8924 177.692 45.9391C178.369 45.9858 178.859 46.1259 179.163 46.3593C179.466 46.5928 179.536 46.943 179.373 47.4099C179.209 47.8535 178.696 48.4605 177.832 49.2309C176.338 49.7912 174.821 50.1764 173.28 50.3866C171.762 50.5733 170.233 50.6784 168.692 50.7017C167.151 50.7017 165.61 50.6784 164.07 50.6317C162.529 50.5617 161 50.5266 159.482 50.5266C158.618 49.4761 158.104 48.6706 157.941 48.1103C157.777 47.55 157.836 47.1648 158.116 46.9546C158.419 46.7212 158.886 46.6045 159.517 46.6045C160.17 46.5811 160.871 46.6045 161.618 46.6745C162.365 46.7212 163.112 46.7679 163.859 46.8146C164.606 46.8379 165.225 46.7679 165.715 46.6045ZM182.174 39.4605C182.174 38.6667 182.279 37.8029 182.489 36.869C182.722 35.9352 183.037 35.0013 183.434 34.0675C183.831 33.1103 184.309 32.1881 184.87 31.3009C185.43 30.3904 186.06 29.5966 186.76 28.9196C187.461 28.2192 188.219 27.6706 189.037 27.2737C189.854 26.8534 190.717 26.6433 191.628 26.6433C192.375 26.6433 193.075 26.7484 193.729 26.9585C194.383 27.1453 194.943 27.4371 195.41 27.834C195.877 28.2309 196.239 28.7328 196.496 29.3398C196.776 29.9235 196.916 30.6239 196.916 31.441C196.403 31.441 195.982 31.3126 195.656 31.0558C195.352 30.7756 195.06 30.4721 194.78 30.1453C194.523 29.8184 194.231 29.5266 193.904 29.2698C193.601 29.013 193.204 28.8846 192.714 28.8846C191.99 28.8846 191.29 29.0713 190.613 29.4449C189.959 29.8184 189.34 30.3204 188.757 30.9507C188.196 31.5811 187.695 32.2931 187.251 33.0869C186.831 33.8807 186.457 34.6861 186.131 35.5033C185.827 36.297 185.582 37.0791 185.395 37.8496C185.232 38.62 185.15 39.2854 185.15 39.8457C185.151 41.0597 185.326 42.2037 185.676 43.2776C186.05 44.3282 186.575 45.2504 187.252 46.0441C187.929 46.8146 188.77 47.4216 189.774 47.8652C190.778 48.3087 191.922 48.5305 193.206 48.5305C194.023 48.5305 194.793 48.4138 195.517 48.1803C196.264 47.9235 196.976 47.655 197.653 47.3749C198.353 47.0714 199.042 46.7912 199.719 46.5344C200.396 46.2776 201.073 46.1492 201.75 46.1492C201.844 46.1492 201.972 46.1609 202.135 46.1842C202.322 46.1842 202.486 46.2076 202.626 46.2543C202.789 46.301 202.929 46.3827 203.046 46.4994C203.163 46.5928 203.221 46.7445 203.221 46.9546C203.221 47.7951 202.894 48.5072 202.241 49.0908C201.61 49.6745 200.852 50.1531 199.965 50.5266C199.077 50.8768 198.155 51.1336 197.198 51.2971C196.241 51.4605 195.459 51.5422 194.852 51.5422C193.078 51.5422 191.42 51.2621 189.879 50.7017C188.338 50.1181 186.996 49.301 185.852 48.2504C184.707 47.1998 183.809 45.9391 183.155 44.4683C182.501 42.9741 182.174 41.3048 182.174 39.4605ZM203.92 29.725C203.92 29.6083 203.932 29.4099 203.955 29.1297C203.955 28.8262 203.955 28.5227 203.955 28.2192C203.955 27.8923 203.967 27.5888 203.99 27.3087C203.99 27.0285 203.99 26.8418 203.99 26.7484C204.573 26.118 205.052 25.7445 205.426 25.6278C205.822 25.511 206.138 25.5811 206.371 25.8379C206.605 26.0713 206.768 26.4565 206.861 26.9935C206.978 27.5305 207.06 28.1375 207.107 28.8145C207.153 29.4916 207.177 30.2036 207.177 30.9507C207.177 31.6978 207.189 32.3982 207.212 33.0519C207.236 33.6822 207.282 34.2426 207.352 34.7328C207.422 35.2231 207.551 35.55 207.738 35.7134L219.749 35.7134C220.24 35.7134 220.59 35.5616 220.8 35.2581C221.01 34.9546 221.127 34.5577 221.15 34.0675C221.197 33.5772 221.185 33.0169 221.115 32.3865C221.045 31.7562 220.975 31.1141 220.905 30.4604C220.858 29.7834 220.834 29.1297 220.834 28.4994C220.858 27.8457 220.963 27.2737 221.149 26.7834C221.359 26.2931 221.675 25.8962 222.095 25.5927C222.515 25.2892 223.134 25.1375 223.951 25.1375C224.254 25.5811 224.441 26.0713 224.511 26.6083C224.581 27.1219 224.593 27.6589 224.546 28.2192C224.523 28.7795 224.465 29.3398 224.371 29.9001C224.301 30.4371 224.266 30.9624 224.267 31.476C224.267 32.8535 224.348 34.2309 224.512 35.6083C224.699 36.9858 224.886 38.3632 225.073 39.7406C225.283 41.1181 225.47 42.4955 225.633 43.8729C225.82 45.227 225.914 46.5694 225.914 47.9002C225.961 49.3476 225.867 50.3866 225.634 51.0169C225.401 51.6239 225.109 51.8924 224.759 51.8224C224.408 51.7757 224.011 51.4255 223.568 50.7718C223.147 50.1181 222.751 49.2426 222.377 48.1453C222.027 47.048 221.735 45.764 221.501 44.2932C221.291 42.799 221.209 41.1881 221.256 39.4605L208.613 39.4605C208.777 41.0714 208.987 42.5889 209.244 44.013C209.524 45.4371 209.735 46.6978 209.875 47.7951C210.038 48.869 210.097 49.7329 210.05 50.3866C210.027 51.0169 209.793 51.3438 209.35 51.3671C208.673 51.3671 208.101 51.1453 207.634 50.7017C207.167 50.2348 206.758 49.6045 206.408 48.8107C206.081 48.0169 205.813 47.0947 205.602 46.0441C205.392 44.9702 205.217 43.8496 205.077 42.6823C204.937 41.4916 204.82 40.2776 204.726 39.0402C204.656 37.8029 204.586 36.6122 204.516 35.4682C204.446 34.3243 204.364 33.262 204.27 32.2815C204.177 31.2776 204.06 30.4254 203.92 29.725Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:237,intrinsicWidth:707,loading:getLoadingLazyAtYPosition(9817.5),positionX:\"center\",positionY:\"center\",sizes:\"36.8229vw\",src:\"https://framerusercontent.com/images/vrW7IbQUq5Q2BIQtldf5rcHHnI.svg\",srcSet:\"https://framerusercontent.com/images/vrW7IbQUq5Q2BIQtldf5rcHHnI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vrW7IbQUq5Q2BIQtldf5rcHHnI.svg 707w\"},className:\"framer-10e769g\",\"data-framer-name\":\"div.flex-1\",name:\"div.flex-1\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:10566,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7afjyn-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"QQ6LaFIe3\",layoutId:\"QQ6LaFIe3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:624,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(10618),pixelHeight:624,pixelWidth:1920,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Za8DlxKirvyzkEs68xzgmBQ4M.png\",srcSet:\"https://framerusercontent.com/images/Za8DlxKirvyzkEs68xzgmBQ4M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Za8DlxKirvyzkEs68xzgmBQ4M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Za8DlxKirvyzkEs68xzgmBQ4M.png 1920w\"},className:\"framer-1a5ewar\",\"data-framer-name\":\"div_makes4\",name:\"div_makes4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:498,intrinsicWidth:476,loading:getLoadingLazyAtYPosition(10744),pixelHeight:498,pixelWidth:476,src:\"https://framerusercontent.com/images/uTdM37IsGXSckD2rBo5EFMUMdGQ.gif\"},className:\"framer-1w74eus\",\"data-framer-name\":\"pepe_frog\",name:\"pepe_frog\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition(10798),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/nUhZ5xw70EmLMVqnX7Uk13q9mNQ.gif\"},className:\"framer-z7h29h\",\"data-framer-name\":\"sticker_3\",name:\"sticker_3\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:11242,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19i670v-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"A4a7yL0ls\",layoutId:\"A4a7yL0ls\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11294),sizes:\"100vw\",src:\"https://framerusercontent.com/images/Ue324DAYaH9TSpbgiwdkRREGuxs.jpg\",srcSet:\"https://framerusercontent.com/images/Ue324DAYaH9TSpbgiwdkRREGuxs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ue324DAYaH9TSpbgiwdkRREGuxs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ue324DAYaH9TSpbgiwdkRREGuxs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ue324DAYaH9TSpbgiwdkRREGuxs.jpg 3459w\"},className:\"framer-lqwo7u\",\"data-framer-name\":\"div.tableaux\",name:\"div.tableaux\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(11319.5),positionX:\"center\",positionY:\"center\",sizes:\"35.8854vw\",src:\"https://framerusercontent.com/images/mOf942ZAdztwmu6zFOSBPwIomHg.gif\",srcSet:\"https://framerusercontent.com/images/mOf942ZAdztwmu6zFOSBPwIomHg.gif?scale-down-to=1024 769w,https://framerusercontent.com/images/mOf942ZAdztwmu6zFOSBPwIomHg.gif?scale-down-to=2048 1538w,https://framerusercontent.com/images/mOf942ZAdztwmu6zFOSBPwIomHg.gif 2756w\"},className:\"framer-4r37qj\",\"data-framer-name\":\"revolution.gif\",name:\"revolution.gif\",children:/*#__PURE__*/_jsx(Link,{href:\"https://jup.ag/swap/SOL-GvJtasPyKKjWZq2XzbhUe5zHoYrD5cCJiwzzUC6Mpump\",nodeId:\"uOaJJ9veX\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-7idzxh framer-lux5qc\",\"data-framer-name\":\"div.flex-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:73,intrinsicWidth:254,name:\"div.flex-1\",svg:'<svg width=\"254\" height=\"73\" viewBox=\"0 0 254 73\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" fill=\"#ED3B23\"/>\\n<rect x=\"2.00017\" y=\"2\" width=\"249.78\" height=\"68\" transform=\"matrix(1 0 8.54854e-05 1 0.0194213 0.472168)\" stroke=\"black\" stroke-width=\"4\"/>\\n<path d=\"M27.7714 25.3476C28.0514 23.9235 28.565 22.8028 29.312 21.9857C30.059 21.1453 30.9111 20.5733 31.8683 20.2698C32.8488 19.9663 33.8877 19.8962 34.985 20.0596C36.1056 20.1997 37.1562 20.5382 38.1368 21.0752C39.1408 21.6122 40.0163 22.3126 40.7635 23.1764C41.5106 24.0169 42.036 24.9857 42.3396 26.083C42.6432 27.1569 42.6433 28.3243 42.3399 29.585C42.0365 30.8457 41.3479 32.1414 40.2741 33.4721C41.1146 33.7756 41.8967 34.0791 42.6205 34.3826C43.3442 34.6861 43.9513 35.0597 44.4416 35.5033C44.9552 35.9468 45.3522 36.4838 45.6324 37.1142C45.9126 37.7445 46.0527 38.5266 46.0528 39.4605C46.0529 40.2309 45.9129 41.048 45.6328 41.9118C45.3527 42.7757 44.9559 43.6278 44.4423 44.4683C43.9521 45.3087 43.3685 46.1142 42.6916 46.8846C42.0379 47.6317 41.3259 48.2971 40.5556 48.8807C39.7852 49.4644 38.9914 49.9313 38.1743 50.2815C37.3806 50.6084 36.5985 50.7718 35.8281 50.7718C35.3145 50.7718 34.8125 50.4449 34.3222 49.7912C33.8318 49.1375 33.3531 48.2737 32.8861 47.1998C32.4191 46.1259 31.9638 44.8885 31.52 43.4877C31.0763 42.0869 30.6677 40.6395 30.294 39.1453C29.9203 37.6278 29.5817 36.1336 29.278 34.6628C28.9744 33.1686 28.7058 31.7912 28.4722 30.5305C28.262 29.2698 28.0868 28.1842 27.9467 27.2737C27.8299 26.3398 27.7714 25.6978 27.7714 25.3476ZM34.0062 40.5111C34.0062 40.9079 34.0996 41.4332 34.2865 42.0869C34.4733 42.7406 34.7068 43.3943 34.987 44.048C35.2906 44.7017 35.6175 45.3087 35.9677 45.869C36.318 46.406 36.6915 46.7679 37.0885 46.9546C37.4153 47.1414 37.8005 47.1297 38.2441 46.9196C38.6877 46.6862 39.1312 46.336 39.5747 45.869C40.0416 45.3788 40.4852 44.8301 40.9053 44.2231C41.3255 43.5928 41.699 42.9741 42.0258 42.3671C42.376 41.7601 42.6444 41.1998 42.8311 40.6862C43.0412 40.1492 43.1462 39.7406 43.1462 39.4605C43.1461 38.8535 43.0644 38.3632 42.9009 37.9896C42.7375 37.5928 42.4923 37.2776 42.1654 37.0441C41.8619 36.8107 41.4884 36.6472 41.0448 36.5538C40.6245 36.4605 40.1576 36.4138 39.644 36.4138C39.0603 36.4138 38.4416 36.5072 37.788 36.6939C37.1343 36.8807 36.5273 37.1492 35.967 37.4994C35.4301 37.8496 34.9632 38.2815 34.5663 38.7951C34.1929 39.3087 34.0061 39.8807 34.0062 40.5111ZM31.7639 28.6044C31.764 29.0246 31.7523 29.5499 31.729 30.1803C31.7057 30.7873 31.7058 31.4176 31.7292 32.0713C31.7526 32.725 31.8227 33.3787 31.9395 34.0324C32.0563 34.6861 32.2664 35.2465 32.57 35.7134C33.7139 35.5033 34.7061 35.1064 35.5465 34.5227C36.4103 33.9391 37.099 33.262 37.6125 32.4916C38.1494 31.6978 38.5345 30.8573 38.7679 29.9702C39.0013 29.083 39.083 28.2192 39.0129 27.3787C38.9661 26.5383 38.7676 25.7678 38.4173 25.0674C38.0904 24.3671 37.6234 23.8301 37.0164 23.4565C36.4094 23.0597 35.6739 22.8612 34.8101 22.8612C33.9463 22.8612 32.9541 23.1414 31.8335 23.7017C31.8336 23.8885 31.8219 24.2153 31.7986 24.6822C31.7986 25.1492 31.787 25.6394 31.7637 26.153C31.7637 26.6667 31.7638 27.1569 31.7638 27.6239C31.7639 28.0908 31.7639 28.4176 31.7639 28.6044ZM49.0985 27.4488C49.472 27.7289 49.7756 28.0791 50.0091 28.4994C50.2426 28.8962 50.4294 29.3048 50.5695 29.725C50.5929 30.6122 50.6047 31.6745 50.6048 32.9118C50.6049 34.1492 50.6517 35.4332 50.7452 36.764C50.8387 38.0947 51.0139 39.4254 51.2708 40.7562C51.5278 42.0636 51.9247 43.2426 52.4618 44.2932C53.0222 45.3437 53.7577 46.1959 54.6682 46.8496C55.6022 47.4799 56.7695 47.7951 58.1703 47.7951C59.4543 47.7951 60.5516 47.4916 61.462 46.8846C62.3958 46.2776 63.1662 45.5072 63.7731 44.5733C64.4034 43.6395 64.8586 42.6006 65.1386 41.4566C65.442 40.2893 65.5937 39.157 65.5936 38.0597C65.5934 35.9352 65.4882 33.7756 65.2779 31.5811C65.0676 29.3632 64.6822 27.227 64.1217 25.1725C64.2851 24.7523 64.4952 24.5188 64.752 24.4721C65.0088 24.4021 65.2889 24.3671 65.5924 24.3671C66.1994 24.3671 66.678 24.6122 67.0283 25.1025C67.3785 25.5927 67.6354 26.2231 67.7989 26.9935C67.9857 27.7406 68.0908 28.5694 68.1143 29.4799C68.161 30.3671 68.1611 31.2192 68.1145 32.0363C68.0912 32.8301 68.0446 33.5422 67.9746 34.1725C67.9279 34.7795 67.9046 35.1647 67.9046 35.3282C67.9047 36.5422 67.8698 37.7795 67.7999 39.0402C67.7533 40.2776 67.6133 41.4683 67.38 42.6122C67.17 43.7562 66.8432 44.8301 66.3997 45.834C65.9796 46.8146 65.4076 47.6784 64.684 48.4255C63.9603 49.1492 63.0615 49.7212 61.9876 50.1414C60.9137 50.5617 59.6297 50.7718 58.1355 50.7718C56.2445 50.7718 54.6919 50.4099 53.4778 49.6862C52.2638 48.9624 51.2831 48.0052 50.5359 46.8146C49.8121 45.6006 49.2633 44.2231 48.8897 42.6823C48.5393 41.1414 48.2824 39.5655 48.1188 37.9546C47.9786 36.3437 47.8734 34.7562 47.8033 33.192C47.7564 31.6278 47.6863 30.2153 47.5928 28.9546L49.0985 27.4488ZM81.3519 31.9313C80.4413 31.7445 79.5308 31.3243 78.6202 30.6706C77.7097 30.0169 76.8341 29.2231 75.9936 28.2892C75.1764 27.3554 74.3942 26.3165 73.647 25.1725C72.9231 24.0285 72.2927 22.8729 71.7556 21.7056C71.2186 20.5382 70.7982 19.4059 70.4946 18.3087C70.191 17.2114 70.0392 16.2308 70.0391 15.367C70.0391 15.2503 70.0391 15.1102 70.0391 14.9468C70.0624 14.7834 70.0858 14.6316 70.1091 14.4915C70.1558 14.3281 70.2375 14.1997 70.3542 14.1063C70.4709 13.9896 70.6227 13.9312 70.8094 13.9312C71.3931 13.9312 71.8951 14.1413 72.3153 14.5616C72.7356 14.9585 73.1209 15.4954 73.4711 16.1725C73.8214 16.8495 74.1483 17.62 74.4519 18.4838C74.7554 19.3476 75.059 20.2231 75.3626 21.1102C75.6895 21.9974 76.0281 22.8729 76.3784 23.7367C76.7287 24.6005 77.1139 25.3709 77.5342 26.048C77.9779 26.725 78.4799 27.2737 79.0402 27.6939C79.6006 28.0908 80.2426 28.2892 80.9663 28.2892C81.013 28.2892 81.0714 28.2776 81.1414 28.2542C81.2348 28.2309 81.3048 28.2192 81.3515 28.2192C82.0052 27.6355 82.5888 26.8651 83.1023 25.9079C83.6392 24.9274 84.1294 23.8768 84.5729 22.7562C85.0164 21.6355 85.4482 20.4799 85.8683 19.2892C86.2884 18.0986 86.7202 16.9896 87.1637 15.9624C87.6306 14.9351 88.1091 14.0363 88.5993 13.2659C89.1129 12.4954 89.6965 11.9585 90.3501 11.655L91.8561 13.1958C92.0429 13.3826 92.0663 13.7678 91.9263 14.3515C91.8096 14.9118 91.5878 15.6238 91.2611 16.4877C90.9576 17.3281 90.5725 18.2737 90.1057 19.3242C89.6388 20.3515 89.1486 21.4254 88.6351 22.546C88.1216 23.6667 87.6081 24.7873 87.0945 25.9079C86.581 27.0052 86.1142 28.0441 85.694 29.0246C85.2972 30.0052 84.9705 30.8807 84.7137 31.6511C84.457 32.4215 84.3286 33.0285 84.3286 33.4721C84.3288 34.8729 84.5273 36.227 84.9243 37.5344C85.3447 38.8418 85.7884 40.1492 86.2554 41.4566C86.7224 42.7406 87.1545 44.0364 87.5515 45.3437C87.9485 46.6278 88.147 47.9469 88.1471 49.301C88.1471 49.4877 88.1472 49.7329 88.1472 50.0364C88.1472 50.3165 88.1005 50.585 88.0072 50.8418C87.9372 51.0986 87.7854 51.2971 87.552 51.4371C87.3419 51.5772 87.0267 51.5889 86.6065 51.4722C85.7425 50.2115 84.9837 48.7873 84.3298 47.1998C83.676 45.5889 83.1155 43.9196 82.6485 42.192C82.1814 40.4644 81.831 38.7251 81.5974 36.9741C81.3872 35.1998 81.3053 33.5188 81.3519 31.9313ZM110.105 50.8418C109.684 50.7484 109.439 50.5383 109.369 50.2115C109.299 49.8613 109.264 49.5344 109.264 49.2309C109.007 48.9041 108.972 48.6239 109.159 48.3904C109.346 48.157 109.649 47.9819 110.069 47.8652C110.513 47.7251 111.038 47.6317 111.645 47.585C112.252 47.5383 112.836 47.5266 113.396 47.55C113.98 47.55 114.493 47.6083 114.937 47.7251C115.404 47.8185 115.719 47.9235 115.882 48.0403C116.116 46.5461 116.221 45.2971 116.197 44.2932C116.197 43.2659 116.104 42.4138 115.917 41.7367C115.753 41.0363 115.508 40.476 115.181 40.0558C114.855 39.6122 114.493 39.2504 114.096 38.9702C113.699 38.6667 113.29 38.3982 112.87 38.1647C112.45 37.9079 112.041 37.6278 111.644 37.3243C111.271 36.9974 110.932 36.6005 110.629 36.1336C110.325 35.6667 110.091 35.0597 109.928 34.3126C109.928 33.6822 110.068 33.1336 110.348 32.6667C110.628 32.1764 110.978 31.7562 111.399 31.406C111.842 31.0558 112.309 30.7523 112.799 30.4955C113.313 30.2387 113.78 29.9935 114.2 29.7601C114.644 29.5266 115.005 29.3048 115.286 29.0947C115.566 28.8612 115.706 28.6044 115.706 28.3243L115.705 22.3009C115.705 22.1141 115.81 21.974 116.02 21.8807C116.254 21.7639 116.511 21.6589 116.791 21.5655C117.094 21.4721 117.363 21.4137 117.596 21.3904C117.853 21.367 118.028 21.3554 118.121 21.3554C118.122 22.4993 118.168 23.6783 118.262 24.8923C118.379 26.083 118.659 27.227 119.103 28.3243C119.313 28.3243 119.698 28.3593 120.258 28.4293C120.842 28.4994 121.449 28.5811 122.079 28.6745C122.733 28.7445 123.34 28.8145 123.9 28.8846C124.484 28.9546 124.893 29.0013 125.126 29.0246C125.173 29.048 125.266 29.0947 125.406 29.1647C125.57 29.2348 125.721 29.3165 125.861 29.4099C126.025 29.5032 126.177 29.585 126.317 29.655C126.457 29.725 126.55 29.7834 126.597 29.8301C126.737 30.2503 126.83 30.6589 126.877 31.0558C126.924 31.4293 126.749 31.7095 126.352 31.8962C125.955 32.083 125.243 32.118 124.216 32.0013C123.212 31.8846 121.753 31.5227 119.838 30.9157C119.581 30.9157 119.395 31.0675 119.278 31.371C119.161 31.6745 119.08 32.013 119.033 32.3865C118.986 32.7601 118.963 33.1103 118.963 33.4371C118.986 33.7406 118.998 33.904 118.998 33.9274C118.998 33.9974 118.998 34.1258 118.998 34.3126C119.021 34.4994 119.033 34.6861 119.033 34.8729C119.056 35.0597 119.068 35.2465 119.068 35.4332C119.092 35.5966 119.103 35.7251 119.103 35.8184C119.36 35.8651 119.792 35.9352 120.399 36.0286C121.029 36.0986 121.73 36.2153 122.5 36.3787C123.271 36.5422 124.076 36.7523 124.917 37.0091C125.757 37.2659 126.528 37.5811 127.228 37.9546C127.952 38.3048 128.535 38.7367 128.979 39.2504C129.423 39.7406 129.645 40.3126 129.645 40.9663C129.645 42.2504 129.353 43.3943 128.769 44.3982C128.186 45.3788 127.439 46.2543 126.528 47.0247C125.641 47.7951 124.661 48.4955 123.587 49.1259C122.536 49.7562 121.533 50.3282 120.575 50.8418L120.575 51.9624C120.575 52.4761 120.611 52.978 120.681 53.4683C120.774 53.9819 120.879 54.4838 120.996 54.9741C121.113 55.4877 121.206 55.9897 121.276 56.48C121.37 56.9936 121.416 57.5072 121.416 58.0208C121.416 58.6278 121.311 59.0831 121.101 59.3866C120.891 59.7134 120.459 59.8769 119.806 59.8769C119.526 59.8769 119.315 59.8535 119.175 59.8068C119.035 59.7835 118.919 59.7134 118.825 59.5967C118.732 59.5033 118.65 59.3516 118.58 59.1414C118.533 58.9313 118.451 58.6512 118.335 58.301C118.265 58.0675 118.148 57.6706 117.984 57.1103C117.844 56.55 117.693 55.943 117.529 55.2893C117.366 54.6589 117.214 54.0636 117.074 53.5033C116.957 52.943 116.887 52.5461 116.863 52.3126L110.105 50.8418ZM118.928 39.3904C118.929 40.7212 118.999 42.0169 119.139 43.2776C119.302 44.515 119.536 45.7757 119.84 47.0597H120.19C120.75 47.0597 121.357 46.9196 122.011 46.6395C122.664 46.336 123.283 45.9508 123.867 45.4838C124.45 44.9936 124.929 44.4683 125.302 43.9079C125.699 43.3243 125.898 42.7523 125.898 42.192C125.898 41.3749 125.641 40.7795 125.127 40.406C124.637 40.0091 124.03 39.7406 123.306 39.6005C122.606 39.4371 121.847 39.3671 121.03 39.3904C120.212 39.3904 119.512 39.3904 118.928 39.3904ZM113.01 34.2426C113.01 34.9429 113.22 35.4215 113.64 35.6784C114.084 35.9352 114.644 36.0636 115.321 36.0636L115.321 32.6667C115.064 32.6667 114.796 32.69 114.515 32.7367C114.259 32.7834 114.013 32.8768 113.78 33.0169C113.57 33.1336 113.383 33.297 113.22 33.5071C113.08 33.6939 113.01 33.9391 113.01 34.2426ZM129.678 26.7484C129.678 26.5616 129.69 26.2581 129.713 25.8379C129.713 25.3943 129.713 24.939 129.713 24.4721C129.713 23.9818 129.725 23.5266 129.748 23.1063C129.748 22.6628 129.748 22.3593 129.748 22.1958C130.005 21.7056 130.402 21.3554 130.939 21.1453C131.499 20.9118 132.094 20.76 132.725 20.69C133.378 20.5966 134.009 20.5616 134.616 20.5849C135.246 20.6083 135.76 20.62 136.156 20.62C136.67 20.62 137.265 20.6433 137.942 20.69C138.643 20.7367 139.332 20.8301 140.009 20.9702C140.709 21.0869 141.398 21.2737 142.075 21.5305C142.752 21.7639 143.347 22.0791 143.861 22.476C144.398 22.8495 144.818 23.3165 145.122 23.8768C145.449 24.4137 145.612 25.0558 145.612 25.8029C145.612 26.69 145.402 27.4955 144.982 28.2192C144.562 28.9196 144.037 29.585 143.406 30.2153C142.799 30.8223 142.122 31.3943 141.375 31.9313C140.652 32.4682 139.975 32.9935 139.344 33.5071C138.737 34.0208 138.224 34.5461 137.804 35.083C137.383 35.62 137.173 36.2037 137.173 36.834C137.173 36.8807 137.185 36.9507 137.208 37.0441C137.255 37.1142 137.278 37.1609 137.278 37.1842C140.033 38.0013 142.707 38.9935 145.298 40.1609C147.913 41.3282 150.481 42.5889 153.003 43.943C153.073 43.9897 153.143 44.083 153.213 44.2231C153.306 44.3399 153.388 44.4916 153.458 44.6784C153.528 44.8418 153.598 44.9936 153.668 45.1336C153.738 45.2737 153.773 45.3904 153.773 45.4838C153.773 45.6939 153.715 45.8574 153.598 45.9741C153.482 46.0675 153.342 46.1492 153.178 46.2192C153.015 46.2659 152.851 46.2893 152.688 46.2893C152.524 46.2893 152.384 46.2893 152.268 46.2893C151.007 46.2893 149.746 46.0208 148.485 45.4838C147.248 44.9235 145.999 44.3048 144.738 43.6278C143.477 42.9507 142.193 42.3321 140.886 41.7718C139.602 41.2114 138.259 40.9313 136.859 40.9313H135.738C136.112 41.7951 136.438 42.5655 136.719 43.2426C137.022 43.9196 137.267 44.5733 137.454 45.2037C137.664 45.834 137.816 46.476 137.91 47.1297C138.026 47.7601 138.085 48.4488 138.085 49.1959C138.085 49.3593 138.085 49.5578 138.085 49.7912C138.085 50.0013 138.073 50.2231 138.05 50.4566C138.027 50.6901 137.957 50.9002 137.84 51.087C137.723 51.2737 137.537 51.4021 137.28 51.4722C136.322 50.9119 135.459 50.048 134.688 48.8807C133.941 47.6901 133.287 46.336 132.727 44.8185C132.166 43.3009 131.687 41.69 131.29 39.9858C130.917 38.2815 130.601 36.6122 130.344 34.978C130.111 33.3204 129.936 31.7795 129.819 30.3554C129.725 28.9079 129.678 27.7056 129.678 26.7484ZM132.69 28.9546C132.69 29.2581 132.667 29.655 132.62 30.1453C132.597 30.6122 132.597 31.1025 132.62 31.6161C132.644 32.1064 132.714 32.585 132.831 33.0519C132.971 33.4955 133.193 33.8807 133.496 34.2075C133.543 34.2309 133.59 34.2426 133.636 34.2426C133.66 34.2659 133.718 34.2776 133.811 34.2776C134.232 34.2776 134.733 34.1492 135.317 33.8924C135.924 33.6356 136.554 33.297 137.208 32.8768C137.862 32.4566 138.504 31.978 139.134 31.441C139.788 30.8807 140.371 30.3087 140.885 29.725C141.398 29.1414 141.807 28.5577 142.11 27.9741C142.437 27.3671 142.601 26.8184 142.601 26.3281C142.6 25.8612 142.425 25.4643 142.075 25.1375C141.725 24.7873 141.305 24.5071 140.814 24.297C140.324 24.0869 139.81 23.9351 139.273 23.8418C138.76 23.7484 138.34 23.7017 138.013 23.7017C137.616 23.7017 137.149 23.7017 136.612 23.7017C136.075 23.6783 135.538 23.7134 135.001 23.8067C134.487 23.8768 134.021 24.0169 133.6 24.227C133.18 24.4371 132.888 24.7523 132.725 25.1725C132.725 25.3126 132.725 25.5577 132.725 25.9079C132.725 26.2581 132.725 26.6433 132.725 27.0636C132.725 27.4604 132.713 27.834 132.69 28.1842C132.69 28.5344 132.69 28.7912 132.69 28.9546ZM165.715 46.6045C165.715 45.3671 165.563 44.0247 165.26 42.5772C164.956 41.1297 164.629 39.6472 164.279 38.1297C163.928 36.6122 163.59 35.1064 163.263 33.6122C162.936 32.0947 162.76 30.6706 162.737 29.3398H154.928C154.928 29.1531 154.928 28.8846 154.928 28.5344C154.928 28.1842 154.963 27.834 155.033 27.4838C155.103 27.1102 155.208 26.7834 155.348 26.5032C155.488 26.1997 155.698 26.013 155.978 25.9429H175.239C175.215 26.69 175.064 27.262 174.784 27.6589C174.503 28.0558 174.13 28.3593 173.663 28.5694C173.219 28.7795 172.718 28.9196 172.157 28.9896C171.597 29.0363 171.037 29.0947 170.476 29.1647C169.916 29.2348 169.367 29.3282 168.83 29.4449C168.293 29.5383 167.827 29.7367 167.43 30.0402C167.056 30.3437 166.764 30.764 166.554 31.3009C166.368 31.8145 166.321 32.5149 166.414 33.4021C166.414 33.8924 166.45 34.5461 166.52 35.3632C166.59 36.157 166.707 37.0208 166.87 37.9546C167.034 38.8885 167.244 39.834 167.501 40.7912C167.758 41.7251 168.073 42.5889 168.446 43.3827C168.843 44.1531 169.287 44.7834 169.777 45.2737C170.291 45.7406 170.886 45.9741 171.563 45.9741C172.03 46.0208 172.626 46.0325 173.349 46.0091C174.096 45.9624 174.844 45.9274 175.591 45.9041C176.338 45.8807 177.038 45.8924 177.692 45.9391C178.369 45.9858 178.859 46.1259 179.163 46.3593C179.466 46.5928 179.536 46.943 179.373 47.4099C179.209 47.8535 178.696 48.4605 177.832 49.2309C176.338 49.7912 174.821 50.1764 173.28 50.3866C171.762 50.5733 170.233 50.6784 168.692 50.7017C167.151 50.7017 165.61 50.6784 164.07 50.6317C162.529 50.5617 161 50.5266 159.482 50.5266C158.618 49.4761 158.104 48.6706 157.941 48.1103C157.777 47.55 157.836 47.1648 158.116 46.9546C158.419 46.7212 158.886 46.6045 159.517 46.6045C160.17 46.5811 160.871 46.6045 161.618 46.6745C162.365 46.7212 163.112 46.7679 163.859 46.8146C164.606 46.8379 165.225 46.7679 165.715 46.6045ZM182.174 39.4605C182.174 38.6667 182.279 37.8029 182.489 36.869C182.722 35.9352 183.037 35.0013 183.434 34.0675C183.831 33.1103 184.309 32.1881 184.87 31.3009C185.43 30.3904 186.06 29.5966 186.76 28.9196C187.461 28.2192 188.219 27.6706 189.037 27.2737C189.854 26.8534 190.717 26.6433 191.628 26.6433C192.375 26.6433 193.075 26.7484 193.729 26.9585C194.383 27.1453 194.943 27.4371 195.41 27.834C195.877 28.2309 196.239 28.7328 196.496 29.3398C196.776 29.9235 196.916 30.6239 196.916 31.441C196.403 31.441 195.982 31.3126 195.656 31.0558C195.352 30.7756 195.06 30.4721 194.78 30.1453C194.523 29.8184 194.231 29.5266 193.904 29.2698C193.601 29.013 193.204 28.8846 192.714 28.8846C191.99 28.8846 191.29 29.0713 190.613 29.4449C189.959 29.8184 189.34 30.3204 188.757 30.9507C188.196 31.5811 187.695 32.2931 187.251 33.0869C186.831 33.8807 186.457 34.6861 186.131 35.5033C185.827 36.297 185.582 37.0791 185.395 37.8496C185.232 38.62 185.15 39.2854 185.15 39.8457C185.151 41.0597 185.326 42.2037 185.676 43.2776C186.05 44.3282 186.575 45.2504 187.252 46.0441C187.929 46.8146 188.77 47.4216 189.774 47.8652C190.778 48.3087 191.922 48.5305 193.206 48.5305C194.023 48.5305 194.793 48.4138 195.517 48.1803C196.264 47.9235 196.976 47.655 197.653 47.3749C198.353 47.0714 199.042 46.7912 199.719 46.5344C200.396 46.2776 201.073 46.1492 201.75 46.1492C201.844 46.1492 201.972 46.1609 202.135 46.1842C202.322 46.1842 202.486 46.2076 202.626 46.2543C202.789 46.301 202.929 46.3827 203.046 46.4994C203.163 46.5928 203.221 46.7445 203.221 46.9546C203.221 47.7951 202.894 48.5072 202.241 49.0908C201.61 49.6745 200.852 50.1531 199.965 50.5266C199.077 50.8768 198.155 51.1336 197.198 51.2971C196.241 51.4605 195.459 51.5422 194.852 51.5422C193.078 51.5422 191.42 51.2621 189.879 50.7017C188.338 50.1181 186.996 49.301 185.852 48.2504C184.707 47.1998 183.809 45.9391 183.155 44.4683C182.501 42.9741 182.174 41.3048 182.174 39.4605ZM203.92 29.725C203.92 29.6083 203.932 29.4099 203.955 29.1297C203.955 28.8262 203.955 28.5227 203.955 28.2192C203.955 27.8923 203.967 27.5888 203.99 27.3087C203.99 27.0285 203.99 26.8418 203.99 26.7484C204.573 26.118 205.052 25.7445 205.426 25.6278C205.822 25.511 206.138 25.5811 206.371 25.8379C206.605 26.0713 206.768 26.4565 206.861 26.9935C206.978 27.5305 207.06 28.1375 207.107 28.8145C207.153 29.4916 207.177 30.2036 207.177 30.9507C207.177 31.6978 207.189 32.3982 207.212 33.0519C207.236 33.6822 207.282 34.2426 207.352 34.7328C207.422 35.2231 207.551 35.55 207.738 35.7134L219.749 35.7134C220.24 35.7134 220.59 35.5616 220.8 35.2581C221.01 34.9546 221.127 34.5577 221.15 34.0675C221.197 33.5772 221.185 33.0169 221.115 32.3865C221.045 31.7562 220.975 31.1141 220.905 30.4604C220.858 29.7834 220.834 29.1297 220.834 28.4994C220.858 27.8457 220.963 27.2737 221.149 26.7834C221.359 26.2931 221.675 25.8962 222.095 25.5927C222.515 25.2892 223.134 25.1375 223.951 25.1375C224.254 25.5811 224.441 26.0713 224.511 26.6083C224.581 27.1219 224.593 27.6589 224.546 28.2192C224.523 28.7795 224.465 29.3398 224.371 29.9001C224.301 30.4371 224.266 30.9624 224.267 31.476C224.267 32.8535 224.348 34.2309 224.512 35.6083C224.699 36.9858 224.886 38.3632 225.073 39.7406C225.283 41.1181 225.47 42.4955 225.633 43.8729C225.82 45.227 225.914 46.5694 225.914 47.9002C225.961 49.3476 225.867 50.3866 225.634 51.0169C225.401 51.6239 225.109 51.8924 224.759 51.8224C224.408 51.7757 224.011 51.4255 223.568 50.7718C223.147 50.1181 222.751 49.2426 222.377 48.1453C222.027 47.048 221.735 45.764 221.501 44.2932C221.291 42.799 221.209 41.1881 221.256 39.4605L208.613 39.4605C208.777 41.0714 208.987 42.5889 209.244 44.013C209.524 45.4371 209.735 46.6978 209.875 47.7951C210.038 48.869 210.097 49.7329 210.05 50.3866C210.027 51.0169 209.793 51.3438 209.35 51.3671C208.673 51.3671 208.101 51.1453 207.634 50.7017C207.167 50.2348 206.758 49.6045 206.408 48.8107C206.081 48.0169 205.813 47.0947 205.602 46.0441C205.392 44.9702 205.217 43.8496 205.077 42.6823C204.937 41.4916 204.82 40.2776 204.726 39.0402C204.656 37.8029 204.586 36.6122 204.516 35.4682C204.446 34.3243 204.364 33.262 204.27 32.2815C204.177 31.2776 204.06 30.4254 203.92 29.725Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(11310.5),positionX:\"center\",positionY:\"center\",sizes:\"36.4063vw\",src:\"https://framerusercontent.com/images/kbeCeqRmGozCbpgla0BUIxGv0ns.gif\",srcSet:\"https://framerusercontent.com/images/kbeCeqRmGozCbpgla0BUIxGv0ns.gif?scale-down-to=1024 768w,https://framerusercontent.com/images/kbeCeqRmGozCbpgla0BUIxGv0ns.gif?scale-down-to=2048 1537w,https://framerusercontent.com/images/kbeCeqRmGozCbpgla0BUIxGv0ns.gif 2796w\"},className:\"framer-6cyh7h\",\"data-framer-name\":\"revolution.gif\",name:\"revolution.gif\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(11315.5),positionX:\"center\",positionY:\"center\",sizes:\"36.8229vw\",src:\"https://framerusercontent.com/images/kHHiMig3ihzrHpMi3lXgum78O8.gif\",srcSet:\"https://framerusercontent.com/images/kHHiMig3ihzrHpMi3lXgum78O8.gif?scale-down-to=1024 786w,https://framerusercontent.com/images/kHHiMig3ihzrHpMi3lXgum78O8.gif?scale-down-to=2048 1572w,https://framerusercontent.com/images/kHHiMig3ihzrHpMi3lXgum78O8.gif 2828w\"},className:\"framer-1cxnv3e\",\"data-framer-name\":\"revolution.gif\",name:\"revolution.gif\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"1920px\",y:12262,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1apmkzj-container\",children:/*#__PURE__*/_jsx(TextBanner,{height:\"100%\",id:\"hLtuRq_0U\",layoutId:\"hLtuRq_0U\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ao8p3a\",\"data-framer-name\":\"SOCIALS.DIV\",name:\"SOCIALS.DIV\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1041,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(12333),pixelHeight:1041,pixelWidth:960,sizes:\"31.1979vw\",src:\"https://framerusercontent.com/images/0RQ9VaoaWfZdYv1D8rf69HtLIc.png\",srcSet:\"https://framerusercontent.com/images/0RQ9VaoaWfZdYv1D8rf69HtLIc.png?scale-down-to=1024 944w,https://framerusercontent.com/images/0RQ9VaoaWfZdYv1D8rf69HtLIc.png 960w\"},className:\"framer-cw4kb2\",\"data-framer-name\":\"chad_pepe_chadp_new_pepe_meme_token_v0_q15UJpEo4M4K2E4UDS8K43HArDf8cg3ZThCorrfar2o_1_1\",name:\"chad_pepe_chadp_new_pepe_meme_token_v0_q15UJpEo4M4K2E4UDS8K43HArDf8cg3ZThCorrfar2o_1_1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(12712),positionX:\"center\",positionY:\"center\",sizes:\"7.8125vw\",src:\"https://framerusercontent.com/images/P7Vh1dM9Dcqp37NSFQF3epE0.png\",srcSet:\"https://framerusercontent.com/images/P7Vh1dM9Dcqp37NSFQF3epE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/P7Vh1dM9Dcqp37NSFQF3epE0.png 600w\"},className:\"framer-3jnbcw\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:12}}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/richpepeonsol\",nodeId:\"szhQEAW8f\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(12709),positionX:\"center\",positionY:\"center\",sizes:\"7.8125vw\",src:\"https://framerusercontent.com/images/k9TqI9QwkY8t79IQwb73EOao0ps.png\",srcSet:\"https://framerusercontent.com/images/k9TqI9QwkY8t79IQwb73EOao0ps.png?scale-down-to=512 512w,https://framerusercontent.com/images/k9TqI9QwkY8t79IQwb73EOao0ps.png 600w\"},className:\"framer-14vwh3h framer-lux5qc\",\"data-framer-name\":\"Link \u2192 image\",name:\"Link \u2192 image\",style:{rotate:-9}})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(12332.5),positionX:\"center\",positionY:\"center\",sizes:\"64.5313vw\",src:\"https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png\",srcSet:\"https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=512 512w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iNzCgGT0PJOEkzWnjzjrDJlrdg.png 3600w\"},className:\"framer-18tx7nt\",\"data-framer-name\":\"image\",name:\"image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:455,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(12375.323227869034),pixelHeight:455,pixelWidth:500,src:\"https://framerusercontent.com/images/Cry9vdR1JBVgR6OcUNbeXhghaik.gif\"},className:\"framer-n7p4zf\",\"data-framer-name\":\"xt\",name:\"xt\",style:{rotate:-5}})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(12944),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/UikZ1viijSIn9UeZ15kXw9hUVE.svg\",srcSet:\"https://framerusercontent.com/images/UikZ1viijSIn9UeZ15kXw9hUVE.svg?scale-down-to=512 512w,https://framerusercontent.com/images/UikZ1viijSIn9UeZ15kXw9hUVE.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UikZ1viijSIn9UeZ15kXw9hUVE.svg 1920w\"},className:\"framer-j0bcwl\",\"data-framer-name\":\"div.flex-1\",name:\"div.flex-1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(12365.5),pixelHeight:1e3,pixelWidth:1e3,sizes:\"29.9479vw\",src:\"https://framerusercontent.com/images/Y845VfJwDhitgB7o4GUGYfcP7ZU.gif\",srcSet:\"https://framerusercontent.com/images/Y845VfJwDhitgB7o4GUGYfcP7ZU.gif?scale-down-to=512 512w,https://framerusercontent.com/images/Y845VfJwDhitgB7o4GUGYfcP7ZU.gif 1000w\"},className:\"framer-1gt3x8d\",\"data-framer-name\":\"glass_pepe\",name:\"glass_pepe\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(12852),pixelHeight:100,pixelWidth:1e3,sizes:\"24.6875vw\",src:\"https://framerusercontent.com/images/pI1KhBrT53ExmXwViZycgGsMwuY.png\",srcSet:\"https://framerusercontent.com/images/pI1KhBrT53ExmXwViZycgGsMwuY.png?scale-down-to=512 512w,https://framerusercontent.com/images/pI1KhBrT53ExmXwViZycgGsMwuY.png 1000w\"},className:\"framer-f628mf\",\"data-framer-name\":\"Design_sans_titre_24_\",name:\"Design_sans_titre_24_\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2oHuI { background: white; }`,\".framer-2oHuI.framer-lux5qc, .framer-2oHuI .framer-lux5qc { display: block; }\",\".framer-2oHuI.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-2oHuI .framer-14pdevx { aspect-ratio: 2 / 1; background-color: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 908px); overflow: visible; position: relative; width: 95%; }\",\".framer-2oHuI .framer-1v99agy { --framer-paragraph-spacing: 0px; bottom: 245px; flex: none; height: 230px; position: absolute; right: -580px; white-space: pre-wrap; width: 511px; word-break: break-word; word-wrap: break-word; }\",\".framer-2oHuI .framer-1dhgiyx { --border-bottom-width: 4px; --border-color: #000000; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; background-color: #ed3b23; bottom: 124px; box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612); flex: none; height: 72px; overflow: hidden; position: absolute; right: -361px; width: 254px; }\",\".framer-2oHuI .framer-1p0ugww { --framer-paragraph-spacing: 0px; flex: none; height: 40px; left: 24px; position: absolute; top: 15px; white-space: pre-wrap; width: 206px; word-break: break-word; word-wrap: break-word; }\",\".framer-2oHuI .framer-1koednu { bottom: 132px; flex: none; height: 56px; overflow: hidden; position: absolute; right: -457px; width: 56px; }\",\".framer-2oHuI .framer-199pzb { bottom: 132px; flex: none; height: 56px; overflow: hidden; position: absolute; right: -529px; width: 56px; }\",\".framer-2oHuI .framer-157ldtl { flex: none; height: 6%; left: calc(76.65198237885464% - 2.9185022026431717% / 2); overflow: hidden; position: absolute; text-decoration: none; top: calc(78.08370044052866% - 5.8370044052863435% / 2); width: 3%; }\",\".framer-2oHuI .framer-x8ehjk { flex: none; height: 6%; left: calc(80.45154185022028% - 2.9185022026431717% / 2); overflow: hidden; position: absolute; text-decoration: none; top: calc(78.08370044052866% - 5.8370044052863435% / 2); width: 3%; }\",\".framer-2oHuI .framer-1o1f6vc { flex: none; height: 8%; left: calc(65.58370044052866% - 13.215859030837004% / 2); position: absolute; text-decoration: none; top: calc(77.97356828193834% - 7.599118942731277% / 2); width: 13%; }\",\".framer-2oHuI .framer-eu7e4h { flex: none; height: 25%; left: calc(71.61458333333336% - 36.770833333333336% / 2); position: absolute; top: calc(57.81250000000002% - 24.583333333333332% / 2); width: 37%; }\",\".framer-2oHuI .framer-1tlfglf { flex: none; height: 3%; left: calc(95.31250000000003% - 9.322916666666666% / 2); position: absolute; top: calc(98.22916666666669% - 3.3333333333333335% / 2); width: 9%; }\",\".framer-2oHuI .framer-15bbfji { flex: none; height: 35%; left: calc(50.00000000000002% - 64.53125% / 2); overflow: visible; position: absolute; top: calc(24.79166666666669% - 35.104166666666664% / 2); width: 65%; }\",\".framer-2oHuI .framer-19d6puo { aspect-ratio: 1.0981308411214954 / 1; flex: none; height: 62%; left: 77%; overflow: visible; position: absolute; top: 44%; transform: translate(-50%, -50%); width: var(--framer-aspect-ratio-supported, 218px); }\",\".framer-2oHuI .framer-1yf94v0 { flex: none; height: 88%; left: calc(21.75824175824178% - 43.57142857142857% / 2); overflow: visible; position: absolute; top: calc(56.263736263736284% - 88.46153846153845% / 2); width: 44%; }\",\".framer-2oHuI .framer-1opbrab-container { flex: none; height: 12%; left: calc(1.3766519823788768% - 5.947136563876652% / 2); position: absolute; top: calc(9.140969162995617% - 11.894273127753303% / 2); width: 6%; }\",\".framer-2oHuI .framer-axsb1j { flex: none; height: 6%; left: calc(84.30616740088108% - 2.973568281938326% / 2); overflow: visible; position: absolute; text-decoration: none; top: calc(78.19383259911896% - 5.947136563876652% / 2); width: 3%; }\",\".framer-2oHuI .framer-16hi0kp-container, .framer-2oHuI .framer-1ab796i-container, .framer-2oHuI .framer-xtawch-container, .framer-2oHuI .framer-13adoaw-container, .framer-2oHuI .framer-wckrn1-container, .framer-2oHuI .framer-1ohwaj6-container, .framer-2oHuI .framer-14wlb4w-container, .framer-2oHuI .framer-1m6qg27-container, .framer-2oHuI .framer-1ugx1b6-container, .framer-2oHuI .framer-7afjyn-container, .framer-2oHuI .framer-19i670v-container, .framer-2oHuI .framer-1apmkzj-container { flex: none; height: 52px; position: relative; width: 1920px; z-index: 1; }\",\".framer-2oHuI .framer-14ku8fw { aspect-ratio: 1.5483870967741935 / 1; background-color: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 1240px); overflow: visible; position: relative; width: 100%; }\",\".framer-2oHuI .framer-b0pczp-container { flex: none; height: 100%; left: calc(51.77083333333336% - 103.59375% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 104%; }\",\".framer-2oHuI .framer-10gjmdj { flex: none; height: 8%; left: calc(26.04166666666669% - 19.270833333333336% / 2); position: absolute; text-decoration: none; top: calc(81.0483870967742% - 8.46774193548387% / 2); width: 19%; }\",\".framer-2oHuI .framer-10jy3b4 { flex: none; height: 32%; left: calc(50.00000000000002% - 103.02083333333334% / 2); overflow: visible; position: absolute; top: calc(12.4193548387097% - 31.85483870967742% / 2); width: 103%; }\",\".framer-2oHuI .framer-1nmgitt { flex: none; height: 84%; left: calc(74.16666666666669% - 51.61458333333333% / 2); overflow: hidden; position: absolute; top: calc(58.38709677419357% - 84.2741935483871% / 2); width: 52%; }\",\".framer-2oHuI .framer-1wiqs81 { flex: none; height: 16%; left: calc(25.62500000000002% - 35.104166666666664% / 2); overflow: visible; position: absolute; top: calc(53.30645161290325% - 16.129032258064516% / 2); width: 35%; }\",\".framer-2oHuI .framer-42kv1l { flex: none; height: 16%; left: calc(25.62500000000002% - 35.104166666666664% / 2); overflow: visible; position: absolute; top: calc(66.53225806451614% - 16.129032258064516% / 2); width: 35%; }\",\".framer-2oHuI .framer-f7psfh-container { flex: none; height: 28%; left: calc(92.28486646884275% - 8.456973293768547% / 2); position: absolute; top: calc(47.50000000000002% - 28.499999999999996% / 2); width: 8%; }\",\".framer-2oHuI .framer-1ti7jjd { flex: none; height: 24%; left: calc(25.364583333333357% - 33.90625% / 2); overflow: visible; position: absolute; top: calc(36.6935483870968% - 24.43548387096774% / 2); width: 34%; }\",\".framer-2oHuI .framer-1ow3jj6 { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 960px); position: relative; width: 100%; z-index: 1; }\",\".framer-2oHuI .framer-i77jay { aspect-ratio: 1.759853345554537 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1091px); overflow: hidden; position: relative; width: 100%; }\",\".framer-2oHuI .framer-r7fi65-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-2oHuI .framer-12g8cws { flex: none; height: 62%; left: calc(68.75000000000003% - 62.5% / 2); overflow: hidden; position: absolute; top: calc(69.11090742438132% - 61.778185151237395% / 2); width: 63%; }\",\".framer-2oHuI .framer-snld5s { flex: none; height: 20%; left: calc(22.343750000000025% - 37.65625% / 2); position: absolute; top: calc(15.58203483043082% - 20.348304307974335% / 2); width: 38%; }\",\".framer-2oHuI .framer-12do3qj { flex: none; height: 13%; left: calc(22.343750000000025% - 15.052083333333332% / 2); position: absolute; text-decoration: none; top: calc(27.864344637946857% - 13.290559120073327% / 2); width: 15%; }\",\".framer-2oHuI .framer-17fqkzb, .framer-2oHuI .framer-1rjh25z { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 960px); overflow: visible; position: relative; width: 100%; }\",\".framer-2oHuI .framer-1w8v161 { flex: none; height: 94%; left: calc(76.61458333333336% - 46.770833333333336% / 2); overflow: visible; position: absolute; top: calc(53.22916666666669% - 93.54166666666667% / 2); width: 47%; }\",\".framer-2oHuI .framer-3vdugh { flex: none; height: 25%; left: calc(23.85416666666669% - 38.59375% / 2); position: absolute; top: calc(18.75000000000002% - 24.583333333333332% / 2); width: 39%; }\",\".framer-2oHuI .framer-1nczdef { flex: none; height: 8%; left: calc(29.062500000000025% - 13.229166666666666% / 2); position: absolute; text-decoration: none; top: calc(62.70833333333336% - 7.604166666666666% / 2); width: 13%; }\",\".framer-2oHuI .framer-2r0y36 { aspect-ratio: 2.196796338672769 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 874px); overflow: hidden; position: relative; width: 100%; }\",\".framer-2oHuI .framer-1gi8y0q { aspect-ratio: 1.2330827067669172 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 399px); left: 50%; position: absolute; top: 42%; transform: translate(-50%, -50%); width: 26%; }\",\".framer-2oHuI .framer-4uk2t1 { aspect-ratio: 4.809815950920245 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 163px); left: 78%; overflow: visible; position: absolute; top: 85%; transform: translate(-50%, -50%); width: 41%; }\",\".framer-2oHuI .framer-1bml7pz { flex: none; height: 798px; left: calc(15.520833333333355% - 38.54166666666667% / 2); position: absolute; top: calc(64.87414187643023% - 798px / 2); width: 39%; }\",\".framer-2oHuI .framer-472q5 { flex: none; height: 10%; left: calc(49.947916666666686% - 30.885416666666664% / 2); position: absolute; text-decoration: none; top: calc(82.60416666666669% - 9.895833333333332% / 2); width: 31%; }\",\".framer-2oHuI .framer-95i3be { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 960px); overflow: hidden; position: relative; width: 100%; }\",\".framer-2oHuI .framer-1f9naa2 { flex: none; height: 60%; left: calc(76.25000000000001% - 22.552083333333332% / 2); overflow: visible; position: absolute; top: calc(72.81250000000003% - 60.10416666666667% / 2); width: 23%; z-index: 1; }\",\".framer-2oHuI .framer-1lnuums-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-2oHuI .framer-g5n4xh { flex: none; height: 26%; left: calc(21.87500000000002% - 38.125% / 2); overflow: visible; position: absolute; top: calc(17.50000000000002% - 25.833333333333336% / 2); width: 38%; }\",\".framer-2oHuI .framer-1ak1w56 { aspect-ratio: 1.4883720930232558 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1290px); overflow: hidden; position: relative; width: 100%; }\",\".framer-2oHuI .framer-yffzvc { aspect-ratio: 2.245614035087719 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 855px); overflow: visible; position: relative; width: 100%; }\",\".framer-2oHuI .framer-184uzfe { flex: none; height: 81%; left: calc(73.07291666666669% - 41.822916666666664% / 2); overflow: visible; position: absolute; top: calc(59.64912280701756% - 80.58479532163743% / 2); width: 42%; }\",\".framer-2oHuI .framer-1ecno8c { flex: none; height: 13%; left: calc(24.895833333333357% - 20.208333333333332% / 2); position: absolute; text-decoration: none; top: calc(53.09941520467838% - 13.099415204678364% / 2); width: 20%; }\",\".framer-2oHuI .framer-10e769g { flex: none; height: 28%; left: calc(24.21875000000002% - 36.822916666666664% / 2); position: absolute; top: calc(26.31578947368423% - 27.719298245614034% / 2); width: 37%; }\",\".framer-2oHuI .framer-1a5ewar { aspect-ratio: 3.076923076923077 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 624px); overflow: visible; position: relative; width: 100%; }\",\".framer-2oHuI .framer-1w74eus { flex: none; height: 80%; left: calc(12.500000000000021% - 24.791666666666668% / 2); overflow: visible; position: absolute; top: calc(60.09615384615387% - 79.8076923076923% / 2); width: 25%; }\",\".framer-2oHuI .framer-z7h29h { flex: none; height: 88%; left: calc(83.43750000000001% - 28.802083333333332% / 2); overflow: visible; position: absolute; top: calc(72.59615384615387% - 87.5% / 2); width: 29%; }\",\".framer-2oHuI .framer-lqwo7u { aspect-ratio: 1.9834710743801653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 968px); overflow: hidden; position: relative; width: 100%; }\",\".framer-2oHuI .framer-4r37qj { flex: none; height: 95%; left: calc(50.00000000000002% - 35.885416666666664% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 94.73140495867769% / 2); width: 36%; }\",\".framer-2oHuI .framer-7idzxh { flex: none; height: 8%; left: calc(49.92743105950655% - 36.86502177068215% / 2); position: absolute; text-decoration: none; top: calc(87.56815703380592% - 7.960741548527809% / 2); width: 37%; }\",\".framer-2oHuI .framer-6cyh7h { flex: none; height: 96%; left: calc(87.44791666666669% - 36.40625% / 2); overflow: visible; position: absolute; top: calc(49.79338842975209% - 96.17768595041323% / 2); width: 36%; }\",\".framer-2oHuI .framer-1cxnv3e { flex: none; height: 95%; left: calc(12.343750000000023% - 36.822916666666664% / 2); overflow: hidden; position: absolute; top: calc(49.79338842975209% - 95.14462809917356% / 2); width: 37%; }\",\".framer-2oHuI .framer-ao8p3a { aspect-ratio: 2.8486646884273 / 1; background-color: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 674px); overflow: visible; position: relative; width: 100%; }\",\".framer-2oHuI .framer-cw4kb2 { flex: none; height: 96%; left: calc(84.37500000000003% - 31.197916666666664% / 2); overflow: visible; position: absolute; top: calc(51.038575667655806% - 96.43916913946587% / 2); width: 31%; }\",\".framer-2oHuI .framer-3jnbcw { flex: none; height: 22%; left: calc(54.63541666666669% - 7.8125% / 2); overflow: hidden; position: absolute; top: calc(70.17804154302672% - 22.255192878338278% / 2); width: 8%; }\",\".framer-2oHuI .framer-14vwh3h { flex: none; height: 22%; left: calc(43.385416666666686% - 7.8125% / 2); overflow: hidden; position: absolute; text-decoration: none; top: calc(69.73293768545996% - 22.255192878338278% / 2); width: 8%; }\",\".framer-2oHuI .framer-18tx7nt { flex: none; height: 50%; left: calc(48.59375000000002% - 64.53125% / 2); overflow: visible; position: absolute; top: calc(27.74480712166174% - 50% / 2); width: 65%; }\",\".framer-2oHuI .framer-n7p4zf { flex: none; height: 62%; left: calc(77.21712538226302% - 18.563357546408394% / 2); overflow: visible; position: absolute; top: calc(43.78238341968914% - 62.15038828208851% / 2); width: 19%; }\",\".framer-2oHuI .framer-j0bcwl { flex: none; height: 7%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(96.7359050445104% - 6.528189910979229% / 2); width: 100%; }\",\".framer-2oHuI .framer-1gt3x8d { flex: none; height: 86%; left: calc(14.94791666666669% - 29.947916666666668% / 2); overflow: visible; position: absolute; top: calc(50.7418397626113% - 86.20178041543026% / 2); width: 30%; }\",\".framer-2oHuI .framer-f628mf { flex: none; height: 14%; left: calc(30.78125000000002% - 24.6875% / 2); overflow: visible; position: absolute; top: calc(86.64688427299706% - 13.649851632047477% / 2); width: 25%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2oHuI.framer-72rtr7 { gap: 0px; } .framer-2oHuI.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2oHuI.framer-72rtr7 > :first-child { margin-top: 0px; } .framer-2oHuI.framer-72rtr7 > :last-child { margin-bottom: 0px; } }\",`@media (min-width: 810px) and (max-width: 1919px) { .${metadata.bodyClassName}-framer-2oHuI { background: white; } .framer-2oHuI.framer-72rtr7 { width: 810px; } .framer-2oHuI .framer-14pdevx { height: var(--framer-aspect-ratio-supported, 383px); } .framer-2oHuI .framer-19d6puo { width: var(--framer-aspect-ratio-supported, 92px); } .framer-2oHuI .framer-14ku8fw { height: var(--framer-aspect-ratio-supported, 523px); } .framer-2oHuI .framer-1ow3jj6, .framer-2oHuI .framer-17fqkzb, .framer-2oHuI .framer-1rjh25z, .framer-2oHuI .framer-95i3be { height: var(--framer-aspect-ratio-supported, 405px); } .framer-2oHuI .framer-i77jay { height: var(--framer-aspect-ratio-supported, 460px); } .framer-2oHuI .framer-2r0y36 { height: var(--framer-aspect-ratio-supported, 369px); } .framer-2oHuI .framer-1gi8y0q { height: var(--framer-aspect-ratio-supported, 168px); } .framer-2oHuI .framer-4uk2t1 { height: var(--framer-aspect-ratio-supported, 69px); } .framer-2oHuI .framer-1ak1w56 { height: var(--framer-aspect-ratio-supported, 544px); } .framer-2oHuI .framer-yffzvc { height: var(--framer-aspect-ratio-supported, 361px); } .framer-2oHuI .framer-1a5ewar { height: var(--framer-aspect-ratio-supported, 263px); } .framer-2oHuI .framer-lqwo7u { height: var(--framer-aspect-ratio-supported, 409px); } .framer-2oHuI .framer-ao8p3a { height: var(--framer-aspect-ratio-supported, 284px); }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-2oHuI { background: white; } .framer-2oHuI.framer-72rtr7 { width: 390px; } .framer-2oHuI .framer-14pdevx { height: var(--framer-aspect-ratio-supported, 184px); } .framer-2oHuI .framer-19d6puo { width: var(--framer-aspect-ratio-supported, 44px); } .framer-2oHuI .framer-14ku8fw { height: var(--framer-aspect-ratio-supported, 252px); } .framer-2oHuI .framer-1ow3jj6, .framer-2oHuI .framer-17fqkzb, .framer-2oHuI .framer-1rjh25z, .framer-2oHuI .framer-95i3be { height: var(--framer-aspect-ratio-supported, 195px); } .framer-2oHuI .framer-i77jay { height: var(--framer-aspect-ratio-supported, 222px); } .framer-2oHuI .framer-2r0y36 { height: var(--framer-aspect-ratio-supported, 177px); } .framer-2oHuI .framer-1gi8y0q { height: var(--framer-aspect-ratio-supported, 81px); } .framer-2oHuI .framer-4uk2t1 { height: var(--framer-aspect-ratio-supported, 34px); } .framer-2oHuI .framer-1ak1w56 { height: var(--framer-aspect-ratio-supported, 262px); } .framer-2oHuI .framer-yffzvc { height: var(--framer-aspect-ratio-supported, 174px); } .framer-2oHuI .framer-1a5ewar { height: var(--framer-aspect-ratio-supported, 127px); } .framer-2oHuI .framer-lqwo7u { height: var(--framer-aspect-ratio-supported, 197px); } .framer-2oHuI .framer-ao8p3a { height: var(--framer-aspect-ratio-supported, 136px); }}`,'.framer-2oHuI[data-border=\"true\"]::after, .framer-2oHuI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12988\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rt77shUl1\":{\"layout\":[\"fixed\",\"auto\"]},\"sj01u40d3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-2oHuI\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12988,width:1920};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Gloria Hallelujah\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLS33TKEvkCF.woff2\",weight:\"400\"}]},...SoundOnTapFonts,...TextBannerFonts,...VideoFonts,...CopyToClipboardFonts,...Video1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"12988\",\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rt77shUl1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sj01u40d3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isMotionValue", "v", "MotionValue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useOnChange", "value", "callback", "ue", "isMotionValue", "secondsToMinutes", "seconds", "minutes", "s", "useAutoMotionValue", "inputValue", "options", "ref", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "ref2", "newValue", "ref3", "animate2", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PlayIcon", "props", "p", "motion", "PauseIcon", "u", "FUNC_ERROR_TEXT", "nativeMax", "nativeMin", "NAN", "reTrim", "reIsBadHex", "reIsBinary", "reIsOctal", "freeParseInt", "now", "isObject", "value", "type", "toNumber", "value", "NAN", "isObject", "other", "reTrim", "isBinary", "reIsBinary", "reIsOctal", "freeParseInt", "reIsBadHex", "debounce", "func", "wait", "options", "lastArgs", "lastThis", "maxWait", "result", "timerId", "lastCallTime", "lastInvokeTime", "leading", "maxing", "trailing", "FUNC_ERROR_TEXT", "nativeMax", "invokeFunc", "time", "args", "thisArg", "leadingEdge", "timerExpired", "remainingWait", "timeSinceLastCall", "timeSinceLastInvoke", "timeWaiting", "nativeMin", "shouldInvoke", "now", "trailingEdge", "cancel", "flush", "debounced", "isInvoking", "throttle", "KnobOptions", "Slider", "withCSS", "props", "valueProp", "trackHeight", "fillColor", "focusColor", "min", "max", "onChange", "onChangeLive", "onMax", "onMin", "trackColor", "trackRadius", "knobSize", "knobColor", "constrainKnob", "shadow", "shouldAnimateChange", "transition", "overdrag", "knobSetting", "style", "hovered", "setHovered", "ye", "focused", "setFocused", "onCanvas", "RenderTarget", "shouldAnimate", "isConstrained", "showKnob", "input", "pe", "knobPadding", "updateValue", "te", "newVal", "target", "throttledInputUpdate", "animate", "value", "useAutoMotionValue", "transform", "knobX", "useTransform", "normalizedValue", "throttle", "val", "ref", "useOnChange", "isMotionValue", "handleInputChange", "e", "handleMouseDown", "handleMouseUp", "totalKnobWidth", "totalHeight", "u", "p", "motion", "addPropertyControls", "ControlType", "isMotionValue", "v", "MotionValue", "SrcType", "PlayTime", "props", "currentTime", "startTime", "playTime", "setPlayTime", "ye", "ue", "secondsToMinutes", "useOnChange", "latest", "p", "l", "checkIfPlaying", "player", "Audio", "playing", "background", "progressColor", "trackHeight", "gap", "trackColor", "srcUrl", "srcType", "srcFile", "loop", "autoPlay", "progress", "volume", "showTime", "showTrack", "playPauseCursor", "showPlayPause", "onTimeUpdate", "onMetadata", "onPlay", "onPause", "onEnd", "pauseOnExit", "onPlayGlobalPauseOption", "isPlaying", "setIsPlaying", "duration", "setDuration", "pe", "playerInfo", "trackProgress", "useAutoMotionValue", "value", "newValue", "handlePlayStateUpdate", "padding", "usePadding", "borderRadius", "useRadius", "shouldPlay", "RenderTarget", "shouldPausePlayers", "url", "shouldAutoPlay", "te", "_", "ref", "ref1", "currentDuration", "isNowPlaying", "animate", "pauseAllAudioPlayers", "el", "playAudio", "e", "pauseAudio", "handleMetadata", "initProgress", "handleReady", "handleSeek", "val", "handleEnd", "handlePlayClick", "useOnEnter", "useOnExit", "progressPercent", "iconStyles", "se", "u", "containerStyles", "PauseIcon", "PlayIcon", "Slider", "addPropertyControls", "ControlType", "paddingControl", "borderRadiusControl", "AudioFonts", "getFonts", "Audio", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapu0moqh", "args", "onTap9dzvae", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerD16ntJaL6", "withCSS", "D16ntJaL6_default", "addPropertyControls", "ControlType", "addFonts", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "ClipboardFonts", "getFonts", "Clipboard", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "cx", "serializationHash", "ComponentViewportProvider", "Clipboard", "css", "FramerigktHcBH7", "withCSS", "igktHcBH7_default", "addFonts", "ClipboardFonts", "noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "l", "g", "glide", "o", "f", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "n", "createGeneratorEasing", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "n", "dispatchViewEvent", "se", "o", "i", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Ticker", "RichText2", "css", "FramerYfMUSbdDN", "withCSS", "YfMUSbdDN_default", "addFonts", "TickerFonts", "SoundOnTapFonts", "getFonts", "D16ntJaL6_default", "TextBannerFonts", "YfMUSbdDN_default", "VideoFonts", "Video", "CopyToClipboardFonts", "igktHcBH7_default", "Video1Fonts", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "RichText2", "x", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "ComponentViewportProvider", "Container", "D16ntJaL6_default", "YfMUSbdDN_default", "Video", "igktHcBH7_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SoundOnTapFonts", "TextBannerFonts", "VideoFonts", "CopyToClipboardFonts", "Video1Fonts", "__FramerMetadata__"]
}
