{
  "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/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js", "ssg:https://framerusercontent.com/modules/pZftxDq7xvJOpzUTHBxS/cxlK1ZNZlRaS1EGAC35w/KgsMNU34k.js", "ssg:https://framerusercontent.com/modules/QCdbxduGAdvqo07mo6Pc/DwXsaaVVaTIS8NTNAmGk/XF66TIWKU.js", "ssg:https://framerusercontent.com/modules/wLqcM9ufMkI4dn9EKMvQ/fkU158AbQPegNXvvGf2E/VWSyc2cFA.js", "ssg:https://framerusercontent.com/modules/RXVtWC19gBTUXLfFKYrd/Ela3qxV2sgw5YwQaMkfz/HNYRPDkhI.js", "ssg:https://framerusercontent.com/modules/uQhJESVV4GiFNCI1zJKq/kfVVT0zQumMSBUK4mfQ0/OkAfgtQrC.js", "ssg:https://framerusercontent.com/modules/eDpOxL5yV9cHzyIHRMBa/Zc2R1BG4OPOTYfnhsXUp/OYGCuWruA.js", "ssg:https://framerusercontent.com/modules/R6w3MWOrt8myRpXh4VaN/vCathV7w41Jo2sJmlBEZ/uEoT7ZAtU.js", "ssg:https://framerusercontent.com/modules/cB4T3zcfCqxUadm3aMf5/gRX1sP3v9B2kkSwobHL2/yJYuyaNUD.js", "ssg:https://framerusercontent.com/modules/LaEY993xyRYZXIW57DpV/2F0SBc3qijrNBn0jhpJH/IkwPNkB9w.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{ref.current?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-regular\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GQOITZI54NH6HDBP26XAMQYTXB4JQ3NQ/VY7SXNCPHYFLQTOFY72GM4OZTBH62U2D/AHPLTG2YASI4OYLGJV4CF3P25VBHPK5X.woff2\",weight:\"400\"}]}];export const css=['.framer-VbOdV .framer-styles-preset-1pwvydz:not(.rich-text-wrapper), .framer-VbOdV .framer-styles-preset-1pwvydz.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 16px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, #0b0b0b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-VbOdV\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-semibold\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/T2VB54RK54AYH45QBSFO6FWJJBOGDZQS/WZUJLZL2KK72TQFDHQ6EV4KREZ7WEUL2/6FVUUVSLJPCCVHIJND4LQZIT4MFZBXYJ.woff2\",weight:\"600\"}]}];export const css=['.framer-iYmiS .framer-styles-preset-1vystgy:not(.rich-text-wrapper), .framer-iYmiS .framer-styles-preset-1vystgy.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 32px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, #0b0b0b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-iYmiS\";\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 (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5HvJekSxauUKS25bN6ED/zJEsMxO6OKynNaZfcMfN/bJRoV8LGo.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/pZftxDq7xvJOpzUTHBxS/cxlK1ZNZlRaS1EGAC35w/KgsMNU34k.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/QCdbxduGAdvqo07mo6Pc/DwXsaaVVaTIS8NTNAmGk/XF66TIWKU.js\";const cycleOrder=[\"hAi99XPhd\",\"iSGddrBl4\",\"KKftr2FeN\"];const serializationHash=\"framer-jDgUj\";const variantClassNames={hAi99XPhd:\"framer-v-19wf5m0\",iSGddrBl4:\"framer-v-leh35j\",KKftr2FeN:\"framer-v-wyzl3f\"};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 humanReadableVariantMap={Desktop:\"hAi99XPhd\",Phone:\"KKftr2FeN\",Tablet:\"iSGddrBl4\"};const getProps=({clientName,clientsImage,clientTitle,height,id,reviewText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,cq6cJzzm4:clientsImage!==null&&clientsImage!==void 0?clientsImage:props.cq6cJzzm4,R7KuJHeOM:(_ref=reviewText!==null&&reviewText!==void 0?reviewText:props.R7KuJHeOM)!==null&&_ref!==void 0?_ref:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",uxrO1ky4U:(_ref1=clientName!==null&&clientName!==void 0?clientName:props.uxrO1ky4U)!==null&&_ref1!==void 0?_ref1:\"Marvin McKinney\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"hAi99XPhd\",zDiF4U_6F:(_ref3=clientTitle!==null&&clientTitle!==void 0?clientTitle:props.zDiF4U_6F)!==null&&_ref3!==void 0?_ref3:\"UI/UX Designer at Pixel Play\"};};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,cq6cJzzm4,zDiF4U_6F,uxrO1ky4U,R7KuJHeOM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hAi99XPhd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19wf5m0\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hAi99XPhd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({iSGddrBl4:{\"data-framer-name\":\"Tablet\"},KKftr2FeN:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jpvn2m\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:59,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"hFFWBsgDp\",svg:'<svg width=\"69\" height=\"59\" viewBox=\"0 0 69 59\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.3919 0L15.8352 31.6703H26.3919V58.0623H0V31.6703L10.5568 0H26.3919Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M68.6195 -0.00012207L58.0628 31.6702H68.6195V58.0622H42.2276V31.6702L52.7844 -0.00012207H68.6195Z\" fill=\"#0B0B0B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jucas6\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"uAeG8pOJe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-m0tre4\",\"data-styles-preset\":\"bJRoV8LGo\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\"},children:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\"})}),className:\"framer-1yan6w7\",\"data-framer-name\":\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tdFqYYdBB\",style:{\"--extracted-1eung3n\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-paragraph-spacing\":\"0px\"},text:R7KuJHeOM,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KKftr2FeN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"46px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\"})}),fonts:[\"FS;Anton-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qdxzmd\",\"data-framer-name\":\"Clients-Info\",layoutDependency:layoutDependency,layoutId:\"ORX_SqG_H\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4a2z37\",\"data-framer-name\":\"Frame 1618872958\",layoutDependency:layoutDependency,layoutId:\"iOwI9AlYu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fe78bt\",\"data-framer-name\":\"Frame 427319163\",layoutDependency:layoutDependency,layoutId:\"IsvbJcEJW\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+112+0+118+0+0+0),pixelHeight:3993,pixelWidth:2662,sizes:\"70px\",...toResponsiveImage(cq6cJzzm4)},className:\"framer-13yxgxt\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"hNxKNVZrj\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},...addPropertyOverrides({iSGddrBl4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+79.57971014492753+0+88+0+0+0),pixelHeight:3993,pixelWidth:2662,sizes:\"70px\",...toResponsiveImage(cq6cJzzm4)}},KKftr2FeN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+71.8840579710145+0+70+0+0+0),pixelHeight:3993,pixelWidth:2662,sizes:\"70px\",...toResponsiveImage(cq6cJzzm4)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yx18gx\",\"data-framer-name\":\"Frame 427319162\",layoutDependency:layoutDependency,layoutId:\"d5WWTIlKM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vystgy\",\"data-styles-preset\":\"XF66TIWKU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\"},children:\"Marvin McKinney\"})}),className:\"framer-jd35v9\",\"data-framer-name\":\"Marvin McKinney\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eFtJT5_pP\",style:{\"--extracted-r6o4lv\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-paragraph-spacing\":\"0px\"},text:uxrO1ky4U,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pwvydz\",\"data-styles-preset\":\"KgsMNU34k\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\"},children:\"UI/UX Designer at Pixel Play\"})}),className:\"framer-apbwsm\",\"data-framer-name\":\"UI/UX Designer at Pixel Play\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tWkSTP68m\",style:{\"--extracted-r6o4lv\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-paragraph-spacing\":\"0px\"},text:zDiF4U_6F,verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jDgUj.framer-qpy7rw, .framer-jDgUj .framer-qpy7rw { display: block; }\",\".framer-jDgUj.framer-19wf5m0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: 648px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 910px; }\",\".framer-jDgUj .framer-1jpvn2m { flex: none; height: 59px; position: relative; width: 69px; }\",\".framer-jDgUj .framer-jucas6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jDgUj .framer-1yan6w7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jDgUj .framer-qdxzmd { 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-jDgUj .framer-4a2z37 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jDgUj .framer-1fe78bt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jDgUj .framer-13yxgxt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); position: relative; width: 70px; }\",\".framer-jDgUj .framer-1yx18gx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jDgUj .framer-jd35v9, .framer-jDgUj .framer-apbwsm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jDgUj.framer-19wf5m0, .framer-jDgUj .framer-jucas6, .framer-jDgUj .framer-4a2z37, .framer-jDgUj .framer-1fe78bt, .framer-jDgUj .framer-1yx18gx { gap: 0px; } .framer-jDgUj.framer-19wf5m0 > * { margin: 0px; margin-bottom: calc(53px / 2); margin-top: calc(53px / 2); } .framer-jDgUj.framer-19wf5m0 > :first-child, .framer-jDgUj .framer-jucas6 > :first-child, .framer-jDgUj .framer-1yx18gx > :first-child { margin-top: 0px; } .framer-jDgUj.framer-19wf5m0 > :last-child, .framer-jDgUj .framer-jucas6 > :last-child, .framer-jDgUj .framer-1yx18gx > :last-child { margin-bottom: 0px; } .framer-jDgUj .framer-jucas6 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-jDgUj .framer-4a2z37 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jDgUj .framer-4a2z37 > :first-child, .framer-jDgUj .framer-1fe78bt > :first-child { margin-left: 0px; } .framer-jDgUj .framer-4a2z37 > :last-child, .framer-jDgUj .framer-1fe78bt > :last-child { margin-right: 0px; } .framer-jDgUj .framer-1fe78bt > * { margin: 0px; margin-left: calc(-14.814813613891602px / 2); margin-right: calc(-14.814813613891602px / 2); } .framer-jDgUj .framer-1yx18gx > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-jDgUj.framer-v-leh35j.framer-19wf5m0 { gap: 24px; height: min-content; width: 768px; }\",\".framer-jDgUj.framer-v-leh35j .framer-1jpvn2m { aspect-ratio: 1.1694915254237288 / 1; height: var(--framer-aspect-ratio-supported, 56px); width: 65px; }\",\".framer-jDgUj.framer-v-leh35j .framer-jucas6 { gap: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jDgUj.framer-v-leh35j.framer-19wf5m0, .framer-jDgUj.framer-v-leh35j .framer-jucas6 { gap: 0px; } .framer-jDgUj.framer-v-leh35j.framer-19wf5m0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jDgUj.framer-v-leh35j.framer-19wf5m0 > :first-child, .framer-jDgUj.framer-v-leh35j .framer-jucas6 > :first-child { margin-top: 0px; } .framer-jDgUj.framer-v-leh35j.framer-19wf5m0 > :last-child, .framer-jDgUj.framer-v-leh35j .framer-jucas6 > :last-child { margin-bottom: 0px; } .framer-jDgUj.framer-v-leh35j .framer-jucas6 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-jDgUj.framer-v-wyzl3f.framer-19wf5m0 { gap: 24px; height: min-content; width: 343px; }\",\".framer-jDgUj.framer-v-wyzl3f .framer-1jpvn2m { aspect-ratio: 1.1694915254237288 / 1; height: var(--framer-aspect-ratio-supported, 48px); width: 56px; }\",\".framer-jDgUj.framer-v-wyzl3f .framer-jucas6 { gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jDgUj.framer-v-wyzl3f.framer-19wf5m0, .framer-jDgUj.framer-v-wyzl3f .framer-jucas6 { gap: 0px; } .framer-jDgUj.framer-v-wyzl3f.framer-19wf5m0 > *, .framer-jDgUj.framer-v-wyzl3f .framer-jucas6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jDgUj.framer-v-wyzl3f.framer-19wf5m0 > :first-child, .framer-jDgUj.framer-v-wyzl3f .framer-jucas6 > :first-child { margin-top: 0px; } .framer-jDgUj.framer-v-wyzl3f.framer-19wf5m0 > :last-child, .framer-jDgUj.framer-v-wyzl3f .framer-jucas6 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 648\n * @framerIntrinsicWidth 910\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iSGddrBl4\":{\"layout\":[\"fixed\",\"auto\"]},\"KKftr2FeN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"cq6cJzzm4\":\"clientsImage\",\"zDiF4U_6F\":\"clientTitle\",\"uxrO1ky4U\":\"clientName\",\"R7KuJHeOM\":\"reviewText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVWSyc2cFA=withCSS(Component,css,\"framer-jDgUj\");export default FramerVWSyc2cFA;FramerVWSyc2cFA.displayName=\"Cards/Client Review Card\";FramerVWSyc2cFA.defaultProps={height:648,width:910};addPropertyControls(FramerVWSyc2cFA,{variant:{options:[\"hAi99XPhd\",\"iSGddrBl4\",\"KKftr2FeN\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},cq6cJzzm4:{title:\"Clients-Image\",type:ControlType.ResponsiveImage},zDiF4U_6F:{defaultValue:\"UI/UX Designer at Pixel Play\",displayTextArea:false,title:\"Client-Title\",type:ControlType.String},uxrO1ky4U:{defaultValue:\"Marvin McKinney\",displayTextArea:false,title:\"Client-Name\",type:ControlType.String},R7KuJHeOM:{defaultValue:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",displayTextArea:true,title:\"Review-Text\",type:ControlType.String}});addFonts(FramerVWSyc2cFA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Anton\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TPY5PBRHOSXJ53WNSUYZQYX4FZUMAYNF/YHKM2QXXZHS7MS6DJUZXTGRXMIGWH7K5/PCXT6E5YCQO6SSVLT6UZPPGT7QKGXOUS.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVWSyc2cFA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"910\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"648\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iSGddrBl4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KKftr2FeN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"cq6cJzzm4\\\":\\\"clientsImage\\\",\\\"zDiF4U_6F\\\":\\\"clientTitle\\\",\\\"uxrO1ky4U\\\":\\\"clientName\\\",\\\"R7KuJHeOM\\\":\\\"reviewText\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import CardsClientReviewCard from\"https://framerusercontent.com/modules/wLqcM9ufMkI4dn9EKMvQ/fkU158AbQPegNXvvGf2E/VWSyc2cFA.js\";const CardsClientReviewCardFonts=getFonts(CardsClientReviewCard);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"DOs0zcuQI\",\"qkH47QyXe\"];const serializationHash=\"framer-wyri3\";const variantClassNames={DOs0zcuQI:\"framer-v-1igcrrz\",qkH47QyXe:\"framer-v-5uf5oz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={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={Default:\"DOs0zcuQI\",Phone:\"qkH47QyXe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DOs0zcuQI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DOs0zcuQI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"qkH47QyXe\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qkH47QyXe\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1igcrrz\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"DOs0zcuQI\",ref:ref??ref1,style:{...style},...addPropertyOverrides({qkH47QyXe:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fw3l06-container\",layoutDependency:layoutDependency,layoutId:\"len6pQyCe-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/wN3GmkW880i6dq63rcs8CuqJArs.svg\",rightArrow:\"https://framerusercontent.com/images/mwN8FueoqDzQ6d7E7TeUgP46Qk.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:1200,effectsRotate:35,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"len6pQyCe\",intervalControl:1.5,itemAmount:1,layoutId:\"len6pQyCe\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1koj6kr-container\",layoutDependency:layoutDependency,layoutId:\"lFCc4UwKI-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({src:\"https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png\",srcSet:\"https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png 1024w\"},\"\"),height:\"100%\",id:\"lFCc4UwKI\",layoutId:\"lFCc4UwKI\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"hAi99XPhd\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dfqjbq-container\",layoutDependency:layoutDependency,layoutId:\"iFdmSOvRZ-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({positionX:\"46.1%\",positionY:\"10.1%\",src:\"https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png\",srcSet:\"https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png?scale-down-to=1024 764w,https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png 944w\"},\"\"),height:\"100%\",id:\"iFdmSOvRZ\",layoutId:\"iFdmSOvRZ\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"hAi99XPhd\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17vtq5u-container\",layoutDependency:layoutDependency,layoutId:\"mroqMfsFa-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({src:\"https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg\",srcSet:\"https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=4096 2734w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg 4016w\"},\"\"),height:\"100%\",id:\"mroqMfsFa\",layoutId:\"mroqMfsFa\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"hAi99XPhd\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z1330l-container\",layoutDependency:layoutDependency,layoutId:\"JIVcDy5iu-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/wN3GmkW880i6dq63rcs8CuqJArs.svg\",rightArrow:\"https://framerusercontent.com/images/mwN8FueoqDzQ6d7E7TeUgP46Qk.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"JIVcDy5iu\",intervalControl:1.5,itemAmount:1,layoutId:\"JIVcDy5iu\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:856,width:\"343px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-152w89u-container\",layoutDependency:layoutDependency,layoutId:\"HpklG9R8U-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({src:\"https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png\",srcSet:\"https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FrOJAS80PQAcRGn8FaQsxC6p5g.png 1024w\"},\"\"),height:\"100%\",id:\"HpklG9R8U\",layoutId:\"HpklG9R8U\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"KKftr2FeN\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:856,width:\"343px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vesmd6-container\",layoutDependency:layoutDependency,layoutId:\"Dk94nvtpU-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({positionX:\"44.3%\",positionY:\"6%\",src:\"https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png\",srcSet:\"https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png?scale-down-to=1024 764w,https://framerusercontent.com/images/QwuoM92ZZPiz25QIeJUmH0pbQ.png 944w\"},\"\"),height:\"100%\",id:\"Dk94nvtpU\",layoutId:\"Dk94nvtpU\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"KKftr2FeN\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:856,width:\"343px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i3235y-container\",layoutDependency:layoutDependency,layoutId:\"OVPR_LNgW-container\",children:/*#__PURE__*/_jsx(CardsClientReviewCard,{cq6cJzzm4:addImageAlt({src:\"https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg\",srcSet:\"https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=2048 1367w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg?scale-down-to=4096 2734w,https://framerusercontent.com/images/oVZcWevrdXVqwPBBEhvUeQUCx3I.jpg 4016w\"},\"\"),height:\"100%\",id:\"OVPR_LNgW\",layoutId:\"OVPR_LNgW\",R7KuJHeOM:\"Collaborating with Desire studio was an outstanding experience! Their team effortlessly transformed our ideas into a reality, creating a website that surpassed all our expectations. Their meticulous attention to detail, and professional demeanor made the project seamless.\",style:{height:\"100%\",width:\"100%\"},uxrO1ky4U:\"Marvin McKinney\",variant:\"KKftr2FeN\",width:\"100%\",zDiF4U_6F:\"UI/UX Designer at Pixel Play\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wyri3.framer-1cnliwj, .framer-wyri3 .framer-1cnliwj { display: block; }\",\".framer-wyri3.framer-1igcrrz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 910px; }\",\".framer-wyri3 .framer-fw3l06-container { flex: 1 0 0px; height: 648px; position: relative; width: 1px; }\",\".framer-wyri3 .framer-1koj6kr-container, .framer-wyri3 .framer-dfqjbq-container, .framer-wyri3 .framer-17vtq5u-container { height: 648px; position: relative; width: 910px; }\",\".framer-wyri3 .framer-z1330l-container { flex: 1 0 0px; height: 939px; position: relative; width: 1px; }\",\".framer-wyri3 .framer-152w89u-container, .framer-wyri3 .framer-1vesmd6-container, .framer-wyri3 .framer-1i3235y-container { height: 856px; position: relative; width: 343px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyri3.framer-1igcrrz { gap: 0px; } .framer-wyri3.framer-1igcrrz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wyri3.framer-1igcrrz > :first-child { margin-left: 0px; } .framer-wyri3.framer-1igcrrz > :last-child { margin-right: 0px; } }\",\".framer-wyri3.framer-v-5uf5oz.framer-1igcrrz { align-content: flex-start; align-items: flex-start; overflow: visible; width: 343px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 648\n * @framerIntrinsicWidth 910\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qkH47QyXe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHNYRPDkhI=withCSS(Component,css,\"framer-wyri3\");export default FramerHNYRPDkhI;FramerHNYRPDkhI.displayName=\"Client Testimonials Slider\";FramerHNYRPDkhI.defaultProps={height:648,width:910};addPropertyControls(FramerHNYRPDkhI,{variant:{options:[\"DOs0zcuQI\",\"qkH47QyXe\"],optionTitles:[\"Default\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHNYRPDkhI,[{explicitInter:true,fonts:[]},...CardsClientReviewCardFonts,...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHNYRPDkhI\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qkH47QyXe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"648\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"910\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HNYRPDkhI.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Jp5oEa5CUA3vQMv0OpnJ/oPZJJV4Ad2acVhnj4HvR/jP9K5gfOb.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iEGSB1TE1aQoFGYCvcDh/b8X7n7k7nVMo4SJtt01g/XX0QUDiiN.js\";import Tag from\"https://framerusercontent.com/modules/GXBfVJrx2VyCC0p4n1fL/JyzLdAmzJroyd7YIiaw5/RoJUuRNwS.js\";const TagFonts=getFonts(Tag);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"LT4mCHqq6\",\"lMSO5fTA8\",\"cT04tXk6N\"];const serializationHash=\"framer-Vaopw\";const variantClassNames={cT04tXk6N:\"framer-v-u7i32c\",lMSO5fTA8:\"framer-v-l0ayg3\",LT4mCHqq6:\"framer-v-o23nmc\"};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={Desktop:\"LT4mCHqq6\",Phone:\"cT04tXk6N\",Tablet:\"lMSO5fTA8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LT4mCHqq6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LT4mCHqq6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"lMSO5fTA8\")return true;return false;};const isDisplayed1=()=>{if([\"lMSO5fTA8\",\"cT04tXk6N\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"cT04tXk6N\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-o23nmc\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LT4mCHqq6\",ref:ref??ref1,style:{backgroundColor:\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({cT04tXk6N:{\"data-framer-name\":\"Phone\"},lMSO5fTA8:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2h3npg-container\",layoutDependency:layoutDependency,layoutId:\"gWiIKW1pi-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:84,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/XvRR3JpvbgPJVm31yc6yKv2Q.svg\",rightArrow:\"https://framerusercontent.com/images/FHScSx8qwlcPk3Lf51cCKKMJMk.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"gWiIKW1pi\",intervalControl:1.5,itemAmount:1,layoutId:\"gWiIKW1pi\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bnxxd\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"bkCikem1s\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ophy9\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"DrnoLVmBn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wo0rrx\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"JJVmC3EgO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gjvawk\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"YcU82WPQQ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:\"Brand \"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:[\"and\",/*#__PURE__*/_jsx(motion.br,{})]}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:\"Content\"})]})}),className:\"framer-1araay4\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"JHwjRzguD\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From careful iconographic constructions to purposeful material generation, my method is to instill every endeavor with a unique identity and an intriguing narrative.\"})}),className:\"framer-xjwht8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"h3tOpiIoV\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6x5p4w\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"Re7Rpaoz6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a1jkt5-container\",layoutDependency:layoutDependency,layoutId:\"wbEUt7z6s-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"wbEUt7z6s\",layoutId:\"wbEUt7z6s\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yzpk9e-container\",layoutDependency:layoutDependency,layoutId:\"uiiXjW0oE-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"uiiXjW0oE\",layoutId:\"uiiXjW0oE\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yphgth-container\",layoutDependency:layoutDependency,layoutId:\"CEe6_z13E-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"CEe6_z13E\",layoutId:\"CEe6_z13E\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q96je0-container\",layoutDependency:layoutDependency,layoutId:\"Zz0YNDHNK-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"Zz0YNDHNK\",layoutId:\"Zz0YNDHNK\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e7cqjc-container\",layoutDependency:layoutDependency,layoutId:\"fif0ObNXo-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"fif0ObNXo\",layoutId:\"fif0ObNXo\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o65m56\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"aUbtMc_Tm\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"628px\",src:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png\",srcSet:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png 2464w\"},className:\"framer-1ntvra9\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"qHcsL6OIA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l3nus4\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"eXUtikhfP\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tbs1qe\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"TY0dmpx4H\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17t6nqq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"hN2ce3_XR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xkw2tk\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"NmtM4nHaf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:\"Design \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:[\" \",/*#__PURE__*/_jsx(motion.br,{}),\"Development\"]})]})}),className:\"framer-1udru9t\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"GaQPIH2vN\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From detail-oriented symbol creations to tactical material development, my methodology is to imbue each undertaking with a unique character and a persuasive narrative.\"})}),className:\"framer-f6c1dv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ktIKvMD35\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eq5ezq\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"Jki7QTvUn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xhjygm-container\",layoutDependency:layoutDependency,layoutId:\"AhE3qq6nW-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"AhE3qq6nW\",layoutId:\"AhE3qq6nW\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13ap2fe-container\",layoutDependency:layoutDependency,layoutId:\"cteycZWTu-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"cteycZWTu\",layoutId:\"cteycZWTu\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ht61sr-container\",layoutDependency:layoutDependency,layoutId:\"JDZMSgTcD-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"JDZMSgTcD\",layoutId:\"JDZMSgTcD\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y7vf5k-container\",layoutDependency:layoutDependency,layoutId:\"Zep9II7tV-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"Zep9II7tV\",layoutId:\"Zep9II7tV\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z6gjdm-container\",layoutDependency:layoutDependency,layoutId:\"K2LINriGZ-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"K2LINriGZ\",layoutId:\"K2LINriGZ\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q7yuww\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"VEq1Nxm0i\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:502,pixelWidth:666,positionX:\"center\",positionY:\"center\",sizes:\"628px\",src:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png\",srcSet:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png 666w\"},className:\"framer-w600ey\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"qcpRWatUg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5mjz5y\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"MNcOHxfMz\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16miqxa\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Dl8WQCfbC\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11d19o6\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"iJHO3nxHU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f98578\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"MdFcYdO3c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:\"Growth \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"64px\"},children:\"Strategy\"})]})}),className:\"framer-tgk7dp\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"zSLc4t9hB\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"Each project I undertake, be it strategic content creation or detailed logo designing, is imbued with a unique character and an engaging narrative, reflecting my approach.\"})}),className:\"framer-56ahhy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BCqxAMJCD\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jno6jc\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"IAG8wXnru\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cn1w5w-container\",layoutDependency:layoutDependency,layoutId:\"fBVrOffjm-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"fBVrOffjm\",layoutId:\"fBVrOffjm\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17u84uw-container\",layoutDependency:layoutDependency,layoutId:\"g8sTe1n5z-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"g8sTe1n5z\",layoutId:\"g8sTe1n5z\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12m486d-container\",layoutDependency:layoutDependency,layoutId:\"AFsSVGIJ7-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"AFsSVGIJ7\",layoutId:\"AFsSVGIJ7\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1seggdk-container\",layoutDependency:layoutDependency,layoutId:\"Ax6MM7JjU-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"Ax6MM7JjU\",layoutId:\"Ax6MM7JjU\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1biyafs-container\",layoutDependency:layoutDependency,layoutId:\"vc_lKIb20-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"vc_lKIb20\",layoutId:\"vc_lKIb20\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yf4e5t\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"jE4cHrZTO\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"628px\",src:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png\",srcSet:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=512 512w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png 2464w\"},className:\"framer-163h343\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"Yn5sMLZyM\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ioze8g-container\",layoutDependency:layoutDependency,layoutId:\"o5LJ4Wi9j-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:60,arrowPaddingLeft:0,arrowPaddingRight:84,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/XvRR3JpvbgPJVm31yc6yKv2Q.svg\",rightArrow:\"https://framerusercontent.com/images/FHScSx8qwlcPk3Lf51cCKKMJMk.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"o5LJ4Wi9j\",intervalControl:1.5,itemAmount:1,layoutId:\"o5LJ4Wi9j\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g4r8mf\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"pWk4L5bEC\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-115o4aa\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"F1KeWc0__\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ayne5e\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"qK1PuTVdw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-glyt4u\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"TKAKJTzV2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\"Brand \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\" Content\"})]})}),className:\"framer-8o2bvo\",\"data-framer-name\":\"Brand Content\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"HhB9QxboN\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From careful iconographic constructions to purposeful material generation, my method is to instill every endeavor with a unique identity and an intriguing narrative.\"})}),className:\"framer-i50vw7\",\"data-framer-name\":\"From meticulous logo designs to strategic content creation, my approach is to infuse each project with a distinct personality and a compelling story.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MYMESOwZH\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g1jd90\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"ABz545nG9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"316px\",src:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png\",srcSet:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png 2464w\"},className:\"framer-1a8d6ib\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"WlpiiULAt\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yfiujf\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"q_ngPWGvQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fqrts9-container\",layoutDependency:layoutDependency,layoutId:\"m82RKlZ7G-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"m82RKlZ7G\",layoutId:\"m82RKlZ7G\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-20a8yj-container\",layoutDependency:layoutDependency,layoutId:\"XeNWWmdxv-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"XeNWWmdxv\",layoutId:\"XeNWWmdxv\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l0h7kb-container\",layoutDependency:layoutDependency,layoutId:\"dp_ziIhMv-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"dp_ziIhMv\",layoutId:\"dp_ziIhMv\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r9b5f4-container\",layoutDependency:layoutDependency,layoutId:\"vxTC9qqCh-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"vxTC9qqCh\",layoutId:\"vxTC9qqCh\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-107tkw-container\",layoutDependency:layoutDependency,layoutId:\"t1yXIKCKD-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"t1yXIKCKD\",layoutId:\"t1yXIKCKD\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0m2pd\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"ogHhw5E58\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zneaxo\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"NhoOQVNOl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2pluqq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"hhd5cvANX\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ty1xc\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"vqAVNYFhO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"85px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\"Design \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\"Development\"})]})}),className:\"framer-1nt2sdp\",\"data-framer-name\":\"Brand Content\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"rTVEKJbND\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From detail-oriented symbol creations to tactical material development, my methodology is to imbue each undertaking with a unique character and a persuasive narrative.\"})}),className:\"framer-1uhqs7a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b7kNWhBxa\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a8jyrp\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"KLDfGteL0\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:502,pixelWidth:666,positionX:\"center\",positionY:\"center\",sizes:\"316px\",src:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png\",srcSet:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png 666w\"},className:\"framer-1b35ckv\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"fl9oc38jL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zpjr4g\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"F7qfFZf58\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ul0jdk-container\",layoutDependency:layoutDependency,layoutId:\"viyceC03V-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"viyceC03V\",layoutId:\"viyceC03V\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ul1xwi-container\",layoutDependency:layoutDependency,layoutId:\"MvSIeghiz-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"MvSIeghiz\",layoutId:\"MvSIeghiz\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15zr9ng-container\",layoutDependency:layoutDependency,layoutId:\"wrTTTAOS9-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"wrTTTAOS9\",layoutId:\"wrTTTAOS9\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9wv0t-container\",layoutDependency:layoutDependency,layoutId:\"LXlMbcEXp-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"LXlMbcEXp\",layoutId:\"LXlMbcEXp\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzn8zo-container\",layoutDependency:layoutDependency,layoutId:\"mXBVQgNLv-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"mXBVQgNLv\",layoutId:\"mXBVQgNLv\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w8q2cj\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"YqjiBlwUB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2d0w2p\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"NtxWIcMlU\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b1pv58\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"E7RkrCMZd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ql6adf\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"bpzNgWLnR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\"Growth \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"80px\"},children:\"Strategy\"})]})}),className:\"framer-1n8qor9\",\"data-framer-name\":\"Brand Content\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"PZDwgUeyp\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"Each project I undertake, be it strategic content creation or detailed logo designing, is imbued with a unique character and an engaging narrative, reflecting my approach.\"})}),className:\"framer-m5a4ru\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eXooyhTUG\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e6isd4\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"s43UqFS_a\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"316px\",src:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png\",srcSet:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=512 512w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png 2464w\"},className:\"framer-9eog0q\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"uhHqn6xXF\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17lxbv\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"P3bkTqpuv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m1uy2m-container\",layoutDependency:layoutDependency,layoutId:\"iUPWFEbUX-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"iUPWFEbUX\",layoutId:\"iUPWFEbUX\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j2aznj-container\",layoutDependency:layoutDependency,layoutId:\"xhczMMO4D-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"xhczMMO4D\",layoutId:\"xhczMMO4D\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15dd8r2-container\",layoutDependency:layoutDependency,layoutId:\"Dv_w2y1mJ-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"Dv_w2y1mJ\",layoutId:\"Dv_w2y1mJ\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12gqzds-container\",layoutDependency:layoutDependency,layoutId:\"e46QTfNFh-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"e46QTfNFh\",layoutId:\"e46QTfNFh\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1zxyj7-container\",layoutDependency:layoutDependency,layoutId:\"r0dWrAS2K-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"r0dWrAS2K\",layoutId:\"r0dWrAS2K\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ay39ml-container\",layoutDependency:layoutDependency,layoutId:\"Gb5vTJHK7-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:84,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/XvRR3JpvbgPJVm31yc6yKv2Q.svg\",rightArrow:\"https://framerusercontent.com/images/FHScSx8qwlcPk3Lf51cCKKMJMk.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"Gb5vTJHK7\",intervalControl:1.5,itemAmount:1,layoutId:\"Gb5vTJHK7\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4eq82g\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"e0nfqw5Sx\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1853mnx\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"DjXgAC3UH\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4d42rq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"gSv_PvZ2_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t78t6\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"mhWmxo1Qn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\"Brand \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\"Content\"})]})}),className:\"framer-144rtg\",\"data-framer-name\":\"Brand Content\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"yBnPv5Gaw\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g58kbh\",\"data-styles-preset\":\"XX0QUDiiN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From careful iconographic constructions to purposeful material generation, my method is to instill every endeavor with a unique identity and an intriguing narrative.\"})}),className:\"framer-8oa2nd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RBLf8MXr5\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-npcoru\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"jYuBu4dgq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sd48ui-container\",layoutDependency:layoutDependency,layoutId:\"LEb5Uw0Ne-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"LEb5Uw0Ne\",layoutId:\"LEb5Uw0Ne\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1swdwbl-container\",layoutDependency:layoutDependency,layoutId:\"b0nMZtdom-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"b0nMZtdom\",layoutId:\"b0nMZtdom\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pylds0-container\",layoutDependency:layoutDependency,layoutId:\"fRICraPMW-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"fRICraPMW\",layoutId:\"fRICraPMW\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ujhezk-container\",layoutDependency:layoutDependency,layoutId:\"XehofxIzE-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"XehofxIzE\",layoutId:\"XehofxIzE\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dawe3c-container\",layoutDependency:layoutDependency,layoutId:\"GBJPGeLcL-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"GBJPGeLcL\",layoutId:\"GBJPGeLcL\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ja1pes\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"TS9sVtcgA\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"311px\",src:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png\",srcSet:\"https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kvi08dkIPtSDndkCYP97TyLB7I.png 2464w\"},className:\"framer-1kjeu9e\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"UuOAff_ZN\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kslzx2\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"DQGbIwsAj\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lg1x04\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"zRUitUVpU\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dk3ni0\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"sdKnwZsqF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ktgya\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"PHEGQZ99H\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\"Design \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\" Development\"})]})}),className:\"framer-rdste\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"yt3yMTPdq\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g58kbh\",\"data-styles-preset\":\"XX0QUDiiN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"From detail-oriented symbol creations to tactical material development, my methodology is to imbue each undertaking with a unique character and a persuasive narrative.\"})}),className:\"framer-q98k2j\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Vtooo5QzJ\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dsrjqx\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"nTPeQWwOi\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nnmvbj-container\",layoutDependency:layoutDependency,layoutId:\"BW_4_bvtx-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"BW_4_bvtx\",layoutId:\"BW_4_bvtx\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gezloy-container\",layoutDependency:layoutDependency,layoutId:\"hDohMCWi9-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"hDohMCWi9\",layoutId:\"hDohMCWi9\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18mm0i0-container\",layoutDependency:layoutDependency,layoutId:\"cdV_oa0gd-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"cdV_oa0gd\",layoutId:\"cdV_oa0gd\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t23igw-container\",layoutDependency:layoutDependency,layoutId:\"xZKvtzAiy-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"xZKvtzAiy\",layoutId:\"xZKvtzAiy\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h8yeui-container\",layoutDependency:layoutDependency,layoutId:\"V4SA1PHFo-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"V4SA1PHFo\",layoutId:\"V4SA1PHFo\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xxh1qw\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"rdlb4qWEg\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:502,pixelWidth:666,positionX:\"center\",positionY:\"center\",sizes:\"311px\",src:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png\",srcSet:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png 666w\"},className:\"framer-1eyhuw3\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"RfdPIjds9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nquz0h\",\"data-framer-name\":\"Service-Card\",layoutDependency:layoutDependency,layoutId:\"G9g7fNxGp\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b5xcz3\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"UHErx8eWe\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mvqghm\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"jxStAuu_t\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jtor8l\",\"data-framer-name\":\"Group 5\",layoutDependency:layoutDependency,layoutId:\"BAdYJtquh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\"Growth \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"and\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"60px\"},children:\"Strategy\"})]})}),className:\"framer-1l2ci53\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],layoutDependency:layoutDependency,layoutId:\"HYDDqs7nw\",style:{\"--extracted-a0htzi\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g58kbh\",\"data-styles-preset\":\"XX0QUDiiN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)))\"},children:\"Each project I undertake, be it strategic content creation or detailed logo designing, is imbued with a unique character and an engaging narrative, reflecting my approach.\"})}),className:\"framer-17rnopw\",\"data-framer-name\":\"From meticulous logo designs to strategic content creation, my approach is to infuse each project with a distinct personality and a compelling story.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v_cf0AeBf\",style:{\"--extracted-r6o4lv\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n79bav\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"oMtI4r8hE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r73gm-container\",layoutDependency:layoutDependency,layoutId:\"uACruk8gc-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"uACruk8gc\",layoutId:\"uACruk8gc\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Logo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fft9tr-container\",layoutDependency:layoutDependency,layoutId:\"kPOPVwOgQ-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"kPOPVwOgQ\",layoutId:\"kPOPVwOgQ\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-167344z-container\",layoutDependency:layoutDependency,layoutId:\"mt5J4Lc9b-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"mt5J4Lc9b\",layoutId:\"mt5J4Lc9b\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Packaging\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fyr4b9-container\",layoutDependency:layoutDependency,layoutId:\"oiWN1rgxp-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"oiWN1rgxp\",layoutId:\"oiWN1rgxp\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Mockups\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nvui4k-container\",layoutDependency:layoutDependency,layoutId:\"CF5VQA7cp-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"CF5VQA7cp\",layoutId:\"CF5VQA7cp\",variant:\"Q1mzzWfQn\",VBUyzvHGQ:\"Flyers\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hdv3qb\",\"data-framer-name\":\"Image Block\",layoutDependency:layoutDependency,layoutId:\"pqnR8pj6q\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1856,pixelWidth:2464,positionX:\"center\",positionY:\"center\",sizes:\"311px\",src:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png\",srcSet:\"https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=512 512w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G8MjHIgX5nku8jEC5q637oSZY.png 2464w\"},className:\"framer-1t89j5z\",\"data-framer-name\":\"image 8\",layoutDependency:layoutDependency,layoutId:\"tbR1hzVaU\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vaopw.framer-12nq91n, .framer-Vaopw .framer-12nq91n { display: block; }\",\".framer-Vaopw.framer-o23nmc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 587px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1140px; }\",\".framer-Vaopw .framer-2h3npg-container, .framer-Vaopw .framer-1ioze8g-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-Vaopw .framer-1bnxxd, .framer-Vaopw .framer-l3nus4, .framer-Vaopw .framer-5mjz5y { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 1026px; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 708px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Vaopw .framer-11ophy9, .framer-Vaopw .framer-tbs1qe, .framer-Vaopw .framer-16miqxa, .framer-Vaopw .framer-1853mnx, .framer-Vaopw .framer-lg1x04, .framer-Vaopw .framer-b5xcz3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Vaopw .framer-wo0rrx, .framer-Vaopw .framer-17t6nqq, .framer-Vaopw .framer-11d19o6, .framer-Vaopw .framer-ayne5e, .framer-Vaopw .framer-2pluqq, .framer-Vaopw .framer-1b1pv58 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Vaopw .framer-1gjvawk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-Vaopw .framer-1araay4, .framer-Vaopw .framer-1udru9t, .framer-Vaopw .framer-tgk7dp, .framer-Vaopw .framer-8o2bvo, .framer-Vaopw .framer-1nt2sdp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Vaopw .framer-xjwht8, .framer-Vaopw .framer-f6c1dv, .framer-Vaopw .framer-56ahhy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 488px; word-break: break-word; word-wrap: break-word; }\",\".framer-Vaopw .framer-6x5p4w, .framer-Vaopw .framer-eq5ezq, .framer-Vaopw .framer-jno6jc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-Vaopw .framer-a1jkt5-container, .framer-Vaopw .framer-1yzpk9e-container, .framer-Vaopw .framer-1yphgth-container, .framer-Vaopw .framer-1q96je0-container, .framer-Vaopw .framer-1e7cqjc-container, .framer-Vaopw .framer-xhjygm-container, .framer-Vaopw .framer-13ap2fe-container, .framer-Vaopw .framer-ht61sr-container, .framer-Vaopw .framer-1y7vf5k-container, .framer-Vaopw .framer-z6gjdm-container, .framer-Vaopw .framer-cn1w5w-container, .framer-Vaopw .framer-17u84uw-container, .framer-Vaopw .framer-12m486d-container, .framer-Vaopw .framer-1seggdk-container, .framer-Vaopw .framer-1biyafs-container, .framer-Vaopw .framer-1fqrts9-container, .framer-Vaopw .framer-20a8yj-container, .framer-Vaopw .framer-l0h7kb-container, .framer-Vaopw .framer-1r9b5f4-container, .framer-Vaopw .framer-107tkw-container, .framer-Vaopw .framer-1ul0jdk-container, .framer-Vaopw .framer-1ul1xwi-container, .framer-Vaopw .framer-15zr9ng-container, .framer-Vaopw .framer-f9wv0t-container, .framer-Vaopw .framer-1hzn8zo-container, .framer-Vaopw .framer-m1uy2m-container, .framer-Vaopw .framer-j2aznj-container, .framer-Vaopw .framer-15dd8r2-container, .framer-Vaopw .framer-12gqzds-container, .framer-Vaopw .framer-1zxyj7-container, .framer-Vaopw .framer-sd48ui-container, .framer-Vaopw .framer-1swdwbl-container, .framer-Vaopw .framer-pylds0-container, .framer-Vaopw .framer-1ujhezk-container, .framer-Vaopw .framer-dawe3c-container, .framer-Vaopw .framer-nnmvbj-container, .framer-Vaopw .framer-1gezloy-container, .framer-Vaopw .framer-18mm0i0-container, .framer-Vaopw .framer-1t23igw-container, .framer-Vaopw .framer-1h8yeui-container, .framer-Vaopw .framer-r73gm-container, .framer-Vaopw .framer-1fft9tr-container, .framer-Vaopw .framer-167344z-container, .framer-Vaopw .framer-fyr4b9-container, .framer-Vaopw .framer-nvui4k-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Vaopw .framer-1o65m56, .framer-Vaopw .framer-1q7yuww, .framer-Vaopw .framer-1yf4e5t, .framer-Vaopw .framer-ja1pes, .framer-Vaopw .framer-xxh1qw, .framer-Vaopw .framer-1hdv3qb { 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: 100%; }\",\".framer-Vaopw .framer-1ntvra9, .framer-Vaopw .framer-w600ey, .framer-Vaopw .framer-163h343 { flex: none; height: 490px; position: relative; width: 100%; z-index: 1; }\",\".framer-Vaopw .framer-1xkw2tk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 61%; }\",\".framer-Vaopw .framer-1f98578 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 60%; }\",\".framer-Vaopw .framer-g4r8mf, .framer-Vaopw .framer-1g0m2pd, .framer-Vaopw .framer-1w8q2cj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 485px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 1140px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Vaopw .framer-115o4aa, .framer-Vaopw .framer-2d0w2p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 31%; }\",\".framer-Vaopw .framer-glyt4u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 317px; }\",\".framer-Vaopw .framer-i50vw7, .framer-Vaopw .framer-m5a4ru, .framer-Vaopw .framer-8oa2nd, .framer-Vaopw .framer-q98k2j, .framer-Vaopw .framer-17rnopw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 94%; word-break: break-word; word-wrap: break-word; }\",\".framer-Vaopw .framer-1g1jd90, .framer-Vaopw .framer-1e6isd4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Vaopw .framer-1a8d6ib, .framer-Vaopw .framer-1b35ckv, .framer-Vaopw .framer-9eog0q { bottom: -64px; flex: none; height: 345px; left: calc(50.00000000000002% - 316px / 2); position: absolute; width: 316px; z-index: 1; }\",\".framer-Vaopw .framer-1yfiujf, .framer-Vaopw .framer-17lxbv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 312px; }\",\".framer-Vaopw .framer-zneaxo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 40%; }\",\".framer-Vaopw .framer-10ty1xc, .framer-Vaopw .framer-ql6adf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Vaopw .framer-1uhqs7a { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-Vaopw .framer-a8jyrp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 330px; }\",\".framer-Vaopw .framer-zpjr4g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 286px; }\",\".framer-Vaopw .framer-1n8qor9, .framer-Vaopw .framer-144rtg, .framer-Vaopw .framer-rdste, .framer-Vaopw .framer-1l2ci53 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 317px; word-break: break-word; word-wrap: break-word; }\",\".framer-Vaopw .framer-ay39ml-container { flex: 1 0 0px; height: 928px; position: relative; width: 1px; }\",\".framer-Vaopw .framer-4eq82g, .framer-Vaopw .framer-1kslzx2, .framer-Vaopw .framer-nquz0h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 928px; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 343px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Vaopw .framer-4d42rq, .framer-Vaopw .framer-1dk3ni0, .framer-Vaopw .framer-1mvqghm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Vaopw .framer-1t78t6, .framer-Vaopw .framer-10ktgya, .framer-Vaopw .framer-1jtor8l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Vaopw .framer-npcoru, .framer-Vaopw .framer-1dsrjqx, .framer-Vaopw .framer-n79bav { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Vaopw .framer-1kjeu9e, .framer-Vaopw .framer-1eyhuw3, .framer-Vaopw .framer-1t89j5z { flex: none; height: 372px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Vaopw.framer-o23nmc, .framer-Vaopw .framer-1bnxxd, .framer-Vaopw .framer-11ophy9, .framer-Vaopw .framer-wo0rrx, .framer-Vaopw .framer-1gjvawk, .framer-Vaopw .framer-6x5p4w, .framer-Vaopw .framer-1o65m56, .framer-Vaopw .framer-l3nus4, .framer-Vaopw .framer-tbs1qe, .framer-Vaopw .framer-17t6nqq, .framer-Vaopw .framer-1xkw2tk, .framer-Vaopw .framer-eq5ezq, .framer-Vaopw .framer-1q7yuww, .framer-Vaopw .framer-5mjz5y, .framer-Vaopw .framer-16miqxa, .framer-Vaopw .framer-11d19o6, .framer-Vaopw .framer-1f98578, .framer-Vaopw .framer-jno6jc, .framer-Vaopw .framer-1yf4e5t, .framer-Vaopw .framer-115o4aa, .framer-Vaopw .framer-ayne5e, .framer-Vaopw .framer-glyt4u, .framer-Vaopw .framer-1g1jd90, .framer-Vaopw .framer-1yfiujf, .framer-Vaopw .framer-zneaxo, .framer-Vaopw .framer-2pluqq, .framer-Vaopw .framer-10ty1xc, .framer-Vaopw .framer-a8jyrp, .framer-Vaopw .framer-zpjr4g, .framer-Vaopw .framer-2d0w2p, .framer-Vaopw .framer-1b1pv58, .framer-Vaopw .framer-ql6adf, .framer-Vaopw .framer-1e6isd4, .framer-Vaopw .framer-17lxbv, .framer-Vaopw .framer-4eq82g, .framer-Vaopw .framer-1853mnx, .framer-Vaopw .framer-4d42rq, .framer-Vaopw .framer-1t78t6, .framer-Vaopw .framer-npcoru, .framer-Vaopw .framer-ja1pes, .framer-Vaopw .framer-1kslzx2, .framer-Vaopw .framer-lg1x04, .framer-Vaopw .framer-1dk3ni0, .framer-Vaopw .framer-10ktgya, .framer-Vaopw .framer-1dsrjqx, .framer-Vaopw .framer-xxh1qw, .framer-Vaopw .framer-nquz0h, .framer-Vaopw .framer-b5xcz3, .framer-Vaopw .framer-1mvqghm, .framer-Vaopw .framer-1jtor8l, .framer-Vaopw .framer-n79bav, .framer-Vaopw .framer-1hdv3qb { gap: 0px; } .framer-Vaopw.framer-o23nmc > *, .framer-Vaopw .framer-11ophy9 > *, .framer-Vaopw .framer-1gjvawk > *, .framer-Vaopw .framer-1o65m56 > *, .framer-Vaopw .framer-tbs1qe > *, .framer-Vaopw .framer-1xkw2tk > *, .framer-Vaopw .framer-1q7yuww > *, .framer-Vaopw .framer-16miqxa > *, .framer-Vaopw .framer-1f98578 > *, .framer-Vaopw .framer-1yf4e5t > *, .framer-Vaopw .framer-115o4aa > *, .framer-Vaopw .framer-glyt4u > *, .framer-Vaopw .framer-1g1jd90 > *, .framer-Vaopw .framer-zneaxo > *, .framer-Vaopw .framer-10ty1xc > *, .framer-Vaopw .framer-a8jyrp > *, .framer-Vaopw .framer-2d0w2p > *, .framer-Vaopw .framer-ql6adf > *, .framer-Vaopw .framer-1e6isd4 > *, .framer-Vaopw .framer-1853mnx > *, .framer-Vaopw .framer-1t78t6 > *, .framer-Vaopw .framer-ja1pes > *, .framer-Vaopw .framer-lg1x04 > *, .framer-Vaopw .framer-10ktgya > *, .framer-Vaopw .framer-xxh1qw > *, .framer-Vaopw .framer-b5xcz3 > *, .framer-Vaopw .framer-1jtor8l > *, .framer-Vaopw .framer-1hdv3qb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Vaopw.framer-o23nmc > :first-child, .framer-Vaopw .framer-11ophy9 > :first-child, .framer-Vaopw .framer-1gjvawk > :first-child, .framer-Vaopw .framer-6x5p4w > :first-child, .framer-Vaopw .framer-1o65m56 > :first-child, .framer-Vaopw .framer-tbs1qe > :first-child, .framer-Vaopw .framer-1xkw2tk > :first-child, .framer-Vaopw .framer-eq5ezq > :first-child, .framer-Vaopw .framer-1q7yuww > :first-child, .framer-Vaopw .framer-16miqxa > :first-child, .framer-Vaopw .framer-1f98578 > :first-child, .framer-Vaopw .framer-jno6jc > :first-child, .framer-Vaopw .framer-1yf4e5t > :first-child, .framer-Vaopw .framer-115o4aa > :first-child, .framer-Vaopw .framer-glyt4u > :first-child, .framer-Vaopw .framer-1g1jd90 > :first-child, .framer-Vaopw .framer-1yfiujf > :first-child, .framer-Vaopw .framer-zneaxo > :first-child, .framer-Vaopw .framer-10ty1xc > :first-child, .framer-Vaopw .framer-a8jyrp > :first-child, .framer-Vaopw .framer-zpjr4g > :first-child, .framer-Vaopw .framer-2d0w2p > :first-child, .framer-Vaopw .framer-ql6adf > :first-child, .framer-Vaopw .framer-1e6isd4 > :first-child, .framer-Vaopw .framer-17lxbv > :first-child, .framer-Vaopw .framer-1853mnx > :first-child, .framer-Vaopw .framer-1t78t6 > :first-child, .framer-Vaopw .framer-npcoru > :first-child, .framer-Vaopw .framer-ja1pes > :first-child, .framer-Vaopw .framer-lg1x04 > :first-child, .framer-Vaopw .framer-10ktgya > :first-child, .framer-Vaopw .framer-1dsrjqx > :first-child, .framer-Vaopw .framer-xxh1qw > :first-child, .framer-Vaopw .framer-b5xcz3 > :first-child, .framer-Vaopw .framer-1jtor8l > :first-child, .framer-Vaopw .framer-n79bav > :first-child, .framer-Vaopw .framer-1hdv3qb > :first-child { margin-left: 0px; } .framer-Vaopw.framer-o23nmc > :last-child, .framer-Vaopw .framer-11ophy9 > :last-child, .framer-Vaopw .framer-1gjvawk > :last-child, .framer-Vaopw .framer-6x5p4w > :last-child, .framer-Vaopw .framer-1o65m56 > :last-child, .framer-Vaopw .framer-tbs1qe > :last-child, .framer-Vaopw .framer-1xkw2tk > :last-child, .framer-Vaopw .framer-eq5ezq > :last-child, .framer-Vaopw .framer-1q7yuww > :last-child, .framer-Vaopw .framer-16miqxa > :last-child, .framer-Vaopw .framer-1f98578 > :last-child, .framer-Vaopw .framer-jno6jc > :last-child, .framer-Vaopw .framer-1yf4e5t > :last-child, .framer-Vaopw .framer-115o4aa > :last-child, .framer-Vaopw .framer-glyt4u > :last-child, .framer-Vaopw .framer-1g1jd90 > :last-child, .framer-Vaopw .framer-1yfiujf > :last-child, .framer-Vaopw .framer-zneaxo > :last-child, .framer-Vaopw .framer-10ty1xc > :last-child, .framer-Vaopw .framer-a8jyrp > :last-child, .framer-Vaopw .framer-zpjr4g > :last-child, .framer-Vaopw .framer-2d0w2p > :last-child, .framer-Vaopw .framer-ql6adf > :last-child, .framer-Vaopw .framer-1e6isd4 > :last-child, .framer-Vaopw .framer-17lxbv > :last-child, .framer-Vaopw .framer-1853mnx > :last-child, .framer-Vaopw .framer-1t78t6 > :last-child, .framer-Vaopw .framer-npcoru > :last-child, .framer-Vaopw .framer-ja1pes > :last-child, .framer-Vaopw .framer-lg1x04 > :last-child, .framer-Vaopw .framer-10ktgya > :last-child, .framer-Vaopw .framer-1dsrjqx > :last-child, .framer-Vaopw .framer-xxh1qw > :last-child, .framer-Vaopw .framer-b5xcz3 > :last-child, .framer-Vaopw .framer-1jtor8l > :last-child, .framer-Vaopw .framer-n79bav > :last-child, .framer-Vaopw .framer-1hdv3qb > :last-child { margin-right: 0px; } .framer-Vaopw .framer-1bnxxd > *, .framer-Vaopw .framer-l3nus4 > *, .framer-Vaopw .framer-5mjz5y > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Vaopw .framer-1bnxxd > :first-child, .framer-Vaopw .framer-wo0rrx > :first-child, .framer-Vaopw .framer-l3nus4 > :first-child, .framer-Vaopw .framer-17t6nqq > :first-child, .framer-Vaopw .framer-5mjz5y > :first-child, .framer-Vaopw .framer-11d19o6 > :first-child, .framer-Vaopw .framer-ayne5e > :first-child, .framer-Vaopw .framer-2pluqq > :first-child, .framer-Vaopw .framer-1b1pv58 > :first-child, .framer-Vaopw .framer-4eq82g > :first-child, .framer-Vaopw .framer-4d42rq > :first-child, .framer-Vaopw .framer-1kslzx2 > :first-child, .framer-Vaopw .framer-1dk3ni0 > :first-child, .framer-Vaopw .framer-nquz0h > :first-child, .framer-Vaopw .framer-1mvqghm > :first-child { margin-top: 0px; } .framer-Vaopw .framer-1bnxxd > :last-child, .framer-Vaopw .framer-wo0rrx > :last-child, .framer-Vaopw .framer-l3nus4 > :last-child, .framer-Vaopw .framer-17t6nqq > :last-child, .framer-Vaopw .framer-5mjz5y > :last-child, .framer-Vaopw .framer-11d19o6 > :last-child, .framer-Vaopw .framer-ayne5e > :last-child, .framer-Vaopw .framer-2pluqq > :last-child, .framer-Vaopw .framer-1b1pv58 > :last-child, .framer-Vaopw .framer-4eq82g > :last-child, .framer-Vaopw .framer-4d42rq > :last-child, .framer-Vaopw .framer-1kslzx2 > :last-child, .framer-Vaopw .framer-1dk3ni0 > :last-child, .framer-Vaopw .framer-nquz0h > :last-child, .framer-Vaopw .framer-1mvqghm > :last-child { margin-bottom: 0px; } .framer-Vaopw .framer-wo0rrx > *, .framer-Vaopw .framer-17t6nqq > *, .framer-Vaopw .framer-11d19o6 > *, .framer-Vaopw .framer-ayne5e > *, .framer-Vaopw .framer-2pluqq > *, .framer-Vaopw .framer-1b1pv58 > *, .framer-Vaopw .framer-4eq82g > *, .framer-Vaopw .framer-1kslzx2 > *, .framer-Vaopw .framer-nquz0h > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Vaopw .framer-6x5p4w > *, .framer-Vaopw .framer-eq5ezq > *, .framer-Vaopw .framer-jno6jc > *, .framer-Vaopw .framer-1yfiujf > *, .framer-Vaopw .framer-zpjr4g > *, .framer-Vaopw .framer-17lxbv > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Vaopw .framer-4d42rq > *, .framer-Vaopw .framer-1dk3ni0 > *, .framer-Vaopw .framer-1mvqghm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Vaopw .framer-npcoru > *, .framer-Vaopw .framer-1dsrjqx > *, .framer-Vaopw .framer-n79bav > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-Vaopw.framer-v-l0ayg3.framer-o23nmc { height: 1062px; width: 708px; }\",\".framer-Vaopw.framer-v-u7i32c.framer-o23nmc { height: min-content; width: 343px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 587\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lMSO5fTA8\":{\"layout\":[\"fixed\",\"fixed\"]},\"cT04tXk6N\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOkAfgtQrC=withCSS(Component,css,\"framer-Vaopw\");export default FramerOkAfgtQrC;FramerOkAfgtQrC.displayName=\"Service Card Slider\";FramerOkAfgtQrC.defaultProps={height:587,width:1140};addPropertyControls(FramerOkAfgtQrC,{variant:{options:[\"LT4mCHqq6\",\"lMSO5fTA8\",\"cT04tXk6N\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOkAfgtQrC,[{explicitInter:true,fonts:[{family:\"Anton\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TPY5PBRHOSXJ53WNSUYZQYX4FZUMAYNF/YHKM2QXXZHS7MS6DJUZXTGRXMIGWH7K5/PCXT6E5YCQO6SSVLT6UZPPGT7QKGXOUS.woff2\",weight:\"400\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\",weight:\"500\"},{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\"}]},...TagFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOkAfgtQrC\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"587\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lMSO5fTA8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cT04tXk6N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1140\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OkAfgtQrC.map", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/JI2QlObIdekrYOR9wit8/7wF8inW4D8Eybwp0m48g/F4YZUT496.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8zRi9JXt5NNSRmXIoHQT/xIqV4aRWy5b8bVhBXXWS/u8ZFJnqXq.js\";import Tag from\"https://framerusercontent.com/modules/GXBfVJrx2VyCC0p4n1fL/JyzLdAmzJroyd7YIiaw5/RoJUuRNwS.js\";const MaterialFonts=getFonts(Material);const TagFonts=getFonts(Tag);const MotionAWithFX=withFX(motion.a);const enabledGestures={ciDPnefKc:{hover:true},ikn2Pxd5s:{hover:true},X5173FcMN:{hover:true},XSwwpACs2:{hover:true}};const cycleOrder=[\"ikn2Pxd5s\",\"X5173FcMN\",\"ciDPnefKc\",\"XSwwpACs2\",\"owDlnVir1\",\"qQeKSOif2\"];const serializationHash=\"framer-gBice\";const variantClassNames={ciDPnefKc:\"framer-v-qs7wm\",ikn2Pxd5s:\"framer-v-1d9mxx8\",owDlnVir1:\"framer-v-1m1vtua\",qQeKSOif2:\"framer-v-qglix8\",X5173FcMN:\"framer-v-1jl4twn\",XSwwpACs2:\"framer-v-14414kd\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition1={delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:400,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 humanReadableVariantMap={\"Featured Card 1\":\"ikn2Pxd5s\",\"Featured Card 2\":\"X5173FcMN\",\"Featured Card 3\":\"ciDPnefKc\",\"Featured Card 4\":\"XSwwpACs2\",Phone:\"qQeKSOif2\",Tablet:\"owDlnVir1\"};const getProps=({height,id,link,previewImage,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,n_Xp0v4WA:link!==null&&link!==void 0?link:props.n_Xp0v4WA,o4pFraAn2:previewImage!==null&&previewImage!==void 0?previewImage:props.o4pFraAn2,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ikn2Pxd5s\",Y2nwq68I4:(_ref1=title!==null&&title!==void 0?title:props.Y2nwq68I4)!==null&&_ref1!==void 0?_ref1:\"Pixelplay Studio \\xa9 2024 \"};};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,o4pFraAn2,Y2nwq68I4,n_Xp0v4WA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ikn2Pxd5s\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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:transition2,children:/*#__PURE__*/_jsx(Link,{href:n_Xp0v4WA,children:/*#__PURE__*/_jsxs(MotionAWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1d9mxx8\",className,classNames)} framer-6glb0m`,\"data-framer-name\":\"Featured Card 1\",layoutDependency:layoutDependency,layoutId:\"ikn2Pxd5s\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"ciDPnefKc-hover\":{\"data-framer-name\":undefined},\"ikn2Pxd5s-hover\":{\"data-framer-name\":undefined},\"X5173FcMN-hover\":{\"data-framer-name\":undefined},\"XSwwpACs2-hover\":{\"data-framer-name\":undefined},ciDPnefKc:{\"data-framer-name\":\"Featured Card 3\"},owDlnVir1:{\"data-framer-name\":\"Tablet\"},qQeKSOif2:{\"data-framer-name\":\"Phone\"},X5173FcMN:{\"data-framer-name\":\"Featured Card 2\"},XSwwpACs2:{\"data-framer-name\":\"Featured Card 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(o4pFraAn2),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1v1h6ta\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"SSVDRgBLA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{qQeKSOif2:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1utogo2\",\"data-framer-name\":\"Hover-Arrow\",layoutDependency:layoutDependency,layoutId:\"dk8sVPtNY\",style:{backdropFilter:\"blur(17px)\",backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",opacity:0,WebkitBackdropFilter:\"blur(17px)\"},variants:{\"ciDPnefKc-hover\":{opacity:1},\"ikn2Pxd5s-hover\":{opacity:1},\"X5173FcMN-hover\":{opacity:1},\"XSwwpACs2-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3z3rja-container\",\"data-framer-name\":\"Arrow 1\",layoutDependency:layoutDependency,layoutId:\"YaSdTUK89-container\",name:\"Arrow 1\",style:{rotate:-45},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"YaSdTUK89\",layoutId:\"YaSdTUK89\",mirrored:false,name:\"Arrow 1\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jwgjv1\",\"data-framer-name\":\"Left-Content\",layoutDependency:layoutDependency,layoutId:\"Ry612KlIk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ml7m3p\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"usnmdEeA9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-fekgnk\",\"data-styles-preset\":\"u8ZFJnqXq\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\"},children:\"the\"})}),className:\"framer-1jzmqcj\",\"data-framer-name\":\"the\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WhEt9Mi3k\",style:{\"--extracted-1w1cjl5\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-18xcwbo\",\"data-styles-preset\":\"F4YZUT496\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11)))\"},children:\"Pixelplay Studio \\xa9 2024 \"})}),className:\"framer-1xm2nqf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"B36W3cFSz\",style:{\"--extracted-1lwpl3i\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-paragraph-spacing\":\"0px\"},text:Y2nwq68I4,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u3zr3k\",\"data-framer-name\":\"Tag Wrap\",layoutDependency:layoutDependency,layoutId:\"rcgVlGQu0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+716+0+58+0,...addPropertyOverrides({ciDPnefKc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+536+0+58+0},owDlnVir1:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+616+0+58+0},X5173FcMN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+496+0+58+0},XSwwpACs2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+650+0+58+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p7ptxu-container\",layoutDependency:layoutDependency,layoutId:\"NpFs5Zl6X-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"NpFs5Zl6X\",layoutId:\"NpFs5Zl6X\",variant:\"dUhC9vn06\",VBUyzvHGQ:\"Branding\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+716+0+58+0,...addPropertyOverrides({ciDPnefKc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+536+0+58+0},owDlnVir1:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+616+0+58+0},X5173FcMN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+496+0+58+0},XSwwpACs2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+650+0+58+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r80a7f-container\",layoutDependency:layoutDependency,layoutId:\"tbJSp1FbK-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"tbJSp1FbK\",layoutId:\"tbJSp1FbK\",variant:\"dUhC9vn06\",VBUyzvHGQ:\"Design\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+716+0+58+0,...addPropertyOverrides({ciDPnefKc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+536+0+58+0},owDlnVir1:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+616+0+58+0},X5173FcMN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+496+0+58+0},XSwwpACs2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+650+0+58+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ujoa28-container\",layoutDependency:layoutDependency,layoutId:\"JNTwMEjGX-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"JNTwMEjGX\",layoutId:\"JNTwMEjGX\",variant:\"dUhC9vn06\",VBUyzvHGQ:\"Development\",width:\"100%\"})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gBice.framer-6glb0m, .framer-gBice .framer-6glb0m { display: block; }\",\".framer-gBice.framer-1d9mxx8 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 816px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 558px; }\",\".framer-gBice .framer-1v1h6ta { align-content: center; align-items: center; aspect-ratio: 0.7971428571428572 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 700px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gBice .framer-1utogo2 { align-content: center; align-items: center; bottom: 77px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 106px; justify-content: center; left: calc(50.00000000000002% - 106px / 2); overflow: hidden; padding: 0px; position: absolute; width: 106px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-gBice .framer-3z3rja-container { flex: none; height: 60px; position: relative; width: 60px; z-index: 1; }\",\".framer-gBice .framer-1jwgjv1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gBice .framer-1ml7m3p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gBice .framer-1jzmqcj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gBice .framer-1xm2nqf { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gBice .framer-1u3zr3k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gBice .framer-p7ptxu-container, .framer-gBice .framer-1r80a7f-container, .framer-gBice .framer-ujoa28-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gBice.framer-1d9mxx8, .framer-gBice .framer-1v1h6ta, .framer-gBice .framer-1utogo2, .framer-gBice .framer-1jwgjv1, .framer-gBice .framer-1ml7m3p, .framer-gBice .framer-1u3zr3k { gap: 0px; } .framer-gBice.framer-1d9mxx8 > *, .framer-gBice .framer-1jwgjv1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gBice.framer-1d9mxx8 > :first-child, .framer-gBice .framer-1v1h6ta > :first-child, .framer-gBice .framer-1jwgjv1 > :first-child { margin-top: 0px; } .framer-gBice.framer-1d9mxx8 > :last-child, .framer-gBice .framer-1v1h6ta > :last-child, .framer-gBice .framer-1jwgjv1 > :last-child { margin-bottom: 0px; } .framer-gBice .framer-1v1h6ta > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gBice .framer-1utogo2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gBice .framer-1utogo2 > :first-child, .framer-gBice .framer-1ml7m3p > :first-child, .framer-gBice .framer-1u3zr3k > :first-child { margin-left: 0px; } .framer-gBice .framer-1utogo2 > :last-child, .framer-gBice .framer-1ml7m3p > :last-child, .framer-gBice .framer-1u3zr3k > :last-child { margin-right: 0px; } .framer-gBice .framer-1ml7m3p > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-gBice .framer-1u3zr3k > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-gBice.framer-v-1jl4twn.framer-1d9mxx8 { height: 596px; width: 440px; }\",\".framer-gBice.framer-v-1jl4twn .framer-1v1h6ta { aspect-ratio: 0.9166666666666666 / 1; height: var(--framer-aspect-ratio-supported, 480px); }\",\".framer-gBice.framer-v-qs7wm.framer-1d9mxx8 { height: 636px; width: 441px; }\",\".framer-gBice.framer-v-qs7wm .framer-1v1h6ta { aspect-ratio: 0.8480769230769231 / 1; height: var(--framer-aspect-ratio-supported, 520px); }\",\".framer-gBice.framer-v-14414kd.framer-1d9mxx8 { height: 750px; width: 440px; }\",\".framer-gBice.framer-v-14414kd .framer-1v1h6ta { aspect-ratio: 0.694006309148265 / 1; height: var(--framer-aspect-ratio-supported, 288px); }\",\".framer-gBice.framer-v-1m1vtua.framer-1d9mxx8 { cursor: unset; height: min-content; width: 708px; }\",\".framer-gBice.framer-v-1m1vtua .framer-1v1h6ta { aspect-ratio: unset; height: 600px; }\",\".framer-gBice.framer-v-qglix8.framer-1d9mxx8 { cursor: unset; height: min-content; width: 343px; }\",\".framer-gBice.framer-v-qglix8 .framer-1v1h6ta { height: var(--framer-aspect-ratio-supported, 251px); order: 0; }\",\".framer-gBice.framer-v-qglix8 .framer-1jwgjv1 { order: 1; }\",\".framer-gBice.framer-v-1d9mxx8.hover .framer-1v1h6ta { height: var(--framer-aspect-ratio-supported, 251px); }\",\".framer-gBice.framer-v-1d9mxx8.hover .framer-1utogo2, .framer-gBice.framer-v-1jl4twn.hover .framer-1utogo2, .framer-gBice.framer-v-qs7wm.hover .framer-1utogo2, .framer-gBice.framer-v-14414kd.hover .framer-1utogo2 { bottom: unset; left: unset; position: relative; }\",\".framer-gBice.framer-v-1jl4twn.hover .framer-1v1h6ta { height: var(--framer-aspect-ratio-supported, 218px); }\",\".framer-gBice.framer-v-qs7wm.hover .framer-1v1h6ta { height: var(--framer-aspect-ratio-supported, 236px); }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 816\n * @framerIntrinsicWidth 558\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"X5173FcMN\":{\"layout\":[\"fixed\",\"fixed\"]},\"ciDPnefKc\":{\"layout\":[\"fixed\",\"fixed\"]},\"XSwwpACs2\":{\"layout\":[\"fixed\",\"fixed\"]},\"owDlnVir1\":{\"layout\":[\"fixed\",\"auto\"]},\"qQeKSOif2\":{\"layout\":[\"fixed\",\"auto\"]},\"D6ulTz5Ek\":{\"layout\":[\"fixed\",\"fixed\"]},\"AtRNm4jnG\":{\"layout\":[\"fixed\",\"fixed\"]},\"Thgsj0ADe\":{\"layout\":[\"fixed\",\"fixed\"]},\"CbzSdTg2Z\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"o4pFraAn2\":\"previewImage\",\"Y2nwq68I4\":\"title\",\"n_Xp0v4WA\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOYGCuWruA=withCSS(Component,css,\"framer-gBice\");export default FramerOYGCuWruA;FramerOYGCuWruA.displayName=\"Cards/Featured Portfolio Card\";FramerOYGCuWruA.defaultProps={height:816,width:558};addPropertyControls(FramerOYGCuWruA,{variant:{options:[\"ikn2Pxd5s\",\"X5173FcMN\",\"ciDPnefKc\",\"XSwwpACs2\",\"owDlnVir1\",\"qQeKSOif2\"],optionTitles:[\"Featured Card 1\",\"Featured Card 2\",\"Featured Card 3\",\"Featured Card 4\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},o4pFraAn2:{title:\"Preview-Image\",type:ControlType.ResponsiveImage},Y2nwq68I4:{defaultValue:\"Pixelplay Studio \\xa9 2024 \",displayTextArea:false,title:\"Title\",type:ControlType.String},n_Xp0v4WA:{title:\"Link\",type:ControlType.Link}});addFonts(FramerOYGCuWruA,[{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\"}]},...MaterialFonts,...TagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOYGCuWruA\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X5173FcMN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ciDPnefKc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XSwwpACs2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"owDlnVir1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qQeKSOif2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D6ulTz5Ek\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AtRNm4jnG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Thgsj0ADe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CbzSdTg2Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"o4pFraAn2\\\":\\\"previewImage\\\",\\\"Y2nwq68I4\\\":\\\"title\\\",\\\"n_Xp0v4WA\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"558\",\"framerIntrinsicHeight\":\"816\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"D8a9s4bs1\",\"G78ToIvmn\",\"Z6uB7HpOy\",\"or_1iYa5w\",\"Ia8_RHl_g\",\"ZZlyqwa7v\"];const serializationHash=\"framer-nDWOh\";const variantClassNames={D8a9s4bs1:\"framer-v-h6h9zl\",G78ToIvmn:\"framer-v-yda8aw\",Ia8_RHl_g:\"framer-v-1cml8id\",or_1iYa5w:\"framer-v-7zuynk\",Z6uB7HpOy:\"framer-v-1wz2rc\",ZZlyqwa7v:\"framer-v-1cm3euo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Image 1\":\"D8a9s4bs1\",\"Image 2\":\"G78ToIvmn\",\"Image 3\":\"Z6uB7HpOy\",\"Image 4\":\"or_1iYa5w\",\"Image 5\":\"Ia8_RHl_g\",\"Image 6\":\"ZZlyqwa7v\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"D8a9s4bs1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"D8a9s4bs1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargvj7gj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),4e3);});useOnVariantChange(baseVariant,{default:onAppeargvj7gj});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ZZlyqwa7v\")return false;return true;};const isDisplayed1=()=>{if([\"Ia8_RHl_g\",\"ZZlyqwa7v\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"or_1iYa5w\",\"Ia8_RHl_g\",\"ZZlyqwa7v\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"Z6uB7HpOy\",\"or_1iYa5w\",\"Ia8_RHl_g\",\"ZZlyqwa7v\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"G78ToIvmn\",\"Z6uB7HpOy\",\"or_1iYa5w\",\"Ia8_RHl_g\",\"ZZlyqwa7v\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({G78ToIvmn:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-h6h9zl\",className,classNames),\"data-framer-name\":\"Image 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"D8a9s4bs1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},...addPropertyOverrides({G78ToIvmn:{\"data-framer-name\":\"Image 2\"},Ia8_RHl_g:{\"data-framer-name\":\"Image 5\"},or_1iYa5w:{\"data-framer-name\":\"Image 4\"},Z6uB7HpOy:{\"data-framer-name\":\"Image 3\"},ZZlyqwa7v:{\"data-framer-name\":\"Image 6\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-214),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 95px)`,src:\"https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png\",srcSet:\"https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png?scale-down-to=512 512w,https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png 1800w\"},className:\"framer-f53l28\",\"data-framer-name\":\"image 6\",layoutDependency:layoutDependency,layoutId:\"cZTiqy6DH\",...addPropertyOverrides({ZZlyqwa7v:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-34),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 95px)`,src:\"https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png\",srcSet:\"https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png?scale-down-to=512 512w,https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zlYtnqWXswdRunkowfFQjWMgs.png 1800w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-191),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 47px)`,src:\"https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png\",srcSet:\"https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png?scale-down-to=512 512w,https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png 1600w\"},className:\"framer-qh16uy\",\"data-framer-name\":\"image 5\",layoutDependency:layoutDependency,layoutId:\"yxSAOAvko\",...addPropertyOverrides({Ia8_RHl_g:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-15),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 47px)`,src:\"https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png\",srcSet:\"https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png?scale-down-to=512 512w,https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6oAE2PkdWD7DydDZxdamoUg2WPk.png 1600w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-180),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 7px)`,src:\"https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png\",srcSet:\"https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png 1600w\"},className:\"framer-a4o8g9\",\"data-framer-name\":\"image 4\",layoutDependency:layoutDependency,layoutId:\"WGyWFJVAC\",...addPropertyOverrides({or_1iYa5w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 7px)`,src:\"https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png\",srcSet:\"https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ThfNrekWD7DVF3obWAQUiplQZv4.png 1600w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-180),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 7px)`,src:\"https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png\",srcSet:\"https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png?scale-down-to=512 512w,https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png 1600w\"},className:\"framer-16zlujw\",\"data-framer-name\":\"image 3\",layoutDependency:layoutDependency,layoutId:\"POfWKD0yv\",...addPropertyOverrides({Z6uB7HpOy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 7px)`,src:\"https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png\",srcSet:\"https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png?scale-down-to=512 512w,https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O852JsWlWzytBvAIHePgnrkMt2A.png 1600w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:146,intrinsicWidth:219,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-195),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kb1XmeDQa9v46DtL5Wb3aALo.svg\"},className:\"framer-2rvrpz\",\"data-framer-name\":\"Animated Studio Display Mockup \u2022 Craftwork 2\",layoutDependency:layoutDependency,layoutId:\"PoOi1q_5Q\",...addPropertyOverrides({G78ToIvmn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:146,intrinsicWidth:219,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-15),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kb1XmeDQa9v46DtL5Wb3aALo.svg\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-1),sizes:\"176px\",src:\"https://framerusercontent.com/images/JdLMwnfQjtK3txcS7JICtzZZNz4.gif\",srcSet:\"https://framerusercontent.com/images/JdLMwnfQjtK3txcS7JICtzZZNz4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/JdLMwnfQjtK3txcS7JICtzZZNz4.gif 800w\"},className:\"framer-1mijmjx\",\"data-framer-name\":\"Video-ezgif.com-video-to-gif-converter 1\",layoutDependency:layoutDependency,layoutId:\"SLKiSCDLM\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nDWOh.framer-1evstha, .framer-nDWOh .framer-1evstha { display: block; }\",\".framer-nDWOh.framer-h6h9zl { height: 116px; overflow: hidden; position: relative; width: 147px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nDWOh .framer-f53l28 { aspect-ratio: 1.315217391304348 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 184px); left: -48px; position: absolute; right: -47px; top: -214px; }\",\".framer-nDWOh .framer-qh16uy { aspect-ratio: 1.3287671232876712 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 146px); left: -24px; position: absolute; right: -23px; top: -191px; }\",\".framer-nDWOh .framer-a4o8g9, .framer-nDWOh .framer-16zlujw { aspect-ratio: 1.3275862068965518 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 116px); left: -4px; position: absolute; right: -3px; top: -180px; }\",\".framer-nDWOh .framer-2rvrpz { flex: none; height: 146px; left: -36px; position: absolute; right: -36px; top: -195px; }\",\".framer-nDWOh .framer-1mijmjx { aspect-ratio: 1.5042735042735043 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 117px); left: -15px; position: absolute; top: -1px; width: 176px; }\",\".framer-nDWOh.framer-v-yda8aw.framer-h6h9zl, .framer-nDWOh.framer-v-1wz2rc.framer-h6h9zl, .framer-nDWOh.framer-v-7zuynk.framer-h6h9zl, .framer-nDWOh.framer-v-1cml8id.framer-h6h9zl, .framer-nDWOh.framer-v-1cm3euo.framer-h6h9zl { aspect-ratio: 1.2672413793103448 / 1; height: var(--framer-aspect-ratio-supported, 116px); }\",\".framer-nDWOh.framer-v-yda8aw .framer-2rvrpz { bottom: -15px; height: unset; top: -15px; }\",\".framer-nDWOh.framer-v-1wz2rc .framer-16zlujw, .framer-nDWOh.framer-v-7zuynk .framer-a4o8g9 { left: -3px; right: -4px; top: 0px; }\",\".framer-nDWOh.framer-v-1cml8id .framer-qh16uy { left: -23px; right: -24px; top: -15px; }\",\".framer-nDWOh.framer-v-1cm3euo .framer-f53l28 { left: -47px; right: -48px; top: -34px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 116\n * @framerIntrinsicWidth 147\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"G78ToIvmn\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z6uB7HpOy\":{\"layout\":[\"fixed\",\"fixed\"]},\"or_1iYa5w\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ia8_RHl_g\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZZlyqwa7v\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruEoT7ZAtU=withCSS(Component,css,\"framer-nDWOh\");export default FrameruEoT7ZAtU;FrameruEoT7ZAtU.displayName=\"Header Image Slider\";FrameruEoT7ZAtU.defaultProps={height:116,width:147};addPropertyControls(FrameruEoT7ZAtU,{variant:{options:[\"D8a9s4bs1\",\"G78ToIvmn\",\"Z6uB7HpOy\",\"or_1iYa5w\",\"Ia8_RHl_g\",\"ZZlyqwa7v\"],optionTitles:[\"Image 1\",\"Image 2\",\"Image 3\",\"Image 4\",\"Image 5\",\"Image 6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameruEoT7ZAtU,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruEoT7ZAtU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"116\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G78ToIvmn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z6uB7HpOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"or_1iYa5w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ia8_RHl_g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZZlyqwa7v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"147\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uEoT7ZAtU.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"hP9rpJ3oi\",\"qbULSkxrG\"];const serializationHash=\"framer-7yTHF\";const variantClassNames={hP9rpJ3oi:\"framer-v-5mbe1p\",qbULSkxrG:\"framer-v-lodsga\"};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={Default:\"hP9rpJ3oi\",Small:\"qbULSkxrG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hP9rpJ3oi\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hP9rpJ3oi\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-5mbe1p\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"hP9rpJ3oi\",ref:ref??ref1,style:{...style},...addPropertyOverrides({qbULSkxrG:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1025s0i-container\",layoutDependency:layoutDependency,layoutId:\"h0TNLSqYn-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:5,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"h0TNLSqYn\",layoutId:\"h0TNLSqYn\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cyg0da\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"utEOh7bwo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-x79lsy\",\"data-framer-name\":\"Frame 1618872963\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:1817,layoutDependency:layoutDependency,layoutId:\"w6CAcNcg9\",svg:'<svg width=\"1817\" height=\"49\" viewBox=\"0 0 1817 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_42_467)\">\\n<path d=\"M23.2291 46.8918C36.0586 46.8918 46.4584 36.409 46.4584 23.4771V7.08689C46.4584 5.22391 45.7242 3.43723 44.4173 2.1199C43.1104 0.802568 41.3378 0.0625 39.4896 0.0625L24.3906 0.0625V10.3345C24.3906 12.6783 24.5323 15.1064 25.7518 17.1013C26.6249 18.531 27.7928 19.7547 29.1764 20.6894C30.5599 21.624 32.1268 22.2478 33.7706 22.5183L34.2154 22.5909C34.3988 22.6541 34.558 22.7735 34.6707 22.9324C34.7834 23.0913 34.844 23.2818 34.844 23.4771C34.844 23.6725 34.7834 23.863 34.6707 24.0219C34.558 24.1808 34.3988 24.3002 34.2154 24.3634L33.7706 24.436C31.3688 24.8314 29.151 25.9773 27.4303 27.7118C25.7095 29.4463 24.5727 31.6818 24.1803 34.1027L24.1083 34.5511C24.0457 34.7359 23.9272 34.8964 23.7695 35.01C23.6119 35.1237 23.4229 35.1847 23.2291 35.1847C23.0353 35.1847 22.8463 35.1237 22.6887 35.01C22.531 34.8964 22.4126 34.7359 22.3499 34.5511L22.2779 34.1027C22.0094 32.4458 21.3906 30.8665 20.4633 29.4719C19.5361 28.0773 18.3221 26.9001 16.9038 26.02C14.9246 24.7907 12.5158 24.6479 10.1905 24.6479H0.02771C0.635155 37.0354 10.7898 46.8918 23.2291 46.8918Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M0 22.3064H10.1907C12.5159 22.3064 14.9248 22.1636 16.9039 20.9343C18.451 19.9735 19.7534 18.6608 20.7066 17.1013C21.9261 15.1064 22.0678 12.6783 22.0678 10.3345V0.0625H6.96878C5.12055 0.0625 3.34801 0.802568 2.04111 2.1199C0.734209 3.43723 0 5.22391 0 7.08689L0 22.3064ZM53.9558 2.40396C53.9558 3.02496 53.7111 3.62052 53.2754 4.05963C52.8398 4.49874 52.249 4.74543 51.6329 4.74543C51.0168 4.74543 50.426 4.49874 49.9903 4.05963C49.5547 3.62052 49.31 3.02496 49.31 2.40396C49.31 1.78297 49.5547 1.18741 49.9903 0.748299C50.426 0.309189 51.0168 0.0625 51.6329 0.0625C52.249 0.0625 52.8398 0.309189 53.2754 0.748299C53.7111 1.18741 53.9558 1.78297 53.9558 2.40396ZM245.895 14.233C252.388 14.233 255.522 18.8047 255.522 24.1V34.0453H248.726V25.2801C248.726 22.8801 247.858 20.8992 245.366 20.8992C242.875 20.8992 242.044 22.8801 242.044 25.2801V34.0442H235.249V25.2801C235.249 22.8801 234.418 20.8992 231.926 20.8992C229.434 20.8992 228.566 22.8801 228.566 25.2801V34.0442H221.771V24.0988C221.771 18.8036 224.904 14.2319 231.397 14.2319C234.947 14.2319 237.514 15.6414 238.684 17.9653C239.929 15.6414 242.648 14.2307 245.895 14.2307V14.233ZM209.559 27.9493C211.749 27.9493 212.693 25.9298 212.693 23.5286V14.994H219.488V24.3669C219.488 29.9677 216.241 34.6166 209.559 34.6166C202.876 34.6166 199.63 29.9688 199.63 24.3669V14.994H206.426V23.5286C206.426 25.9286 207.369 27.9493 209.559 27.9493ZM189.638 34.6541C185.372 34.6541 182.616 33.1685 180.992 30.2732L185.9 27.4916C186.58 28.7103 187.598 29.3203 189.298 29.3203C190.695 29.3203 191.336 28.825 191.336 28.2151C191.336 25.8912 181.37 28.2537 181.37 20.8629C181.37 17.2805 184.389 14.3852 189.524 14.3852C194.017 14.3852 196.471 16.5944 197.566 18.7286L192.658 21.5478C192.243 20.4051 190.959 19.7191 189.675 19.7191C188.694 19.7191 188.165 20.1382 188.165 20.7095C188.165 23.0721 198.132 20.9004 198.132 28.0629C198.132 32.0633 194.243 34.6541 189.638 34.6541ZM165.895 42.8083H159.1V24.4816C159.1 18.6514 163.441 14.4227 169.482 14.4227C175.372 14.4227 179.864 18.9569 179.864 24.4816C179.864 30.5776 175.862 34.6166 169.859 34.6166C168.462 34.6166 167.066 34.1975 165.895 33.5489V42.8083ZM169.482 28.1776C171.634 28.1776 173.069 26.5011 173.069 24.5191C173.069 22.5007 171.634 20.8617 169.482 20.8617C167.33 20.8617 165.895 22.5007 165.895 24.5203C165.895 26.5011 167.33 28.1776 169.482 28.1776ZM152.292 12.9757C150.065 12.9757 148.216 11.1084 148.216 8.86055C148.216 6.61274 150.065 4.74543 152.292 4.74543C154.52 4.74543 156.37 6.61274 156.37 8.86055C156.37 11.1084 154.52 12.9757 152.292 12.9757ZM148.895 14.994H155.691V34.0453H148.895V14.994ZM135.856 34.6166C129.967 34.6166 125.474 30.0449 125.474 24.4816C125.474 18.9569 129.967 14.3852 135.856 14.3852C141.746 14.3852 146.239 18.9569 146.239 24.4816C146.239 30.0449 141.746 34.6166 135.856 34.6166ZM135.856 28.1776C138.009 28.1776 139.443 26.5011 139.443 24.5191C139.443 22.5007 138.009 20.8243 135.856 20.8243C133.704 20.8243 132.27 22.5007 132.27 24.5191C132.27 26.5011 133.704 28.1776 135.856 28.1776ZM112.642 43.3796C107.962 43.3796 104.563 41.284 102.827 37.5493L108.452 34.5019C109.056 35.7979 110.188 37.1314 112.528 37.1314C114.984 37.1314 116.606 35.5685 116.796 32.8254C115.89 33.6262 114.454 34.235 112.303 34.235C107.054 34.235 102.826 30.1585 102.826 24.443C102.826 18.9195 107.319 14.4227 113.209 14.4227C119.25 14.4227 123.591 18.6525 123.591 24.4816V32.0258C123.591 38.884 118.871 43.3796 112.642 43.3796ZM113.095 27.7971C115.134 27.7971 116.682 26.3864 116.682 24.2908C116.682 22.2338 115.135 20.8617 113.095 20.8617C111.094 20.8617 109.509 22.2338 109.509 24.292C109.509 26.3876 111.094 27.796 113.095 27.796V27.7971ZM91.2992 34.6166C85.4094 34.6166 80.9157 30.0449 80.9157 24.4816C80.9157 18.9569 85.4094 14.3852 91.2992 14.3852C97.1878 14.3852 101.682 18.9569 101.682 24.4816C101.682 30.0449 97.189 34.6166 91.2992 34.6166ZM91.2992 28.1776C93.4514 28.1776 94.8858 26.5011 94.8858 24.5191C94.8858 22.5007 93.4514 20.8243 91.2992 20.8243C89.147 20.8243 87.7126 22.5007 87.7126 24.5191C87.7126 26.5011 89.147 28.1776 91.2992 28.1776ZM68.5415 8.32787V27.5677H79.7926V34.0453H67.5972C63.294 34.0453 61.5576 31.7589 61.5576 28.139V8.32787H68.5415Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<g clip-path=\"url(#clip1_42_467)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M358.6 5.40923L361.663 0.0625L370.346 5.11655L367.285 10.4621C366.747 11.3999 367.552 12.5402 368.606 12.3353L374.474 11.1938L376.373 21.1181L370.505 22.2584C361.014 24.1035 353.767 13.8479 358.6 5.40923Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M353.295 41.5458L350.232 46.8925L341.548 41.8396L344.611 36.4929C345.149 35.5552 344.344 34.4149 343.288 34.6197L337.421 35.76L335.522 25.8369L341.39 24.6966C350.882 22.8515 358.127 33.1072 353.295 41.5458Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M353.56 5.40923L350.498 0.0625L341.814 5.11655L344.877 10.4621C345.413 11.3999 344.61 12.5402 343.554 12.3353L337.686 11.1938L335.789 21.1181L341.656 22.2584C351.149 24.1035 358.395 13.8479 353.561 5.40923H353.56Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M358.345 41.5458L361.405 46.8925L370.089 41.8396L367.027 36.4929C366.49 35.5552 367.294 34.4149 368.35 34.6197L374.216 35.76L376.115 25.8369L370.247 24.6966C360.756 22.8515 353.511 33.1072 358.342 41.5458H358.345Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M524.973 35.3634V25.4121C524.973 24.033 525.288 22.7956 525.917 21.7009C526.569 20.584 527.492 19.7083 528.687 19.0726C529.882 18.4381 531.305 18.1208 532.956 18.1208C533.726 18.1133 534.493 18.2125 535.237 18.4158C535.932 18.5915 536.562 18.8432 537.126 19.171C537.713 19.4777 538.212 19.85 538.626 20.2878H538.691C539.133 19.8437 539.638 19.4674 540.189 19.171C540.795 18.8352 541.441 18.5813 542.113 18.4158C542.867 18.214 543.645 18.1148 544.426 18.1208C546.077 18.1208 547.499 18.4369 548.695 19.0726C549.889 19.7083 550.812 20.5829 551.463 21.7009C552.116 22.7956 552.441 24.0318 552.441 25.4121V35.3634H547.358V25.576C547.358 25.0293 547.217 24.5364 546.935 24.0986C546.676 23.6406 546.306 23.2563 545.859 22.9817C545.389 22.6929 544.846 22.5448 544.295 22.5544C543.708 22.5544 543.176 22.6972 542.699 22.9817C542.252 23.256 541.882 23.6403 541.624 24.0986C541.36 24.5451 541.225 25.0565 541.232 25.576V35.3634H536.182V25.576C536.182 25.0293 536.04 24.5364 535.758 24.0986C535.493 23.634 535.111 23.2486 534.65 22.9817C534.179 22.6929 533.637 22.5448 533.086 22.5544C532.499 22.5544 531.967 22.6972 531.49 22.9817C531.043 23.256 530.673 23.6403 530.414 24.0986C530.151 24.5454 530.016 25.0566 530.023 25.576V35.3634H524.973ZM513.926 35.7579C512.211 35.7579 510.722 35.4301 509.463 34.7721C508.224 34.0931 507.269 33.1846 506.595 32.0467C505.921 30.8865 505.584 29.6045 505.584 28.2032V18.5142H510.636V28.072C510.636 28.6633 510.776 29.2112 511.058 29.7146C511.341 30.1957 511.722 30.5903 512.199 30.897C512.698 31.1815 513.264 31.3243 513.894 31.3243C514.502 31.3243 515.045 31.1815 515.523 30.897C516.023 30.5903 516.414 30.1957 516.696 29.7146C516.978 29.2112 517.12 28.6633 517.12 28.072V18.5142H522.17V28.2032C522.17 29.6045 521.844 30.8865 521.192 32.0467C520.541 33.1846 519.596 34.0943 518.358 34.7721C517.141 35.4289 515.664 35.7579 513.926 35.7579ZM489.316 35.3634V31.3243H497.365C497.582 31.3243 497.777 31.2798 497.951 31.192C498.124 31.0832 498.266 30.9403 498.374 30.7659C498.481 30.5933 498.537 30.3942 498.537 30.1911C498.537 29.9879 498.481 29.7888 498.374 29.6162C498.273 29.4474 498.126 29.3107 497.951 29.2217C497.775 29.1118 497.572 29.0549 497.365 29.0578H494.432C493.345 29.0578 492.357 28.8822 491.467 28.5321C490.622 28.1793 489.897 27.5857 489.381 26.824C488.881 26.0361 488.632 25.0176 488.632 23.7696C488.632 22.8061 488.859 21.9304 489.316 21.1425C489.791 20.357 490.451 19.7022 491.238 19.2365C492.059 18.7561 492.994 18.5066 493.943 18.5142H501.991V22.5872H494.725C494.436 22.5813 494.156 22.6873 493.943 22.8834C493.848 22.9772 493.773 23.0897 493.722 23.2139C493.672 23.3381 493.647 23.4715 493.649 23.6057C493.649 23.9124 493.748 24.1747 493.943 24.3936C494.156 24.5896 494.436 24.6956 494.725 24.6898H497.592C498.808 24.6898 499.851 24.8759 500.72 25.2471C501.611 25.5983 502.295 26.1673 502.774 26.9563C503.273 27.7442 503.523 28.7616 503.523 30.0096C503.523 30.9954 503.273 31.8933 502.774 32.7023C502.3 33.5087 501.626 34.1768 500.818 34.641C500.014 35.1234 499.102 35.3634 498.081 35.3634H489.316ZM478.312 18.1208C479.724 18.1208 480.973 18.3503 482.059 18.8104C483.126 19.2203 484.085 19.872 484.862 20.7152C485.654 21.5413 486.264 22.5261 486.654 23.6057C487.066 24.7003 487.273 25.9156 487.273 27.2514C487.273 28.915 486.926 30.3936 486.23 31.6849C485.587 32.9225 484.618 33.9569 483.428 34.6738C482.233 35.3961 480.843 35.7579 479.258 35.7579C478.584 35.7579 477.943 35.6701 477.334 35.4956C476.758 35.3248 476.209 35.07 475.706 34.7394C475.231 34.4149 474.822 34.0025 474.5 33.5241H474.402V42.4919H469.351V27.2502C469.351 25.3887 469.721 23.779 470.46 22.4221C471.176 21.0865 472.263 19.9904 473.587 19.2681C474.935 18.5025 476.51 18.1197 478.312 18.1197V18.1208ZM478.312 22.5216C477.53 22.5216 476.846 22.7183 476.26 23.1128C475.694 23.4851 475.26 24.0108 474.956 24.6898C474.652 25.3454 474.5 26.0912 474.5 26.9224C474.5 27.7548 474.652 28.4994 474.956 29.1561C475.26 29.8129 475.694 30.3386 476.26 30.7331C476.846 31.1054 477.53 31.2915 478.312 31.2915C479.094 31.2915 479.767 31.1042 480.332 30.7331C480.9 30.3358 481.351 29.7908 481.636 29.1561C481.961 28.4994 482.124 27.7548 482.124 26.9224C482.124 26.0912 481.961 25.3466 481.636 24.6898C481.332 24.0108 480.898 23.4839 480.332 23.1128C479.767 22.7183 479.094 22.5216 478.312 22.5216ZM461.677 35.3634V18.5142H466.76V35.3634H461.677ZM464.218 16.6094C463.414 16.6094 462.72 16.3144 462.133 15.7232C461.546 15.1319 461.253 14.4307 461.253 13.6205C461.253 12.8104 461.546 12.1103 462.133 11.5191C462.72 10.9056 463.414 10.5989 464.218 10.5989C465.022 10.5989 465.717 10.9056 466.304 11.5191C466.89 12.1103 467.183 12.8104 467.183 13.6205C467.183 14.4307 466.89 15.1308 466.304 15.7232C465.717 16.3144 465.022 16.6094 464.218 16.6094ZM450.629 35.7579C448.913 35.7579 447.371 35.3751 446.001 34.6082C444.658 33.866 443.534 32.7781 442.743 31.4555C441.962 30.1196 441.57 28.6199 441.57 26.9552C441.57 25.2693 441.962 23.7696 442.743 22.456C443.534 21.1334 444.658 20.0455 446.001 19.3033C447.371 18.5142 448.913 18.1208 450.629 18.1208C452.345 18.1208 453.876 18.5142 455.223 19.3033C456.562 20.0403 457.677 21.1301 458.449 22.456C459.253 23.7696 459.654 25.2693 459.654 26.9552C459.654 28.6199 459.253 30.1196 458.449 31.4555C457.677 32.7814 456.562 33.8711 455.223 34.6082C453.855 35.3751 452.323 35.7579 450.629 35.7579ZM450.629 31.3243C451.432 31.3243 452.128 31.1265 452.715 30.7331C453.301 30.339 453.774 29.7948 454.083 29.1561C454.409 28.4994 454.572 27.7548 454.572 26.9224C454.572 26.1122 454.409 25.3794 454.083 24.7214C453.773 24.0832 453.301 23.5394 452.715 23.1456C452.128 22.7511 451.432 22.5544 450.629 22.5544C449.825 22.5544 449.119 22.7511 448.511 23.1456C447.924 23.5397 447.452 24.0839 447.142 24.7226C446.81 25.4074 446.643 26.1615 446.654 26.9236C446.654 27.7548 446.817 28.4994 447.142 29.1561C447.452 29.7947 447.924 30.3389 448.511 30.7331C449.119 31.1265 449.825 31.3243 450.629 31.3243ZM425.157 42.0318V37.6627H433.497C433.823 37.6627 434.095 37.5538 434.312 37.3349C434.418 37.2405 434.502 37.1239 434.559 36.9932C434.615 36.8625 434.642 36.721 434.638 36.5786V32.8674H434.54C434.127 33.351 433.657 33.7812 433.139 34.1481C432.661 34.4994 432.117 34.7616 431.51 34.9372C430.863 35.1203 430.194 35.2086 429.523 35.1995C428.045 35.1995 426.72 34.8482 425.547 34.1481C424.396 33.4258 423.483 32.4295 422.809 31.1593C422.159 29.8902 421.833 28.4443 421.833 26.824C421.833 25.226 422.169 23.7696 422.843 22.456C423.538 21.1425 424.548 20.0912 425.873 19.3033C427.197 18.5142 428.816 18.1208 430.728 18.1208C432.553 18.1208 434.128 18.5037 435.453 19.2705C436.784 19.9986 437.872 21.1063 438.581 22.4549C439.32 23.8129 439.689 25.4121 439.689 27.2514V37.1042C439.689 38.6145 439.244 39.8086 438.353 40.6843C437.484 41.5823 436.279 42.0307 434.736 42.0307L425.157 42.0318ZM430.761 30.9298C431.542 30.9298 432.216 30.7542 432.782 30.4041C433.34 30.0389 433.79 29.5284 434.084 28.9267C434.393 28.2933 434.549 27.5954 434.54 26.8896C434.54 26.1017 434.389 25.3794 434.085 24.7226C433.78 24.0658 433.346 23.5507 432.78 23.1784C432.216 22.7838 431.542 22.5872 430.76 22.5872C430 22.5872 429.326 22.7733 428.74 23.1456C428.175 23.5179 427.741 24.0213 427.437 24.6558C427.133 25.2916 426.981 26.0022 426.981 26.7913C426.981 27.5581 427.132 28.2582 427.437 28.8939C427.741 29.5062 428.175 29.9991 428.741 30.3714C429.326 30.7436 430 30.9298 430.761 30.9298ZM411.566 35.7579C409.851 35.7579 408.308 35.3751 406.94 34.6082C405.596 33.8663 404.472 32.7784 403.681 31.4555C402.899 30.1196 402.508 28.6199 402.508 26.9552C402.508 25.2693 402.899 23.7696 403.681 22.456C404.472 21.1331 405.596 20.0452 406.94 19.3033C408.308 18.5142 409.851 18.1208 411.566 18.1208C413.283 18.1208 414.814 18.5142 416.161 19.3033C417.5 20.0404 418.614 21.1301 419.386 22.456C420.19 23.7696 420.592 25.2693 420.592 26.9552C420.592 28.6199 420.19 30.1196 419.386 31.4555C418.614 32.7814 417.5 33.8711 416.161 34.6082C414.793 35.3751 413.261 35.7579 411.566 35.7579ZM411.566 31.3243C412.37 31.3243 413.065 31.1265 413.652 30.7331C414.239 30.3387 414.711 29.7946 415.021 29.1561C415.346 28.4994 415.508 27.7548 415.508 26.9224C415.508 26.1122 415.346 25.3794 415.021 24.7214C414.711 24.0834 414.239 23.5396 413.652 23.1456C413.066 22.7511 412.37 22.5544 411.566 22.5544C410.763 22.5544 410.056 22.7511 409.449 23.1456C408.862 23.5397 408.389 24.0839 408.08 24.7226C407.748 25.4074 407.581 26.1615 407.592 26.9236C407.592 27.7548 407.754 28.4994 408.08 29.1561C408.39 29.7947 408.862 30.3389 409.449 30.7331C410.056 31.1265 410.763 31.3243 411.566 31.3243ZM395.392 35.3634C393.979 35.3634 392.741 35.0473 391.677 34.4115C390.643 33.8068 389.788 32.9336 389.201 31.8828C388.615 30.8315 388.321 29.6701 388.321 28.401V12.3725H393.795V28.7944C393.795 29.3212 393.981 29.7801 394.349 30.1747C394.718 30.568 395.173 30.7659 395.717 30.7659H401.745V35.3634H395.392Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<g clip-path=\"url(#clip2_42_467)\">\\n<path d=\"M689.67 34.0135H702.856V30.2289H693.691V12.5571H689.67V34.0135Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M710.779 34.4609C712.376 34.4609 713.78 34.1032 714.992 33.388C716.214 32.6629 717.165 31.6646 717.845 30.3932C718.535 29.1117 718.88 27.6366 718.88 25.9678C718.88 24.3089 718.54 22.8437 717.86 21.5722C717.18 20.2908 716.229 19.2875 715.007 18.5623C713.795 17.8372 712.386 17.4746 710.779 17.4746C709.202 17.4746 707.808 17.8323 706.596 18.5475C705.384 19.2627 704.433 20.261 703.743 21.5424C703.053 22.8138 702.708 24.289 702.708 25.9678C702.708 27.6266 703.043 29.0968 703.713 30.3782C704.393 31.6497 705.339 32.648 706.551 33.3732C707.764 34.0983 709.173 34.4609 710.779 34.4609ZM710.779 30.6763C709.528 30.6763 708.577 30.2541 707.926 29.4098C707.286 28.5555 706.965 27.4082 706.965 25.9678C706.965 24.5671 707.271 23.4347 707.882 22.5705C708.503 21.6964 709.468 21.2592 710.779 21.2592C712.05 21.2592 713.006 21.6864 713.647 22.5407C714.297 23.395 714.623 24.5373 714.623 25.9678C714.623 27.3486 714.302 28.4809 713.662 29.365C713.031 30.2391 712.07 30.6763 710.779 30.6763Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M726.832 34.4609C727.581 34.4609 728.271 34.3714 728.901 34.1927C729.542 34.0139 730.123 33.7605 730.646 33.4327V35.0569C730.665 35.6529 730.513 36.1495 730.187 36.5469C729.872 36.9542 729.448 37.2572 728.916 37.4558C728.384 37.6645 727.817 37.7688 727.216 37.7688C726.654 37.7688 726.132 37.6446 725.649 37.3962C725.176 37.1479 724.812 36.7854 724.555 36.3085L720.83 38.1263C721.441 39.1693 722.313 40.0087 723.447 40.6444C724.58 41.2901 725.827 41.613 727.187 41.613C728.359 41.613 729.448 41.454 730.453 41.1362C731.459 40.8282 732.306 40.3564 732.996 39.7206C733.696 39.0849 734.174 38.2754 734.43 37.2919C734.519 36.9442 734.578 36.5916 734.607 36.2339C734.647 35.8864 734.666 35.5138 734.666 35.1165V17.9216H731.148V18.8157C730.606 18.3885 729.99 18.0607 729.301 17.8323C728.62 17.5938 727.867 17.4746 727.039 17.4746C725.511 17.4746 724.181 17.8422 723.048 18.5772C721.914 19.3123 721.032 20.3205 720.402 21.602C719.781 22.8734 719.47 24.3288 719.47 25.9678C719.47 27.577 719.776 29.0222 720.387 30.3037C721.008 31.5851 721.87 32.5984 722.974 33.3434C724.077 34.0883 725.363 34.4609 726.832 34.4609ZM727.482 30.855C726.615 30.855 725.906 30.6364 725.354 30.1994C724.802 29.7624 724.393 29.1763 724.127 28.4412C723.861 27.6962 723.728 26.8717 723.728 25.9678C723.728 25.0737 723.866 24.2592 724.142 23.5241C724.417 22.7791 724.841 22.1881 725.413 21.7509C725.994 21.304 726.733 21.0805 727.63 21.0805C728.892 21.0805 729.793 21.5325 730.335 22.4364C730.877 23.3304 731.148 24.5075 731.148 25.9678C731.148 27.4279 730.872 28.61 730.321 29.5139C729.778 30.408 728.832 30.855 727.482 30.855Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M744.216 34.4609C745.812 34.4609 747.217 34.1032 748.429 33.388C749.651 32.6629 750.602 31.6646 751.281 30.3932C751.971 29.1117 752.316 27.6366 752.316 25.9678C752.316 24.3089 751.977 22.8437 751.296 21.5722C750.617 20.2908 749.666 19.2875 748.444 18.5623C747.231 17.8372 745.822 17.4746 744.216 17.4746C742.639 17.4746 741.245 17.8323 740.032 18.5475C738.82 19.2627 737.869 20.261 737.179 21.5424C736.49 22.8138 736.145 24.289 736.145 25.9678C736.145 27.6266 736.48 29.0968 737.15 30.3782C737.83 31.6497 738.776 32.648 739.988 33.3732C741.2 34.0983 742.61 34.4609 744.216 34.4609ZM744.216 30.6763C742.964 30.6763 742.013 30.2541 741.363 29.4098C740.722 28.5555 740.402 27.4082 740.402 25.9678C740.402 24.5671 740.708 23.4347 741.319 22.5705C741.939 21.6964 742.905 21.2592 744.216 21.2592C745.487 21.2592 746.443 21.6864 747.084 22.5407C747.734 23.395 748.059 24.5373 748.059 25.9678C748.059 27.3486 747.739 28.4809 747.098 29.365C746.468 30.2391 745.507 30.6763 744.216 30.6763Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M754.089 15.6864H758.109V12.1104H754.089V15.6864ZM754.089 34.0137H758.109V17.9214H754.089V34.0137Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M760.738 41.166H764.788V33.4327C765.311 33.7605 765.887 34.0139 766.517 34.1927C767.159 34.3714 767.853 34.4609 768.602 34.4609C770.07 34.4609 771.357 34.0883 772.461 33.3434C773.564 32.5984 774.421 31.5851 775.032 30.3037C775.654 29.0222 775.964 27.577 775.964 25.9678C775.964 24.3288 775.649 22.8734 775.018 21.602C774.397 20.3205 773.52 19.3123 772.386 18.5772C771.253 17.8422 769.923 17.4746 768.396 17.4746C767.567 17.4746 766.809 17.5938 766.119 17.8323C765.438 18.0607 764.828 18.3885 764.286 18.8157V17.9216H760.738V41.166ZM767.952 30.855C766.612 30.855 765.666 30.408 765.113 29.5139C764.562 28.61 764.286 27.4279 764.286 25.9678C764.286 24.5075 764.557 23.3304 765.099 22.4364C765.651 21.5325 766.552 21.0805 767.804 21.0805C768.701 21.0805 769.435 21.304 770.007 21.7509C770.588 22.1881 771.017 22.7791 771.292 23.5241C771.569 24.2592 771.707 25.0737 771.707 25.9678C771.707 26.8717 771.573 27.6962 771.307 28.4412C771.041 29.1763 770.633 29.7624 770.081 30.1994C769.529 30.6364 768.82 30.855 767.952 30.855Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M783.248 34.4609C785.337 34.4609 786.973 33.9891 788.156 33.0453C789.338 32.1016 789.929 30.8054 789.929 29.1564C789.929 27.9048 789.545 26.9164 788.777 26.1913C788.017 25.4661 786.727 24.8651 784.904 24.3884C783.662 24.0704 782.735 23.8121 782.124 23.6135C781.524 23.4149 781.124 23.2211 780.927 23.0324C780.74 22.8437 780.647 22.6103 780.647 22.3321C780.647 21.8652 780.867 21.5077 781.311 21.2592C781.765 21.0109 782.361 20.9116 783.1 20.9613C784.667 21.0805 785.525 21.756 785.672 22.9877L789.782 22.2427C789.575 20.7825 788.865 19.6252 787.653 18.771C786.441 17.9067 784.894 17.4746 783.011 17.4746C781.08 17.4746 779.538 17.9315 778.384 18.8454C777.232 19.7593 776.655 20.991 776.655 22.5407C776.655 23.7724 777.054 24.7459 777.852 25.4611C778.65 26.1665 780.025 26.7723 781.977 27.279C783.13 27.5869 783.977 27.8352 784.519 28.024C785.071 28.2127 785.426 28.4064 785.583 28.6051C785.741 28.7938 785.82 29.0472 785.82 29.365C785.82 29.8716 785.622 30.269 785.229 30.5571C784.835 30.8351 784.273 30.9742 783.543 30.9742C782.656 30.9742 781.922 30.7607 781.341 30.3335C780.77 29.9064 780.399 29.3154 780.232 28.5604L776.123 29.1861C776.389 30.865 777.138 32.1662 778.37 33.0901C779.612 34.0039 781.238 34.4609 783.248 34.4609Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M797.346 34.4905C798.5 34.4905 799.504 34.2968 800.363 33.9094C801.22 33.522 801.939 33.0054 802.521 32.3598V34.0137H806.068V17.9214H802.018V26.0868C802.018 27.0801 801.904 27.8847 801.677 28.5006C801.461 29.1066 801.18 29.5684 800.835 29.8863C800.49 30.1943 800.121 30.4028 799.726 30.5121C799.332 30.6214 798.963 30.676 798.618 30.676C797.761 30.676 797.095 30.4823 796.623 30.0949C796.159 29.7075 795.824 29.2257 795.617 28.6496C795.41 28.0734 795.287 27.5023 795.247 26.936C795.208 26.3599 795.188 25.8881 795.188 25.5205V17.9214H791.108V26.951C791.108 27.2191 791.128 27.6463 791.167 28.2324C791.207 28.8184 791.321 29.4691 791.508 30.1843C791.695 30.8896 792.005 31.57 792.439 32.2256C792.883 32.8812 793.498 33.4226 794.287 33.8498C795.074 34.2769 796.095 34.4905 797.346 34.4905Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M808.397 34.0136H812.447V24.2688C812.447 23.3451 812.698 22.5951 813.201 22.0189C813.713 21.4328 814.388 21.1398 815.226 21.1398C816.103 21.1398 816.788 21.4379 817.281 22.0339C817.783 22.6199 818.035 23.4444 818.035 24.5073V34.0136H822.056V24.2688C822.056 23.3451 822.306 22.5951 822.809 22.0189C823.322 21.4328 823.996 21.1398 824.834 21.1398C825.712 21.1398 826.396 21.4379 826.888 22.0339C827.391 22.6199 827.643 23.4444 827.643 24.5073V34.0136H831.663V23.4344C831.663 21.6762 831.195 20.2558 830.259 19.173C829.333 18.0803 827.958 17.5339 826.135 17.5339C825.11 17.5339 824.169 17.7574 823.311 18.2044C822.454 18.6515 821.77 19.2624 821.257 20.0372C820.843 19.2823 820.252 18.6763 819.483 18.2194C818.714 17.7625 817.758 17.5339 816.615 17.5339C815.649 17.5339 814.763 17.7277 813.954 18.1151C813.146 18.4925 812.476 19.0141 811.944 19.6795V17.9213H808.397V34.0136Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M655.945 0.0625C643.116 0.0625 632.715 10.5456 632.715 23.4771C645.545 23.4771 655.945 12.9941 655.945 0.0625Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M655.945 46.8917C668.774 46.8917 679.174 36.4086 679.174 23.4771C666.345 23.4771 655.945 33.9601 655.945 46.8917Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M655.945 0.0625C668.774 0.0625 679.174 10.5456 679.174 23.4771C666.345 23.4771 655.945 12.9941 655.945 0.0625Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M655.945 46.8917C643.116 46.8917 632.716 36.4086 632.716 23.4771C645.545 23.4771 655.945 33.9601 655.945 46.8917Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<g clip-path=\"url(#clip3_42_467)\">\\n<path d=\"M972.045 34.3918H985.927V30.1771H976.979V14.302H972.045V34.3918Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M994.151 31.5819C992.172 31.5819 991.141 29.8398 991.141 27.2267C991.141 24.6137 992.172 22.8435 994.151 22.8435C996.13 22.8435 997.19 24.6137 997.19 27.2267C997.19 29.8398 996.13 31.5819 994.151 31.5819ZM994.179 34.8412C998.778 34.8412 1001.79 31.5538 1001.79 27.2267C1001.79 22.8997 998.778 19.6123 994.179 19.6123C989.607 19.6123 986.541 22.8997 986.541 27.2267C986.541 31.5538 989.607 34.8412 994.179 34.8412Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1009.75 39.3656C1011.87 39.3656 1013.74 38.888 1014.99 37.7641C1016.13 36.7245 1016.89 35.151 1016.89 32.9875V20.0064H1012.54V21.5518H1012.48C1011.65 20.3436 1010.36 19.585 1008.47 19.585C1004.93 19.585 1002.47 22.5633 1002.47 26.7779C1002.47 31.1893 1005.46 33.6056 1008.66 33.6056C1010.39 33.6056 1011.48 32.9032 1012.31 31.9479H1012.43V33.3809C1012.43 35.1229 1011.62 36.1344 1009.69 36.1344C1008.19 36.1344 1007.44 35.4882 1007.19 34.7295H1002.78C1003.23 37.736 1005.82 39.3656 1009.75 39.3656ZM1009.72 30.2058C1008.02 30.2058 1006.91 28.801 1006.91 26.6374C1006.91 24.4458 1008.02 23.041 1009.72 23.041C1011.62 23.041 1012.62 24.6706 1012.62 26.6094C1012.62 28.6324 1011.7 30.2058 1009.72 30.2058Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1025.83 31.5819C1023.85 31.5819 1022.82 29.8398 1022.82 27.2267C1022.82 24.6137 1023.85 22.8435 1025.83 22.8435C1027.81 22.8435 1028.87 24.6137 1028.87 27.2267C1028.87 29.8398 1027.81 31.5819 1025.83 31.5819ZM1025.86 34.8412C1030.45 34.8412 1033.46 31.5538 1033.46 27.2267C1033.46 22.8997 1030.45 19.6123 1025.86 19.6123C1021.28 19.6123 1018.22 22.8997 1018.22 27.2267C1018.22 31.5538 1021.28 34.8412 1025.86 34.8412Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1034.79 34.3918H1039.34V20.0058H1034.79V34.3918ZM1034.79 18.0109H1039.34V14.302H1034.79V18.0109Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1041.31 39.1409H1045.85V32.9032H1045.91C1046.8 34.1114 1048.11 34.8419 1049.95 34.8419C1053.68 34.8419 1056.16 31.8636 1056.16 27.1994C1056.16 22.8724 1053.85 19.585 1050.06 19.585C1048.11 19.585 1046.71 20.456 1045.74 21.7485H1045.65V20.0064H1041.31V39.1409ZM1048.78 31.3016C1046.83 31.3016 1045.71 29.7001 1045.71 27.368C1045.71 25.0359 1046.71 23.2657 1048.69 23.2657C1050.64 23.2657 1051.56 24.8954 1051.56 27.368C1051.56 29.8125 1050.51 31.3016 1048.78 31.3016Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1063.56 34.8419C1067.3 34.8419 1070.06 33.2123 1070.06 30.0654C1070.06 26.3846 1067.1 25.7383 1064.59 25.3169C1062.78 24.9797 1061.16 24.8392 1061.16 23.8277C1061.16 22.9286 1062.03 22.5071 1063.14 22.5071C1064.4 22.5071 1065.26 22.9005 1065.43 24.193H1069.61C1069.39 21.3551 1067.21 19.585 1063.17 19.585C1059.8 19.585 1057.01 21.1584 1057.01 24.193C1057.01 27.5647 1059.66 28.239 1062.14 28.6605C1064.04 28.9976 1065.76 29.1381 1065.76 30.4306C1065.76 31.3578 1064.9 31.8636 1063.53 31.8636C1062.03 31.8636 1061.08 31.1612 1060.91 29.7282H1056.62C1056.76 32.9032 1059.38 34.8419 1063.56 34.8419Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1076.23 34.8138C1078.21 34.8138 1079.46 34.027 1080.49 32.6222H1080.58V34.3923H1084.93V20.0063H1080.38V28.0423C1080.38 29.7562 1079.43 30.9363 1077.87 30.9363C1076.42 30.9363 1075.73 30.0653 1075.73 28.4918V20.0063H1071.21V29.4471C1071.21 32.6503 1072.94 34.8138 1076.23 34.8138Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1086.9 34.3924H1091.45V26.3284C1091.45 24.6144 1092.28 23.4062 1093.7 23.4062C1095.07 23.4062 1095.71 24.3054 1095.71 25.8507V34.3924H1100.25V26.3284C1100.25 24.6144 1101.06 23.4062 1102.51 23.4062C1103.88 23.4062 1104.52 24.3054 1104.52 25.8507V34.3924H1109.06V25.0359C1109.06 21.8047 1107.45 19.585 1104.21 19.585C1102.37 19.585 1100.84 20.3717 1099.72 22.1137H1099.67C1098.94 20.5684 1097.52 19.585 1095.66 19.585C1093.59 19.585 1092.23 20.5684 1091.33 22.0575H1091.25V20.0064H1086.9V34.3924Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M935.835 47.2697C948.664 47.2697 959.064 36.7866 959.064 23.855C959.064 10.9235 948.664 0.44043 935.835 0.44043C923.006 0.44043 912.605 10.9235 912.605 23.855C912.605 36.7866 923.006 47.2697 935.835 47.2697ZM939.42 18.5312C941.4 16.5352 941.4 13.2992 939.42 11.3032C937.44 9.30729 934.23 9.30729 932.249 11.3032C930.269 13.2992 930.269 16.5352 932.249 18.5312L935.835 22.1452L939.42 18.5312ZM941.116 27.4691C943.097 29.465 946.307 29.465 948.287 27.4691C950.267 25.4731 950.267 22.2371 948.287 20.2411C946.307 18.2452 943.097 18.2452 941.116 20.2411L937.531 23.8551L941.116 27.4691ZM939.42 36.4069C941.4 34.4109 941.4 31.1749 939.42 29.1789L935.835 25.565L932.249 29.1789C930.269 31.1749 930.269 34.4109 932.249 36.4069C934.23 38.4029 937.44 38.4029 939.42 36.4069ZM923.382 27.4691C921.402 25.4731 921.402 22.2371 923.382 20.2411C925.362 18.2452 928.573 18.2452 930.553 20.2411L934.138 23.8551L930.553 27.4691C928.573 29.465 925.362 29.465 923.382 27.4691Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<path d=\"M1247.17 33.9579H1261.05V29.7433H1252.11V13.8682H1247.17V33.9579Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1269.28 31.1485C1267.3 31.1485 1266.27 29.4065 1266.27 26.7934C1266.27 24.1803 1267.3 22.4102 1269.28 22.4102C1271.26 22.4102 1272.31 24.1803 1272.31 26.7934C1272.31 29.4065 1271.26 31.1485 1269.28 31.1485ZM1269.3 34.4078C1273.9 34.4078 1276.91 31.1204 1276.91 26.7934C1276.91 22.4664 1273.9 19.179 1269.3 19.179C1264.73 19.179 1261.67 22.4664 1261.67 26.7934C1261.67 31.1204 1264.73 34.4078 1269.3 34.4078Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1284.88 38.9306C1286.99 38.9306 1288.86 38.4529 1290.12 37.329C1291.26 36.2894 1292.01 34.716 1292.01 32.5524V19.5714H1287.66V21.1167H1287.61C1286.77 19.9085 1285.49 19.1499 1283.59 19.1499C1280.05 19.1499 1277.6 22.1282 1277.6 26.3429C1277.6 30.7542 1280.58 33.1706 1283.79 33.1706C1285.52 33.1706 1286.6 32.4681 1287.44 31.5128H1287.55V32.9458C1287.55 34.6879 1286.74 35.6994 1284.82 35.6994C1283.31 35.6994 1282.56 35.0531 1282.31 34.2945H1277.91C1278.35 37.3009 1280.94 38.9306 1284.88 38.9306ZM1284.85 29.7708C1283.15 29.7708 1282.03 28.3659 1282.03 26.2024C1282.03 24.0108 1283.15 22.6059 1284.85 22.6059C1286.74 22.6059 1287.75 24.2356 1287.75 26.1743C1287.75 28.1973 1286.83 29.7708 1284.85 29.7708Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1300.95 31.1483C1298.97 31.1483 1297.94 29.4062 1297.94 26.7931C1297.94 24.1801 1298.97 22.4099 1300.95 22.4099C1302.93 22.4099 1303.99 24.1801 1303.99 26.7931C1303.99 29.4062 1302.93 31.1483 1300.95 31.1483ZM1300.98 34.4076C1305.58 34.4076 1308.59 31.1202 1308.59 26.7931C1308.59 22.4661 1305.58 19.1787 1300.98 19.1787C1296.41 19.1787 1293.34 22.4661 1293.34 26.7931C1293.34 31.1202 1296.41 34.4076 1300.98 34.4076Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1309.92 33.9579H1314.46V19.572H1309.92V33.9579ZM1309.92 17.577H1314.46V13.8682H1309.92V17.577Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1316.43 38.7058H1320.98V32.4681H1321.03C1321.92 33.6763 1323.23 34.4069 1325.07 34.4069C1328.81 34.4069 1331.29 31.4285 1331.29 26.7643C1331.29 22.4373 1328.98 19.1499 1325.19 19.1499C1323.23 19.1499 1321.84 20.0209 1320.86 21.3134H1320.78V19.5714H1316.43V38.7058ZM1323.9 30.8666C1321.95 30.8666 1320.84 29.265 1320.84 26.9329C1320.84 24.6008 1321.84 22.8307 1323.82 22.8307C1325.77 22.8307 1326.69 24.4603 1326.69 26.9329C1326.69 29.3774 1325.63 30.8666 1323.9 30.8666Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1338.69 34.4066C1342.42 34.4066 1345.18 32.777 1345.18 29.63C1345.18 25.9493 1342.23 25.303 1339.72 24.8816C1337.91 24.5444 1336.29 24.4039 1336.29 23.3924C1336.29 22.4933 1337.15 22.0718 1338.27 22.0718C1339.52 22.0718 1340.39 22.4652 1340.56 23.7577H1344.74C1344.51 20.9198 1342.34 19.1497 1338.3 19.1497C1334.92 19.1497 1332.14 20.7231 1332.14 23.7577C1332.14 27.1294 1334.79 27.8037 1337.27 28.2252C1339.16 28.5623 1340.89 28.7028 1340.89 29.9953C1340.89 30.9225 1340.03 31.4283 1338.66 31.4283C1337.15 31.4283 1336.21 30.7259 1336.04 29.2929H1331.75C1331.89 32.4679 1334.51 34.4066 1338.69 34.4066Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1351.35 34.3792C1353.33 34.3792 1354.59 33.5925 1355.62 32.1876H1355.7V33.9577H1360.05V19.5718H1355.51V27.6077C1355.51 29.3216 1354.56 30.5017 1353 30.5017C1351.55 30.5017 1350.85 29.6307 1350.85 28.0572V19.5718H1346.34V29.0126C1346.34 32.2157 1348.06 34.3792 1351.35 34.3792Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1362.03 33.9571H1366.57V25.8931C1366.57 24.1791 1367.41 22.9709 1368.83 22.9709C1370.2 22.9709 1370.84 23.8701 1370.84 25.4154V33.9571H1375.38V25.8931C1375.38 24.1791 1376.19 22.9709 1377.64 22.9709C1379.01 22.9709 1379.65 23.8701 1379.65 25.4154V33.9571H1384.19V24.6006C1384.19 21.3694 1382.57 19.1497 1379.34 19.1497C1377.5 19.1497 1375.97 19.9364 1374.85 21.6784H1374.8C1374.07 20.1331 1372.65 19.1497 1370.78 19.1497C1368.72 19.1497 1367.35 20.1331 1366.46 21.6222H1366.38V19.5711H1362.03V33.9571Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1219.45 2.37636L1214.88 1.14258L1211.03 15.624L1207.56 2.55008L1202.99 3.78386L1206.74 17.9093L1197.39 8.48187L1194.05 11.8526L1204.3 22.1935L1191.53 18.7429L1190.3 23.3473L1204.26 27.1176C1204.1 26.4227 1204.02 25.6988 1204.02 24.9549C1204.02 19.6894 1208.25 15.4209 1213.48 15.4209C1218.7 15.4209 1222.94 19.6894 1222.94 24.9549C1222.94 25.694 1222.85 26.4135 1222.7 27.1042L1235.38 30.5306L1236.61 25.9261L1222.59 22.1409L1235.37 18.6901L1234.14 14.0856L1220.13 17.8705L1229.48 8.44317L1226.14 5.07241L1216.02 15.2698L1219.45 2.37636Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1222.68 27.1582C1222.29 28.8272 1221.46 30.3266 1220.33 31.5278L1229.52 40.792L1232.86 37.4212L1222.68 27.1582Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1220.24 31.6245C1219.09 32.8066 1217.64 33.6887 1216.01 34.1433L1219.36 46.724L1223.92 45.4902L1220.24 31.6245Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1215.84 34.1891C1215.09 34.3847 1214.29 34.4887 1213.48 34.4887C1212.6 34.4887 1211.76 34.3692 1210.96 34.1458L1207.61 46.7379L1212.18 47.9716L1215.84 34.1891Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1210.79 34.0998C1209.19 33.6226 1207.77 32.7292 1206.64 31.5437L1197.43 40.8305L1200.77 44.2013L1210.79 34.0998Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1206.57 31.4618C1205.46 30.2688 1204.65 28.7895 1204.27 27.1462L1191.54 30.5839L1192.77 35.1883L1206.57 31.4618Z\" fill=\"#0B0B0B\"/>\\n<g clip-path=\"url(#clip4_42_467)\">\\n<path d=\"M1607.17 34.6262H1612.59V14.0346H1607.17V34.6262ZM1607.17 10.8235H1612.59V5.92651H1607.17V10.8235Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1616.08 41.3693H1621.49V32.2978H1621.57C1622.73 34.0639 1624.6 35.228 1627.47 35.228C1632.72 35.228 1636.31 31.0134 1636.31 24.3503C1636.31 17.9279 1632.84 13.4724 1627.43 13.4724C1624.64 13.4724 1622.73 14.7971 1621.41 16.6033H1621.29V14.0344H1616.08V41.3693ZM1626.31 30.6922C1623.09 30.6922 1621.37 28.2438 1621.37 24.5108C1621.37 20.8179 1622.73 17.8878 1626.11 17.8878C1629.46 17.8878 1630.81 20.6173 1630.81 24.5108C1630.81 28.4043 1629.06 30.6922 1626.31 30.6922Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1647.11 35.228C1652.21 35.228 1655.71 32.7394 1655.71 28.6049C1655.71 23.7883 1651.93 22.8249 1648.5 22.1025C1645.59 21.5004 1642.89 21.3397 1642.89 19.5737C1642.89 18.0885 1644.28 17.2857 1646.39 17.2857C1648.7 17.2857 1650.1 18.0885 1650.33 20.2961H1655.23C1654.83 16.1618 1651.85 13.4724 1646.47 13.4724C1641.81 13.4724 1638.15 15.5999 1638.15 20.0553C1638.15 24.5509 1641.73 25.5544 1645.4 26.2769C1648.18 26.8389 1650.77 27.0396 1650.77 29.0064C1650.77 30.4514 1649.42 31.3747 1647.03 31.3747C1644.6 31.3747 1642.93 30.3309 1642.57 27.9628H1637.55C1637.87 32.3379 1641.18 35.228 1647.11 35.228Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1676.27 34.6262V14.0347H1670.86V25.916C1670.86 28.6454 1669.3 30.5721 1666.75 30.5721C1664.44 30.5721 1663.37 29.2475 1663.37 26.8392V14.0347H1657.99V27.7623C1657.99 32.2579 1660.54 35.1882 1665.08 35.1882C1667.95 35.1882 1669.54 34.1044 1670.94 32.2179H1671.05V34.6262H1676.27Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1679.78 34.6259H1685.19V22.6644C1685.19 19.9349 1686.67 18.1688 1688.86 18.1688C1690.85 18.1688 1692 19.3729 1692 21.701V34.6259H1697.42V22.6644C1697.42 19.9349 1698.81 18.1688 1701.08 18.1688C1703.07 18.1688 1704.23 19.3729 1704.23 21.701V34.6259H1709.64V20.7778C1709.64 16.2822 1707.21 13.4724 1702.91 13.4724C1700.33 13.4724 1698.17 14.8371 1696.78 17.0849H1696.7C1695.71 14.9174 1693.64 13.4724 1691.05 13.4724C1688.22 13.4724 1686.23 14.9174 1685.11 16.804H1684.99V14.0344H1679.78V34.6259Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1466.02 34.6262H1471.43V5.92651H1466.02V34.6262Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1484.67 35.228C1491.01 35.228 1495.35 30.4916 1495.35 24.3503C1495.35 18.2088 1491.01 13.4724 1484.67 13.4724C1478.34 13.4724 1474 18.2088 1474 24.3503C1474 30.4916 1478.34 35.228 1484.67 35.228ZM1484.67 31.0535C1481.33 31.0535 1479.5 28.3641 1479.5 24.3503C1479.5 20.3363 1481.33 17.6069 1484.67 17.6069C1487.98 17.6069 1489.85 20.3363 1489.85 24.3503C1489.85 28.3641 1487.98 31.0535 1484.67 31.0535Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1506.87 41.6503C1509.89 41.6503 1512.52 40.9278 1514.23 39.3222C1515.75 37.9173 1516.66 35.9505 1516.66 33.0605V14.0344H1511.45V16.202H1511.37C1510.13 14.476 1508.26 13.4724 1505.71 13.4724C1500.53 13.4724 1496.87 17.4061 1496.87 23.5474C1496.87 29.769 1501.33 33.3815 1505.87 33.3815C1508.46 33.3815 1510.01 32.3379 1511.21 30.9732H1511.33V33.221C1511.33 36.0308 1509.85 37.516 1506.79 37.516C1504.28 37.516 1503.12 36.5124 1502.68 35.228H1497.31C1497.87 39.242 1501.29 41.6503 1506.87 41.6503ZM1506.79 29.0064C1504 29.0064 1502.17 26.9592 1502.17 23.4672C1502.17 20.0152 1504 17.8477 1506.75 17.8477C1510.01 17.8477 1511.6 20.4166 1511.6 23.427C1511.6 26.4776 1510.21 29.0064 1506.79 29.0064Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1529.82 35.2282C1536.16 35.2282 1540.5 30.4918 1540.5 24.3505C1540.5 18.2091 1536.16 13.4727 1529.82 13.4727C1523.49 13.4727 1519.15 18.2091 1519.15 24.3505C1519.15 30.4918 1523.49 35.2282 1529.82 35.2282ZM1529.82 31.0538C1526.48 31.0538 1524.65 28.3644 1524.65 24.3505C1524.65 20.3365 1526.48 17.6071 1529.82 17.6071C1533.13 17.6071 1535 20.3365 1535 24.3505C1535 28.3644 1533.13 31.0538 1529.82 31.0538Z\" fill=\"#0B0B0B\"/>\\n<path d=\"M1711.61 10.6546C1711.61 9.73097 1712.35 8.98218 1713.27 8.98218H1716.59C1717.5 8.98218 1718.25 9.73097 1718.25 10.6546C1718.25 11.5783 1717.5 12.3271 1716.59 12.3271H1713.27C1712.35 12.3271 1711.61 11.5783 1711.61 10.6546Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1573.34 0.0625C1586.17 0.0625 1596.57 10.5456 1596.57 23.4771C1596.57 36.4087 1586.17 46.8918 1573.34 46.8918C1560.51 46.8918 1550.11 36.4087 1550.11 23.4771C1550.11 10.5456 1560.51 0.0625 1573.34 0.0625ZM1572.5 1.81461C1569.85 2.19053 1567.33 4.33694 1565.37 7.92677C1564.8 8.96806 1564.29 10.1185 1563.84 11.3606C1566.5 10.6859 1569.43 10.2882 1572.5 10.2266V1.81461ZM1561.88 11.9229C1562.43 10.1654 1563.11 8.54843 1563.9 7.11107C1564.87 5.33148 1566.02 3.79473 1567.32 2.61443C1560.26 4.68131 1554.69 10.2909 1552.64 17.4077C1553.81 16.0989 1555.34 14.9374 1557.1 13.9586C1558.53 13.168 1560.13 12.4829 1561.88 11.9229ZM1561.32 13.9018C1560.65 16.5866 1560.26 19.5357 1560.19 22.6308H1551.85C1552.22 19.9596 1554.35 17.416 1557.91 15.4417C1558.95 14.869 1560.09 14.3522 1561.32 13.9018ZM1561.87 22.6308C1561.94 19.2531 1562.43 16.0821 1563.22 13.2803C1566 12.4758 1569.15 11.9894 1572.5 11.9196V15.5756C1571.25 18.8015 1568.7 21.3712 1565.5 22.6308H1561.87ZM1560.19 24.3235H1551.85C1552.22 26.9947 1554.35 29.5381 1557.91 31.5126C1558.95 32.0853 1560.09 32.6021 1561.32 33.0524C1560.65 30.3677 1560.26 27.4185 1560.19 24.3235ZM1563.22 33.674C1562.43 30.8722 1561.94 27.7011 1561.87 24.3235H1565.5C1568.7 25.583 1571.25 28.1528 1572.5 31.3786V35.0347C1569.15 34.9648 1566 34.4785 1563.22 33.674ZM1561.88 35.0313C1560.13 34.4714 1558.53 33.7862 1557.1 32.9957C1555.34 32.0169 1553.81 30.8553 1552.64 29.5466C1554.69 36.6633 1560.26 42.273 1567.32 44.3398C1566.02 43.1595 1564.87 41.6228 1563.9 39.8431C1563.11 38.4058 1562.43 36.7888 1561.88 35.0313ZM1572.5 45.1397C1569.85 44.7637 1567.33 42.6173 1565.37 39.0275C1564.8 37.9862 1564.29 36.8358 1563.84 35.5937C1566.5 36.2683 1569.43 36.6661 1572.5 36.7276V45.1397ZM1579.36 44.3398C1580.66 43.1595 1581.81 41.6228 1582.78 39.8431C1583.57 38.4058 1584.25 36.7888 1584.8 35.0313C1586.55 34.4714 1588.15 33.7862 1589.58 32.9957C1591.34 32.0169 1592.87 30.8553 1594.04 29.5466C1591.99 36.6633 1586.42 42.273 1579.36 44.3398ZM1582.84 35.5937C1582.39 36.8358 1581.88 37.9862 1581.31 39.0275C1579.35 42.6173 1576.83 44.7637 1574.18 45.1397V36.7276C1577.25 36.6661 1580.18 36.2683 1582.84 35.5937ZM1585.36 33.0524C1586.59 32.6021 1587.73 32.0853 1588.77 31.5126C1592.33 29.5382 1594.46 26.9947 1594.83 24.3235H1586.49C1586.42 27.4185 1586.03 30.3677 1585.36 33.0524ZM1584.81 24.3235C1584.74 27.7011 1584.26 30.8722 1583.46 33.674C1580.68 34.4785 1577.53 34.9648 1574.18 35.0347V31.3813C1575.43 28.1543 1577.98 25.5834 1581.18 24.3235H1584.81ZM1586.49 22.6308H1594.83C1594.46 19.9596 1592.33 17.416 1588.77 15.4417C1587.73 14.869 1586.59 14.3522 1585.36 13.9018C1586.03 16.5866 1586.42 19.5357 1586.49 22.6308ZM1583.46 13.2803C1584.26 16.0821 1584.74 19.2531 1584.81 22.6308H1581.18C1577.98 21.3709 1575.43 18.7999 1574.18 15.5729V11.9196C1577.53 11.9894 1580.68 12.4758 1583.46 13.2803ZM1584.8 11.9229C1586.55 12.4829 1588.15 13.168 1589.58 13.9586C1591.34 14.9374 1592.87 16.0989 1594.04 17.4077C1591.99 10.2909 1586.42 4.68131 1579.36 2.61443C1580.66 3.79473 1581.81 5.33148 1582.78 7.11107C1583.57 8.54843 1584.25 10.1654 1584.8 11.9229ZM1574.18 1.81461C1576.83 2.19053 1579.35 4.33694 1581.31 7.92677C1581.88 8.96807 1582.39 10.1185 1582.84 11.3606C1580.18 10.6859 1577.25 10.2882 1574.18 10.2266V1.81461Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<g clip-path=\"url(#clip5_42_467)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1827.94 13.7429C1826.03 12.4565 1823.79 11.7698 1821.49 11.7698V0.0625C1826.08 0.0625 1830.58 1.43575 1834.4 4.00858C1838.22 6.5814 1841.19 10.2383 1842.95 14.5167C1844.71 18.7951 1845.17 23.5031 1844.27 28.0451C1843.38 32.5871 1841.16 36.7592 1837.92 40.0337C1834.67 43.3084 1830.53 45.5384 1826.02 46.4419C1821.52 47.3453 1816.85 46.8816 1812.6 45.1094C1808.36 43.3372 1804.73 40.3361 1802.18 36.4856C1799.62 32.6351 1798.26 28.1081 1798.26 23.4771H1809.88C1809.88 25.7926 1810.56 28.0561 1811.83 29.9814C1813.11 31.9066 1814.92 33.4072 1817.05 34.2933C1819.17 35.1794 1821.5 35.4112 1823.76 34.9594C1826.01 34.5078 1828.08 33.3928 1829.7 31.7555C1831.33 30.1181 1832.43 28.0321 1832.88 25.7611C1833.33 23.4901 1833.1 21.1361 1832.22 18.997C1831.34 16.8577 1829.85 15.0293 1827.94 13.7429Z\" fill=\"#0B0B0B\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1809.88 0.0625062C1809.88 1.59993 1809.58 3.12231 1808.99 4.54271C1808.41 5.9631 1807.55 7.2537 1806.47 8.34083C1805.4 9.42796 1804.12 10.2903 1802.71 10.8787C1801.3 11.467 1799.79 11.7698 1798.26 11.7698L1798.26 23.4771C1801.31 23.4771 1804.33 22.8715 1807.15 21.6948C1809.97 20.5181 1812.53 18.7934 1814.69 16.6191C1816.84 14.4449 1818.55 11.8637 1819.72 9.0229C1820.89 6.18209 1821.49 3.13735 1821.49 0.0625L1809.88 0.0625062Z\" fill=\"#0B0B0B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_42_467\">\\n<rect width=\"255.522\" height=\"46.8293\" fill=\"white\" transform=\"translate(0 0.0625)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_42_467\">\\n<rect width=\"217.194\" height=\"46.8293\" fill=\"white\" transform=\"translate(335.522 0.0625)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_42_467\">\\n<rect width=\"199.772\" height=\"46.8293\" fill=\"white\" transform=\"translate(632.716 0.0625)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_42_467\">\\n<rect width=\"197.449\" height=\"48\" fill=\"white\" transform=\"translate(912.487 0.0625)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_42_467\">\\n<rect width=\"253.199\" height=\"46.8293\" fill=\"white\" transform=\"translate(1465.06 0.0625)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_42_467\">\\n<rect width=\"234.616\" height=\"46.8293\" fill=\"white\" transform=\"translate(1798.26 0.0625)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7yTHF.framer-6xjakw, .framer-7yTHF .framer-6xjakw { display: block; }\",\".framer-7yTHF.framer-5mbe1p { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1380px; }\",\".framer-7yTHF .framer-1025s0i-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-7yTHF .framer-1cyg0da { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1483px; }\",\".framer-7yTHF .framer-x79lsy { aspect-ratio: 37.08163265306123 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); position: relative; width: 1817px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7yTHF.framer-5mbe1p, .framer-7yTHF .framer-1cyg0da { gap: 0px; } .framer-7yTHF.framer-5mbe1p > *, .framer-7yTHF .framer-1cyg0da > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7yTHF.framer-5mbe1p > :first-child, .framer-7yTHF .framer-1cyg0da > :first-child { margin-left: 0px; } .framer-7yTHF.framer-5mbe1p > :last-child, .framer-7yTHF .framer-1cyg0da > :last-child { margin-right: 0px; } }\",\".framer-7yTHF.framer-v-lodsga.framer-5mbe1p { width: 343px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qbULSkxrG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryJYuyaNUD=withCSS(Component,css,\"framer-7yTHF\");export default FrameryJYuyaNUD;FrameryJYuyaNUD.displayName=\"Company Logos Ticker\";FrameryJYuyaNUD.defaultProps={height:48,width:1380};addPropertyControls(FrameryJYuyaNUD,{variant:{options:[\"hP9rpJ3oi\",\"qbULSkxrG\"],optionTitles:[\"Default\",\"Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryJYuyaNUD,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryJYuyaNUD\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1380\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qbULSkxrG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"48\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yJYuyaNUD.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import CardsBlogCard from\"#framer/local/canvasComponent/aAxrsEI3X/aAxrsEI3X.js\";import ButtonsButtons from\"#framer/local/canvasComponent/dOYLYx_DY/dOYLYx_DY.js\";import ClientTestimonialsSlider from\"#framer/local/canvasComponent/HNYRPDkhI/HNYRPDkhI.js\";import CTATicker from\"#framer/local/canvasComponent/IUN2BC15K/IUN2BC15K.js\";import ServiceCardSlider from\"#framer/local/canvasComponent/OkAfgtQrC/OkAfgtQrC.js\";import CardsFeaturedPortfolioCard from\"#framer/local/canvasComponent/OYGCuWruA/OYGCuWruA.js\";import NavNavigation from\"#framer/local/canvasComponent/pMXQKU4Av/pMXQKU4Av.js\";import FloatingButton from\"#framer/local/canvasComponent/STuEYyRfU/STuEYyRfU.js\";import Footer from\"#framer/local/canvasComponent/tS7C5H5k8/tS7C5H5k8.js\";import HeaderImageSlider from\"#framer/local/canvasComponent/uEoT7ZAtU/uEoT7ZAtU.js\";import CompanyLogosTicker from\"#framer/local/canvasComponent/yJYuyaNUD/yJYuyaNUD.js\";import BlogDetails from\"#framer/local/collection/sXbfgGA6n/sXbfgGA6n.js\";import*as sharedStyle2 from\"#framer/local/css/AhAVVwsWc/AhAVVwsWc.js\";import*as sharedStyle3 from\"#framer/local/css/aOhP_wOGh/aOhP_wOGh.js\";import*as sharedStyle from\"#framer/local/css/jP9K5gfOb/jP9K5gfOb.js\";import*as sharedStyle4 from\"#framer/local/css/rh5MZOAAs/rh5MZOAAs.js\";import*as sharedStyle1 from\"#framer/local/css/XX0QUDiiN/XX0QUDiiN.js\";import metadataProvider from\"#framer/local/webPageMetadata/IkwPNkB9w/IkwPNkB9w.js\";const HeaderImageSliderFonts=getFonts(HeaderImageSlider);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const RichTextWithFX=withFX(RichText);const ButtonsButtonsFonts=getFonts(ButtonsButtons);const ContainerWithFX=withFX(Container);const ServiceCardSliderFonts=getFonts(ServiceCardSlider);const CardsFeaturedPortfolioCardFonts=getFonts(CardsFeaturedPortfolioCard);const VideoFonts=getFonts(Video);const MotionSectionWithFX=withFX(motion.section);const ClientTestimonialsSliderFonts=getFonts(ClientTestimonialsSlider);const CompanyLogosTickerFonts=getFonts(CompanyLogosTicker);const CardsBlogCardFonts=getFonts(CardsBlogCard);const CTATickerFonts=getFonts(CTATicker);const FooterFonts=getFonts(Footer);const FloatingButtonFonts=getFonts(FloatingButton);const NavNavigationFonts=getFonts(NavNavigation);const breakpoints={jdTGIgKUs:\"(min-width: 810px) and (max-width: 1199px)\",LAusBBIjC:\"(max-width: 809px)\",S30YIWc_5:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-dTHHP\";const variantClassNames={jdTGIgKUs:\"framer-v-2ix6y0\",LAusBBIjC:\"framer-v-g4yb60\",S30YIWc_5:\"framer-v-bi7oj4\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={delay:1,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition2={delay:1.2,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition3={delay:0,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:260};const transition4={delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition5={delay:.1,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition6={delay:.2,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition7={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"S30YIWc_5\",Phone:\"LAusBBIjC\",Tablet:\"jdTGIgKUs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"S30YIWc_5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,OGUx7rBlwqhp9ahqtC,PqxinuAPIqhp9ahqtC,SuzTiLAYZqhp9ahqtC,kSrCxTJBXqhp9ahqtC,idqhp9ahqtC,SuzTiLAYZMDjUv42bP,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"PijgdSGLm\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"jdTGIgKUs\",\"LAusBBIjC\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"dVMd_d0C6\");const ref3=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"jdTGIgKUs\",\"LAusBBIjC\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"LAusBBIjC\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"LAusBBIjC\")return false;return true;};const router=useRouter();const elementId2=useRouteElementId(\"RSi0lRN9r\");const ref4=React.useRef(null);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"S30YIWc_5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-bi7oj4\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-19dyczf\",\"data-framer-name\":\"Home-Hero-Header\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-emdytc\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11gx829\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q6szdq\",\"data-framer-name\":\"Image & Short-Text\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:116,width:\"147px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ftq6qm-container\",children:/*#__PURE__*/_jsx(HeaderImageSlider,{height:\"100%\",id:\"KcoRz0H2k\",layoutId:\"KcoRz0H2k\",style:{height:\"100%\",width:\"100%\"},variant:\"D8a9s4bs1\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g58kbh\",\"data-styles-preset\":\"XX0QUDiiN\",style:{\"--framer-text-color\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\"},children:\"Lumin Studio is a dynamic digital agency committed to enhancing user experiences by leveraging the latest advancements in technology, ensuring innovative and impactful solutions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\"},children:\"Lumin Studio is a dynamic digital agency committed to enhancing user experiences by leveraging the latest advancements in technology, ensuring innovative and impactful solutions.\"})}),className:\"framer-1b3zwx3\",\"data-framer-name\":\"Lumin Studio is a dynamic digital agency committed to enhancing user experiences by leveraging the latest advancements in technology, ensuring innovative and impactful solutions.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kaiq8f hidden-2ix6y0 hidden-g4yb60\",\"data-framer-name\":\"Image Block\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Project Image\",fit:\"fill\",pixelHeight:502,pixelWidth:666,sizes:\"390px\",src:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png\",srcSet:\"https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZcIO9siCLhC1E9qDgtQhDS8.png 666w\"},className:\"framer-jb8u2j\",\"data-framer-name\":\"Rectangle 5\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z0oiam\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1udk2k7\",\"data-framer-name\":\"Title-Text-Animation\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"137px\",\"--framer-line-height\":\"137px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Lumin Studio\"})}),viewBox:\"0 0 700 137\"},LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-text-color\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Lumin Studio\"})}),viewBox:\"0 0 614 144\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"268px\",\"--framer-line-height\":\"268px\",\"--framer-text-color\":\"var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Lumin Studio\"})}),className:\"framer-1ubcldq\",\"data-framer-appear-id\":\"1ubcldq\",fonts:[\"FS;Anton-regular\"],initial:animation3,optimized:true,verticalAlignment:\"top\",viewBox:\"0 0 1370 268\",withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-6kd5fl\",\"data-framer-name\":\"Page Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z23lqs\",\"data-framer-name\":\"Main Container\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-q6ttu\",\"data-framer-name\":\"About-Studio\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vcjh8g\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f0k8q\",\"data-framer-name\":\"Image-Block\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejini hidden-2ix6y0 hidden-g4yb60\",\"data-framer-name\":\"Section-Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wyfcxq\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"About Studio\"})}),className:\"framer-p5u01u\",\"data-framer-name\":\"About Studio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{background:{alt:\"\",fit:\"fill\",pixelHeight:5304,pixelWidth:7952,positionX:\"41.3%\",positionY:\"27.9%\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`,src:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg\",srcSet:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg 7952w\"}},LAusBBIjC:{background:{alt:\"\",fit:\"fill\",pixelHeight:5304,pixelWidth:7952,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`,src:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg\",srcSet:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg 7952w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:5304,pixelWidth:7952,sizes:\"323px\",src:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg\",srcSet:\"https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/D5tJGueIgLXf7LXArw0xvs8PlY.jpg 7952w\"},className:\"framer-cvqx1h\",\"data-framer-name\":\"image 13\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15bmrk3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nsb0c8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"46px\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-text-transform\":\"uppercase\"},children:[\"We specialize in brand design, digital design, and development,  \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"seamlessly \"}),\" integrating various  \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"disciplines \"}),\" to achieve powerful and effective outcomes.\"]})})},LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"46px\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:\"We specialize in brand design, digital design, and development,  \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"seamlessly\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:\" integrating various  \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"disciplines\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\" \"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:[\" \",/*#__PURE__*/_jsx(\"br\",{}),\"to achieve powerful and effective outcomes.\"]})]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"58px\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\"We specialize in brand design, digital design, and development,  \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"seamlessly \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\" integrating various  \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-transform\":\"lowercase\"},children:\"disciplines \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\" to achieve powerful and effective outcomes.\"})]})}),className:\"framer-m73daa\",\"data-framer-name\":\"We specialize in brand design, digital design, and development, integrating various to achieve powerful and effective outcomes.\",fonts:[\"FS;Anton-regular\",\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"What sets Lumin apart is our unique approach to digital design. We combine artistic flair with technical expertise, strategic thinking with bold creativity, to deliver solutions that not only meet but exceed our clients' expectations.\"})}),className:\"framer-fj8o08\",\"data-framer-name\":\"What sets Lumin apart is our unique approach to digital design. We combine artistic flair with technical expertise, strategic thinking with bold creativity, to deliver solutions that not only meet but exceed our clients' expectations.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ic4x2w hidden-bi7oj4\",\"data-framer-name\":\"Section-Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tig6a6\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c4wwf8\",\"data-styles-preset\":\"aOhP_wOGh\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"About Studio\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"About Studio\"})}),className:\"framer-y6huaw\",\"data-framer-name\":\"About Studio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{height:38}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bajnug-container hidden-bi7oj4 hidden-2ix6y0\",children:/*#__PURE__*/_jsx(ButtonsButtons,{fL_kmogpH:\"More About Us\",height:\"100%\",id:\"TzaYsKBvq\",layoutId:\"TzaYsKBvq\",variant:\"itqYjK55b\",width:\"100%\"})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lAVH9W5io\"},implicitPathVariables:undefined},{href:{webPageId:\"lAVH9W5io\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5t1r9s-container hidden-g4yb60\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{S5smpkVVg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsButtons,{fL_kmogpH:\"More About Us\",height:\"100%\",id:\"Cy0KAhf5i\",layoutId:\"Cy0KAhf5i\",S5smpkVVg:resolvedLinks[0],variant:\"itqYjK55b\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-5mf43n\",\"data-framer-name\":\"Things we do\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qwlnnv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t9sp3a\",\"data-framer-name\":\"Section-Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fvg9cl\",\"data-framer-name\":\"Section-Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tvsnpl\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c4wwf8\",\"data-styles-preset\":\"aOhP_wOGh\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Things we do\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Things we do\"})}),className:\"framer-ew77ta\",\"data-framer-name\":\"About Studio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"What Can we Do For You?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"What Can we \",/*#__PURE__*/_jsx(\"br\",{}),\"Do For You?\"]})}),className:\"framer-1o3j0bw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:587,width:`min(min(${componentViewport?.width||\"100vw\"} - 60px, 1800px), 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13dvfbg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"lMSO5fTA8\"},LAusBBIjC:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"cT04tXk6N\"}},children:/*#__PURE__*/_jsx(ServiceCardSlider,{height:\"100%\",id:\"fAEb8bilS\",layoutId:\"fAEb8bilS\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"LT4mCHqq6\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-16a24jv\",\"data-framer-name\":\"Featured Portfolio\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18zq3oo\",\"data-framer-name\":\"Section-Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kaw\",\"data-framer-name\":\"Sectin tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7jb8s\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c4wwf8\",\"data-styles-preset\":\"aOhP_wOGh\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Featured Portfolio\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Featured Portfolio\"})}),className:\"framer-vyi6ld\",\"data-framer-name\":\"featured Portfolio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"Selected Works\",/*#__PURE__*/_jsx(\"br\",{}),\"2022\u20142024\\xa9\"]})})},LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"Selected Works\",/*#__PURE__*/_jsx(\"br\",{}),\" 2022\u20142024\\xa9\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"Selected Works\",/*#__PURE__*/_jsx(\"br\",{}),\" 2022\u20142024\\xa9\"]})}),className:\"framer-x36p4d\",\"data-framer-name\":\"Selected Works 2022\u20142024\\xa9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m8sx5x\",\"data-framer-name\":\"Work-Card Wrap\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{hhnKuBvZ1:\"pixelplay-studio-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"d1kYl_clP\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"pixelplay-studio-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"d1kYl_clP\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"pixelplay-studio-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"d1kYl_clP\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`},LAusBBIjC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,width:\"558px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleTransformEffectEnabled:undefined},LAusBBIjC:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:416}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-w67l7p-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{n_Xp0v4WA:resolvedLinks1[1],style:{width:\"100%\"},variant:\"owDlnVir1\"},LAusBBIjC:{n_Xp0v4WA:resolvedLinks1[2],style:{width:\"100%\"},variant:\"qQeKSOif2\"}},children:/*#__PURE__*/_jsx(CardsFeaturedPortfolioCard,{height:\"100%\",id:\"b9oJNghKK\",layoutId:\"b9oJNghKK\",n_Xp0v4WA:resolvedLinks1[0],o4pFraAn2:addImageAlt({src:\"https://framerusercontent.com/images/URTLqkMp2ianEhMtsIdMGN39eT8.png\",srcSet:\"https://framerusercontent.com/images/URTLqkMp2ianEhMtsIdMGN39eT8.png 558w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"ikn2Pxd5s\",width:\"100%\",Y2nwq68I4:\"Pixelplay Studio \\xa9 2024 \"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{hhnKuBvZ1:\"codecraft-collective-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"bZ5pxK0d8\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"codecraft-collective-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"bZ5pxK0d8\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"codecraft-collective-2024\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"bZ5pxK0d8\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`},LAusBBIjC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleTransformEffectEnabled:undefined},LAusBBIjC:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,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:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-731}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1oqc2hl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{n_Xp0v4WA:resolvedLinks2[1],style:{width:\"100%\"},variant:\"owDlnVir1\"},LAusBBIjC:{n_Xp0v4WA:resolvedLinks2[2],style:{width:\"100%\"},variant:\"qQeKSOif2\"}},children:/*#__PURE__*/_jsx(CardsFeaturedPortfolioCard,{height:\"100%\",id:\"xV2__oEuM\",layoutId:\"xV2__oEuM\",n_Xp0v4WA:resolvedLinks2[0],o4pFraAn2:addImageAlt({src:\"https://framerusercontent.com/images/KhTkq9s7VQJnktADoVkIA0Pl89I.png\"},\"\"),variant:\"X5173FcMN\",width:\"100%\",Y2nwq68I4:\"Codecraft Collective \\xa92024\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{hhnKuBvZ1:\"brilliance-byte-2023\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"rWvZF4nrC\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"brilliance-byte-2023\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"rWvZF4nrC\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"brilliance-byte-2023\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"rWvZF4nrC\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`},LAusBBIjC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleTransformEffectEnabled:undefined,transformTemplate:undefined},LAusBBIjC:{__framer__styleTransformEffectEnabled:undefined,transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,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:740}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1209}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k48lj9-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{n_Xp0v4WA:resolvedLinks3[1],style:{width:\"100%\"},variant:\"owDlnVir1\"},LAusBBIjC:{n_Xp0v4WA:resolvedLinks3[2],style:{width:\"100%\"},variant:\"qQeKSOif2\"}},children:/*#__PURE__*/_jsx(CardsFeaturedPortfolioCard,{height:\"100%\",id:\"UwZC1Ymcq\",layoutId:\"UwZC1Ymcq\",n_Xp0v4WA:resolvedLinks3[0],o4pFraAn2:addImageAlt({src:\"https://framerusercontent.com/images/6EFXop1PxN3ZVHRum5nF0rruttE.png\",srcSet:\"https://framerusercontent.com/images/6EFXop1PxN3ZVHRum5nF0rruttE.png 440w\"},\"\"),variant:\"XSwwpACs2\",width:\"100%\",Y2nwq68I4:\"Byte Brilliance \\xa92023\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{hhnKuBvZ1:\"pixel-pulse-2022\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"wlHiFZNPj\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"pixel-pulse-2022\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"wlHiFZNPj\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined},{href:{pathVariables:{hhnKuBvZ1:\"pixel-pulse-2022\"},unresolvedPathSlugs:{hhnKuBvZ1:{collectionId:\"y6GDQml7Z\",collectionItemId:\"wlHiFZNPj\"}},webPageId:\"DEIz5HTeJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`},LAusBBIjC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleTransformEffectEnabled:undefined},LAusBBIjC:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,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:307}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-803}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-pf6ul1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{n_Xp0v4WA:resolvedLinks4[1],style:{width:\"100%\"},variant:\"owDlnVir1\"},LAusBBIjC:{n_Xp0v4WA:resolvedLinks4[2],style:{width:\"100%\"},variant:\"qQeKSOif2\"}},children:/*#__PURE__*/_jsx(CardsFeaturedPortfolioCard,{height:\"100%\",id:\"DrCLwShMc\",layoutId:\"DrCLwShMc\",n_Xp0v4WA:resolvedLinks4[0],o4pFraAn2:addImageAlt({src:\"https://framerusercontent.com/images/x8Ku2h0pZ2xbNmXFGikYPfMGfo.png\",srcSet:\"https://framerusercontent.com/images/x8Ku2h0pZ2xbNmXFGikYPfMGfo.png?scale-down-to=512 512w,https://framerusercontent.com/images/x8Ku2h0pZ2xbNmXFGikYPfMGfo.png 1024w\"},\"\"),variant:\"ciDPnefKc\",width:\"100%\",Y2nwq68I4:\"Pixel Pulse \\xa92022\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleTransformEffectEnabled:undefined},LAusBBIjC:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-600}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-13t42m6\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Take a glimpse into what we do best and discover how we can transform your ideas into compelling digital experiences. Let our portfolio inspire your next project. \"})}),className:\"framer-1o2ag93\",\"data-framer-name\":\"Take a glimpse into what we do best and discover how we can transform your ideas into compelling digital experiences. Let our portfolio inspire your next project.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eQ5_XyOEY\"},implicitPathVariables:undefined},{href:{webPageId:\"eQ5_XyOEY\"},implicitPathVariables:undefined},{href:{webPageId:\"eQ5_XyOEY\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13slozo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{S5smpkVVg:resolvedLinks5[1]},LAusBBIjC:{S5smpkVVg:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(ButtonsButtons,{fL_kmogpH:\"View all works\",height:\"100%\",id:\"vDzN5zIRC\",layoutId:\"vDzN5zIRC\",S5smpkVVg:resolvedLinks5[0],variant:\"itqYjK55b\",width:\"100%\"})})})})})]})})]})]}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-x4fbyy\",\"data-framer-name\":\"Video section\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uqe3fn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,topLeftRadius:8,topRightRadius:8}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(250, 0, 0, 0)\",borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,controls:false,height:\"100%\",id:\"tvgfrVstK\",isMixedBorderRadius:false,layoutId:\"tvgfrVstK\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/84ttJsChroNYBUZJ8p0LPZY7dY.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-5awmt0\",\"data-framer-name\":\" Testimonials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7x3wzw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mulsfo\",\"data-framer-name\":\"Section-Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q4j8yg\",\"data-framer-name\":\"Section-Tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19fw0yy\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c4wwf8\",\"data-styles-preset\":\"aOhP_wOGh\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\" Testimonials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\" Testimonials\"})}),className:\"framer-y5beop\",\"data-framer-name\":\"About Studio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7QW50b24tcmVndWxhcg==\",\"--framer-font-family\":'\"Anton\", \"Anton Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"80px\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\",\"--framer-text-transform\":\"uppercase\"},children:\"What people say about us\"})}),fonts:[\"FS;Anton-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"What people say about us\"})}),className:\"framer-14a0f1k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1800px), 1px)`},LAusBBIjC:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8asi6y-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{style:{width:\"100%\"}},LAusBBIjC:{style:{width:\"100%\"},variant:\"qkH47QyXe\"}},children:/*#__PURE__*/_jsx(ClientTestimonialsSlider,{height:\"100%\",id:\"D_Phgsxzf\",layoutId:\"D_Phgsxzf\",variant:\"DOs0zcuQI\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-xh8tvg\",\"data-framer-name\":\"Featured Clients\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Featured Clients\"})}),className:\"framer-eb2xms\",\"data-framer-name\":\"Featured Clients\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1800px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15dv56f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{variant:\"qbULSkxrG\"}},children:/*#__PURE__*/_jsx(CompanyLogosTicker,{height:\"100%\",id:\"yYptIYSUh\",layoutId:\"yYptIYSUh\",style:{height:\"100%\",width:\"100%\"},variant:\"hP9rpJ3oi\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-daa1jg\",\"data-framer-name\":\"Blog-section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pbspq8\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12xbj5x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fuvd8v\",\"data-framer-name\":\"Sectin tag\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gsiaf3\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c4wwf8\",\"data-styles-preset\":\"aOhP_wOGh\",children:\"Blog\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tp1e9y\",\"data-styles-preset\":\"AhAVVwsWc\",children:\"Blog\"})}),className:\"framer-15tsscs\",\"data-framer-name\":\"More Portfolio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v9h4y2\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Stay ahead in the digital landscape with our expert insights, industry trends, and innovative strategies. \"})})},LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g58kbh\",\"data-styles-preset\":\"XX0QUDiiN\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Stay ahead in the digital landscape with our expert insights, industry trends, and innovative strategies. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jff068\",\"data-styles-preset\":\"jP9K5gfOb\",style:{\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"Stay ahead in the digital landscape with our expert insights, industry trends, and innovative strategies. \"})}),className:\"framer-1sm2ecj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FaRFapeL7\"},implicitPathVariables:undefined},{href:{webPageId:\"FaRFapeL7\"},implicitPathVariables:undefined},{href:{webPageId:\"FaRFapeL7\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11r2g5f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{S5smpkVVg:resolvedLinks6[1]},LAusBBIjC:{S5smpkVVg:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(ButtonsButtons,{fL_kmogpH:\"View all blog\",height:\"100%\",id:\"SsjkbfE4a\",layoutId:\"SsjkbfE4a\",S5smpkVVg:resolvedLinks6[0],variant:\"itqYjK55b\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"LATEST NEWS\",/*#__PURE__*/_jsx(\"br\",{}),\"& PRESS\"]})})},LAusBBIjC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"LATEST NEWS \",/*#__PURE__*/_jsx(\"br\",{}),\"& PRESS\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:\"LATEST NEWS & PRESS\"})}),className:\"framer-395beu hidden-bi7oj4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-xf8gk3\",\"data-styles-preset\":\"rh5MZOAAs\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, rgb(11, 11, 11))\"},children:[\"LATEST NEWS\",/*#__PURE__*/_jsx(\"br\",{}),\"& PRESS\"]})}),className:\"framer-v91xdz hidden-2ix6y0 hidden-g4yb60\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-100ouh6\",\"data-framer-name\":\"Card-Wrap\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c9lpea\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qhp9ahqtC\",data:BlogDetails,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"qhp9ahqtC\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"qhp9ahqtC\",name:\"OGUx7rBlw\",type:\"Identifier\"},{collection:\"qhp9ahqtC\",name:\"PqxinuAPI\",type:\"Identifier\"},{collection:\"qhp9ahqtC\",name:\"SuzTiLAYZ\",type:\"Identifier\"},{collection:\"qhp9ahqtC\",name:\"kSrCxTJBX\",type:\"Identifier\"},{collection:\"qhp9ahqtC\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"qhp9ahqtC\",name:\"SuzTiLAYZ\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:SuzTiLAYZMDjUv42bP},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idqhp9ahqtC,kSrCxTJBX:kSrCxTJBXqhp9ahqtC,OGUx7rBlw:OGUx7rBlwqhp9ahqtC,PqxinuAPI:PqxinuAPIqhp9ahqtC,SuzTiLAYZ:SuzTiLAYZqhp9ahqtC},index)=>{OGUx7rBlwqhp9ahqtC??=\"\";SuzTiLAYZqhp9ahqtC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`qhp9ahqtC-${idqhp9ahqtC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{OGUx7rBlw:OGUx7rBlwqhp9ahqtC},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OGUx7rBlw:OGUx7rBlwqhp9ahqtC},webPageId:\"MDjUv42bP\"},motionChild:true,nodeId:\"YPGJt_b4s\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-f505wy framer-1tb3727\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1800px) - 32px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:638,width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1800px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xsg2v2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{variant:\"rhl5wEQ3E\"}},children:/*#__PURE__*/_jsx(CardsBlogCard,{height:\"100%\",hnkh2hwGa:toResponsiveImage(PqxinuAPIqhp9ahqtC),id:\"lLI0wQLSw\",L0gjqBCnz:toDateString(kSrCxTJBXqhp9ahqtC,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),layoutId:\"lLI0wQLSw\",sqHZ3XOXQ:SuzTiLAYZqhp9ahqtC,style:{width:\"100%\"},variant:\"LPRe3ISRe\",width:\"100%\"})})})})})})})})},idqhp9ahqtC);})})})})})})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1785nup-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{variant:\"aDUdQm_HA\"},LAusBBIjC:{variant:\"VcQwI4Fgl\"}},children:/*#__PURE__*/_jsx(CTATicker,{height:\"100%\",id:\"oGPuQSDVV\",layoutId:\"oGPuQSDVV\",style:{width:\"100%\"},variant:\"LphdcbAl8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":PijgdSGLm\",webPageId:\"IkwPNkB9w\"},implicitPathVariables:undefined},{href:{hash:\":PijgdSGLm\",webPageId:\"IkwPNkB9w\"},implicitPathVariables:undefined},{href:{hash:\":PijgdSGLm\",webPageId:\"IkwPNkB9w\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:774,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bs4s01-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{variant:\"NlSWJaySA\",x5snPHr2b:resolvedLinks7[1]},LAusBBIjC:{variant:\"j3I3wTyt1\",x5snPHr2b:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"uylK3NI1D\",layoutId:\"uylK3NI1D\",style:{width:\"100%\"},variant:\"vcyGyu51H\",width:\"100%\",x5snPHr2b:resolvedLinks7[0]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LAusBBIjC:{y:873}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:888,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n275ey-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{variant:\"bm2tHrxZp\"},LAusBBIjC:{variant:\"VTvTr979f\"}},children:/*#__PURE__*/_jsx(FloatingButton,{height:\"100%\",id:\"Ioe6e1vgv\",layoutId:\"Ioe6e1vgv\",variant:\"zSwKwamGa\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{__framer__styleAppearEffectEnabled:undefined},LAusBBIjC:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation4},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ud67vx-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jdTGIgKUs:{variant:\"Y_kkzF2oN\"},LAusBBIjC:{variant:\"Y_kkzF2oN\"}},children:/*#__PURE__*/_jsx(NavNavigation,{height:\"100%\",id:\"XE5n2Lo72\",layoutId:\"XE5n2Lo72\",style:{width:\"100%\"},variant:\"GbFcvP5_W\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dTHHP.framer-1tb3727, .framer-dTHHP .framer-1tb3727 { display: block; }\",\".framer-dTHHP.framer-bi7oj4 { align-content: center; align-items: center; background-color: var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-dTHHP .framer-19dyczf { align-content: flex-end; align-items: flex-end; background-color: var(--token-103b59ae-26ae-45ec-8ef8-3ef080fa6cd3, #0b0b0b); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 0px 30px 40px 30px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-emdytc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1800px; overflow: visible; padding: 260px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-dTHHP .framer-11gx829 { 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-dTHHP .framer-q6szdq { 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: hidden; padding: 0px; position: relative; width: 43%; }\",\".framer-dTHHP .framer-1ftq6qm-container { flex: none; height: 116px; position: relative; width: 147px; }\",\".framer-dTHHP .framer-1b3zwx3, .framer-dTHHP .framer-x36p4d { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-1kaiq8f { 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; min-height: 136px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dTHHP .framer-jb8u2j { aspect-ratio: 0.8351177730192719 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 467px); position: absolute; right: 0px; top: -172px; width: 390px; z-index: 0; }\",\".framer-dTHHP .framer-z0oiam { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1udk2k7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1ubcldq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: 100%; }\",\".framer-dTHHP .framer-6kd5fl { align-content: center; align-items: center; background-color: var(--token-6105731f-03ff-4c0b-a86b-8f4189706709, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-z23lqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; max-width: 1800px; overflow: hidden; padding: 200px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-q6ttu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-vcjh8g, .framer-dTHHP .framer-1pbspq8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1f0k8q { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 505px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dTHHP .framer-ejini, .framer-dTHHP .framer-1ic4x2w, .framer-dTHHP .framer-fvg9cl, .framer-dTHHP .framer-6kaw, .framer-dTHHP .framer-1q4j8yg, .framer-dTHHP .framer-1fuvd8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dTHHP .framer-wyfcxq, .framer-dTHHP .framer-tig6a6, .framer-dTHHP .framer-tvsnpl, .framer-dTHHP .framer-7jb8s, .framer-dTHHP .framer-19fw0yy, .framer-dTHHP .framer-1gsiaf3 { aspect-ratio: 1 / 1; background-color: #0b0b0b; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\",\".framer-dTHHP .framer-p5u01u, .framer-dTHHP .framer-y6huaw, .framer-dTHHP .framer-ew77ta, .framer-dTHHP .framer-vyi6ld, .framer-dTHHP .framer-y5beop, .framer-dTHHP .framer-15tsscs { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dTHHP .framer-cvqx1h { aspect-ratio: 0.8324742268041238 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 388px); position: relative; width: 323px; }\",\".framer-dTHHP .framer-15bmrk3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 910px; overflow: visible; padding: 0px; position: relative; width: 66%; }\",\".framer-dTHHP .framer-1nsb0c8 { 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-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-m73daa, .framer-dTHHP .framer-1o2ag93, .framer-dTHHP .framer-eb2xms, .framer-dTHHP .framer-1sm2ecj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-fj8o08 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 88%; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-1bajnug-container, .framer-dTHHP .framer-5t1r9s-container, .framer-dTHHP .framer-13slozo-container, .framer-dTHHP .framer-8asi6y-container, .framer-dTHHP .framer-11r2g5f-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dTHHP .framer-5mf43n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-xh8tvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-mulsfo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1o3j0bw, .framer-dTHHP .framer-14a0f1k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 966px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-13dvfbg-container { aspect-ratio: 2.3509369676320273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 485px); max-width: 1200px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-16a24jv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-18zq3oo { 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-dTHHP .framer-1m8sx5x { flex: none; height: 2354px; overflow: hidden; position: relative; width: 100%; }\",\".framer-dTHHP .framer-w67l7p-container { flex: none; height: 816px; left: 0px; position: absolute; top: 0px; width: 558px; }\",\".framer-dTHHP .framer-1oqc2hl-container { flex: none; height: auto; position: absolute; right: 0px; top: 530px; width: auto; }\",\".framer-dTHHP .framer-1k48lj9-container { flex: none; height: auto; left: 63%; position: absolute; top: 71%; transform: translate(-50%, -50%); width: auto; }\",\".framer-dTHHP .framer-pf6ul1-container { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; width: auto; }\",\".framer-dTHHP .framer-13t42m6 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 0px; width: 370px; }\",\".framer-dTHHP .framer-x4fbyy { align-content: center; align-items: center; aspect-ratio: 2.123076923076923 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 537px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-1uqe3fn-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-5awmt0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-7x3wzw { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dTHHP .framer-15dv56f-container { flex: none; height: 48px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-daa1jg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTHHP .framer-12xbj5x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-dTHHP .framer-v9h4y2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-dTHHP .framer-395beu { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; max-width: 472px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-v91xdz { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 803px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dTHHP .framer-100ouh6 { align-content: center; align-items: center; background-color: #ffffff; 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-dTHHP .framer-1c9lpea { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-dTHHP .framer-f505wy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-dTHHP .framer-xsg2v2-container, .framer-dTHHP .framer-1785nup-container, .framer-dTHHP .framer-bs4s01-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-dTHHP .framer-n275ey-container { bottom: 65px; flex: none; height: auto; pointer-events: auto; position: fixed; right: 20px; width: auto; z-index: 8; }\",\".framer-dTHHP .framer-ud67vx-container { flex: none; height: auto; left: 0px; mix-blend-mode: exclusion; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-dTHHP.framer-bi7oj4, .framer-dTHHP .framer-19dyczf, .framer-dTHHP .framer-emdytc, .framer-dTHHP .framer-q6szdq, .framer-dTHHP .framer-1kaiq8f, .framer-dTHHP .framer-z0oiam, .framer-dTHHP .framer-1udk2k7, .framer-dTHHP .framer-6kd5fl, .framer-dTHHP .framer-z23lqs, .framer-dTHHP .framer-q6ttu, .framer-dTHHP .framer-ejini, .framer-dTHHP .framer-15bmrk3, .framer-dTHHP .framer-1nsb0c8, .framer-dTHHP .framer-1ic4x2w, .framer-dTHHP .framer-5mf43n, .framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-fvg9cl, .framer-dTHHP .framer-16a24jv, .framer-dTHHP .framer-6kaw, .framer-dTHHP .framer-13t42m6, .framer-dTHHP .framer-x4fbyy, .framer-dTHHP .framer-5awmt0, .framer-dTHHP .framer-7x3wzw, .framer-dTHHP .framer-mulsfo, .framer-dTHHP .framer-1q4j8yg, .framer-dTHHP .framer-xh8tvg, .framer-dTHHP .framer-daa1jg, .framer-dTHHP .framer-12xbj5x, .framer-dTHHP .framer-1fuvd8v, .framer-dTHHP .framer-v9h4y2, .framer-dTHHP .framer-100ouh6, .framer-dTHHP .framer-1c9lpea, .framer-dTHHP .framer-f505wy { gap: 0px; } .framer-dTHHP.framer-bi7oj4 > *, .framer-dTHHP .framer-6kd5fl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-dTHHP.framer-bi7oj4 > :first-child, .framer-dTHHP .framer-emdytc > :first-child, .framer-dTHHP .framer-1kaiq8f > :first-child, .framer-dTHHP .framer-z0oiam > :first-child, .framer-dTHHP .framer-1udk2k7 > :first-child, .framer-dTHHP .framer-6kd5fl > :first-child, .framer-dTHHP .framer-z23lqs > :first-child, .framer-dTHHP .framer-q6ttu > :first-child, .framer-dTHHP .framer-15bmrk3 > :first-child, .framer-dTHHP .framer-1nsb0c8 > :first-child, .framer-dTHHP .framer-5mf43n > :first-child, .framer-dTHHP .framer-1qwlnnv > :first-child, .framer-dTHHP .framer-t9sp3a > :first-child, .framer-dTHHP .framer-16a24jv > :first-child, .framer-dTHHP .framer-13t42m6 > :first-child, .framer-dTHHP .framer-x4fbyy > :first-child, .framer-dTHHP .framer-7x3wzw > :first-child, .framer-dTHHP .framer-mulsfo > :first-child, .framer-dTHHP .framer-xh8tvg > :first-child, .framer-dTHHP .framer-daa1jg > :first-child, .framer-dTHHP .framer-12xbj5x > :first-child, .framer-dTHHP .framer-v9h4y2 > :first-child { margin-top: 0px; } .framer-dTHHP.framer-bi7oj4 > :last-child, .framer-dTHHP .framer-emdytc > :last-child, .framer-dTHHP .framer-1kaiq8f > :last-child, .framer-dTHHP .framer-z0oiam > :last-child, .framer-dTHHP .framer-1udk2k7 > :last-child, .framer-dTHHP .framer-6kd5fl > :last-child, .framer-dTHHP .framer-z23lqs > :last-child, .framer-dTHHP .framer-q6ttu > :last-child, .framer-dTHHP .framer-15bmrk3 > :last-child, .framer-dTHHP .framer-1nsb0c8 > :last-child, .framer-dTHHP .framer-5mf43n > :last-child, .framer-dTHHP .framer-1qwlnnv > :last-child, .framer-dTHHP .framer-t9sp3a > :last-child, .framer-dTHHP .framer-16a24jv > :last-child, .framer-dTHHP .framer-13t42m6 > :last-child, .framer-dTHHP .framer-x4fbyy > :last-child, .framer-dTHHP .framer-7x3wzw > :last-child, .framer-dTHHP .framer-mulsfo > :last-child, .framer-dTHHP .framer-xh8tvg > :last-child, .framer-dTHHP .framer-daa1jg > :last-child, .framer-dTHHP .framer-12xbj5x > :last-child, .framer-dTHHP .framer-v9h4y2 > :last-child { margin-bottom: 0px; } .framer-dTHHP .framer-19dyczf > *, .framer-dTHHP .framer-ejini > *, .framer-dTHHP .framer-1ic4x2w > *, .framer-dTHHP .framer-fvg9cl > *, .framer-dTHHP .framer-6kaw > *, .framer-dTHHP .framer-1q4j8yg > *, .framer-dTHHP .framer-1fuvd8v > *, .framer-dTHHP .framer-100ouh6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dTHHP .framer-19dyczf > :first-child, .framer-dTHHP .framer-q6szdq > :first-child, .framer-dTHHP .framer-ejini > :first-child, .framer-dTHHP .framer-1ic4x2w > :first-child, .framer-dTHHP .framer-fvg9cl > :first-child, .framer-dTHHP .framer-6kaw > :first-child, .framer-dTHHP .framer-5awmt0 > :first-child, .framer-dTHHP .framer-1q4j8yg > :first-child, .framer-dTHHP .framer-1fuvd8v > :first-child, .framer-dTHHP .framer-100ouh6 > :first-child, .framer-dTHHP .framer-1c9lpea > :first-child, .framer-dTHHP .framer-f505wy > :first-child { margin-left: 0px; } .framer-dTHHP .framer-19dyczf > :last-child, .framer-dTHHP .framer-q6szdq > :last-child, .framer-dTHHP .framer-ejini > :last-child, .framer-dTHHP .framer-1ic4x2w > :last-child, .framer-dTHHP .framer-fvg9cl > :last-child, .framer-dTHHP .framer-6kaw > :last-child, .framer-dTHHP .framer-5awmt0 > :last-child, .framer-dTHHP .framer-1q4j8yg > :last-child, .framer-dTHHP .framer-1fuvd8v > :last-child, .framer-dTHHP .framer-100ouh6 > :last-child, .framer-dTHHP .framer-1c9lpea > :last-child, .framer-dTHHP .framer-f505wy > :last-child { margin-right: 0px; } .framer-dTHHP .framer-emdytc > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-dTHHP .framer-q6szdq > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-dTHHP .framer-1kaiq8f > *, .framer-dTHHP .framer-x4fbyy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dTHHP .framer-z0oiam > *, .framer-dTHHP .framer-15bmrk3 > *, .framer-dTHHP .framer-t9sp3a > *, .framer-dTHHP .framer-13t42m6 > *, .framer-dTHHP .framer-mulsfo > *, .framer-dTHHP .framer-v9h4y2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dTHHP .framer-1udk2k7 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-dTHHP .framer-z23lqs > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-dTHHP .framer-q6ttu > *, .framer-dTHHP .framer-5mf43n > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-dTHHP .framer-1nsb0c8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-dTHHP .framer-1qwlnnv > *, .framer-dTHHP .framer-16a24jv > *, .framer-dTHHP .framer-7x3wzw > *, .framer-dTHHP .framer-xh8tvg > *, .framer-dTHHP .framer-daa1jg > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-dTHHP .framer-5awmt0 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-dTHHP .framer-12xbj5x > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-dTHHP .framer-1c9lpea > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-dTHHP .framer-f505wy > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-dTHHP.framer-bi7oj4 { width: 810px; } .framer-dTHHP .framer-19dyczf { height: min-content; } .framer-dTHHP .framer-emdytc { gap: 40px; } .framer-dTHHP .framer-q6szdq { flex: 1 0 0px; width: 1px; } .framer-dTHHP .framer-1b3zwx3 { flex: none; width: 51%; } .framer-dTHHP .framer-z23lqs { gap: 60px; padding: 100px 0px 0px 0px; } .framer-dTHHP .framer-q6ttu, .framer-dTHHP .framer-5mf43n, .framer-dTHHP .framer-5awmt0 { gap: 80px; } .framer-dTHHP .framer-vcjh8g { flex-direction: column; gap: 60px; justify-content: flex-start; } .framer-dTHHP .framer-1f0k8q { flex: none; gap: 16px; height: min-content; justify-content: flex-start; order: 1; width: 100%; } .framer-dTHHP .framer-cvqx1h { aspect-ratio: 1.401980198019802 / 1; height: var(--framer-aspect-ratio-supported, 535px); width: 100%; } .framer-dTHHP .framer-15bmrk3 { gap: 20px; order: 0; width: 100%; } .framer-dTHHP .framer-1nsb0c8 { gap: 16px; } .framer-dTHHP .framer-m73daa { order: 1; } .framer-dTHHP .framer-fj8o08 { order: 2; width: 96%; } .framer-dTHHP .framer-1ic4x2w, .framer-dTHHP .framer-1fuvd8v { order: 0; } .framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-16a24jv, .framer-dTHHP .framer-7x3wzw, .framer-dTHHP .framer-xh8tvg, .framer-dTHHP .framer-daa1jg { gap: 60px; } .framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-mulsfo { gap: 16px; order: 0; } .framer-dTHHP .framer-13dvfbg-container { aspect-ratio: unset; height: auto; order: 1; } .framer-dTHHP .framer-18zq3oo { flex-direction: column; gap: 16px; justify-content: center; } .framer-dTHHP .framer-x36p4d { flex: none; width: 100%; } .framer-dTHHP .framer-1m8sx5x { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; } .framer-dTHHP .framer-w67l7p-container { height: auto; left: unset; position: relative; top: unset; width: 100%; } .framer-dTHHP .framer-1oqc2hl-container { position: relative; right: unset; top: unset; width: 100%; } .framer-dTHHP .framer-1k48lj9-container { left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-dTHHP .framer-pf6ul1-container { bottom: unset; left: unset; position: relative; width: 100%; } .framer-dTHHP .framer-13t42m6 { bottom: unset; position: relative; right: unset; } .framer-dTHHP .framer-x4fbyy { aspect-ratio: 1.5733333333333333 / 1; height: var(--framer-aspect-ratio-supported, 476px); } .framer-dTHHP .framer-8asi6y-container { order: 1; width: 100%; } .framer-dTHHP .framer-1pbspq8 { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-dTHHP .framer-12xbj5x { gap: 16px; order: 0; width: 100%; } .framer-dTHHP .framer-v9h4y2 { gap: 24px; order: 2; width: 100%; } .framer-dTHHP .framer-1sm2ecj { width: 56%; } .framer-dTHHP .framer-395beu { align-self: unset; max-width: 100%; order: 1; width: 100%; } .framer-dTHHP .framer-1c9lpea { gap: 24px; } .framer-dTHHP .framer-ud67vx-container { mix-blend-mode: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-dTHHP .framer-emdytc, .framer-dTHHP .framer-z23lqs, .framer-dTHHP .framer-q6ttu, .framer-dTHHP .framer-vcjh8g, .framer-dTHHP .framer-1f0k8q, .framer-dTHHP .framer-15bmrk3, .framer-dTHHP .framer-1nsb0c8, .framer-dTHHP .framer-5mf43n, .framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-16a24jv, .framer-dTHHP .framer-18zq3oo, .framer-dTHHP .framer-1m8sx5x, .framer-dTHHP .framer-5awmt0, .framer-dTHHP .framer-7x3wzw, .framer-dTHHP .framer-mulsfo, .framer-dTHHP .framer-xh8tvg, .framer-dTHHP .framer-daa1jg, .framer-dTHHP .framer-1pbspq8, .framer-dTHHP .framer-12xbj5x, .framer-dTHHP .framer-v9h4y2, .framer-dTHHP .framer-1c9lpea { gap: 0px; } .framer-dTHHP .framer-emdytc > *, .framer-dTHHP .framer-1m8sx5x > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dTHHP .framer-emdytc > :first-child, .framer-dTHHP .framer-z23lqs > :first-child, .framer-dTHHP .framer-q6ttu > :first-child, .framer-dTHHP .framer-vcjh8g > :first-child, .framer-dTHHP .framer-1f0k8q > :first-child, .framer-dTHHP .framer-15bmrk3 > :first-child, .framer-dTHHP .framer-1nsb0c8 > :first-child, .framer-dTHHP .framer-5mf43n > :first-child, .framer-dTHHP .framer-1qwlnnv > :first-child, .framer-dTHHP .framer-t9sp3a > :first-child, .framer-dTHHP .framer-16a24jv > :first-child, .framer-dTHHP .framer-18zq3oo > :first-child, .framer-dTHHP .framer-1m8sx5x > :first-child, .framer-dTHHP .framer-7x3wzw > :first-child, .framer-dTHHP .framer-mulsfo > :first-child, .framer-dTHHP .framer-xh8tvg > :first-child, .framer-dTHHP .framer-daa1jg > :first-child, .framer-dTHHP .framer-1pbspq8 > :first-child, .framer-dTHHP .framer-12xbj5x > :first-child, .framer-dTHHP .framer-v9h4y2 > :first-child { margin-top: 0px; } .framer-dTHHP .framer-emdytc > :last-child, .framer-dTHHP .framer-z23lqs > :last-child, .framer-dTHHP .framer-q6ttu > :last-child, .framer-dTHHP .framer-vcjh8g > :last-child, .framer-dTHHP .framer-1f0k8q > :last-child, .framer-dTHHP .framer-15bmrk3 > :last-child, .framer-dTHHP .framer-1nsb0c8 > :last-child, .framer-dTHHP .framer-5mf43n > :last-child, .framer-dTHHP .framer-1qwlnnv > :last-child, .framer-dTHHP .framer-t9sp3a > :last-child, .framer-dTHHP .framer-16a24jv > :last-child, .framer-dTHHP .framer-18zq3oo > :last-child, .framer-dTHHP .framer-1m8sx5x > :last-child, .framer-dTHHP .framer-7x3wzw > :last-child, .framer-dTHHP .framer-mulsfo > :last-child, .framer-dTHHP .framer-xh8tvg > :last-child, .framer-dTHHP .framer-daa1jg > :last-child, .framer-dTHHP .framer-1pbspq8 > :last-child, .framer-dTHHP .framer-12xbj5x > :last-child, .framer-dTHHP .framer-v9h4y2 > :last-child { margin-bottom: 0px; } .framer-dTHHP .framer-z23lqs > *, .framer-dTHHP .framer-vcjh8g > *, .framer-dTHHP .framer-1qwlnnv > *, .framer-dTHHP .framer-16a24jv > *, .framer-dTHHP .framer-7x3wzw > *, .framer-dTHHP .framer-xh8tvg > *, .framer-dTHHP .framer-daa1jg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-dTHHP .framer-q6ttu > *, .framer-dTHHP .framer-5mf43n > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-dTHHP .framer-1f0k8q > *, .framer-dTHHP .framer-1nsb0c8 > *, .framer-dTHHP .framer-t9sp3a > *, .framer-dTHHP .framer-18zq3oo > *, .framer-dTHHP .framer-mulsfo > *, .framer-dTHHP .framer-12xbj5x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-dTHHP .framer-15bmrk3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-dTHHP .framer-5awmt0 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-dTHHP .framer-5awmt0 > :first-child, .framer-dTHHP .framer-1c9lpea > :first-child { margin-left: 0px; } .framer-dTHHP .framer-5awmt0 > :last-child, .framer-dTHHP .framer-1c9lpea > :last-child { margin-right: 0px; } .framer-dTHHP .framer-1pbspq8 > *, .framer-dTHHP .framer-v9h4y2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-dTHHP .framer-1c9lpea > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }}\",\"@media (max-width: 809px) { .framer-dTHHP.framer-bi7oj4 { width: 390px; } .framer-dTHHP .framer-19dyczf { height: min-content; padding: 0px 16px 60px 16px; } .framer-dTHHP .framer-emdytc { gap: 25px; padding: 160px 0px 0px 0px; } .framer-dTHHP .framer-11gx829 { flex-direction: column; } .framer-dTHHP .framer-q6szdq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; width: 100%; } .framer-dTHHP .framer-1b3zwx3, .framer-dTHHP .framer-f505wy { flex: none; width: 100%; } .framer-dTHHP .framer-6kd5fl { padding: 0px; } .framer-dTHHP .framer-z23lqs { gap: 60px; padding: 60px 16px 0px 16px; } .framer-dTHHP .framer-q6ttu, .framer-dTHHP .framer-5mf43n, .framer-dTHHP .framer-5awmt0 { gap: 40px; } .framer-dTHHP .framer-vcjh8g { flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-dTHHP .framer-1f0k8q { flex: none; gap: 12px; height: min-content; justify-content: flex-start; order: 1; width: 100%; } .framer-dTHHP .framer-cvqx1h { aspect-ratio: 0.8325242718446602 / 1; height: var(--framer-aspect-ratio-supported, 430px); width: 100%; } .framer-dTHHP .framer-15bmrk3 { order: 0; width: 100%; } .framer-dTHHP .framer-1nsb0c8, .framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-mulsfo { gap: 16px; order: 0; } .framer-dTHHP .framer-m73daa { order: 1; } .framer-dTHHP .framer-fj8o08 { order: 3; width: 100%; } .framer-dTHHP .framer-1ic4x2w, .framer-dTHHP .framer-1fuvd8v { order: 0; } .framer-dTHHP .framer-1bajnug-container { order: 2; } .framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-16a24jv, .framer-dTHHP .framer-daa1jg { gap: 30px; } .framer-dTHHP .framer-13dvfbg-container { aspect-ratio: unset; height: auto; order: 1; } .framer-dTHHP .framer-18zq3oo, .framer-dTHHP .framer-1pbspq8 { flex-direction: column; gap: 16px; justify-content: flex-start; } .framer-dTHHP .framer-x36p4d { flex: none; width: 95%; } .framer-dTHHP .framer-1m8sx5x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; } .framer-dTHHP .framer-w67l7p-container { height: auto; left: unset; position: relative; top: unset; width: 100%; } .framer-dTHHP .framer-1oqc2hl-container { position: relative; right: unset; top: unset; width: 100%; } .framer-dTHHP .framer-1k48lj9-container { left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-dTHHP .framer-pf6ul1-container { bottom: unset; left: unset; position: relative; width: 100%; } .framer-dTHHP .framer-13t42m6 { bottom: unset; gap: 24px; position: relative; right: unset; width: 100%; } .framer-dTHHP .framer-x4fbyy { aspect-ratio: 0.8575 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 417px); } .framer-dTHHP .framer-7x3wzw { align-content: flex-start; align-items: flex-start; gap: 30px; } .framer-dTHHP .framer-8asi6y-container { order: 1; width: 100%; } .framer-dTHHP .framer-xh8tvg { gap: 24px; } .framer-dTHHP .framer-12xbj5x { gap: 16px; width: 100%; } .framer-dTHHP .framer-v9h4y2 { gap: 24px; order: 2; width: 100%; } .framer-dTHHP .framer-395beu { align-self: unset; max-width: 100%; order: 1; width: 100%; } .framer-dTHHP .framer-1c9lpea { flex-direction: column; gap: 24px; } .framer-dTHHP .framer-n275ey-container { bottom: 80px; } .framer-dTHHP .framer-ud67vx-container { mix-blend-mode: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-dTHHP .framer-emdytc, .framer-dTHHP .framer-11gx829, .framer-dTHHP .framer-q6szdq, .framer-dTHHP .framer-z23lqs, .framer-dTHHP .framer-q6ttu, .framer-dTHHP .framer-vcjh8g, .framer-dTHHP .framer-1f0k8q, .framer-dTHHP .framer-1nsb0c8, .framer-dTHHP .framer-5mf43n, .framer-dTHHP .framer-1qwlnnv, .framer-dTHHP .framer-t9sp3a, .framer-dTHHP .framer-16a24jv, .framer-dTHHP .framer-18zq3oo, .framer-dTHHP .framer-1m8sx5x, .framer-dTHHP .framer-13t42m6, .framer-dTHHP .framer-5awmt0, .framer-dTHHP .framer-7x3wzw, .framer-dTHHP .framer-mulsfo, .framer-dTHHP .framer-xh8tvg, .framer-dTHHP .framer-daa1jg, .framer-dTHHP .framer-1pbspq8, .framer-dTHHP .framer-12xbj5x, .framer-dTHHP .framer-v9h4y2, .framer-dTHHP .framer-1c9lpea { gap: 0px; } .framer-dTHHP .framer-emdytc > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-dTHHP .framer-emdytc > :first-child, .framer-dTHHP .framer-q6szdq > :first-child, .framer-dTHHP .framer-z23lqs > :first-child, .framer-dTHHP .framer-q6ttu > :first-child, .framer-dTHHP .framer-vcjh8g > :first-child, .framer-dTHHP .framer-1f0k8q > :first-child, .framer-dTHHP .framer-1nsb0c8 > :first-child, .framer-dTHHP .framer-5mf43n > :first-child, .framer-dTHHP .framer-1qwlnnv > :first-child, .framer-dTHHP .framer-t9sp3a > :first-child, .framer-dTHHP .framer-16a24jv > :first-child, .framer-dTHHP .framer-18zq3oo > :first-child, .framer-dTHHP .framer-1m8sx5x > :first-child, .framer-dTHHP .framer-13t42m6 > :first-child, .framer-dTHHP .framer-7x3wzw > :first-child, .framer-dTHHP .framer-mulsfo > :first-child, .framer-dTHHP .framer-xh8tvg > :first-child, .framer-dTHHP .framer-daa1jg > :first-child, .framer-dTHHP .framer-1pbspq8 > :first-child, .framer-dTHHP .framer-12xbj5x > :first-child, .framer-dTHHP .framer-v9h4y2 > :first-child, .framer-dTHHP .framer-1c9lpea > :first-child { margin-top: 0px; } .framer-dTHHP .framer-emdytc > :last-child, .framer-dTHHP .framer-q6szdq > :last-child, .framer-dTHHP .framer-z23lqs > :last-child, .framer-dTHHP .framer-q6ttu > :last-child, .framer-dTHHP .framer-vcjh8g > :last-child, .framer-dTHHP .framer-1f0k8q > :last-child, .framer-dTHHP .framer-1nsb0c8 > :last-child, .framer-dTHHP .framer-5mf43n > :last-child, .framer-dTHHP .framer-1qwlnnv > :last-child, .framer-dTHHP .framer-t9sp3a > :last-child, .framer-dTHHP .framer-16a24jv > :last-child, .framer-dTHHP .framer-18zq3oo > :last-child, .framer-dTHHP .framer-1m8sx5x > :last-child, .framer-dTHHP .framer-13t42m6 > :last-child, .framer-dTHHP .framer-7x3wzw > :last-child, .framer-dTHHP .framer-mulsfo > :last-child, .framer-dTHHP .framer-xh8tvg > :last-child, .framer-dTHHP .framer-daa1jg > :last-child, .framer-dTHHP .framer-1pbspq8 > :last-child, .framer-dTHHP .framer-12xbj5x > :last-child, .framer-dTHHP .framer-v9h4y2 > :last-child, .framer-dTHHP .framer-1c9lpea > :last-child { margin-bottom: 0px; } .framer-dTHHP .framer-11gx829 > *, .framer-dTHHP .framer-11gx829 > :first-child, .framer-dTHHP .framer-11gx829 > :last-child { margin: 0px; } .framer-dTHHP .framer-q6szdq > *, .framer-dTHHP .framer-1nsb0c8 > *, .framer-dTHHP .framer-t9sp3a > *, .framer-dTHHP .framer-18zq3oo > *, .framer-dTHHP .framer-mulsfo > *, .framer-dTHHP .framer-1pbspq8 > *, .framer-dTHHP .framer-12xbj5x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-dTHHP .framer-z23lqs > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-dTHHP .framer-q6ttu > *, .framer-dTHHP .framer-5mf43n > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dTHHP .framer-vcjh8g > *, .framer-dTHHP .framer-1qwlnnv > *, .framer-dTHHP .framer-16a24jv > *, .framer-dTHHP .framer-7x3wzw > *, .framer-dTHHP .framer-daa1jg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-dTHHP .framer-1f0k8q > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-dTHHP .framer-1m8sx5x > *, .framer-dTHHP .framer-13t42m6 > *, .framer-dTHHP .framer-xh8tvg > *, .framer-dTHHP .framer-v9h4y2 > *, .framer-dTHHP .framer-1c9lpea > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-dTHHP .framer-5awmt0 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-dTHHP .framer-5awmt0 > :first-child { margin-left: 0px; } .framer-dTHHP .framer-5awmt0 > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10347\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jdTGIgKUs\":{\"layout\":[\"fixed\",\"auto\"]},\"LAusBBIjC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"PijgdSGLm\":{\"pattern\":\":PijgdSGLm\",\"name\":\"home-hero\"},\"dVMd_d0C6\":{\"pattern\":\":dVMd_d0C6\",\"name\":\"main-container\"},\"RSi0lRN9r\":{\"pattern\":\":RSi0lRN9r\",\"name\":\"portfolio\"}}\n * @framerResponsiveScreen\n */const FramerIkwPNkB9w=withCSS(Component,css,\"framer-dTHHP\");export default FramerIkwPNkB9w;FramerIkwPNkB9w.displayName=\"Page\";FramerIkwPNkB9w.defaultProps={height:10347,width:1200};addFonts(FramerIkwPNkB9w,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Anton\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TPY5PBRHOSXJ53WNSUYZQYX4FZUMAYNF/YHKM2QXXZHS7MS6DJUZXTGRXMIGWH7K5/PCXT6E5YCQO6SSVLT6UZPPGT7QKGXOUS.woff2\",weight:\"400\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\",weight:\"500\"}]},...HeaderImageSliderFonts,...ButtonsButtonsFonts,...ServiceCardSliderFonts,...CardsFeaturedPortfolioCardFonts,...VideoFonts,...ClientTestimonialsSliderFonts,...CompanyLogosTickerFonts,...CardsBlogCardFonts,...CTATickerFonts,...FooterFonts,...FloatingButtonFonts,...NavNavigationFonts,...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\":\"FramerIkwPNkB9w\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"PijgdSGLm\\\":{\\\"pattern\\\":\\\":PijgdSGLm\\\",\\\"name\\\":\\\"home-hero\\\"},\\\"dVMd_d0C6\\\":{\\\"pattern\\\":\\\":dVMd_d0C6\\\",\\\"name\\\":\\\"main-container\\\"},\\\"RSi0lRN9r\\\":{\\\"pattern\\\":\\\":RSi0lRN9r\\\",\\\"name\\\":\\\"portfolio\\\"}}\",\"framerIntrinsicHeight\":\"10347\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jdTGIgKUs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LAusBBIjC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\"}},\"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", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "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", "clientName", "clientsImage", "clientTitle", "height", "id", "reviewText", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cq6cJzzm4", "zDiF4U_6F", "uxrO1ky4U", "R7KuJHeOM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerVWSyc2cFA", "withCSS", "VWSyc2cFA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardsClientReviewCardFonts", "getFonts", "VWSyc2cFA_default", "SlideshowFonts", "Slideshow", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "css", "FramerHNYRPDkhI", "withCSS", "HNYRPDkhI_default", "addPropertyControls", "ControlType", "addFonts", "TagFonts", "getFonts", "RoJUuRNwS_default", "SlideshowFonts", "Slideshow", "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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "Image2", "css", "FramerOkAfgtQrC", "withCSS", "OkAfgtQrC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MaterialFonts", "getFonts", "Icon", "TagFonts", "RoJUuRNwS_default", "MotionAWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "previewImage", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "o4pFraAn2", "Y2nwq68I4", "n_Xp0v4WA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "css", "FramerOYGCuWruA", "withCSS", "OYGCuWruA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeargvj7gj", "args", "CycleVariantState", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FrameruEoT7ZAtU", "withCSS", "uEoT7ZAtU_default", "addPropertyControls", "ControlType", "addFonts", "TickerFonts", "getFonts", "Ticker", "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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "SVG", "css", "FrameryJYuyaNUD", "withCSS", "yJYuyaNUD_default", "addPropertyControls", "ControlType", "addFonts", "HeaderImageSliderFonts", "getFonts", "uEoT7ZAtU_default", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "RichTextWithFX", "ButtonsButtonsFonts", "dOYLYx_DY_default", "ContainerWithFX", "Container", "ServiceCardSliderFonts", "OkAfgtQrC_default", "CardsFeaturedPortfolioCardFonts", "OYGCuWruA_default", "VideoFonts", "Video", "MotionSectionWithFX", "ClientTestimonialsSliderFonts", "HNYRPDkhI_default", "CompanyLogosTickerFonts", "yJYuyaNUD_default", "CardsBlogCardFonts", "aAxrsEI3X_default", "CTATickerFonts", "IUN2BC15K_default", "FooterFonts", "tS7C5H5k8_default", "FloatingButtonFonts", "STuEYyRfU_default", "NavNavigationFonts", "pMXQKU4Av_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "transition3", "animation2", "animation3", "transition4", "transition5", "transition6", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition7", "animation4", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "OGUx7rBlwqhp9ahqtC", "PqxinuAPIqhp9ahqtC", "SuzTiLAYZqhp9ahqtC", "kSrCxTJBXqhp9ahqtC", "idqhp9ahqtC", "SuzTiLAYZMDjUv42bP", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "elementId1", "ref3", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "elementId2", "ref4", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "ChildrenCanSuspend", "sXbfgGA6n_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "resolvedLinks7", "css", "FramerIkwPNkB9w", "withCSS", "IkwPNkB9w_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
