{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/36ggpfKrXlQtZIfCm2lt/tI775v1BRdjAAkzcL0le/SR8Tu6wLN.js", "ssg:https://framerusercontent.com/modules/wzW86xweBEc7KxjU4hMs/Bcl8ClKdtA6o8ppN3Rzh/VcngNbO2E.js", "ssg:https://framerusercontent.com/modules/5AEWeCHQNlRTIdAHzbrQ/obps9X4l4RcdqPcSQygk/e1XEM5Jhv.js", "ssg:https://framerusercontent.com/modules/di18pqJJnrQuB1d99KOr/l8256nTag2Q48340eU6t/BKMYs7xp_.js", "ssg:https://framerusercontent.com/modules/zWgf08jtgcYfAWvXhRxQ/9HgDULonP2QNcxgb4kNi/e8kApHjI4.js", "ssg:https://framerusercontent.com/modules/2LE84fWWK8hST8J6QkNw/GzH0za4OeDK25kY1stSY/hhzanSsga.js", "ssg:https://framerusercontent.com/modules/qpDweP8RObBGF2a7J1Cu/Z2Trz1uGQvAvGgqmqHwU/M7J8Biqjh.js", "ssg:https://framerusercontent.com/modules/qE67YRkpdmtEoV5fh7M6/tYAFubmpcFcQMIVjCS76/rmyHU0j9Q.js", "ssg:https://framerusercontent.com/modules/ifABQDoVL6XphvPIdDzG/am6mmJXiKLmODZ6buH6l/nHB6DZZAW.js", "ssg:https://framerusercontent.com/modules/yZNxdV3Tql7iOPU57JvC/3gW3seDJxPWbHn4KImso/o93BsUfXU.js", "ssg:https://framerusercontent.com/modules/iBC6eWwz2UMlScXwPrDG/YfAuagslsEwTWFiscUF2/cYRcZx8dV.js", "ssg:https://framerusercontent.com/modules/cAFqr8JZEmlosX8IE9sz/whTj1ZJQQzXFtX0gjiyh/k5MYmZRqN.js", "ssg:https://framerusercontent.com/modules/shI930YNH1QqmBm2uaXD/0f7TAivtI6j4qgL6IddC/RcXtmiZ6A.js", "ssg:https://framerusercontent.com/modules/iFrS4yjcreJMW4SSquTq/687nnXBBOOnp0NYsWa4a/RYpXRiCCV.js", "ssg:https://framerusercontent.com/modules/f8bck9ecr4Yyp9bUG91T/BK3h9UssoB0UCFGw5bYV/Wh06BfHF_.js", "ssg:https://framerusercontent.com/modules/l8hwmUiQw2uWKUKJ3JgC/hJlLHAkEJA4zYUGTTjU6/X06oMW2v8.js", "ssg:https://framerusercontent.com/modules/9Mr4lVgK700WWPFLYqDr/zJv1IEXwSt6usOipY0RP/pyQ74JKGa.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Clash Display-semibold\",\"FS;Clash Display-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/FPDAZ2S6SW4QMSRIIKNNGTPM6VIXYMKO/5HNPQ453FRLIQWV2FNOBUU3FKTDZQVSG/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.woff2\",weight:\"600\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BFBSY7LX5W2U2EROCLVVTQP4VS7S4PC3/IIUX4FGTMD2LK2VWD3RVTAS4SSMUN7B5/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff2\",weight:\"700\"}]}];export const css=['.framer-vXdKI .framer-styles-preset-1dtjhvc:not(.rich-text-wrapper), .framer-vXdKI .framer-styles-preset-1dtjhvc.rich-text-wrapper h5 { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-vXdKI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (55cf326)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FR;InterDisplay-Medium\",\"FR;InterDisplay-Bold\",\"FR;InterDisplay-BoldItalic\",\"FR;InterDisplay-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/fXvVh2JeZlehNcEhKHpHH0frSl0.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/7pScaNeb6M7n2HF2jKemDqzCIr4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/qS4UjQYyATcVV9rODk0Zx9KhkY8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/VfD2n20yM7v0hrUEBHEyafsmMBY.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/4oIO9fB59bn3cKFWz7piCj28z9s.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/TBccIZR9kIpkRce5i9ATfPp7a4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/F5Lmfd3fCAu7TwiYbI4DLWw4ks.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/A5P4nkYCJlLQxGxaS1lzG8PNSc.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/vuPfygr1n1zYxscvWgGI8hRf3LE.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/jplzYzqFHXreyADwk9yrkQlWQ.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/sSIKP2TfVPvfK7YVENPE5H87A.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/gawbeo7iEJSRZ4kcrh6YRrU8o.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/xSzma7KIWAdctStaX171ey3lams.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/8E92vrr3j1gDqzepmeSbD2u0JxA.woff2\",weight:\"500\"}]}];export const css=[\".framer-vhKGk .framer-styles-preset-zd8fka:not(.rich-text-wrapper), .framer-vhKGk .framer-styles-preset-zd8fka.rich-text-wrapper p { --framer-font-family: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-bold-italic: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-italic: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv01' on, 'cv09' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv11' on, 'cv12' on, 'cv10' on, 'cv05' on, 'cv07' on, 'cv13' on, 'cv06' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0px; --framer-line-height: 22.4px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, #808080); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-vhKGk\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/36ggpfKrXlQtZIfCm2lt/tI775v1BRdjAAkzcL0le/SR8Tu6wLN.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wzW86xweBEc7KxjU4hMs/Bcl8ClKdtA6o8ppN3Rzh/VcngNbO2E.js\";const cycleOrder=[\"Q3PIkvK9_\",\"oogoTKVpE\",\"AyWVenkXv\",\"NEbbr7Vp5\"];const serializationHash=\"framer-3xgkt\";const variantClassNames={AyWVenkXv:\"framer-v-1wat6te\",NEbbr7Vp5:\"framer-v-wufwa8\",oogoTKVpE:\"framer-v-115i2xh\",Q3PIkvK9_:\"framer-v-mpw738\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"Q3PIkvK9_\",L2:\"NEbbr7Vp5\",M:\"oogoTKVpE\",S:\"AyWVenkXv\"};const getProps=({bodyText,border,height,id,image1,image2,image3,title,width,...props})=>{return{...props,aMNwMtz9E:border??props.aMNwMtz9E??{borderBottomWidth:0,borderColor:'var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22)) /* {\"name\":\"Border\"} */',borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:0},FRP5eRtMh:image1??props.FRP5eRtMh,KvAzaBpzA:bodyText??props.KvAzaBpzA??\"We begin by immersing ourselves in your story, vision, and goals. \",ngydC3heF:image2??props.ngydC3heF,TngSWNOcu:image3??props.TngSWNOcu,variant:humanReadableVariantMap[props.variant]??props.variant??\"Q3PIkvK9_\",zRvevnocg:title??props.zRvevnocg??\"IP ECOSYSTEMS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,zRvevnocg,KvAzaBpzA,FRP5eRtMh,ngydC3heF,TngSWNOcu,aMNwMtz9E,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Q3PIkvK9_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"AyWVenkXv\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"oogoTKVpE\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-mpw738\",className,classNames),\"data-border\":true,\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"Q3PIkvK9_\",ref:refBinding,style:{\"--border-bottom-width\":(aMNwMtz9E.borderBottomWidth??aMNwMtz9E.borderWidth)+\"px\",\"--border-color\":aMNwMtz9E.borderColor,\"--border-left-width\":(aMNwMtz9E.borderLeftWidth??aMNwMtz9E.borderWidth)+\"px\",\"--border-right-width\":(aMNwMtz9E.borderRightWidth??aMNwMtz9E.borderWidth)+\"px\",\"--border-style\":aMNwMtz9E.borderStyle,\"--border-top-width\":(aMNwMtz9E.borderTopWidth??aMNwMtz9E.borderWidth)+\"px\",...style},...addPropertyOverrides({AyWVenkXv:{\"data-framer-name\":\"S\"},NEbbr7Vp5:{\"data-framer-name\":\"L2\"},oogoTKVpE:{\"data-framer-name\":\"M\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-79o3t\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"UTLg9gkW_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ldfb4y\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"iBNETRnv8\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wtkz14\",\"data-framer-name\":\"Images\",layoutDependency:layoutDependency,layoutId:\"x0keCPBsm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fsbgyp\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"nZwPpN6kL\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+50+0+0+0+0+0+0+0),pixelHeight:3264,pixelWidth:4898,sizes:\"40px\",...toResponsiveImage(FRP5eRtMh)},className:\"framer-1d493h\",\"data-framer-name\":\"Fill Your Image Here\",layoutDependency:layoutDependency,layoutId:\"LhCz5dYJm\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12pa0v0\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"mOhTzdRyc\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+50+0+0+0+0+0+0+0),pixelHeight:3264,pixelWidth:4898,sizes:\"40px\",...toResponsiveImage(ngydC3heF)},className:\"framer-1vnynos\",\"data-framer-name\":\"Fill Your Image Here\",layoutDependency:layoutDependency,layoutId:\"oAmIRDrV0\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h736g9\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"VDYlAsJJy\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+50+0+0+0+0+0+0+0),pixelHeight:3264,pixelWidth:4898,sizes:\"40px\",...toResponsiveImage(TngSWNOcu)},className:\"framer-1ryx1dn\",\"data-framer-name\":\"Fill Your Image Here\",layoutDependency:layoutDependency,layoutId:\"POt3kLV40\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1dtjhvc\",\"data-styles-preset\":\"SR8Tu6wLN\",style:{\"--framer-text-alignment\":\"center\"},children:\"Discover and Analysis\"})}),className:\"framer-126ei6z\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E9VpMpLEl\",text:zRvevnocg,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zd8fka\",\"data-styles-preset\":\"VcngNbO2E\",style:{\"--framer-text-alignment\":\"center\"},children:\"We begin by immersing ourselves in your story, vision, and goals. Through thoughtful conversations and collaborative brainstorming, we uncover the unique elements that make you stand out. This step focuses on understanding your audience, defining and crafting a strategic plan tailored to your personal or professional brand.\"})}),className:\"framer-1l3sak5\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qNtHbfD3u\",text:KvAzaBpzA,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3xgkt.framer-10a9340, .framer-3xgkt .framer-10a9340 { display: block; }\",\".framer-3xgkt.framer-mpw738 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 50px 40px 50px 40px; position: relative; width: 500px; }\",\".framer-3xgkt .framer-79o3t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3xgkt .framer-1ldfb4y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3xgkt .framer-1wtkz14 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3xgkt .framer-1fsbgyp, .framer-3xgkt .framer-12pa0v0, .framer-3xgkt .framer-1h736g9 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3xgkt .framer-1d493h, .framer-3xgkt .framer-1vnynos, .framer-3xgkt .framer-1ryx1dn { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-3xgkt .framer-126ei6z { flex: none; height: auto; max-width: 723.5px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3xgkt .framer-1l3sak5 { flex: none; height: auto; max-width: 290px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3xgkt.framer-v-1wat6te.framer-mpw738 { padding: 24px 40px 24px 40px; }\",\".framer-3xgkt.framer-v-1wat6te .framer-1ldfb4y { gap: 0px; }\",\".framer-3xgkt.framer-v-1wat6te .framer-126ei6z, .framer-3xgkt.framer-v-1wat6te .framer-1l3sak5 { max-width: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-3xgkt[data-border=\"true\"]::after, .framer-3xgkt [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 249\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oogoTKVpE\":{\"layout\":[\"fixed\",\"auto\"]},\"AyWVenkXv\":{\"layout\":[\"fixed\",\"auto\"]},\"NEbbr7Vp5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zRvevnocg\":\"title\",\"KvAzaBpzA\":\"bodyText\",\"FRP5eRtMh\":\"image1\",\"ngydC3heF\":\"image2\",\"TngSWNOcu\":\"image3\",\"aMNwMtz9E\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framere1XEM5Jhv=withCSS(Component,css,\"framer-3xgkt\");export default Framere1XEM5Jhv;Framere1XEM5Jhv.displayName=\"About Point\";Framere1XEM5Jhv.defaultProps={height:249,width:500};addPropertyControls(Framere1XEM5Jhv,{variant:{options:[\"Q3PIkvK9_\",\"oogoTKVpE\",\"AyWVenkXv\",\"NEbbr7Vp5\"],optionTitles:[\"L\",\"M\",\"S\",\"L2\"],title:\"Variant\",type:ControlType.Enum},zRvevnocg:{defaultValue:\"IP ECOSYSTEMS\",displayTextArea:true,title:\"Title\",type:ControlType.String},KvAzaBpzA:{defaultValue:\"We begin by immersing ourselves in your story, vision, and goals. \",displayTextArea:true,title:\"Body Text\",type:ControlType.String},FRP5eRtMh:{title:\"Image 1\",type:ControlType.ResponsiveImage},ngydC3heF:{title:\"Image 2\",type:ControlType.ResponsiveImage},TngSWNOcu:{title:\"Image 3\",type:ControlType.ResponsiveImage},aMNwMtz9E:{defaultValue:{borderBottomWidth:0,borderColor:'var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22)) /* {\"name\":\"Border\"} */',borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:0},title:\"Border\",type:ControlType.Border}});addFonts(Framere1XEM5Jhv,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere1XEM5Jhv\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"500\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oogoTKVpE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AyWVenkXv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NEbbr7Vp5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"249\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"zRvevnocg\\\":\\\"title\\\",\\\"KvAzaBpzA\\\":\\\"bodyText\\\",\\\"FRP5eRtMh\\\":\\\"image1\\\",\\\"ngydC3heF\\\":\\\"image2\\\",\\\"TngSWNOcu\\\":\\\"image3\\\",\\\"aMNwMtz9E\\\":\\\"border\\\"}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e1XEM5Jhv.map", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AboutPoint from\"https://framerusercontent.com/modules/5AEWeCHQNlRTIdAHzbrQ/obps9X4l4RcdqPcSQygk/e1XEM5Jhv.js\";const AboutPointFonts=getFonts(AboutPoint);const cycleOrder=[\"OiMV1ZWzW\",\"DeodIhTjm\"];const serializationHash=\"framer-8FMLF\";const variantClassNames={DeodIhTjm:\"framer-v-1gvby7b\",OiMV1ZWzW:\"framer-v-vrzlnc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"OiMV1ZWzW\",S:\"DeodIhTjm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OiMV1ZWzW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OiMV1ZWzW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vrzlnc\",className,classNames),\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"OiMV1ZWzW\",ref:refBinding,style:{backgroundColor:\"var(--token-f2130d30-5051-414b-bbfe-2f8dcb0cab5e, rgb(0, 0, 0))\",...style},...addPropertyOverrides({DeodIhTjm:{\"data-framer-name\":\"S\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-340itv\",\"data-framer-name\":\"BG Pattern\",layoutDependency:layoutDependency,layoutId:\"ltS3IXuB2\",style:{opacity:.06}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1smfidw\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"x0gGG4cjq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-249)/2+0+0)+0,...addPropertyOverrides({DeodIhTjm:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||441.5)-0-996)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ey3kyr-container\",layoutDependency:layoutDependency,layoutId:\"OpdQdHMG0-container\",nodeId:\"OpdQdHMG0\",rendersWithMotion:true,scopeId:\"BKMYs7xp_\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"OpdQdHMG0\",KvAzaBpzA:\"We architect ecosystems that generate exponential value to IP, Creators, Brands and Communities.\",layoutId:\"OpdQdHMG0\",style:{width:\"100%\"},variant:\"oogoTKVpE\",width:\"100%\",zRvevnocg:\"IP ECOSYSTEMS\",...addPropertyOverrides({DeodIhTjm:{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},variant:\"AyWVenkXv\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-249)/2+0+0)+0,...addPropertyOverrides({DeodIhTjm:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||441.5)-0-996)/2+0+0)+0+249}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11w8s52-container\",layoutDependency:layoutDependency,layoutId:\"ui2zPkndQ-container\",nodeId:\"ui2zPkndQ\",rendersWithMotion:true,scopeId:\"BKMYs7xp_\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"ui2zPkndQ\",KvAzaBpzA:\"IP is the most valuable asset in Entertainment. Creators must own their IP.\",layoutId:\"ui2zPkndQ\",style:{width:\"100%\"},variant:\"oogoTKVpE\",width:\"100%\",zRvevnocg:\"CO-OWNERSHIP\",...addPropertyOverrides({DeodIhTjm:{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},variant:\"AyWVenkXv\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-249)/2+0+0)+0,...addPropertyOverrides({DeodIhTjm:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||441.5)-0-996)/2+0+0)+0+498}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f95hnx-container\",layoutDependency:layoutDependency,layoutId:\"dxuJNG25X-container\",nodeId:\"dxuJNG25X\",rendersWithMotion:true,scopeId:\"BKMYs7xp_\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"dxuJNG25X\",KvAzaBpzA:\"Human intelligence, curiosity and artistic sensibility: machine assisted\",layoutId:\"dxuJNG25X\",style:{width:\"100%\"},variant:\"oogoTKVpE\",width:\"100%\",zRvevnocg:\"AI ASSISTED CREATION\",...addPropertyOverrides({DeodIhTjm:{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},KvAzaBpzA:\"Human Intelligence, curiosity and artistic sensibility: machine assisted\",variant:\"AyWVenkXv\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-249)/2+0+0)+0,...addPropertyOverrides({DeodIhTjm:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||441.5)-0-996)/2+0+0)+0+747}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oem5qn-container\",layoutDependency:layoutDependency,layoutId:\"PIymLXQdm-container\",nodeId:\"PIymLXQdm\",rendersWithMotion:true,scopeId:\"BKMYs7xp_\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"PIymLXQdm\",KvAzaBpzA:\"More than 50 real-time signals that provide a clear view of where IPs stand in culture RIGHT NOW.\",layoutId:\"PIymLXQdm\",style:{width:\"100%\"},variant:\"oogoTKVpE\",width:\"100%\",zRvevnocg:\"REAL-TIME \\nIP INDEX\",...addPropertyOverrides({DeodIhTjm:{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},variant:\"AyWVenkXv\",zRvevnocg:\"REAL-TIME IP INDEX\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8FMLF.framer-1ilttuk, .framer-8FMLF .framer-1ilttuk { display: block; }\",\".framer-8FMLF.framer-vrzlnc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 377px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-8FMLF .framer-340itv { bottom: 0px; flex: none; left: 0px; overflow: visible; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-8FMLF .framer-1smfidw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8FMLF .framer-1ey3kyr-container, .framer-8FMLF .framer-11w8s52-container, .framer-8FMLF .framer-1f95hnx-container, .framer-8FMLF .framer-1oem5qn-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-8FMLF.framer-v-1gvby7b.framer-vrzlnc { height: min-content; width: 811px; }\",\".framer-8FMLF.framer-v-1gvby7b .framer-1smfidw { flex-direction: column; gap: 0px; justify-content: flex-start; }\",\".framer-8FMLF.framer-v-1gvby7b .framer-1ey3kyr-container, .framer-8FMLF.framer-v-1gvby7b .framer-11w8s52-container, .framer-8FMLF.framer-v-1gvby7b .framer-1f95hnx-container, .framer-8FMLF.framer-v-1gvby7b .framer-1oem5qn-container { flex: none; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 377\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DeodIhTjm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBKMYs7xp_=withCSS(Component,css,\"framer-8FMLF\");export default FramerBKMYs7xp_;FramerBKMYs7xp_.displayName=\"Process Section\";FramerBKMYs7xp_.defaultProps={height:377,width:1e3};addPropertyControls(FramerBKMYs7xp_,{variant:{options:[\"OiMV1ZWzW\",\"DeodIhTjm\"],optionTitles:[\"L\",\"S\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBKMYs7xp_,[{explicitInter:true,fonts:[]},...AboutPointFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBKMYs7xp_\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"377\",\"framerIntrinsicWidth\":\"1000\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DeodIhTjm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BKMYs7xp_.map", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1xU4xM0Dq3B5ERcbQLBz/vQXJLczVivoAV3zyNQC3/N0WIxO9Aj.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xh0ZPegsZNGHMxdBifZ8/8QrMxeXLi4bpaEawhZTc/o93BsUfXU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/36ggpfKrXlQtZIfCm2lt/tI775v1BRdjAAkzcL0le/SR8Tu6wLN.js\";import UnderlineButton from\"https://framerusercontent.com/modules/m89I4drs7W20Rem871rd/QXMOuEAZQPyBivG9uozN/sGuiSyzdL.js\";import PrimaryButton from\"https://framerusercontent.com/modules/73LVYXpnxnvDAVHyCYhF/Ba5Y1lYE54opFc33czFS/VrCzANh3F.js\";const PrimaryButtonFonts=getFonts(PrimaryButton);const VideoFonts=getFonts(Video);const UnderlineButtonFonts=getFonts(UnderlineButton);const cycleOrder=[\"vctVEojYH\",\"urapeTZ9D\",\"NO1om1BRA\",\"J_bfOb4TI\"];const serializationHash=\"framer-ZH34I\";const variantClassNames={J_bfOb4TI:\"framer-v-1cldkr1\",NO1om1BRA:\"framer-v-3nkzxr\",urapeTZ9D:\"framer-v-fbuedr\",vctVEojYH:\"framer-v-yk7t8e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"urapeTZ9D\",M:\"NO1om1BRA\",S:\"J_bfOb4TI\",XL:\"vctVEojYH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vctVEojYH\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vctVEojYH\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"J_bfOb4TI\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"NO1om1BRA\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-yk7t8e\",className,classNames),\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"vctVEojYH\",ref:refBinding,style:{...style},...addPropertyOverrides({J_bfOb4TI:{\"data-framer-name\":\"S\"},NO1om1BRA:{\"data-framer-name\":\"M\"},urapeTZ9D:{\"data-framer-name\":\"L\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jipq95\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"nFqQwguE1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jjsy4h\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"aeUQWaSqY\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jgr7yg\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"rKGpadoLD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1ejc4kd\",\"data-styles-preset\":\"N0WIxO9Aj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let'S WORK\"})}),className:\"framer-nq0zqv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oN6V4DQKK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vbj5p0\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"ynjyJmBc2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1ejc4kd\",\"data-styles-preset\":\"N0WIxO9Aj\",style:{\"--framer-text-alignment\":\"center\"},children:\"TOGETHER\"})}),className:\"framer-1nqwg7v\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E9rJMvEeT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dW9gRn8nJ\"},implicitPathVariables:undefined},{href:{webPageId:\"dW9gRn8nJ\"},implicitPathVariables:undefined},{href:{webPageId:\"dW9gRn8nJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+120+(((componentViewport?.height||1165)-170-1019)/2+0+0)+0+220,...addPropertyOverrides({J_bfOb4TI:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||1312)-50-992)/2+0+0)+30+232},NO1om1BRA:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||1085)-160-865)/2+0+0)+0+220},urapeTZ9D:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||200)-170-1019)/2+0+0)+0+220}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1smql4x-container\",layoutDependency:layoutDependency,layoutId:\"ZFyTKvvLO-container\",nodeId:\"ZFyTKvvLO\",rendersWithMotion:true,scopeId:\"e8kApHjI4\",children:/*#__PURE__*/_jsx(PrimaryButton,{A1HN2DyrB:false,a2Hi8rbgt:resolvedLinks[0],height:\"100%\",id:\"ZFyTKvvLO\",layoutId:\"ZFyTKvvLO\",N1frePKcM:false,variant:\"hIbcy7u57\",width:\"100%\",yfxVfmJ9O:\"JOIN US\",...addPropertyOverrides({J_bfOb4TI:{a2Hi8rbgt:\"instagram.com/alive_next_gen\"},NO1om1BRA:{a2Hi8rbgt:resolvedLinks[2]},urapeTZ9D:{a2Hi8rbgt:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qh3x0\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"CyNS7qRUk\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u1fgfv\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"eORLPurDY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255)))\"}})}),className:\"framer-1o1rb9e\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yd2UeH9EE\",style:{\"--extracted-r6o4lv\":\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11qj4ra-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"IcIINvmvL-container\",nodeId:\"IcIINvmvL\",rendersWithMotion:true,scopeId:\"e8kApHjI4\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"IcIINvmvL\",isMixedBorderRadius:false,layoutId:\"IcIINvmvL\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/67Y6ShnvANC9iy5752XPZmkSv3w.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({J_bfOb4TI:{poster:\"https://framerusercontent.com/images/OvnaF9Os3LyyKW6qt0SSSLHM2g.png\",posterEnabled:true},NO1om1BRA:{objectFit:\"fill\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-245imj\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"rQn_WSCzI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255)))\"}})})}),className:\"framer-6779vj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xHLiqdOBL\",style:{\"--extracted-1w3ko1f\":\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vetf3n\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"AxZWRvhN1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g03y53\",\"data-framer-name\":\"Body Text\",layoutDependency:layoutDependency,layoutId:\"kAXQrhZ1B\",children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1dtjhvc\",\"data-styles-preset\":\"SR8Tu6wLN\"})}),className:\"framer-1xtznly\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KvG95io14\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nnjohx\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"spoyLtAH6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+120+(((componentViewport?.height||1165)-170-1019)/2+818+120)+0+58+0,...addPropertyOverrides({J_bfOb4TI:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||1312)-50-992)/2+880+0)+29+0+0+31},NO1om1BRA:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||1085)-160-865)/2+688+120)+0+34+0},urapeTZ9D:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||200)-170-1019)/2+818+120)+0+58+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rul22y-container\",layoutDependency:layoutDependency,layoutId:\"mdFouzlu9-container\",nodeId:\"mdFouzlu9\",rendersWithMotion:true,scopeId:\"e8kApHjI4\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:true,grlILkKzz:false,height:\"100%\",id:\"mdFouzlu9\",layoutId:\"mdFouzlu9\",LXl6QtB7P:\"https://www.instagram.com/alive_next_gen\",Tul3dvmcC:\"center\",variant:\"VC9xaxuso\",width:\"100%\",WToiWnGc4:\"INSTAGRAM\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+120+(((componentViewport?.height||1165)-170-1019)/2+818+120)+0+58+0,...addPropertyOverrides({J_bfOb4TI:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||1312)-50-992)/2+880+0)+29+0+0+0},NO1om1BRA:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||1085)-160-865)/2+688+120)+0+34+0},urapeTZ9D:{y:(componentViewport?.y||0)+120+(((componentViewport?.height||200)-170-1019)/2+818+120)+0+58+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j1hsoh-container\",layoutDependency:layoutDependency,layoutId:\"NLrs2h6BK-container\",nodeId:\"NLrs2h6BK\",rendersWithMotion:true,scopeId:\"e8kApHjI4\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:true,grlILkKzz:false,height:\"100%\",id:\"NLrs2h6BK\",layoutId:\"NLrs2h6BK\",LXl6QtB7P:\"https://chat.whatsapp.com/Cf1fK8ZKvee8euy2oJLSP1\",Tul3dvmcC:\"center\",variant:\"VC9xaxuso\",width:\"100%\",WToiWnGc4:\"WHATSAPP\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZH34I.framer-ep7v0n, .framer-ZH34I .framer-ep7v0n { display: block; }\",\".framer-ZH34I.framer-yk7t8e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 120px 40px 50px 40px; position: relative; width: 1440px; }\",\".framer-ZH34I .framer-1jipq95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-ZH34I .framer-1jjsy4h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZH34I .framer-jgr7yg, .framer-ZH34I .framer-1vbj5p0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZH34I .framer-nq0zqv, .framer-ZH34I .framer-1nqwg7v, .framer-ZH34I .framer-1xtznly { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZH34I .framer-1smql4x-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\".framer-ZH34I .framer-12qh3x0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-around; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-ZH34I .framer-u1fgfv, .framer-ZH34I .framer-245imj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; max-width: 170px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZH34I .framer-1o1rb9e, .framer-ZH34I .framer-6779vj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZH34I .framer-11qj4ra-container { flex: none; height: 550px; position: relative; width: 982px; }\",\".framer-ZH34I .framer-vetf3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZH34I .framer-1g03y53 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-ZH34I .framer-nnjohx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZH34I .framer-1rul22y-container, .framer-ZH34I .framer-j1hsoh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZH34I.framer-v-fbuedr.framer-yk7t8e { width: 1200px; }\",\".framer-ZH34I.framer-v-3nkzxr.framer-yk7t8e { padding: 120px 30px 40px 30px; width: 810px; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-u1fgfv, .framer-ZH34I.framer-v-1cldkr1 .framer-1rul22y-container { order: 1; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-11qj4ra-container { aspect-ratio: 1.7854545454545454 / 1; height: var(--framer-aspect-ratio-supported, 420px); order: 0; width: 750px; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-245imj { order: 3; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-vetf3n { width: 660px; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-1g03y53 { flex-direction: column; min-height: 60px; }\",\".framer-ZH34I.framer-v-3nkzxr .framer-nnjohx { width: 100%; }\",\".framer-ZH34I.framer-v-1cldkr1.framer-yk7t8e { gap: 0px; padding: 50px 20px 0px 20px; width: 390px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-1jipq95 { gap: 46px; padding: 30px 0px 20px 0px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-1jjsy4h { gap: 6px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-12qh3x0 { flex-direction: column; height: 550px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-11qj4ra-container { height: 100%; width: 100%; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-vetf3n { padding: 29px 0px 29px 0px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-nnjohx { flex-direction: column; gap: 8px; }\",\".framer-ZH34I.framer-v-1cldkr1 .framer-j1hsoh-container { order: 0; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1165\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"urapeTZ9D\":{\"layout\":[\"fixed\",\"auto\"]},\"NO1om1BRA\":{\"layout\":[\"fixed\",\"auto\"]},\"J_bfOb4TI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framere8kApHjI4=withCSS(Component,css,\"framer-ZH34I\");export default Framere8kApHjI4;Framere8kApHjI4.displayName=\"Contact Section\";Framere8kApHjI4.defaultProps={height:1165,width:1440};addPropertyControls(Framere8kApHjI4,{variant:{options:[\"vctVEojYH\",\"urapeTZ9D\",\"NO1om1BRA\",\"J_bfOb4TI\"],optionTitles:[\"XL\",\"L\",\"M\",\"S\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framere8kApHjI4,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PrimaryButtonFonts,...VideoFonts,...UnderlineButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere8kApHjI4\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"urapeTZ9D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NO1om1BRA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J_bfOb4TI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"1165\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e8kApHjI4.map", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-50yX2\";const variantClassNames={OXq9Gp_Ra:\"framer-v-14gw7xg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,width,...props})=>{var _ref;return{...props,n9xon30Rn:(_ref=image!==null&&image!==void 0?image:props.n9xon30Rn)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/4Sq7kPsW6QfxERaJLuznKQWYXz0.png\"}};};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,n9xon30Rn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OXq9Gp_Ra\",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-14gw7xg\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"OXq9Gp_Ra\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-24f27aa8-9496-4d3e-bf0e-429bb69788c2, rgb(10, 10, 10))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)-0-100)/2)),pixelHeight:280,pixelWidth:280,sizes:\"100px\",...toResponsiveImage(n9xon30Rn),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-hjfic7\",\"data-framer-name\":\"Logo Image\",layoutDependency:layoutDependency,layoutId:\"FrI6IePUO\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-50yX2.framer-zi5afj, .framer-50yX2 .framer-zi5afj { display: block; }\",\".framer-50yX2.framer-14gw7xg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 180px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-50yX2 .framer-hjfic7 { flex: none; height: 100px; overflow: hidden; position: relative; width: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-50yX2.framer-14gw7xg { gap: 0px; } .framer-50yX2.framer-14gw7xg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-50yX2.framer-14gw7xg > :first-child { margin-left: 0px; } .framer-50yX2.framer-14gw7xg > :last-child { margin-right: 0px; } }\",'.framer-50yX2[data-border=\"true\"]::after, .framer-50yX2 [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 180\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"n9xon30Rn\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhhzanSsga=withCSS(Component,css,\"framer-50yX2\");export default FramerhhzanSsga;FramerhhzanSsga.displayName=\"Logo Card\";FramerhhzanSsga.defaultProps={height:180,width:240};addPropertyControls(FramerhhzanSsga,{n9xon30Rn:{__defaultAssetReference:\"data:framer/asset-reference,4Sq7kPsW6QfxERaJLuznKQWYXz0.png?originalFilename=1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerhhzanSsga,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhhzanSsga\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"n9xon30Rn\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"180\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"240\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hhzanSsga.map", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import LogoCard from\"https://framerusercontent.com/modules/2LE84fWWK8hST8J6QkNw/GzH0za4OeDK25kY1stSY/hhzanSsga.js\";const LogoCardFonts=getFonts(LogoCard);const TickerFonts=getFonts(Ticker);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"aS39KONs7\",\"vDnzwQnVz\"];const serializationHash=\"framer-BmMkx\";const variantClassNames={aS39KONs7:\"framer-v-sh2l3l\",vDnzwQnVz:\"framer-v-13dwgwq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"aS39KONs7\",S:\"vDnzwQnVz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"aS39KONs7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aS39KONs7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"vDnzwQnVz\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"vDnzwQnVz\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-sh2l3l\",className,classNames),\"data-border\":true,\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"aS39KONs7\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-f2130d30-5051-414b-bbfe-2f8dcb0cab5e, rgb(0, 0, 0))\",...style},variants:{vDnzwQnVz:{\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({vDnzwQnVz:{\"data-framer-name\":\"S\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eb8tk2-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"snKcxCMFH-container\",nodeId:\"snKcxCMFH\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"snKcxCMFH\",layoutId:\"snKcxCMFH\",padding:10,paddingBottom:10,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wvwk2o-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nPvNeFkb3-container\",nodeId:\"nPvNeFkb3\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"nPvNeFkb3\",layoutId:\"nPvNeFkb3\",n9xon30Rn:addImageAlt({pixelHeight:688,pixelWidth:1204,src:\"https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png\",srcSet:\"https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png?scale-down-to=512 512w,https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png 1204w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ddpox3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jtdv39ORn-container\",nodeId:\"jtdv39ORn\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"jtdv39ORn\",layoutId:\"jtdv39ORn\",n9xon30Rn:addImageAlt({pixelHeight:390,pixelWidth:680,src:\"https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png\",srcSet:\"https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png 680w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yz3x2s-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dunAJy3dt-container\",nodeId:\"dunAJy3dt\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"dunAJy3dt\",layoutId:\"dunAJy3dt\",n9xon30Rn:addImageAlt({pixelHeight:1800,pixelWidth:2600,src:\"https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png\",srcSet:\"https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png 2600w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k273om-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HFATCABP2-container\",nodeId:\"HFATCABP2\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:30,arrowPadding:-21,arrowPaddingBottom:-55,arrowPaddingLeft:0,arrowPaddingRight:275,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.8,effectsPerspective:1200,effectsRotate:0,effectsScale:.9,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"HFATCABP2\",intervalControl:3,itemAmount:1,layoutId:\"HFATCABP2\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:20,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",dotsBlur:0,dotsFill:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\",dotsGap:10,dotsInset:15,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wvwk2o-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nPvNeFkb3-container\",nodeId:\"nPvNeFkb3\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"nPvNeFkb3\",layoutId:\"nPvNeFkb3\",n9xon30Rn:addImageAlt({pixelHeight:688,pixelWidth:1204,src:\"https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png\",srcSet:\"https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png?scale-down-to=512 512w,https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sNzPVAYi37PMlvGGWtQUdCC20M.png 1204w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ddpox3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jtdv39ORn-container\",nodeId:\"jtdv39ORn\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"jtdv39ORn\",layoutId:\"jtdv39ORn\",n9xon30Rn:addImageAlt({pixelHeight:390,pixelWidth:680,src:\"https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png\",srcSet:\"https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fob4fQtHEZeXMtV8jfuhavVgn0.png 680w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"240px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yz3x2s-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dunAJy3dt-container\",nodeId:\"dunAJy3dt\",rendersWithMotion:true,scopeId:\"M7J8Biqjh\",children:/*#__PURE__*/_jsx(LogoCard,{height:\"100%\",id:\"dunAJy3dt\",layoutId:\"dunAJy3dt\",n9xon30Rn:addImageAlt({pixelHeight:1800,pixelWidth:2600,src:\"https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png\",srcSet:\"https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/05ntmWpompOfnpbbkjy0CyKG0Q.png 2600w\"},\"\"),style:{width:\"100%\"},width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||230)*.498727735368957-(componentViewport?.height||230)*1/2)),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-16qqzuh\",\"data-framer-name\":\"BG Pattern\",layoutDependency:layoutDependency,layoutId:\"wYUVLJplz\",style:{opacity:.06},...addPropertyOverrides({vDnzwQnVz:{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||260)*.498727735368957-(componentViewport?.height||260)*1/2)),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BmMkx.framer-1tc2ky8, .framer-BmMkx .framer-1tc2ky8 { display: block; }\",\".framer-BmMkx.framer-sh2l3l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-BmMkx .framer-1eb8tk2-container { flex: 1 0 0px; height: 230px; position: relative; width: 1px; z-index: 1; }\",\".framer-BmMkx .framer-1wvwk2o-container, .framer-BmMkx .framer-ddpox3-container, .framer-BmMkx .framer-1yz3x2s-container { height: auto; position: relative; width: 240px; }\",\".framer-BmMkx .framer-1k273om-container { flex: 1 0 0px; height: 260px; position: relative; width: 1px; z-index: 2; }\",\".framer-BmMkx .framer-16qqzuh { flex: none; height: 100%; left: calc(50.00000000000002% - 99.91134751773049% / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(49.8727735368957% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-BmMkx.framer-v-13dwgwq.framer-sh2l3l { width: 390px; }\",'.framer-BmMkx[data-border=\"true\"]::after, .framer-BmMkx [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 230\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vDnzwQnVz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerM7J8Biqjh=withCSS(Component,css,\"framer-BmMkx\");export default FramerM7J8Biqjh;FramerM7J8Biqjh.displayName=\"Client Section\";FramerM7J8Biqjh.defaultProps={height:230,width:1440};addPropertyControls(FramerM7J8Biqjh,{variant:{options:[\"aS39KONs7\",\"vDnzwQnVz\"],optionTitles:[\"L\",\"S\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerM7J8Biqjh,[{explicitInter:true,fonts:[]},...LogoCardFonts,...TickerFonts,...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM7J8Biqjh\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vDnzwQnVz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"230\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./M7J8Biqjh.map", "// Generated by Framer (7918caa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import UnderlineButton from\"https://framerusercontent.com/modules/m89I4drs7W20Rem871rd/QXMOuEAZQPyBivG9uozN/sGuiSyzdL.js\";const MotionDivWithFX=withFX(motion.div);const UnderlineButtonFonts=getFonts(UnderlineButton);const cycleOrder=[\"lI3Bgfs7S\",\"lYtXF1T_j\",\"wln1qwUNV\",\"S_2PrDWvT\"];const serializationHash=\"framer-OzzdX\";const variantClassNames={lI3Bgfs7S:\"framer-v-hzhx8x\",lYtXF1T_j:\"framer-v-14z2785\",S_2PrDWvT:\"framer-v-3m59t7\",wln1qwUNV:\"framer-v-lgbaw6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"lYtXF1T_j\",M:\"wln1qwUNV\",S:\"S_2PrDWvT\",XL:\"lI3Bgfs7S\"};const getProps=({backToTop,height,id,width,...props})=>{return{...props,uMRm_yoFo:backToTop??props.uMRm_yoFo,variant:humanReadableVariantMap[props.variant]??props.variant??\"lI3Bgfs7S\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,uMRm_yoFo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lI3Bgfs7S\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hzhx8x\",className,classNames),\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"lI3Bgfs7S\",ref:refBinding,style:{...style},...addPropertyOverrides({lYtXF1T_j:{\"data-framer-name\":\"L\"},S_2PrDWvT:{\"data-framer-name\":\"S\"},wln1qwUNV:{\"data-framer-name\":\"M\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ougo2a\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"DSOFJ7Q2a\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:140}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1a0imol\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"qowzVyeE5\",style:{transformPerspective:1200},...addPropertyOverrides({S_2PrDWvT:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"102.56691241271263px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"80%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1sp2osd, rgb(255, 0, 0))\"},children:\"NEXT-GEN\"}),\" ENTERTAINMENT\"]})}),className:\"framer-z5wele\",\"data-framer-name\":\"Text\",fonts:[\"FS;Clash Display-semibold\"],layoutDependency:layoutDependency,layoutId:\"PNb9tnTI6\",style:{\"--extracted-1sp2osd\":\"rgb(255, 0, 0)\",\"--extracted-gdpscs\":\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},verticalAlignment:\"top\",viewBox:\"0 0 1400 82\",withExternalLayout:true,...addPropertyOverrides({lYtXF1T_j:{viewBox:\"0 0 1401 82\"},S_2PrDWvT:{viewBox:\"0 0 1401 82\"},wln1qwUNV:{viewBox:\"0 0 1401 82\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7g1f4z\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"gmVVbDawv\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4mrdb\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"zG1XtC4Al\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1furgaw\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"mxXPJyuNm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-s0ji5a\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"pmxLpdrnD\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19s5k56-container\",layoutDependency:layoutDependency,layoutId:\"lZbS1aFN3-container\",nodeId:\"lZbS1aFN3\",rendersWithMotion:true,scopeId:\"rmyHU0j9Q\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:true,grlILkKzz:false,height:\"100%\",id:\"lZbS1aFN3\",layoutId:\"lZbS1aFN3\",LXl6QtB7P:\"https://x.com/MandroDesign\",Tul3dvmcC:\"center\",variant:\"IE_nV3mtl\",width:\"100%\",WToiWnGc4:\"\\xa92025 ALIVE\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v7kmop\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"nbV0bDyGV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fdn58k-container\",layoutDependency:layoutDependency,layoutId:\"F1oSbzInr-container\",nodeId:\"F1oSbzInr\",rendersWithMotion:true,scopeId:\"rmyHU0j9Q\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:false,grlILkKzz:true,height:\"100%\",id:\"F1oSbzInr\",layoutId:\"F1oSbzInr\",LXl6QtB7P:uMRm_yoFo,Tul3dvmcC:\"center\",variant:\"IE_nV3mtl\",width:\"100%\",WToiWnGc4:\"Back To Top\"})})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OzzdX.framer-1ata5z3, .framer-OzzdX .framer-1ata5z3 { display: block; }\",\".framer-OzzdX.framer-hzhx8x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-OzzdX .framer-ougo2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OzzdX .framer-1a0imol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-OzzdX .framer-z5wele { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre; width: 100%; }\",\".framer-OzzdX .framer-7g1f4z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OzzdX .framer-g4mrdb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1px; z-index: 1; }\",\".framer-OzzdX .framer-1furgaw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-OzzdX .framer-s0ji5a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 19%; }\",\".framer-OzzdX .framer-19s5k56-container, .framer-OzzdX .framer-fdn58k-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-OzzdX .framer-1v7kmop { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 19%; }\",\".framer-OzzdX.framer-v-14z2785.framer-hzhx8x { width: 1200px; }\",\".framer-OzzdX.framer-v-14z2785 .framer-s0ji5a, .framer-OzzdX.framer-v-14z2785 .framer-1v7kmop { width: 30%; }\",\".framer-OzzdX.framer-v-lgbaw6.framer-hzhx8x { padding: 0px; width: 810px; }\",\".framer-OzzdX.framer-v-lgbaw6 .framer-g4mrdb, .framer-OzzdX.framer-v-3m59t7 .framer-1a0imol { padding: 0px; }\",\".framer-OzzdX.framer-v-lgbaw6 .framer-s0ji5a, .framer-OzzdX.framer-v-lgbaw6 .framer-1v7kmop { width: 40%; }\",\".framer-OzzdX.framer-v-3m59t7.framer-hzhx8x { padding: 20px 20px 0px 20px; width: 390px; }\",\".framer-OzzdX.framer-v-3m59t7 .framer-1furgaw { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\".framer-OzzdX.framer-v-3m59t7 .framer-s0ji5a, .framer-OzzdX.framer-v-3m59t7 .framer-1v7kmop { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 163\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lYtXF1T_j\":{\"layout\":[\"fixed\",\"auto\"]},\"wln1qwUNV\":{\"layout\":[\"fixed\",\"auto\"]},\"S_2PrDWvT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uMRm_yoFo\":\"backToTop\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerrmyHU0j9Q=withCSS(Component,css,\"framer-OzzdX\");export default FramerrmyHU0j9Q;FramerrmyHU0j9Q.displayName=\"Footer\";FramerrmyHU0j9Q.defaultProps={height:163,width:1440};addPropertyControls(FramerrmyHU0j9Q,{variant:{options:[\"lI3Bgfs7S\",\"lYtXF1T_j\",\"wln1qwUNV\",\"S_2PrDWvT\"],optionTitles:[\"XL\",\"L\",\"M\",\"S\"],title:\"Variant\",type:ControlType.Enum},uMRm_yoFo:{title:\"Back To Top\",type:ControlType.Link}});addFonts(FramerrmyHU0j9Q,[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/FPDAZ2S6SW4QMSRIIKNNGTPM6VIXYMKO/5HNPQ453FRLIQWV2FNOBUU3FKTDZQVSG/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.woff2\",weight:\"600\"}]},...UnderlineButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrmyHU0j9Q\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"uMRm_yoFo\\\":\\\"backToTop\\\"}\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lYtXF1T_j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wln1qwUNV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S_2PrDWvT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"163\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rmyHU0j9Q.map", "// Generated by Framer (8f9ffef)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FR;InterDisplay-Medium\",\"FR;InterDisplay-Bold\",\"FR;InterDisplay-BoldItalic\",\"FR;InterDisplay-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/fXvVh2JeZlehNcEhKHpHH0frSl0.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/7pScaNeb6M7n2HF2jKemDqzCIr4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/qS4UjQYyATcVV9rODk0Zx9KhkY8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/VfD2n20yM7v0hrUEBHEyafsmMBY.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/4oIO9fB59bn3cKFWz7piCj28z9s.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/TBccIZR9kIpkRce5i9ATfPp7a4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/F5Lmfd3fCAu7TwiYbI4DLWw4ks.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/A5P4nkYCJlLQxGxaS1lzG8PNSc.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/vuPfygr1n1zYxscvWgGI8hRf3LE.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/jplzYzqFHXreyADwk9yrkQlWQ.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/sSIKP2TfVPvfK7YVENPE5H87A.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/gawbeo7iEJSRZ4kcrh6YRrU8o.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/xSzma7KIWAdctStaX171ey3lams.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/8E92vrr3j1gDqzepmeSbD2u0JxA.woff2\",weight:\"500\"}]}];export const css=[\".framer-jrwOS .framer-styles-preset-gv6ry7:not(.rich-text-wrapper), .framer-jrwOS .framer-styles-preset-gv6ry7.rich-text-wrapper p { --framer-font-family: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-bold-italic: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-family-italic: \\\"Inter Display\\\", \\\"Inter Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'cv01' on, 'cv09' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv11' on, 'cv12' on, 'cv10' on, 'cv05' on, 'cv07' on, 'cv13' on, 'cv06' on; --framer-font-size: 29px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0px; --framer-line-height: 30px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-jrwOS\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Clash Display-medium\",\"FS;Clash Display-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2GQIT54GKQY3JRFTSHS4ARTRNRQISSAA/3CIP5EBHRRHE5FVQU3VFROPUERNDSTDF/JTSL5QESUXATU47LCPUNHZQBDDIWDOSW.woff2\",weight:\"500\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BFBSY7LX5W2U2EROCLVVTQP4VS7S4PC3/IIUX4FGTMD2LK2VWD3RVTAS4SSMUN7B5/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff2\",weight:\"700\"}]}];export const css=['.framer-0lBIK .framer-styles-preset-1fyflak:not(.rich-text-wrapper), .framer-0lBIK .framer-styles-preset-1fyflak.rich-text-wrapper p { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0.8px; --framer-line-height: 15px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-0lBIK\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/yZNxdV3Tql7iOPU57JvC/3gW3seDJxPWbHn4KImso/o93BsUfXU.js\";const cycleOrder=[\"aeD3nmbdm\",\"R5G1IiBcI\"];const serializationHash=\"framer-z3J1A\";const variantClassNames={aeD3nmbdm:\"framer-v-115g1z4\",R5G1IiBcI:\"framer-v-3ou07\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Primary:\"aeD3nmbdm\",Secondary:\"R5G1IiBcI\"};const getProps=({height,id,text,width,...props})=>{return{...props,a4GwngYzZ:text??props.a4GwngYzZ??\"One dedicated creative, 20 hrs a week\",variant:humanReadableVariantMap[props.variant]??props.variant??\"aeD3nmbdm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,a4GwngYzZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aeD3nmbdm\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"R5G1IiBcI\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"R5G1IiBcI\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-115g1z4\",className,classNames),\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"aeD3nmbdm\",ref:refBinding,style:{opacity:1,...style},variants:{R5G1IiBcI:{opacity:.5}},...addPropertyOverrides({R5G1IiBcI:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1l5b531\",\"data-framer-name\":\"Check\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LSeeCT_kW\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 12.714 4.401 L 5.714 11.401 C 5.653 11.463 5.581 11.511 5.501 11.544 C 5.421 11.577 5.336 11.594 5.249 11.594 C 5.163 11.594 5.078 11.577 4.998 11.544 C 4.918 11.511 4.846 11.463 4.785 11.401 L 1.722 8.339 C 1.661 8.278 1.613 8.205 1.58 8.126 C 1.547 8.046 1.53 7.96 1.53 7.874 C 1.53 7.788 1.547 7.702 1.58 7.622 C 1.613 7.543 1.661 7.47 1.722 7.409 C 1.783 7.348 1.856 7.3 1.935 7.267 C 2.015 7.234 2.101 7.217 2.187 7.217 C 2.273 7.217 2.359 7.234 2.438 7.267 C 2.518 7.3 2.591 7.348 2.652 7.409 L 5.25 10.007 L 11.786 3.473 C 11.909 3.35 12.076 3.28 12.251 3.28 C 12.425 3.28 12.592 3.35 12.715 3.473 C 12.839 3.596 12.908 3.763 12.908 3.938 C 12.908 4.112 12.839 4.279 12.715 4.403 Z\" fill=\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:10628584247,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128)))\"},children:\"One dedicated creative, 20 hrs a week\"})}),className:\"framer-5sh9wj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZqBDQcGMT\",style:{\"--extracted-r6o4lv\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},text:a4GwngYzZ,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xoo4wx\",\"data-framer-name\":\"x\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FwXOydxai\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 11.247 10.628 C 11.418 10.799 11.418 11.076 11.247 11.247 C 11.076 11.418 10.799 11.418 10.628 11.247 L 7 7.619 L 3.372 11.247 C 3.201 11.418 2.924 11.418 2.753 11.247 C 2.582 11.076 2.582 10.799 2.753 10.628 L 6.381 7 L 2.753 3.372 C 2.582 3.201 2.582 2.924 2.753 2.753 C 2.924 2.582 3.201 2.582 3.372 2.753 L 7 6.381 L 10.628 2.753 C 10.799 2.582 11.076 2.582 11.247 2.753 C 11.418 2.924 11.418 3.201 11.247 3.372 L 7.619 7 Z\" fill=\"var(--token-cf7185d2-9bee-4a1e-85da-418f70827721, rgb(255, 0, 0)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:8833669704,withExternalLayout:true,...addPropertyOverrides({R5G1IiBcI:{svgContentId:12651889913}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z3J1A.framer-kgfvtk, .framer-z3J1A .framer-kgfvtk { display: block; }\",\".framer-z3J1A.framer-115g1z4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 323px; }\",\".framer-z3J1A .framer-1l5b531 { flex: none; height: 12px; position: relative; width: 13px; }\",\".framer-z3J1A .framer-5sh9wj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-z3J1A .framer-1xoo4wx { flex: none; height: 14px; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z3J1A.framer-115g1z4 { gap: 0px; } .framer-z3J1A.framer-115g1z4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-z3J1A.framer-115g1z4 > :first-child { margin-left: 0px; } .framer-z3J1A.framer-115g1z4 > :last-child { margin-right: 0px; } }\",\".framer-z3J1A.framer-v-3ou07.framer-115g1z4 { width: 323px; }\",\".framer-z3J1A.framer-v-3ou07 .framer-5sh9wj { order: 2; }\",\".framer-z3J1A.framer-v-3ou07 .framer-1xoo4wx { order: 1; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15\n * @framerIntrinsicWidth 322.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R5G1IiBcI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"a4GwngYzZ\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercYRcZx8dV=withCSS(Component,css,\"framer-z3J1A\");export default FramercYRcZx8dV;FramercYRcZx8dV.displayName=\"Point\";FramercYRcZx8dV.defaultProps={height:15,width:322.5};addPropertyControls(FramercYRcZx8dV,{variant:{options:[\"aeD3nmbdm\",\"R5G1IiBcI\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},a4GwngYzZ:{defaultValue:\"One dedicated creative, 20 hrs a week\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramercYRcZx8dV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercYRcZx8dV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"15\",\"framerIntrinsicWidth\":\"322.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R5G1IiBcI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"a4GwngYzZ\\\":\\\"text\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cYRcZx8dV.map", "// Generated by Framer (1d068b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"deNRwnx4S\",\"d7me1EAi2\",\"aXo5DjARr\",\"UYYx0BHJ1\",\"g73FEVJGs\"];const serializationHash=\"framer-jDbU4\";const variantClassNames={aXo5DjARr:\"framer-v-pxpf9o\",d7me1EAi2:\"framer-v-ioxldp\",deNRwnx4S:\"framer-v-mmbx8j\",g73FEVJGs:\"framer-v-3unpg3\",UYYx0BHJ1:\"framer-v-n585z0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Five:\"g73FEVJGs\",Four:\"UYYx0BHJ1\",One:\"deNRwnx4S\",Three:\"aXo5DjARr\",Two:\"d7me1EAi2\"};const getProps=({dot1,dot2,dot3,dot4,dot5,height,id,width,...props})=>{return{...props,bUY1FSAwc:dot5??props.bUY1FSAwc??true,HCtAKczUH:dot1??props.HCtAKczUH??true,oaK3zqKMW:dot2??props.oaK3zqKMW??true,t6_x9DgQv:dot3??props.t6_x9DgQv??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"deNRwnx4S\",X7g83isN0:dot4??props.X7g83isN0??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,HCtAKczUH,oaK3zqKMW,t6_x9DgQv,X7g83isN0,bUY1FSAwc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"deNRwnx4S\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if(baseVariant===\"g73FEVJGs\")return true;return value;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-mmbx8j\",className,classNames),\"data-framer-name\":\"One\",layoutDependency:layoutDependency,layoutId:\"deNRwnx4S\",ref:refBinding,style:{...style},...addPropertyOverrides({aXo5DjARr:{\"data-framer-name\":\"Three\"},d7me1EAi2:{\"data-framer-name\":\"Two\"},g73FEVJGs:{\"data-framer-name\":\"Five\"},UYYx0BHJ1:{\"data-framer-name\":\"Four\"}},baseVariant,gestureVariant),children:[HCtAKczUH&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16vb423\",\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"QInOlWb84\",style:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13}}),oaK3zqKMW&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vv3cnj\",\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"yw7H7RzWJ\",style:{backgroundColor:\"var(--token-4695e61d-48ec-4e1b-ae93-f5b8f9dc2f6c, rgb(41, 41, 41))\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},variants:{aXo5DjARr:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},d7me1EAi2:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},g73FEVJGs:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},UYYx0BHJ1:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"}}}),t6_x9DgQv&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-m1az3i\",\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"ph3cbhWg2\",style:{backgroundColor:\"var(--token-4695e61d-48ec-4e1b-ae93-f5b8f9dc2f6c, rgb(41, 41, 41))\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},variants:{aXo5DjARr:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},g73FEVJGs:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},UYYx0BHJ1:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"}}}),X7g83isN0&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-llrfrd\",\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"kPSagJZcB\",style:{backgroundColor:\"var(--token-4695e61d-48ec-4e1b-ae93-f5b8f9dc2f6c, rgb(41, 41, 41))\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},variants:{g73FEVJGs:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},UYYx0BHJ1:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"}}}),isDisplayed(bUY1FSAwc)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oopnu9\",\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"hz5CE6CVU\",style:{backgroundColor:\"var(--token-4695e61d-48ec-4e1b-ae93-f5b8f9dc2f6c, rgb(41, 41, 41))\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13},variants:{g73FEVJGs:{backgroundColor:\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jDbU4.framer-1q5ydjb, .framer-jDbU4 .framer-1q5ydjb { display: block; }\",\".framer-jDbU4.framer-mmbx8j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jDbU4 .framer-16vb423, .framer-jDbU4 .framer-vv3cnj, .framer-jDbU4 .framer-m1az3i, .framer-jDbU4 .framer-llrfrd, .framer-jDbU4 .framer-oopnu9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); position: relative; width: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jDbU4.framer-mmbx8j { gap: 0px; } .framer-jDbU4.framer-mmbx8j > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-jDbU4.framer-mmbx8j > :first-child { margin-left: 0px; } .framer-jDbU4.framer-mmbx8j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"d7me1EAi2\":{\"layout\":[\"auto\",\"auto\"]},\"aXo5DjARr\":{\"layout\":[\"auto\",\"auto\"]},\"UYYx0BHJ1\":{\"layout\":[\"auto\",\"auto\"]},\"g73FEVJGs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"HCtAKczUH\":\"dot1\",\"oaK3zqKMW\":\"dot2\",\"t6_x9DgQv\":\"dot3\",\"X7g83isN0\":\"dot4\",\"bUY1FSAwc\":\"dot5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerk5MYmZRqN=withCSS(Component,css,\"framer-jDbU4\");export default Framerk5MYmZRqN;Framerk5MYmZRqN.displayName=\"Dot Slider\";Framerk5MYmZRqN.defaultProps={height:10,width:74};addPropertyControls(Framerk5MYmZRqN,{variant:{options:[\"deNRwnx4S\",\"d7me1EAi2\",\"aXo5DjARr\",\"UYYx0BHJ1\",\"g73FEVJGs\"],optionTitles:[\"One\",\"Two\",\"Three\",\"Four\",\"Five\"],title:\"Variant\",type:ControlType.Enum},HCtAKczUH:{defaultValue:true,title:\"Dot 1\",type:ControlType.Boolean},oaK3zqKMW:{defaultValue:true,title:\"Dot 2\",type:ControlType.Boolean},t6_x9DgQv:{defaultValue:true,title:\"Dot 3\",type:ControlType.Boolean},X7g83isN0:{defaultValue:true,title:\"Dot 4\",type:ControlType.Boolean},bUY1FSAwc:{defaultValue:true,title:\"Dot 5\",type:ControlType.Boolean}});addFonts(Framerk5MYmZRqN,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk5MYmZRqN\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"10\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"HCtAKczUH\\\":\\\"dot1\\\",\\\"oaK3zqKMW\\\":\\\"dot2\\\",\\\"t6_x9DgQv\\\":\\\"dot3\\\",\\\"X7g83isN0\\\":\\\"dot4\\\",\\\"bUY1FSAwc\\\":\\\"dot5\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"d7me1EAi2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aXo5DjARr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UYYx0BHJ1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g73FEVJGs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"74\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./k5MYmZRqN.map", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ifABQDoVL6XphvPIdDzG/am6mmJXiKLmODZ6buH6l/nHB6DZZAW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xh0ZPegsZNGHMxdBifZ8/8QrMxeXLi4bpaEawhZTc/o93BsUfXU.js\";import Point from\"https://framerusercontent.com/modules/iBC6eWwz2UMlScXwPrDG/YfAuagslsEwTWFiscUF2/cYRcZx8dV.js\";import DotSlider from\"https://framerusercontent.com/modules/cAFqr8JZEmlosX8IE9sz/whTj1ZJQQzXFtX0gjiyh/k5MYmZRqN.js\";const DotSliderFonts=getFonts(DotSlider);const PointFonts=getFonts(Point);const DotSliderControls=getPropertyControls(DotSlider);const cycleOrder=[\"UF8r6qLEX\",\"FSSjfn_sC\",\"Qn7CO7Zq4\",\"qkpQhHIrb\",\"My0eTd9KF\",\"dJQ6XPldo\"];const serializationHash=\"framer-wwCMB\";const variantClassNames={dJQ6XPldo:\"framer-v-1c5db81\",FSSjfn_sC:\"framer-v-14nmc0d\",My0eTd9KF:\"framer-v-barotv\",qkpQhHIrb:\"framer-v-1gtxm4g\",Qn7CO7Zq4:\"framer-v-16ly60u\",UF8r6qLEX:\"framer-v-1oxaxpy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Five:\"g73FEVJGs\",Four:\"UYYx0BHJ1\",One:\"deNRwnx4S\",Three:\"aXo5DjARr\",Two:\"d7me1EAi2\"};const humanReadableVariantMap={\"Mobile Primary\":\"My0eTd9KF\",\"Mobile Secondary\":\"dJQ6XPldo\",\"Primary Closed\":\"UF8r6qLEX\",\"Primary Open\":\"FSSjfn_sC\",\"Secondary Closed\":\"Qn7CO7Zq4\",\"Secondary Open\":\"qkpQhHIrb\"};const getProps=({dot,height,id,image,point1,point2,point3,point4,point5,serviceTitle,subTitle,width,...props})=>{return{...props,Fd6VOWovS:point1??props.Fd6VOWovS??\"Unlimited requests\",FLOakIv_E:point3??props.FLOakIv_E??\"One dedicated creative, 20 hrs a week\",hMqw8wtNj:humanReadableEnumMap[dot]??dot??props.hMqw8wtNj??\"deNRwnx4S\",hV28NERjb:subTitle??props.hV28NERjb??\"Sub-Title\",jD2mRXsHB:point4??props.jD2mRXsHB??\"Unlimited Revisions\",jl05PUNea:image??props.jl05PUNea??{pixelHeight:3264,pixelWidth:4898,src:\"https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Bw2AqEPPasNjK5QoYFfYTYHloU.jpg 4898w\"},Js4yZBRNm:serviceTitle??props.Js4yZBRNm??\"Title\",kKDkRwGZw:point2??props.kKDkRwGZw??\"Access to all services\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UF8r6qLEX\",xyrNEdkJB:point5??props.xyrNEdkJB??\"Pause or cancel anytime\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,hMqw8wtNj,Js4yZBRNm,hV28NERjb,jl05PUNea,Fd6VOWovS,kKDkRwGZw,FLOakIv_E,jD2mRXsHB,xyrNEdkJB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UF8r6qLEX\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1j4x93p=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"FSSjfn_sC\");});const onTapp6zxlg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"UF8r6qLEX\");});const onTap10p626k=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"qkpQhHIrb\");});const onTap10podl3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Qn7CO7Zq4\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Qn7CO7Zq4\",\"qkpQhHIrb\",\"dJQ6XPldo\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"My0eTd9KF\",\"dJQ6XPldo\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"FSSjfn_sC\",\"qkpQhHIrb\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"qkpQhHIrb\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1oxaxpy\",className,classNames),\"data-framer-name\":\"Primary Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UF8r6qLEX\",onTap:onTap1j4x93p,ref:refBinding,style:{...style},...addPropertyOverrides({dJQ6XPldo:{\"data-framer-name\":\"Mobile Secondary\",\"data-highlight\":undefined,onTap:undefined},FSSjfn_sC:{\"data-framer-name\":\"Primary Open\",onTap:onTapp6zxlg},My0eTd9KF:{\"data-framer-name\":\"Mobile Primary\",\"data-highlight\":undefined,onTap:undefined},qkpQhHIrb:{\"data-framer-name\":\"Secondary Open\",onTap:onTap10podl3},Qn7CO7Zq4:{\"data-framer-name\":\"Secondary Closed\",onTap:onTap10p626k}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a16pgm\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"J4CGDV0j_\",style:{backgroundColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zoqpt1\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"NYyl1puEA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5jlap2\",\"data-framer-name\":\"Inner Content\",layoutDependency:layoutDependency,layoutId:\"IL7cvlPZJ\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:10,y:(componentViewport?.y||0)+0+(((componentViewport?.height||107)-0-287)/2+1+28)+0+0,...addPropertyOverrides({FSSjfn_sC:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+1+28)+0+0},qkpQhHIrb:{y:(componentViewport?.y||0)+28+(((componentViewport?.height||319)-28-471)/2+0+0)+0+0},Qn7CO7Zq4:{y:(componentViewport?.y||0)+28+(((componentViewport?.height||106)-28-258)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2odoq8-container\",layoutDependency:layoutDependency,layoutId:\"pTpobNsDS-container\",nodeId:\"pTpobNsDS\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(DotSlider,{bUY1FSAwc:false,HCtAKczUH:true,height:\"100%\",id:\"pTpobNsDS\",layoutId:\"pTpobNsDS\",oaK3zqKMW:true,t6_x9DgQv:true,variant:hMqw8wtNj,width:\"100%\",X7g83isN0:false})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cuh6ue\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"tfEGstis8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gv6ry7\",\"data-styles-preset\":\"nHB6DZZAW\",children:\"Research and strategy\"})}),className:\"framer-culdbm\",\"data-framer-name\":\"Text 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"g14WDg3y_\",text:Js4yZBRNm,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128)))\"},children:\"User research, audits and strategy\"})}),className:\"framer-ucflzg\",\"data-framer-name\":\"Text 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U5wqutU0W\",style:{\"--extracted-r6o4lv\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},text:hV28NERjb,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1be5dqq\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"IJGUIJOhl\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bctw0j\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"gRBpXqNF7\",style:{backgroundColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o7in8q\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"qkVkeIi3u\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lhpv9e\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"MvLGlwEDZ\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,pixelHeight:3264,pixelWidth:4898,sizes:\"271.5px\",...toResponsiveImage(jl05PUNea),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-8zhlh7\",\"data-framer-name\":\"Fill Your Image Here\",layoutDependency:layoutDependency,layoutId:\"rKoLgKPOm\",...addPropertyOverrides({FSSjfn_sC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+0+0),pixelHeight:3264,pixelWidth:4898,sizes:\"271.5px\",...toResponsiveImage(jl05PUNea),...{positionX:\"center\",positionY:\"center\"}}},qkpQhHIrb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1366,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+28+(((componentViewport?.height||319)-28-471)/2+229+28)+0+25+0+0),pixelHeight:3264,pixelWidth:4898,sizes:\"271.5px\",...toResponsiveImage(jl05PUNea),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8m1ckf\",\"data-framer-name\":\"Points\",layoutDependency:layoutDependency,layoutId:\"brWyeYH6R\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,...addPropertyOverrides({FSSjfn_sC:{width:`min(max((${componentViewport?.width||\"100vw\"} - 164px) * 0.9 - 295.5px, 1px), 342px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+18.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7gbj4n-container\",layoutDependency:layoutDependency,layoutId:\"j5L4qyEbF-container\",nodeId:\"j5L4qyEbF\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(Point,{a4GwngYzZ:Fd6VOWovS,height:\"100%\",id:\"j5L4qyEbF\",layoutId:\"j5L4qyEbF\",style:{width:\"100%\"},variant:\"aeD3nmbdm\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,...addPropertyOverrides({FSSjfn_sC:{width:`min(max((${componentViewport?.width||\"100vw\"} - 164px) * 0.9 - 295.5px, 1px), 342px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+18.5+0+27}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ku5r4h-container\",layoutDependency:layoutDependency,layoutId:\"NI1eKLUiu-container\",nodeId:\"NI1eKLUiu\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(Point,{a4GwngYzZ:kKDkRwGZw,height:\"100%\",id:\"NI1eKLUiu\",layoutId:\"NI1eKLUiu\",style:{width:\"100%\"},variant:\"aeD3nmbdm\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,...addPropertyOverrides({FSSjfn_sC:{width:`min(max((${componentViewport?.width||\"100vw\"} - 164px) * 0.9 - 295.5px, 1px), 342px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+18.5+0+54}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1brcero-container\",layoutDependency:layoutDependency,layoutId:\"kVZ6mPkHE-container\",nodeId:\"kVZ6mPkHE\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(Point,{a4GwngYzZ:FLOakIv_E,height:\"100%\",id:\"kVZ6mPkHE\",layoutId:\"kVZ6mPkHE\",style:{width:\"100%\"},variant:\"aeD3nmbdm\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,...addPropertyOverrides({FSSjfn_sC:{width:`min(max((${componentViewport?.width||\"100vw\"} - 164px) * 0.9 - 295.5px, 1px), 342px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+18.5+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-118wnq1-container\",layoutDependency:layoutDependency,layoutId:\"GiKYVTdZS-container\",nodeId:\"GiKYVTdZS\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(Point,{a4GwngYzZ:jD2mRXsHB,height:\"100%\",id:\"GiKYVTdZS\",layoutId:\"GiKYVTdZS\",style:{width:\"100%\"},variant:\"aeD3nmbdm\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,...addPropertyOverrides({FSSjfn_sC:{width:`min(max((${componentViewport?.width||\"100vw\"} - 164px) * 0.9 - 295.5px, 1px), 342px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||320)-0-500)/2+230+56)+0+25+18.5+0+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-abcw0x-container\",layoutDependency:layoutDependency,layoutId:\"xg4w58P2O-container\",nodeId:\"xg4w58P2O\",rendersWithMotion:true,scopeId:\"RcXtmiZ6A\",children:/*#__PURE__*/_jsx(Point,{a4GwngYzZ:xyrNEdkJB,height:\"100%\",id:\"xg4w58P2O\",layoutId:\"xg4w58P2O\",style:{width:\"100%\"},variant:\"aeD3nmbdm\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ry0r3d\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"kkGTYHa4V\",style:{backgroundColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wwCMB.framer-1aml0jv, .framer-wwCMB .framer-1aml0jv { display: block; }\",\".framer-wwCMB.framer-1oxaxpy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 828px; }\",\".framer-wwCMB .framer-a16pgm, .framer-wwCMB .framer-bctw0j, .framer-wwCMB .framer-1ry0r3d { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-wwCMB .framer-zoqpt1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wwCMB .framer-5jlap2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wwCMB .framer-2odoq8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wwCMB .framer-cuh6ue { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-wwCMB .framer-culdbm, .framer-wwCMB .framer-ucflzg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wwCMB .framer-1be5dqq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 164px; position: relative; width: 100%; }\",\".framer-wwCMB .framer-1o7in8q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-wwCMB .framer-1lhpv9e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 160px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 272px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wwCMB .framer-8zhlh7 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-wwCMB .framer-8m1ckf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 342px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-wwCMB .framer-7gbj4n-container, .framer-wwCMB .framer-ku5r4h-container, .framer-wwCMB .framer-1brcero-container, .framer-wwCMB .framer-118wnq1-container, .framer-wwCMB .framer-abcw0x-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wwCMB.framer-v-14nmc0d .framer-bctw0j, .framer-wwCMB.framer-v-1gtxm4g .framer-bctw0j { order: 0; }\",\".framer-wwCMB.framer-v-14nmc0d .framer-1o7in8q, .framer-wwCMB.framer-v-1gtxm4g .framer-1o7in8q { order: 1; }\",\".framer-wwCMB.framer-v-16ly60u.framer-1oxaxpy, .framer-wwCMB.framer-v-1gtxm4g.framer-1oxaxpy { padding: 28px 0px 0px 0px; }\",\".framer-wwCMB.framer-v-1gtxm4g .framer-8m1ckf { min-height: 15px; }\",\".framer-wwCMB.framer-v-barotv.framer-1oxaxpy { cursor: unset; }\",\".framer-wwCMB.framer-v-barotv .framer-cuh6ue, .framer-wwCMB.framer-v-1c5db81 .framer-cuh6ue { flex: 1 0 0px; width: 1px; }\",\".framer-wwCMB.framer-v-1c5db81.framer-1oxaxpy { cursor: unset; padding: 28px 0px 0px 0px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 107\n * @framerIntrinsicWidth 828\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FSSjfn_sC\":{\"layout\":[\"fixed\",\"auto\"]},\"Qn7CO7Zq4\":{\"layout\":[\"fixed\",\"auto\"]},\"qkpQhHIrb\":{\"layout\":[\"fixed\",\"auto\"]},\"My0eTd9KF\":{\"layout\":[\"fixed\",\"auto\"]},\"dJQ6XPldo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"hMqw8wtNj\":\"dot\",\"Js4yZBRNm\":\"serviceTitle\",\"hV28NERjb\":\"subTitle\",\"jl05PUNea\":\"image\",\"Fd6VOWovS\":\"point1\",\"kKDkRwGZw\":\"point2\",\"FLOakIv_E\":\"point3\",\"jD2mRXsHB\":\"point4\",\"xyrNEdkJB\":\"point5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRcXtmiZ6A=withCSS(Component,css,\"framer-wwCMB\");export default FramerRcXtmiZ6A;FramerRcXtmiZ6A.displayName=\"Service Single\";FramerRcXtmiZ6A.defaultProps={height:107,width:828};addPropertyControls(FramerRcXtmiZ6A,{variant:{options:[\"UF8r6qLEX\",\"FSSjfn_sC\",\"Qn7CO7Zq4\",\"qkpQhHIrb\",\"My0eTd9KF\",\"dJQ6XPldo\"],optionTitles:[\"Primary Closed\",\"Primary Open\",\"Secondary Closed\",\"Secondary Open\",\"Mobile Primary\",\"Mobile Secondary\"],title:\"Variant\",type:ControlType.Enum},hMqw8wtNj:DotSliderControls?.[\"variant\"]&&{...DotSliderControls[\"variant\"],defaultValue:\"deNRwnx4S\",description:undefined,hidden:undefined,title:\"Dot\"},Js4yZBRNm:{defaultValue:\"Title\",displayTextArea:true,title:\"Service Title\",type:ControlType.String},hV28NERjb:{defaultValue:\"Sub-Title\",displayTextArea:true,title:\"Sub-Title\",type:ControlType.String},jl05PUNea:{__defaultAssetReference:\"data:framer/asset-reference,Bw2AqEPPasNjK5QoYFfYTYHloU.jpg?originalFilename=pexels-alipazani-3004884.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Fd6VOWovS:{defaultValue:\"Unlimited requests\",displayTextArea:true,title:\"Point 1\",type:ControlType.String},kKDkRwGZw:{defaultValue:\"Access to all services\",displayTextArea:true,title:\"Point 2\",type:ControlType.String},FLOakIv_E:{defaultValue:\"One dedicated creative, 20 hrs a week\",displayTextArea:true,title:\"Point 3\",type:ControlType.String},jD2mRXsHB:{defaultValue:\"Unlimited Revisions\",displayTextArea:true,title:\"Point 4\",type:ControlType.String},xyrNEdkJB:{defaultValue:\"Pause or cancel anytime\",displayTextArea:true,title:\"Point 5\",type:ControlType.String}});addFonts(FramerRcXtmiZ6A,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...DotSliderFonts,...PointFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRcXtmiZ6A\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"828\",\"framerVariables\":\"{\\\"hMqw8wtNj\\\":\\\"dot\\\",\\\"Js4yZBRNm\\\":\\\"serviceTitle\\\",\\\"hV28NERjb\\\":\\\"subTitle\\\",\\\"jl05PUNea\\\":\\\"image\\\",\\\"Fd6VOWovS\\\":\\\"point1\\\",\\\"kKDkRwGZw\\\":\\\"point2\\\",\\\"FLOakIv_E\\\":\\\"point3\\\",\\\"jD2mRXsHB\\\":\\\"point4\\\",\\\"xyrNEdkJB\\\":\\\"point5\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"107\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FSSjfn_sC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qn7CO7Zq4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qkpQhHIrb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"My0eTd9KF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dJQ6XPldo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RcXtmiZ6A.map", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ServiceSingle from\"https://framerusercontent.com/modules/shI930YNH1QqmBm2uaXD/0f7TAivtI6j4qgL6IddC/RcXtmiZ6A.js\";const ServiceSingleFonts=getFonts(ServiceSingle);const cycleOrder=[\"yL4nroOw8\",\"UnSVxw5Nf\"];const serializationHash=\"framer-gVUkE\";const variantClassNames={UnSVxw5Nf:\"framer-v-1lpuci9\",yL4nroOw8:\"framer-v-j0twe7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={L:\"yL4nroOw8\",S:\"UnSVxw5Nf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yL4nroOw8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yL4nroOw8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-j0twe7\",className,classNames),\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"yL4nroOw8\",ref:refBinding,style:{backgroundColor:\"var(--token-f2130d30-5051-414b-bbfe-2f8dcb0cab5e, rgb(0, 0, 0))\",...style},...addPropertyOverrides({UnSVxw5Nf:{\"data-framer-name\":\"S\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:107,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||319)-0-321)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15adex9-container\",layoutDependency:layoutDependency,layoutId:\"RlggQ3tkM-container\",nodeId:\"RlggQ3tkM\",rendersWithMotion:true,scopeId:\"RYpXRiCCV\",children:/*#__PURE__*/_jsx(ServiceSingle,{Fd6VOWovS:\"Cultural Landscape Analysis using Alive's Real-Time IP Index\u2122\",FLOakIv_E:\"Audience Value Potential Forecast\",height:\"100%\",hMqw8wtNj:\"deNRwnx4S\",hV28NERjb:\"for cmos and brand leaders\",id:\"RlggQ3tkM\",jD2mRXsHB:\"IP Architecture Blueprint\",jl05PUNea:addImageAlt({pixelHeight:1714,pixelWidth:2687,src:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png\",srcSet:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=512 512w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png 2687w\"},\"\"),Js4yZBRNm:\"Cultural Opportunity Assessment\",kKDkRwGZw:\"Brand Entertainment Opportunity Assessment\",layoutId:\"RlggQ3tkM\",style:{width:\"100%\"},variant:\"UF8r6qLEX\",width:\"100%\",xyrNEdkJB:\"Implementation Roadmap\",...addPropertyOverrides({UnSVxw5Nf:{variant:\"My0eTd9KF\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:107,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||319)-0-321)/2+107+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1blqkc1-container\",layoutDependency:layoutDependency,layoutId:\"fyiJphCnn-container\",nodeId:\"fyiJphCnn\",rendersWithMotion:true,scopeId:\"RYpXRiCCV\",children:/*#__PURE__*/_jsx(ServiceSingle,{Fd6VOWovS:\"IP Asset Value Assessment\",FLOakIv_E:\"Platform Optimization Strategy\",height:\"100%\",hMqw8wtNj:\"d7me1EAi2\",hV28NERjb:\"for ip holders and studios\",id:\"fyiJphCnn\",jD2mRXsHB:\"Commerce Integration Opportunities\",jl05PUNea:addImageAlt({pixelHeight:1714,pixelWidth:2687,src:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png\",srcSet:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=512 512w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png 2687w\"},\"\"),Js4yZBRNm:\"IP Ecosystem Evaluation\",kKDkRwGZw:\"Community Ecosystem Mapping\",layoutId:\"fyiJphCnn\",style:{width:\"100%\"},variant:\"Qn7CO7Zq4\",width:\"100%\",xyrNEdkJB:\"Direct-to-Fan Activation Framework\",...addPropertyOverrides({UnSVxw5Nf:{variant:\"dJQ6XPldo\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:107,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||319)-0-321)/2+214+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ixd5od-container\",layoutDependency:layoutDependency,layoutId:\"p1OHbsXUr-container\",nodeId:\"p1OHbsXUr\",rendersWithMotion:true,scopeId:\"RYpXRiCCV\",children:/*#__PURE__*/_jsx(ServiceSingle,{Fd6VOWovS:\"\",FLOakIv_E:\"\",height:\"100%\",hMqw8wtNj:\"aXo5DjARr\",hV28NERjb:\"for creators\",id:\"p1OHbsXUr\",jD2mRXsHB:\"\",jl05PUNea:addImageAlt({pixelHeight:1714,pixelWidth:2687,src:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png\",srcSet:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=512 512w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png 2687w\"},\"\"),Js4yZBRNm:\"Creator Venture Consultation\",kKDkRwGZw:\"\",layoutId:\"p1OHbsXUr\",style:{width:\"100%\"},variant:\"Qn7CO7Zq4\",width:\"100%\",xyrNEdkJB:\"\",...addPropertyOverrides({UnSVxw5Nf:{variant:\"dJQ6XPldo\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.498727735368957-(componentViewport?.height||319)*1.01/2)),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-13ofk2\",\"data-framer-name\":\"BG Pattern\",layoutDependency:layoutDependency,layoutId:\"LqtqecEPi\",style:{opacity:.06}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gVUkE.framer-1eyuh8g, .framer-gVUkE .framer-1eyuh8g { display: block; }\",\".framer-gVUkE.framer-j0twe7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 828px; }\",\".framer-gVUkE .framer-15adex9-container, .framer-gVUkE .framer-1blqkc1-container, .framer-gVUkE .framer-1ixd5od-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-gVUkE .framer-13ofk2 { flex: none; height: 101%; left: calc(50.00000000000002% - 101% / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(49.8727735368957% - 101% / 2); width: 101%; z-index: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 319\n * @framerIntrinsicWidth 828\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UnSVxw5Nf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRYpXRiCCV=withCSS(Component,css,\"framer-gVUkE\");export default FramerRYpXRiCCV;FramerRYpXRiCCV.displayName=\"Services List\";FramerRYpXRiCCV.defaultProps={height:319,width:828};addPropertyControls(FramerRYpXRiCCV,{variant:{options:[\"yL4nroOw8\",\"UnSVxw5Nf\"],optionTitles:[\"L\",\"S\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRYpXRiCCV,[{explicitInter:true,fonts:[]},...ServiceSingleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRYpXRiCCV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"828\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"319\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UnSVxw5Nf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/xh0ZPegsZNGHMxdBifZ8/8QrMxeXLi4bpaEawhZTc/o93BsUfXU.js\";const cycleOrder=[\"GoN4seSao\",\"lfpEaxB4T\",\"nmlzODtV3\"];const serializationHash=\"framer-ZlZcq\";const variantClassNames={GoN4seSao:\"framer-v-90lj2t\",lfpEaxB4T:\"framer-v-ao2e4i\",nmlzODtV3:\"framer-v-dh42fx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"nmlzODtV3\",L:\"GoN4seSao\",S:\"lfpEaxB4T\"};const getProps=({height,id,title1,width,...props})=>{return{...props,L_m8VdsUp:title1??props.L_m8VdsUp??\"//Title\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GoN4seSao\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,L_m8VdsUp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GoN4seSao\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"lfpEaxB4T\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-90lj2t\",className,classNames),\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"GoN4seSao\",ref:refBinding,style:{...style},...addPropertyOverrides({lfpEaxB4T:{\"data-framer-name\":\"S\"},nmlzODtV3:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ag19kj\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"poRdL2UmP\",style:{backgroundColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\"},variants:{lfpEaxB4T:{backgroundColor:\"rgba(0, 0, 0, 0)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kqx4f7\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"cm4HFp12s\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wloapj\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"MN1sNASm5\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jmrcym\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"N7X4udE8R\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"left\"},children:\"//ABOUT\"})}),className:\"framer-1tre80m\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kpqWS936m\",text:L_m8VdsUp,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lfpEaxB4T:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"center\"},children:\"//Title\"})})}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1plcxxx\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"P4BzNaW6T\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZlZcq.framer-waz2sq, .framer-ZlZcq .framer-waz2sq { display: block; }\",\".framer-ZlZcq.framer-90lj2t { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1380px; }\",\".framer-ZlZcq .framer-1ag19kj { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-ZlZcq .framer-kqx4f7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZlZcq .framer-wloapj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 15px; overflow: hidden; padding: 0px; position: relative; width: 25%; }\",\".framer-ZlZcq .framer-1jmrcym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 15%; }\",\".framer-ZlZcq .framer-1tre80m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZlZcq .framer-1plcxxx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 15px; overflow: hidden; padding: 0px; position: relative; width: 15%; }\",\".framer-ZlZcq.framer-v-ao2e4i .framer-1jmrcym { flex: 1 0 0px; width: 1px; }\",\".framer-ZlZcq.framer-v-ao2e4i .framer-1tre80m { order: 0; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lfpEaxB4T\":{\"layout\":[\"fixed\",\"auto\"]},\"nmlzODtV3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"L_m8VdsUp\":\"title1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWh06BfHF_=withCSS(Component,css,\"framer-ZlZcq\");export default FramerWh06BfHF_;FramerWh06BfHF_.displayName=\"Header\";FramerWh06BfHF_.defaultProps={height:26,width:1380};addPropertyControls(FramerWh06BfHF_,{variant:{options:[\"GoN4seSao\",\"lfpEaxB4T\",\"nmlzODtV3\"],optionTitles:[\"L\",\"S\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},L_m8VdsUp:{defaultValue:\"//Title\",displayTextArea:false,title:\"Title 1\",type:ControlType.String}});addFonts(FramerWh06BfHF_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWh06BfHF_\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"L_m8VdsUp\\\":\\\"title1\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1380\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lfpEaxB4T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nmlzODtV3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Wh06BfHF_.map", "// Generated by Framer (9e04080)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Clash Display-semibold\",\"FS;Clash Display-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/FPDAZ2S6SW4QMSRIIKNNGTPM6VIXYMKO/5HNPQ453FRLIQWV2FNOBUU3FKTDZQVSG/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.woff2\",weight:\"600\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BFBSY7LX5W2U2EROCLVVTQP4VS7S4PC3/IIUX4FGTMD2LK2VWD3RVTAS4SSMUN7B5/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff2\",weight:\"700\"}]}];export const css=['.framer-YVlQh .framer-styles-preset-vsc6z:not(.rich-text-wrapper), .framer-YVlQh .framer-styles-preset-vsc6z.rich-text-wrapper h3 { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 90px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 80px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-YVlQh .framer-styles-preset-vsc6z:not(.rich-text-wrapper), .framer-YVlQh .framer-styles-preset-vsc6z.rich-text-wrapper h3 { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 88px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 80px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-YVlQh .framer-styles-preset-vsc6z:not(.rich-text-wrapper), .framer-YVlQh .framer-styles-preset-vsc6z.rich-text-wrapper h3 { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 75px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 70px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-YVlQh .framer-styles-preset-vsc6z:not(.rich-text-wrapper), .framer-YVlQh .framer-styles-preset-vsc6z.rich-text-wrapper h3 { --framer-font-family: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-family-bold: \"Clash Display\", \"Clash Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 30px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-YVlQh\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (43db255)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useOverlayState,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import ProcessSection from\"#framer/local/canvasComponent/BKMYs7xp_/BKMYs7xp_.js\";import AboutPoint from\"#framer/local/canvasComponent/e1XEM5Jhv/e1XEM5Jhv.js\";import ContactSection from\"#framer/local/canvasComponent/e8kApHjI4/e8kApHjI4.js\";import GallerySection from\"#framer/local/canvasComponent/f6WfqAAdw/f6WfqAAdw.js\";import CircleCursor from\"#framer/local/canvasComponent/LRbgZFhAP/LRbgZFhAP.js\";import ClientSection from\"#framer/local/canvasComponent/M7J8Biqjh/M7J8Biqjh.js\";import NavigationBar from\"#framer/local/canvasComponent/OUcp9x9Lm/OUcp9x9Lm.js\";import Footer from\"#framer/local/canvasComponent/rmyHU0j9Q/rmyHU0j9Q.js\";import ServicesList from\"#framer/local/canvasComponent/RYpXRiCCV/RYpXRiCCV.js\";import UnderlineButton from\"#framer/local/canvasComponent/sGuiSyzdL/sGuiSyzdL.js\";import Menu from\"#framer/local/canvasComponent/TpvpqmlmO/TpvpqmlmO.js\";import Header from\"#framer/local/canvasComponent/Wh06BfHF_/Wh06BfHF_.js\";import*as sharedStyle3 from\"#framer/local/css/N0WIxO9Aj/N0WIxO9Aj.js\";import*as sharedStyle4 from\"#framer/local/css/nHB6DZZAW/nHB6DZZAW.js\";import*as sharedStyle1 from\"#framer/local/css/o93BsUfXU/o93BsUfXU.js\";import*as sharedStyle from\"#framer/local/css/VcngNbO2E/VcngNbO2E.js\";import*as sharedStyle2 from\"#framer/local/css/X06oMW2v8/X06oMW2v8.js\";import metadataProvider from\"#framer/local/webPageMetadata/pyQ74JKGa/pyQ74JKGa.js\";const NavigationBarFonts=getFonts(NavigationBar);const MenuFonts=getFonts(Menu);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const ProcessSectionFonts=getFonts(ProcessSection);const HeaderFonts=getFonts(Header);const AboutPointFonts=getFonts(AboutPoint);const UnderlineButtonFonts=getFonts(UnderlineButton);const GallerySectionFonts=getFonts(GallerySection);const ServicesListFonts=getFonts(ServicesList);const ClientSectionFonts=getFonts(ClientSection);const ContactSectionFonts=getFonts(ContactSection);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const CircleCursorFonts=getFonts(CircleCursor);const breakpoints={a1ernZEho:\"(min-width: 1200px) and (max-width: 1439px)\",BopEaq608:\"(max-width: 809px)\",ga0gE4693:\"(min-width: 1440px)\",upplLUup_:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VzNKV\";const variantClassNames={a1ernZEho:\"framer-v-hpyup3\",BopEaq608:\"framer-v-13l4a8r\",ga0gE4693:\"framer-v-7rggy9\",upplLUup_:\"framer-v-5hcd4u\"};const transition1={damping:30,delay:0,mass:1,stiffness:220,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:716};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:716};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={damping:40,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition3={damping:40,delay:.4,mass:1,stiffness:200,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:160};const animation7={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition4={damping:60,delay:.1,mass:1,stiffness:300,type:\"spring\"};const textEffect={effect:animation7,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition4,trigger:\"onInView\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition5={damping:60,delay:.075,mass:1,stiffness:300,type:\"spring\"};const textEffect1={effect:animation7,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition5,trigger:\"onInView\",type:\"appear\"};const textEffect2={effect:animation7,repeat:true,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition5,trigger:\"onInView\",type:\"appear\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={L:\"a1ernZEho\",M:\"upplLUup_\",S:\"BopEaq608\",XL:\"ga0gE4693\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ga0gE4693\"};};const cursor={component:CircleCursor,variant:\"TMrDX933o\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const h8rI9Kvlz3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const nudbpXYrr1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BopEaq608\")return false;return true;};const elementId=useRouteElementId(\"Mb7LYQ3Ld\");const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"BopEaq608\")return true;return false;};const router=useRouter();useCustomCursors({xzcnq6:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ga0gE4693\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f2130d30-5051-414b-bbfe-2f8dcb0cab5e, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-7rggy9\",className),\"data-framer-cursor\":\"xzcnq6\",ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-honat9-container hidden-13l4a8r\",id:elementId,nodeId:\"Mb7LYQ3Ld\",ref:ref1,scopeId:\"pyQ74JKGa\",children:[/*#__PURE__*/_jsx(NavigationBar,{h8rI9Kvlz:h8rI9Kvlz3bnx0g({overlay}),height:\"100%\",id:\"Mb7LYQ3Ld\",layoutId:\"Mb7LYQ3Ld\",style:{maxWidth:\"100%\",width:\"100%\"},variant:overlay.visible?\"BufbQy2wG\":\"BufbQy2wG\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1d2u9ln\"),\"data-framer-portal-id\":elementId,exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"qcYY4J4aB\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(100vw, 1480px)\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-nja4fi-container\"),\"data-framer-portal-id\":elementId,exit:animation,inComponentSlot:true,initial:animation2,nodeId:\"FDZag9r1Q\",rendersWithMotion:true,scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"FDZag9r1Q\",layoutId:\"FDZag9r1Q\",nudbpXYrr:nudbpXYrr1wnntms({overlay}),style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"mYtYrsL5_\",width:\"100%\"})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1pf3p1p\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4gmwc1\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-18l78q2\",\"data-framer-appear-id\":\"18l78q2\",\"data-framer-name\":\"Seperator\",initial:animation4,optimized:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1adz1xm\",\"data-framer-appear-id\":\"1adz1xm\",\"data-framer-name\":\"Details\",initial:animation4,optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vnoikh hidden-13l4a8r\",\"data-framer-name\":\"Location\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4l29k8\",\"data-framer-name\":\"Content\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10bz1h7\",\"data-framer-name\":\"Availability\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3j8wa\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kdxmr7\",\"data-framer-name\":\"Globe \",fill:\"black\",intrinsicHeight:152,intrinsicWidth:332,svg:'<svg width=\"332\" height=\"152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M328 76c0 18.469-16.527 36.479-46.285 50.103C252.307 139.567 211.4 148 166 148c-45.4 0-86.307-8.433-115.715-21.897C20.527 112.479 4 94.469 4 76s16.527-36.479 46.285-50.103C79.693 12.433 120.6 4 166 4c45.4 0 86.307 8.433 115.715 21.897C311.473 39.52 328 57.53 328 76Z\" stroke=\"#F9F9F9\" stroke-width=\"8\"/><path d=\"M282 76c0 19.136-12.255 37.04-33.287 50.361C227.73 139.65 198.497 148 166 148c-32.497 0-61.73-8.35-82.713-21.639C62.255 113.04 50 95.136 50 76c0-19.136 12.255-37.04 33.287-50.36C104.27 12.35 133.503 4 166 4c32.497 0 61.73 8.35 82.713 21.64C269.745 38.96 282 56.863 282 76Z\" stroke=\"#F9F9F9\" stroke-width=\"8\"/><path d=\"M217 76c0 20.238-5.942 38.396-15.35 51.395C192.239 140.399 179.584 148 166 148s-26.239-7.601-35.65-20.605C120.942 114.396 115 96.238 115 76c0-20.238 5.942-38.396 15.35-51.395C139.761 11.601 152.416 4 166 4s26.239 7.6 35.65 20.605C211.058 37.605 217 55.762 217 76Z\" stroke=\"#F9F9F9\" stroke-width=\"8\"/><path fill=\"#F9F9F9\" d=\"M162 116h8v36h-8z\"/><path fill=\"#F9F9F9\" d=\"M162 0h8v149h-8z\"/><path fill=\"#F9F9F9\" d=\"M328 72v8H5v-8zm-42.026-40L300 40H30l14.727-8h241.247ZM44.286 120 30 112h275l-15 8H44.286Z\"/><path d=\"M196 77.775c-17-7.141-28.272-23.344-30.782-29.778-5.152 16.546-20.964 26.746-28.218 29.777 14.849 1.597 25.766 17.658 29.5 26.226 2.666-19.68 21.539-24.675 29.5-26.225Z\" fill=\"#F9F9F9\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bacvuz\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},children:\"SAO PAULO | NEW YORK | LOS ANGELES | LONDON\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},children:\"COMING SOON: SEOUL\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zd8fka\",\"data-styles-preset\":\"VcngNbO2E\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-c46abb9d-0d10-414f-ba99-89efb980d54d, rgb(255, 255, 255))\"},children:\"SAO PAULO | NEW YORK | LOS ANGELES | LONDON\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},children:\"COMING SOON: SEOUL\"})]})}),className:\"framer-1u7r1ja\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-19eegk7 hidden-13l4a8r\",\"data-framer-name\":\"User Details\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-d68e7u\",\"data-framer-name\":\"Content\"})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-11qcj2w\",\"data-framer-appear-id\":\"11qcj2w\",\"data-framer-name\":\"Seperator\",initial:animation4,optimized:true})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-xuf8wz\",\"data-framer-appear-id\":\"xuf8wz\",\"data-framer-name\":\"Parallax Image\",initial:animation6,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-khfll9\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5a4752-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"H5H4VkQlu\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{srcFile:\"https://framerusercontent.com/assets/qmrv2DgOrkzUYepeCdN1taXLA.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"H5H4VkQlu\",isMixedBorderRadius:false,layoutId:\"H5H4VkQlu\",loop:false,muted:true,objectFit:\"scale-down\",playing:true,poster:\"https://framerusercontent.com/images/aJvAW8anQ1M4899gyUGUCoJ4jI.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/fxNc4ugwlbcMMCSsJ98APhPxVY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-rlmkbi\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lqa2ba\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-z4lelr\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5fbn0y\",\"data-framer-name\":\"Texts\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lx5r5x\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-vsc6z\",\"data-styles-preset\":\"X06oMW2v8\",style:{\"--framer-text-alignment\":\"center\"},children:[\"CREATORS OF \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"NEXT-GEN\"}),\" ENTERTAINMENT\"]})})},BopEaq608:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1ejc4kd\",\"data-styles-preset\":\"N0WIxO9Aj\",style:{\"--framer-text-alignment\":\"center\"},children:[\"CREATORS OF\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"NEXT-GEN\"]}),\" \",/*#__PURE__*/_jsx(\"br\",{}),\"ENTERTAINMENT\"]})}),effect:undefined},upplLUup_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-vsc6z\",\"data-styles-preset\":\"X06oMW2v8\",style:{\"--framer-text-alignment\":\"center\"},children:[\"CREATORS OF \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"NEXT-GEN\"}),\" ENTERTAINMENT\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-vsc6z\",\"data-styles-preset\":\"X06oMW2v8\",style:{\"--framer-text-alignment\":\"center\"},children:[\"CREATORS OF\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"NEXT-GEN\"]}),\" \",/*#__PURE__*/_jsx(\"br\",{}),\"ENTERTAINMENT\"]})}),className:\"framer-lzxff9\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zd8fka\",\"data-styles-preset\":\"VcngNbO2E\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},children:[\"Our mission is to transform \",/*#__PURE__*/_jsx(\"br\",{}),\"how the world creates and distributes \",/*#__PURE__*/_jsx(\"br\",{}),\"value from stories that matter.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-gv6ry7\",\"data-styles-preset\":\"nHB6DZZAW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe2f0188-6a6d-41ef-a83f-a875042ba3b8, rgb(128, 128, 128))\"},children:[\"Our mission is to transform how the world creates \",/*#__PURE__*/_jsx(\"br\",{}),\"and distributes value from stories that matter.\"]})}),className:\"framer-1rd2ork\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-141furp\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{height:642.8825,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 40px)`,y:(componentViewport?.y||0)+4+430+40+232+0+56.0588},upplLUup_:{y:(componentViewport?.y||0)+4+827+2+389+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:377,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px)`,y:(componentViewport?.y||0)+4+987+2+411+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i01yn8-container\",nodeId:\"bnhLsDWgN\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{style:{height:\"100%\",width:\"100%\"},variant:\"DeodIhTjm\"},upplLUup_:{variant:\"DeodIhTjm\"}},children:/*#__PURE__*/_jsx(ProcessSection,{height:\"100%\",id:\"bnhLsDWgN\",layoutId:\"bnhLsDWgN\",style:{width:\"100%\"},variant:\"OiMV1ZWzW\",width:\"100%\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{y:(componentViewport?.y||0)+4+1597}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+4+1779,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nnr3id-container hidden-13l4a8r\",nodeId:\"cOrSCLpl8\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"cOrSCLpl8\",L_m8VdsUp:\"FOUNDERS\",layoutId:\"cOrSCLpl8\",style:{width:\"100%\"},variant:\"GoN4seSao\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-lmazyt hidden-7rggy9 hidden-hpyup3 hidden-5hcd4u\",\"data-framer-name\":\"Stats\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"center\"},children:\"FOUNDERS\"})}),className:\"framer-7wcheh hidden-7rggy9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+1497+0+9.1744}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ef1tfd-container\",nodeId:\"onVBCtL1n\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"onVBCtL1n\",KvAzaBpzA:\"FORMER VP CREATIVE \\n@ NETFLIX + META\",layoutId:\"onVBCtL1n\",ngydC3heF:addImageAlt({pixelHeight:132,pixelWidth:250,src:\"https://framerusercontent.com/images/asxhLLWoPBBZqmw9XJIeKNOpCo.webp\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"Q3PIkvK9_\",width:\"100%\",zRvevnocg:\"RAPHA VASCONCELLOS\\nNYC/LA\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+1497+0+284.1744}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vcwygu-container\",nodeId:\"xnUWy58Vz\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"xnUWy58Vz\",KvAzaBpzA:\"FORMER HEAD OF CREATIVE \\n@ TWITCH EMEA + META UK\",layoutId:\"xnUWy58Vz\",ngydC3heF:addImageAlt({pixelHeight:30,pixelWidth:60,src:\"https://framerusercontent.com/images/dKekB6Ir1fxOR6O2F8UZgv1NVkg.svg\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"Q3PIkvK9_\",width:\"100%\",zRvevnocg:\"RICARDO CAETANO\\nLONDON\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+1497+0+559.1744}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1inj99u-container\",nodeId:\"rFlqGMsFI\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"rFlqGMsFI\",KvAzaBpzA:\"FOUNDER \\n@ WPP MUTATO + COLMEIA\",layoutId:\"rFlqGMsFI\",ngydC3heF:addImageAlt({pixelHeight:160,pixelWidth:228,src:\"https://framerusercontent.com/images/rKr2k6qt6bilWGh99pjqL3cHTwI.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"Q3PIkvK9_\",width:\"100%\",zRvevnocg:\"EDUARDO CAMARGO\\nSAO PAULO\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{y:(componentViewport?.y||0)+4+1497+917-27}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e7zl9o-container\",nodeId:\"Cz03IusEQ\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:true,grlILkKzz:false,height:\"100%\",id:\"Cz03IusEQ\",layoutId:\"Cz03IusEQ\",LXl6QtB7P:\"https://chat.whatsapp.com/Cf1fK8ZKvee8euy2oJLSP1\",Tul3dvmcC:\"center\",variant:\"VC9xaxuso\",width:\"100%\",WToiWnGc4:\"WHATSAPP\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcdiw9\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(128, 128, 128)\"},children:\"JOIN THE FOUNDER'S COMMUNITY:\"})}),className:\"framer-yw5vcd\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+4+1497+0+834.1744+-.6145),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-1aerd5p\",\"data-framer-name\":\"BG Pattern\"})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hahsdr hidden-13l4a8r\",\"data-framer-name\":\"Top\"}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-103lcti hidden-13l4a8r\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{height:321,width:`calc(${componentViewport?.width||\"100vw\"} * 0.3506)`,y:(componentViewport?.y||0)+4+1623+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`calc(${componentViewport?.width||\"100vw\"} * 0.33)`,y:(componentViewport?.y||0)+4+1805+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q953ai-container\",nodeId:\"Ile6yyQDV\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{variant:\"Q3PIkvK9_\"},upplLUup_:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"Ile6yyQDV\",KvAzaBpzA:\"FORMER VP CREATIVE \\n@ NETFLIX + META\",layoutId:\"Ile6yyQDV\",ngydC3heF:addImageAlt({pixelHeight:132,pixelWidth:250,src:\"https://framerusercontent.com/images/asxhLLWoPBBZqmw9XJIeKNOpCo.webp\"},\"\"),style:{width:\"100%\"},variant:\"NEbbr7Vp5\",width:\"100%\",zRvevnocg:\"RAPHA VASCONCELLOS\\nNYC/LA\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{height:321,width:`max((${componentViewport?.width||\"100vw\"} * 0.6494 - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+4+1623+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} * 0.67 - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+4+1805+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nhqr9l-container\",nodeId:\"DQVYeXWVE\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"DQVYeXWVE\",KvAzaBpzA:\"FORMER HEAD OF CREATIVE \\n@ TWITCH EMEA + META UK\",layoutId:\"DQVYeXWVE\",ngydC3heF:addImageAlt({pixelHeight:30,pixelWidth:60,src:\"https://framerusercontent.com/images/dKekB6Ir1fxOR6O2F8UZgv1NVkg.svg\"},\"\"),style:{width:\"100%\"},variant:\"NEbbr7Vp5\",width:\"100%\",zRvevnocg:\"RICARDO CAETANO\\nLONDON\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{height:321,width:`max((${componentViewport?.width||\"100vw\"} * 0.6494 - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+4+1623+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`max((${componentViewport?.width||\"100vw\"} * 0.67 - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+4+1805+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1omeic0-container\",nodeId:\"ymsDdaDEQ\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{variant:\"Q3PIkvK9_\"},upplLUup_:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(AboutPoint,{aMNwMtz9E:{borderBottomWidth:1,borderColor:\"var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, rgb(22, 22, 22))\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},height:\"100%\",id:\"ymsDdaDEQ\",KvAzaBpzA:\"FOUNDER \\n@ WPP MUTATO + COLMEIA\",layoutId:\"ymsDdaDEQ\",ngydC3heF:addImageAlt({pixelHeight:160,pixelWidth:228,src:\"https://framerusercontent.com/images/rKr2k6qt6bilWGh99pjqL3cHTwI.png\"},\"\"),style:{width:\"100%\"},variant:\"NEbbr7Vp5\",width:\"100%\",zRvevnocg:\"EDUARDO CAMARGO\\nSAO PAULO\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{y:(componentViewport?.y||0)+4+1623+321- -54}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+4+1805+249- -54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ee1q6s-container\",nodeId:\"kaOhoHKyD\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(UnderlineButton,{D1BksElC1:true,grlILkKzz:false,height:\"100%\",id:\"kaOhoHKyD\",layoutId:\"kaOhoHKyD\",LXl6QtB7P:\"https://chat.whatsapp.com/Cf1fK8ZKvee8euy2oJLSP1\",Tul3dvmcC:\"center\",variant:\"VC9xaxuso\",width:\"100%\",WToiWnGc4:\"WHATSAPP\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e4oont hidden-13l4a8r\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mmw4xq\",\"data-framer-name\":\"Seperator\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fyflak\",\"data-styles-preset\":\"o93BsUfXU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(128, 128, 128)\"},children:\"JOIN THE FOUNDER'S COMMUNITY:\"})}),className:\"framer-1rqdwpv\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ftp41t\",\"data-framer-name\":\"Seperator\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+4+1944+0),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+4+2054+-.8392),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-48diuo\",\"data-framer-name\":\"BG Pattern\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{width:\"1199px\"},BopEaq608:{height:65,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+4+2493},upplLUup_:{width:\"809px\",y:(componentViewport?.y||0)+4+2071}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"1380px\",y:(componentViewport?.y||0)+4+2181,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10kvwi7-container\",nodeId:\"dTLi1ntrx\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{style:{height:\"100%\",width:\"100%\"},variant:\"lfpEaxB4T\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"dTLi1ntrx\",L_m8VdsUp:\"IN DEVELOPMENT\",layoutId:\"dTLi1ntrx\",style:{width:\"100%\"},variant:\"GoN4seSao\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j9zhb3 hidden-7rggy9 hidden-hpyup3 hidden-5hcd4u\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{height:268,y:(componentViewport?.y||0)+4+2558},upplLUup_:{y:(componentViewport?.y||0)+4+2097}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+2207,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wsb888-container\",nodeId:\"IDy3wEHE4\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"fYmJeeWit\"}},children:/*#__PURE__*/_jsx(GallerySection,{height:\"100%\",id:\"IDy3wEHE4\",layoutId:\"IDy3wEHE4\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"saTnBgl1l\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19ojl9m\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j6zv92\",\"data-framer-name\":\"Top\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{upplLUup_:{y:(componentViewport?.y||0)+4+2397+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px)`,y:(componentViewport?.y||0)+4+2507+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hvfx3w-container hidden-13l4a8r\",nodeId:\"aLmzY8LC4\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"aLmzY8LC4\",L_m8VdsUp:\"/////////////////\",layoutId:\"aLmzY8LC4\",style:{width:\"100%\"},variant:\"GoN4seSao\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jhmaqe\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{effect:textEffect2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ejc4kd\",\"data-styles-preset\":\"N0WIxO9Aj\",children:\"SHOP\"})}),className:\"framer-152980i\",\"data-framer-name\":\"Title\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px) * 0.7)`},BopEaq608:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 40px)`,y:(componentViewport?.y||0)+4+2826+100+140},upplLUup_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px)`,y:(componentViewport?.y||0)+4+2397+0+220}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px) * 0.62)`,y:(componentViewport?.y||0)+4+2507+0+220,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u5ansz-container\",nodeId:\"hstIcTvgn\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{variant:\"UnSVxw5Nf\"}},children:/*#__PURE__*/_jsx(ServicesList,{height:\"100%\",id:\"hstIcTvgn\",layoutId:\"hstIcTvgn\",style:{width:\"100%\"},variant:\"yL4nroOw8\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1480px) - 40px)`,y:(componentViewport?.y||0)+4+2826+100+509},upplLUup_:{width:\"1131px\",y:(componentViewport?.y||0)+4+2397+0+573}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"1380px\",y:(componentViewport?.y||0)+4+2507+0+573,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jo4ov-container\",nodeId:\"jp3r7ASXr\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{L_m8VdsUp:\"PARTNER NETWORK\",variant:\"lfpEaxB4T\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"jp3r7ASXr\",L_m8VdsUp:\"OUR PARTNER NETWORK\",layoutId:\"jp3r7ASXr\",style:{width:\"100%\"},variant:\"GoN4seSao\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1480px) - 40px, 1480px)`,y:(componentViewport?.y||0)+4+2826+100+585},upplLUup_:{y:(componentViewport?.y||0)+4+2397+0+633}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:`min(min(${componentViewport?.width||\"100vw\"}, 1480px) - 60px, 1480px)`,y:(componentViewport?.y||0)+4+2507+0+633,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qhr895-container\",nodeId:\"a7xIxqtsr\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{variant:\"vDnzwQnVz\"}},children:/*#__PURE__*/_jsx(ClientSection,{height:\"100%\",id:\"a7xIxqtsr\",layoutId:\"a7xIxqtsr\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"aS39KONs7\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+4+3741},upplLUup_:{y:(componentViewport?.y||0)+4+3260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1165,width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+3370,children:/*#__PURE__*/_jsx(Container,{className:\"framer-taglol-container\",nodeId:\"K6X27bAD3\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{variant:\"urapeTZ9D\"},BopEaq608:{variant:\"J_bfOb4TI\"},upplLUup_:{variant:\"NO1om1BRA\"}},children:/*#__PURE__*/_jsx(ContactSection,{height:\"100%\",id:\"K6X27bAD3\",layoutId:\"K6X27bAD3\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"vctVEojYH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Mb7LYQ3Ld\",webPageId:\"pyQ74JKGa\"},implicitPathVariables:undefined},{href:{hash:\":Mb7LYQ3Ld\",webPageId:\"pyQ74JKGa\"},implicitPathVariables:undefined},{href:{hash:\":Mb7LYQ3Ld\",webPageId:\"pyQ74JKGa\"},implicitPathVariables:undefined},{href:{hash:\":Mb7LYQ3Ld\",webPageId:\"pyQ74JKGa\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BopEaq608:{y:(componentViewport?.y||0)+4+4906},upplLUup_:{y:(componentViewport?.y||0)+4+4425}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:163,width:`min(${componentViewport?.width||\"100vw\"}, 1480px)`,y:(componentViewport?.y||0)+4+4535,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g9dqyw-container\",nodeId:\"luZLn4OP8\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ernZEho:{uMRm_yoFo:resolvedLinks[1],variant:\"lYtXF1T_j\"},BopEaq608:{uMRm_yoFo:resolvedLinks[3],variant:\"S_2PrDWvT\"},upplLUup_:{uMRm_yoFo:resolvedLinks[2],variant:\"wln1qwUNV\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"luZLn4OP8\",layoutId:\"luZLn4OP8\",style:{maxWidth:\"100%\",width:\"100%\"},uMRm_yoFo:resolvedLinks[0],variant:\"lI3Bgfs7S\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7k2242-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ygo08C7iU\",scopeId:\"pyQ74JKGa\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ygo08C7iU\",intensity:16,layoutId:\"ygo08C7iU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"\",backgroundSize:.2,fit:\"tile\",intrinsicHeight:475,intrinsicWidth:911,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:128,pixelWidth:128,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/ldf53R2pKtKErtQpdz1GxxWt2I.svg\"},className:\"framer-1jejior\",\"data-framer-name\":\"BG Pattern\"}),isDisplayed()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-u6x64y hidden-13l4a8r\",\"data-framer-name\":\"BG Lines\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14fm9rn\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hulc7t\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yfg5lm\",\"data-framer-name\":\"Line\"})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VzNKV.framer-r3gx4c, .framer-VzNKV .framer-r3gx4c { display: block; }\",\".framer-VzNKV.framer-7rggy9 { align-content: center; align-items: center; background-color: var(--token-f2130d30-5051-414b-bbfe-2f8dcb0cab5e, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: 1440px; }\",\".framer-VzNKV .framer-honat9-container, .framer-VzNKV .framer-1wsb888-container, .framer-VzNKV .framer-1qhr895-container, .framer-VzNKV .framer-taglol-container { flex: none; height: auto; max-width: 1480px; position: relative; width: 100%; z-index: 1; }\",\".framer-VzNKV.framer-1d2u9ln { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-VzNKV.framer-nja4fi-container { flex: none; height: 100vh; left: calc(50.00000000000002% - min(1480px, 100%) / 2); max-width: 1480px; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-VzNKV .framer-1pf3p1p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1480px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-VzNKV .framer-4gmwc1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-18l78q2, .framer-VzNKV .framer-11qcj2w { background-color: var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, #161616); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VzNKV .framer-1adz1xm { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 14px 110px 14px 110px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VzNKV .framer-1vnoikh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; max-width: 195px; overflow: visible; padding: 0px 34px 0px 0px; position: relative; width: 1px; }\",\".framer-VzNKV .framer-4l29k8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; min-height: 30px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-10bz1h7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 16%; }\",\".framer-VzNKV .framer-1f3j8wa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200%; }\",\".framer-VzNKV .framer-1kdxmr7 { flex: none; height: 20px; position: relative; width: 42px; }\",\".framer-VzNKV .framer-1bacvuz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-VzNKV .framer-1u7r1ja { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 384px; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-19eegk7 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 195px; overflow: hidden; padding: 0px 0px 0px 34px; position: relative; width: 1px; }\",\".framer-VzNKV .framer-d68e7u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; min-height: 22px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-xuf8wz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-VzNKV .framer-khfll9 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 718px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-VzNKV .framer-5a4752-container { flex: none; height: 718px; position: relative; width: 1429px; }\",\".framer-VzNKV .framer-rlmkbi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; max-width: 1480px; overflow: hidden; padding: 2px 30px 2px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-VzNKV .framer-1lqa2ba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-z4lelr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 66px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-5fbn0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-lx5r5x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-lzxff9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-1rd2ork { flex: none; height: auto; max-width: 850px; position: relative; white-space: pre-wrap; width: 850px; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-141furp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-i01yn8-container, .framer-VzNKV .framer-1nnr3id-container, .framer-VzNKV .framer-hvfx3w-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VzNKV .framer-lmazyt { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 917px; justify-content: center; max-width: 1480px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-VzNKV .framer-7wcheh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 2%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-1ef1tfd-container, .framer-VzNKV .framer-1vcwygu-container, .framer-VzNKV .framer-1inj99u-container { flex: none; height: 275px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-1e7zl9o-container { bottom: 4px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-VzNKV .framer-vcdiw9 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 0px 9px 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-yw5vcd, .framer-VzNKV .framer-1rqdwpv { flex: none; height: auto; max-width: 290px; position: relative; white-space: pre-wrap; width: 290px; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-1aerd5p, .framer-VzNKV .framer-48diuo { flex: none; height: 100%; left: calc(49.927536231884076% - 99.89130434782608% / 2); opacity: 0.06; overflow: visible; pointer-events: none; position: absolute; top: calc(49.33920704845817% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-VzNKV .framer-hahsdr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 26px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-103lcti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-1q953ai-container { flex: none; height: auto; position: relative; width: 33%; }\",\".framer-VzNKV .framer-1nhqr9l-container, .framer-VzNKV .framer-1omeic0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-VzNKV .framer-1ee1q6s-container { bottom: -77px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-VzNKV .framer-1e4oont { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-1mmw4xq, .framer-VzNKV .framer-ftp41t { background-color: var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, #161616); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 3; }\",\".framer-VzNKV .framer-10kvwi7-container, .framer-VzNKV .framer-jo4ov-container { flex: none; height: auto; position: relative; width: 1380px; }\",\".framer-VzNKV .framer-1j9zhb3 { flex: none; height: 79px; overflow: hidden; position: relative; width: 50%; }\",\".framer-VzNKV .framer-19ojl9m { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; max-width: 1480px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-VzNKV .framer-1j6zv92 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-1jhmaqe { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzNKV .framer-152980i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-VzNKV .framer-u5ansz-container { flex: none; height: auto; position: relative; width: 62%; }\",\".framer-VzNKV .framer-1g9dqyw-container { flex: none; height: auto; max-width: 1480px; position: relative; width: 100%; z-index: 2; }\",\".framer-VzNKV .framer-7k2242-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-VzNKV .framer-1jejior { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.06; overflow: visible; pointer-events: none; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-VzNKV .framer-u6x64y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 400px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-VzNKV .framer-14fm9rn, .framer-VzNKV .framer-hulc7t, .framer-VzNKV .framer-yfg5lm { background-color: var(--token-3680e070-9a5f-4ccc-acdc-6b7bf653175a, #161616); flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-VzNKV.framer-7rggy9 { width: 1200px; } .framer-VzNKV .framer-1adz1xm { padding: 14px 70px 14px 70px; } .framer-VzNKV .framer-10bz1h7 { width: 26%; } .framer-VzNKV .framer-10kvwi7-container { width: 1199px; } .framer-VzNKV .framer-u5ansz-container { width: 70%; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-VzNKV.framer-7rggy9 { width: 810px; } .framer-VzNKV .framer-honat9-container { order: 0; } .framer-VzNKV .framer-1pf3p1p { order: 1; } .framer-VzNKV .framer-1adz1xm { padding: 14px 30px 14px 30px; } .framer-VzNKV .framer-1vnoikh, .framer-VzNKV .framer-19eegk7 { padding: 0px; } .framer-VzNKV .framer-10bz1h7 { flex: 1 0 0px; width: 1px; } .framer-VzNKV .framer-khfll9 { height: 558px; } .framer-VzNKV .framer-5a4752-container { height: 550px; width: 799px; } .framer-VzNKV .framer-rlmkbi { order: 2; } .framer-VzNKV .framer-z4lelr { gap: 40px; } .framer-VzNKV .framer-5fbn0y { order: 0; padding: 39px 0px 39px 0px; } .framer-VzNKV .framer-1rd2ork { width: 749px; } .framer-VzNKV .framer-1nnr3id-container { order: 3; } .framer-VzNKV .framer-hahsdr { order: 6; } .framer-VzNKV .framer-103lcti { order: 7; } .framer-VzNKV .framer-1q953ai-container { height: 321px; width: 35%; } .framer-VzNKV .framer-1nhqr9l-container, .framer-VzNKV .framer-1omeic0-container { height: 321px; } .framer-VzNKV .framer-1e4oont { order: 8; } .framer-VzNKV .framer-48diuo { left: calc(49.927536231884076% - 99.87654320987654% / 2); top: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-VzNKV .framer-10kvwi7-container { order: 11; width: 809px; } .framer-VzNKV .framer-1wsb888-container { order: 12; } .framer-VzNKV .framer-19ojl9m { order: 14; } .framer-VzNKV .framer-1jhmaqe { gap: 24px; justify-content: flex-start; } .framer-VzNKV .framer-u5ansz-container { width: 100%; } .framer-VzNKV .framer-jo4ov-container { width: 1131px; } .framer-VzNKV .framer-taglol-container { order: 24; } .framer-VzNKV .framer-1g9dqyw-container { order: 25; } .framer-VzNKV .framer-7k2242-container { order: 26; } .framer-VzNKV .framer-1jejior { left: 0px; order: 27; } .framer-VzNKV .framer-u6x64y { gap: 370px; order: 28; }}\",\"@media (max-width: 809px) { .framer-VzNKV.framer-7rggy9 { height: 4820px; width: 395px; } .framer-VzNKV .framer-1pf3p1p { justify-content: flex-start; order: 1; } .framer-VzNKV .framer-4gmwc1 { gap: 0px; } .framer-VzNKV .framer-18l78q2, .framer-VzNKV .framer-11qcj2w { background-color: unset; } .framer-VzNKV .framer-1adz1xm { align-content: center; align-items: center; flex-direction: column; gap: 20px; justify-content: flex-start; padding: 0px 20px 0px 20px; } .framer-VzNKV .framer-10bz1h7, .framer-VzNKV .framer-1rd2ork { width: 100%; } .framer-VzNKV .framer-1f3j8wa { padding: 29px 0px 29px 0px; } .framer-VzNKV .framer-xuf8wz { align-content: flex-start; align-items: flex-start; padding: 0px 20px 0px 20px; } .framer-VzNKV .framer-khfll9 { height: 259px; } .framer-VzNKV .framer-5a4752-container { height: 100%; width: 100%; } .framer-VzNKV .framer-rlmkbi { gap: 0px; order: 2; padding: 40px 20px 40px 20px; } .framer-VzNKV .framer-1lqa2ba { gap: 60px; } .framer-VzNKV .framer-z4lelr { gap: 30px; } .framer-VzNKV .framer-5fbn0y { gap: 30px; order: 0; padding: 0px; } .framer-VzNKV .framer-141furp { height: 755px; } .framer-VzNKV .framer-i01yn8-container { height: 85%; } .framer-VzNKV .framer-lmazyt, .framer-VzNKV .framer-1e7zl9o-container { order: 4; } .framer-VzNKV .framer-7wcheh, .framer-VzNKV .framer-yw5vcd { order: 0; } .framer-VzNKV .framer-1ef1tfd-container, .framer-VzNKV .framer-1aerd5p { order: 1; } .framer-VzNKV .framer-1vcwygu-container { order: 2; } .framer-VzNKV .framer-1inj99u-container, .framer-VzNKV .framer-1qhr895-container { order: 3; } .framer-VzNKV .framer-vcdiw9 { order: 5; } .framer-VzNKV .framer-10kvwi7-container { height: 65px; order: 10; width: 100%; } .framer-VzNKV .framer-1j9zhb3 { order: 9; } .framer-VzNKV .framer-1wsb888-container { height: 268px; order: 11; } .framer-VzNKV .framer-19ojl9m { gap: 50px; order: 12; padding: 100px 20px 0px 20px; } .framer-VzNKV .framer-1j6zv92 { gap: 60px; order: 0; } .framer-VzNKV .framer-1jhmaqe { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-VzNKV .framer-152980i { flex: none; width: 100%; } .framer-VzNKV .framer-u5ansz-container { order: 1; width: 100%; } .framer-VzNKV .framer-jo4ov-container { order: 2; width: 100%; } .framer-VzNKV .framer-taglol-container { max-width: 100%; order: 24; } .framer-VzNKV .framer-1g9dqyw-container { order: 25; } .framer-VzNKV .framer-7k2242-container { order: 26; } .framer-VzNKV .framer-1jejior { order: 27; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4714\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a1ernZEho\":{\"layout\":[\"fixed\",\"auto\"]},\"upplLUup_\":{\"layout\":[\"fixed\",\"auto\"]},\"BopEaq608\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Mb7LYQ3Ld\":{\"pattern\":\":Mb7LYQ3Ld\",\"name\":\"nav\"}}\n * @framerResponsiveScreen\n */const FramerpyQ74JKGa=withCSS(Component,css,\"framer-VzNKV\");export default FramerpyQ74JKGa;FramerpyQ74JKGa.displayName=\"Page\";FramerpyQ74JKGa.defaultProps={height:4714,width:1440};addFonts(FramerpyQ74JKGa,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavigationBarFonts,...MenuFonts,...VideoFonts,...ProcessSectionFonts,...HeaderFonts,...AboutPointFonts,...UnderlineButtonFonts,...GallerySectionFonts,...ServicesListFonts,...ClientSectionFonts,...ContactSectionFonts,...FooterFonts,...SmoothScrollFonts,...CircleCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpyQ74JKGa\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a1ernZEho\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"upplLUup_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BopEaq608\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"Mb7LYQ3Ld\\\":{\\\"pattern\\\":\\\":Mb7LYQ3Ld\\\",\\\"name\\\":\\\"nav\\\"}}\",\"framerIntrinsicHeight\":\"4714\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bodyText", "border", "height", "id", "image1", "image2", "image3", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zRvevnocg", "KvAzaBpzA", "FRP5eRtMh", "ngydC3heF", "TngSWNOcu", "aMNwMtz9E", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "Framere1XEM5Jhv", "withCSS", "e1XEM5Jhv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AboutPointFonts", "getFonts", "e1XEM5Jhv_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerBKMYs7xp_", "withCSS", "BKMYs7xp_default", "addPropertyControls", "ControlType", "addFonts", "PrimaryButtonFonts", "getFonts", "VrCzANh3F_default", "VideoFonts", "Video", "UnderlineButtonFonts", "sGuiSyzdL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framere8kApHjI4", "withCSS", "e8kApHjI4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "n9xon30Rn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramerhhzanSsga", "withCSS", "hhzanSsga_default", "addPropertyControls", "ControlType", "addFonts", "LogoCardFonts", "getFonts", "hhzanSsga_default", "TickerFonts", "Ticker", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerM7J8Biqjh", "withCSS", "M7J8Biqjh_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "UnderlineButtonFonts", "getFonts", "sGuiSyzdL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "backToTop", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "uMRm_yoFo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerrmyHU0j9Q", "withCSS", "rmyHU0j9Q_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "a4GwngYzZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "RichText", "css", "FramercYRcZx8dV", "withCSS", "cYRcZx8dV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "dot1", "dot2", "dot3", "dot4", "dot5", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "HCtAKczUH", "oaK3zqKMW", "t6_x9DgQv", "X7g83isN0", "bUY1FSAwc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "css", "Framerk5MYmZRqN", "withCSS", "k5MYmZRqN_default", "addPropertyControls", "ControlType", "addFonts", "DotSliderFonts", "getFonts", "k5MYmZRqN_default", "PointFonts", "cYRcZx8dV_default", "DotSliderControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "dot", "height", "id", "image", "point1", "point2", "point3", "point4", "point5", "serviceTitle", "subTitle", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "hMqw8wtNj", "Js4yZBRNm", "hV28NERjb", "jl05PUNea", "Fd6VOWovS", "kKDkRwGZw", "FLOakIv_E", "jD2mRXsHB", "xyrNEdkJB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1j4x93p", "args", "onTapp6zxlg", "onTap10p626k", "onTap10podl3", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerRcXtmiZ6A", "withCSS", "RcXtmiZ6A_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ServiceSingleFonts", "getFonts", "RcXtmiZ6A_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerRYpXRiCCV", "withCSS", "RYpXRiCCV_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title1", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "L_m8VdsUp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "css", "FramerWh06BfHF_", "withCSS", "Wh06BfHF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "NavigationBarFonts", "getFonts", "OUcp9x9Lm_default", "MenuFonts", "TpvpqmlmO_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "VideoFonts", "Video", "ProcessSectionFonts", "BKMYs7xp_default", "HeaderFonts", "Wh06BfHF_default", "AboutPointFonts", "e1XEM5Jhv_default", "UnderlineButtonFonts", "sGuiSyzdL_default", "GallerySectionFonts", "f6WfqAAdw_default", "ServicesListFonts", "RYpXRiCCV_default", "ClientSectionFonts", "M7J8Biqjh_default", "ContactSectionFonts", "e8kApHjI4_default", "FooterFonts", "rmyHU0j9Q_default", "SmoothScrollFonts", "SmoothScroll_Prod_default", "CircleCursorFonts", "LRbgZFhAP_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "animation7", "transition4", "textEffect", "addImageAlt", "image", "alt", "transition5", "textEffect1", "textEffect2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "h8rI9Kvlz3bnx0g", "overlay", "loadMore", "args", "nudbpXYrr1wnntms", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "isDisplayed1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "l", "ComponentViewportProvider", "Container", "AnimatePresence", "Ga", "x", "SVG", "PropertyOverrides2", "RichText", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "css", "FramerpyQ74JKGa", "withCSS", "pyQ74JKGa_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
