{
  "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/TO50RZfUZkMws8Mz1efr/Video.js", "ssg:https://framerusercontent.com/modules/157CG9YwECLd9bXFV3c3/tX9dr6DOo88JezaKcGcf/GleCSPnSX.js", "ssg:https://framerusercontent.com/modules/a4f8SGJsYwYDXeHkeZcT/3e56KeRzHYNWXj2eQ1gb/jiAuQSmtW.js", "ssg:https://framerusercontent.com/modules/Ep87gW4P9QeiEupSyPk8/tdbhiyjDgWyxi9w3Abaz/kbYRCv0GK.js", "ssg:https://framerusercontent.com/modules/2r9MwBLYqYp6zAAqYhiM/cMNIlco0Fo86CFQN57Qz/kpAKXG0Yl.js", "ssg:https://framerusercontent.com/modules/pY3ZKuKIQueQiJYRzoZr/BOyVXUnNK4OxO0xwAz8w/lUHRyG0qg.js", "ssg:https://framerusercontent.com/modules/6P1O57oWJgNLSFnE1EV9/c0lfqLgUDLxJLfIU7VYt/sbZbprd1Q.js", "ssg:https://framerusercontent.com/modules/kOylv21XZExlbDDUb8D9/Xh1AN4y0VZNupSR84jPp/b5ndZngdc.js", "ssg:https://framerusercontent.com/modules/e4dBeakYoVtbFAhiyFWf/BNhyxlI00K5edw3BMLaw/BB9SzwPIy.js", "ssg:https://framerusercontent.com/modules/joeyqk5x98BV5eXraJca/x4izDay8bpA8BDKbxI9Q/uV0hfVIUj.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return /*#__PURE__*/ _jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */ let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===SrcType.Url)return srcUrl+fragment;if(srcType===SrcType.Video)return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"i_X4lMFZr\",\"kxf3bdYTp\",\"dZMTJLx2Y\",\"YW3ZBhbFe\",\"bZGA50z5A\",\"HQwwNdCW3\",\"qpJMKOb6q\",\"SmkbyZX9o\",\"FNzcXi84r\"];const serializationHash=\"framer-aIE8r\";const variantClassNames={bZGA50z5A:\"framer-v-1hvtxzr\",dZMTJLx2Y:\"framer-v-6blrii\",FNzcXi84r:\"framer-v-jxss7n\",HQwwNdCW3:\"framer-v-4wc3dg\",i_X4lMFZr:\"framer-v-9dsflk\",kxf3bdYTp:\"framer-v-djw2j9\",qpJMKOb6q:\"framer-v-uv4zkg\",SmkbyZX9o:\"framer-v-xb6s0k\",YW3ZBhbFe:\"framer-v-1bh6xxn\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"01 human\":\"kxf3bdYTp\",\"02\":\"dZMTJLx2Y\",\"03\":\"YW3ZBhbFe\",\"04\":\"bZGA50z5A\",\"05\":\"HQwwNdCW3\",\"06\":\"qpJMKOb6q\",\"07\":\"SmkbyZX9o\",\"08\":\"FNzcXi84r\",hero:\"i_X4lMFZr\"};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:\"i_X4lMFZr\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"i_X4lMFZr\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-aIE8r\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-9dsflk\",className),\"data-framer-name\":\"hero\",layoutDependency:layoutDependency,layoutId:\"i_X4lMFZr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(194, 215, 255)\",...style},variants:{bZGA50z5A:{backgroundColor:\"rgb(228, 240, 204)\"},dZMTJLx2Y:{backgroundColor:\"rgb(201, 240, 236)\"},FNzcXi84r:{backgroundColor:\"rgb(235, 217, 209)\"},HQwwNdCW3:{backgroundColor:\"rgb(240, 216, 240)\"},kxf3bdYTp:{backgroundColor:\"rgb(232, 227, 255)\"},qpJMKOb6q:{backgroundColor:\"rgb(230, 239, 250)\"},SmkbyZX9o:{backgroundColor:\"rgb(235, 242, 218)\"},YW3ZBhbFe:{backgroundColor:\"rgb(242, 213, 213)\"}},...addPropertyOverrides({bZGA50z5A:{\"data-framer-name\":\"04\"},dZMTJLx2Y:{\"data-framer-name\":\"02\"},FNzcXi84r:{\"data-framer-name\":\"08\"},HQwwNdCW3:{\"data-framer-name\":\"05\"},kxf3bdYTp:{\"data-framer-name\":\"01 human\"},qpJMKOb6q:{\"data-framer-name\":\"06\"},SmkbyZX9o:{\"data-framer-name\":\"07\"},YW3ZBhbFe:{\"data-framer-name\":\"03\"}},baseVariant,gestureVariant)})})})});});const css=['.framer-aIE8r [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aIE8r .framer-fxu0ms { display: block; }\",\".framer-aIE8r .framer-9dsflk { height: 800px; overflow: hidden; position: relative; width: 1200px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kxf3bdYTp\":{\"layout\":[\"fixed\",\"fixed\"]},\"dZMTJLx2Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"YW3ZBhbFe\":{\"layout\":[\"fixed\",\"fixed\"]},\"bZGA50z5A\":{\"layout\":[\"fixed\",\"fixed\"]},\"HQwwNdCW3\":{\"layout\":[\"fixed\",\"fixed\"]},\"qpJMKOb6q\":{\"layout\":[\"fixed\",\"fixed\"]},\"SmkbyZX9o\":{\"layout\":[\"fixed\",\"fixed\"]},\"FNzcXi84r\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n */const FramerGleCSPnSX=withCSS(Component,css,\"framer-aIE8r\");export default FramerGleCSPnSX;FramerGleCSPnSX.displayName=\"bg color\";FramerGleCSPnSX.defaultProps={height:800,width:1200};addPropertyControls(FramerGleCSPnSX,{variant:{options:[\"i_X4lMFZr\",\"kxf3bdYTp\",\"dZMTJLx2Y\",\"YW3ZBhbFe\",\"bZGA50z5A\",\"HQwwNdCW3\",\"qpJMKOb6q\",\"SmkbyZX9o\",\"FNzcXi84r\"],optionTitles:[\"hero\",\"01 human\",\"02\",\"03\",\"04\",\"05\",\"06\",\"07\",\"08\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGleCSPnSX,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGleCSPnSX\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kxf3bdYTp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dZMTJLx2Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YW3ZBhbFe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bZGA50z5A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HQwwNdCW3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qpJMKOb6q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SmkbyZX9o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FNzcXi84r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GleCSPnSX.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={bFsTw1KZU:{hover:true}};const serializationHash=\"framer-H2W89\";const variantClassNames={bFsTw1KZU:\"framer-v-stftqd\"};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={delay:1,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,width,...props})=>{return{...props,ibedc6yQj:image!==null&&image!==void 0?image:props.ibedc6yQj,Vsamqlxxr:link!==null&&link!==void 0?link:props.Vsamqlxxr};};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,Vsamqlxxr,ibedc6yQj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"bFsTw1KZU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:Vsamqlxxr,nodeId:\"bFsTw1KZU\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-stftqd\",className,classNames)} framer-9n45u6`,\"data-border\":true,\"data-framer-appear-id\":\"stftqd\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bFsTw1KZU\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"bFsTw1KZU-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Theme 04\"})}),className:\"framer-18puxx0\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"v33JbavN7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Eclectic Type\"})}),className:\"framer-1ox6prd\",\"data-framer-name\":\"Name\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"Z8wLZ_CPN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bFsTw1KZU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9ncmEtcmVndWxhcg==\",\"--framer-font-family\":'\"Mogra\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Eclectic Type\"})}),fonts:[\"GF;Mogra-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11fdif1\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"mOzMXdk9T\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m40ui7\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"sgwUWcwXH\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:0},variants:{\"bFsTw1KZU-hover\":{opacity:.09}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3601,intrinsicWidth:4630,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-51),pixelHeight:3601,pixelWidth:4630,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.997)`,...toResponsiveImage(ibedc6yQj)},className:\"framer-12racbf\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"yc3uIQtSx\",style:{opacity:0}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-H2W89.framer-9n45u6, .framer-H2W89 .framer-9n45u6 { display: block; }\",\".framer-H2W89.framer-stftqd { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 123px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-H2W89 .framer-18puxx0 { flex: none; height: 78px; left: 22px; position: absolute; top: 51px; white-space: pre-wrap; width: 227px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-H2W89 .framer-1ox6prd { bottom: 20px; flex: none; height: auto; left: 22px; position: absolute; white-space: pre-wrap; width: 240px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-H2W89 .framer-11fdif1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 234px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H2W89 .framer-1m40ui7 { bottom: 0px; flex: none; height: 113%; left: calc(49.82078853046597% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-H2W89 .framer-12racbf { flex: none; height: 336px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-H2W89.framer-stftqd, .framer-H2W89 .framer-11fdif1 { gap: 0px; } .framer-H2W89.framer-stftqd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-H2W89.framer-stftqd > :first-child { margin-top: 0px; } .framer-H2W89.framer-stftqd > :last-child { margin-bottom: 0px; } .framer-H2W89 .framer-11fdif1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-H2W89 .framer-11fdif1 > :first-child { margin-left: 0px; } .framer-H2W89 .framer-11fdif1 > :last-child { margin-right: 0px; } }\",\".framer-H2W89.framer-v-stftqd.hover .framer-1ox6prd { bottom: 19px; }\",'.framer-H2W89[data-border=\"true\"]::after, .framer-H2W89 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 123\n * @framerIntrinsicWidth 368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ElKEmBk5F\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Vsamqlxxr\":\"link\",\"ibedc6yQj\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjiAuQSmtW=withCSS(Component,css,\"framer-H2W89\");export default FramerjiAuQSmtW;FramerjiAuQSmtW.displayName=\"theme 04\";FramerjiAuQSmtW.defaultProps={height:123,width:368};addPropertyControls(FramerjiAuQSmtW,{Vsamqlxxr:{title:\"Link\",type:ControlType.Link},ibedc6yQj:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerjiAuQSmtW,[{explicitInter:true,fonts:[{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"},{family:\"Mogra\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo9DvLmxtnG.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjiAuQSmtW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"123\",\"framerIntrinsicWidth\":\"368\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"Vsamqlxxr\\\":\\\"link\\\",\\\"ibedc6yQj\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ElKEmBk5F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jiAuQSmtW.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={czJCB3i42:{hover:true}};const serializationHash=\"framer-dPupD\";const variantClassNames={czJCB3i42:\"framer-v-1pm3jfl\"};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={delay:.2,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,width,...props})=>{var _ref;return{...props,gH7GGy11i:link!==null&&link!==void 0?link:props.gH7GGy11i,YZg5oU1Fr:(_ref=image!==null&&image!==void 0?image:props.YZg5oU1Fr)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/Lu06WrcJ9q5vh5ooT5CXpylGwAQ.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Lu06WrcJ9q5vh5ooT5CXpylGwAQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Lu06WrcJ9q5vh5ooT5CXpylGwAQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Lu06WrcJ9q5vh5ooT5CXpylGwAQ.webp 1200w\"}};};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,gH7GGy11i,YZg5oU1Fr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"czJCB3i42\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:gH7GGy11i,nodeId:\"czJCB3i42\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1pm3jfl\",className,classNames)} framer-1n74zkc`,\"data-border\":true,\"data-framer-appear-id\":\"1pm3jfl\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"czJCB3i42\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"czJCB3i42-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Theme 01\"})}),className:\"framer-3p3y0c\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"gsJIADZk0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Surreal Glam Serifs\"})}),className:\"framer-s6r1cl\",\"data-framer-name\":\"Name\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"neN7ppJG4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"czJCB3i42-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Qm9kb25pIDcyIE9sZHN0eWxl\",\"--framer-font-family\":'\"Bodoni 72 Oldstyle\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Surreal Glam Serifs\"})}),fonts:[\"Bodoni 72 Oldstyle\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-batctm\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"iN72dO9mr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16bn242\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"ez6aDvP47\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:0},variants:{\"czJCB3i42-hover\":{opacity:.09}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3601,intrinsicWidth:4630,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-51),pixelHeight:3601,pixelWidth:4630,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.997)`,...toResponsiveImage(YZg5oU1Fr)},className:\"framer-ujdf7i\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"VVeX1jNPK\",style:{opacity:0}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dPupD.framer-1n74zkc, .framer-dPupD .framer-1n74zkc { display: block; }\",\".framer-dPupD.framer-1pm3jfl { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 123px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dPupD .framer-3p3y0c { flex: none; height: 78px; left: 22px; position: absolute; top: 51px; white-space: pre-wrap; width: 227px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-dPupD .framer-s6r1cl { bottom: 20px; flex: none; height: auto; left: 22px; position: absolute; white-space: pre-wrap; width: 240px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-dPupD .framer-batctm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 234px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-dPupD .framer-16bn242 { bottom: 0px; flex: none; height: 113%; left: calc(49.82078853046597% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-dPupD .framer-ujdf7i { flex: none; height: 336px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dPupD.framer-1pm3jfl, .framer-dPupD .framer-batctm { gap: 0px; } .framer-dPupD.framer-1pm3jfl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-dPupD.framer-1pm3jfl > :first-child { margin-top: 0px; } .framer-dPupD.framer-1pm3jfl > :last-child { margin-bottom: 0px; } .framer-dPupD .framer-batctm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dPupD .framer-batctm > :first-child { margin-left: 0px; } .framer-dPupD .framer-batctm > :last-child { margin-right: 0px; } }\",'.framer-dPupD[data-border=\"true\"]::after, .framer-dPupD [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 123\n * @framerIntrinsicWidth 368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"REU1nxLDc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"gH7GGy11i\":\"link\",\"YZg5oU1Fr\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkbYRCv0GK=withCSS(Component,css,\"framer-dPupD\");export default FramerkbYRCv0GK;FramerkbYRCv0GK.displayName=\"theme 01\";FramerkbYRCv0GK.defaultProps={height:123,width:368};addPropertyControls(FramerkbYRCv0GK,{gH7GGy11i:{title:\"Link\",type:ControlType.Link},YZg5oU1Fr:{__defaultAssetReference:\"data:framer/asset-reference,Lu06WrcJ9q5vh5ooT5CXpylGwAQ.webp?originalFilename=handmade-marker-font-03-+%281%29.webp&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerkbYRCv0GK,[{explicitInter:true,fonts:[{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkbYRCv0GK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"gH7GGy11i\\\":\\\"link\\\",\\\"YZg5oU1Fr\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"123\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"REU1nxLDc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"368\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kbYRCv0GK.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={R_3UvLIRa:{hover:true}};const serializationHash=\"framer-yzdDJ\";const variantClassNames={R_3UvLIRa:\"framer-v-yqkwal\"};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={delay:.6,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,width,...props})=>{return{...props,L8eC8tTCn:link!==null&&link!==void 0?link:props.L8eC8tTCn,xmOxRa4o_:image!==null&&image!==void 0?image:props.xmOxRa4o_};};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,L8eC8tTCn,xmOxRa4o_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"R_3UvLIRa\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:L8eC8tTCn,nodeId:\"R_3UvLIRa\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-yqkwal\",className,classNames)} framer-1wckzcd`,\"data-border\":true,\"data-framer-appear-id\":\"yqkwal\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"R_3UvLIRa\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"R_3UvLIRa-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Theme 03\"})}),className:\"framer-53hptr\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"H5Eq5iJKd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Soulful Signatures\"})}),className:\"framer-1lg6sny\",\"data-framer-name\":\"Name\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"CJS6UJ4YS\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"R_3UvLIRa-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWVvdyBTY3JpcHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Meow Script\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Soulful Signatures\"})}),fonts:[\"GF;Meow Script-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f4jwqr\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"HViW5z405\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3lrz56\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"MQ5qMTeGB\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:0},variants:{\"R_3UvLIRa-hover\":{opacity:.09}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3601,intrinsicWidth:4630,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-51),pixelHeight:3601,pixelWidth:4630,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.997)`,...toResponsiveImage(xmOxRa4o_)},className:\"framer-v9ff3k\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"fHEdampT3\",style:{opacity:0}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yzdDJ.framer-1wckzcd, .framer-yzdDJ .framer-1wckzcd { display: block; }\",\".framer-yzdDJ.framer-yqkwal { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 123px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yzdDJ .framer-53hptr { flex: none; height: 78px; left: 22px; position: absolute; top: 51px; white-space: pre-wrap; width: 227px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-yzdDJ .framer-1lg6sny { bottom: 20px; flex: none; height: auto; left: 22px; position: absolute; white-space: pre-wrap; width: 240px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-yzdDJ .framer-f4jwqr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 234px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yzdDJ .framer-3lrz56 { bottom: 0px; flex: none; height: 113%; left: calc(49.82078853046597% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-yzdDJ .framer-v9ff3k { flex: none; height: 336px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yzdDJ.framer-yqkwal, .framer-yzdDJ .framer-f4jwqr { gap: 0px; } .framer-yzdDJ.framer-yqkwal > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-yzdDJ.framer-yqkwal > :first-child { margin-top: 0px; } .framer-yzdDJ.framer-yqkwal > :last-child { margin-bottom: 0px; } .framer-yzdDJ .framer-f4jwqr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yzdDJ .framer-f4jwqr > :first-child { margin-left: 0px; } .framer-yzdDJ .framer-f4jwqr > :last-child { margin-right: 0px; } }\",\".framer-yzdDJ.framer-v-yqkwal.hover .framer-1lg6sny { bottom: 19px; }\",'.framer-yzdDJ[data-border=\"true\"]::after, .framer-yzdDJ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 123\n * @framerIntrinsicWidth 368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"UIl6IOrUD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"L8eC8tTCn\":\"link\",\"xmOxRa4o_\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkpAKXG0Yl=withCSS(Component,css,\"framer-yzdDJ\");export default FramerkpAKXG0Yl;FramerkpAKXG0Yl.displayName=\"theme 03\";FramerkpAKXG0Yl.defaultProps={height:123,width:368};addPropertyControls(FramerkpAKXG0Yl,{L8eC8tTCn:{title:\"Link\",type:ControlType.Link},xmOxRa4o_:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerkpAKXG0Yl,[{explicitInter:true,fonts:[{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"},{family:\"Meow Script\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESck0_0CfDf1.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkpAKXG0Yl\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"123\",\"framerVariables\":\"{\\\"L8eC8tTCn\\\":\\\"link\\\",\\\"xmOxRa4o_\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"368\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UIl6IOrUD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kpAKXG0Yl.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={FgLZmK132:{hover:true}};const serializationHash=\"framer-IkWCO\";const variantClassNames={FgLZmK132:\"framer-v-wdcwad\"};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={delay:1.2,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,width,...props})=>{return{...props,R2iPtGftS:link!==null&&link!==void 0?link:props.R2iPtGftS,Ufd8a67kK:image!==null&&image!==void 0?image:props.Ufd8a67kK};};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,R2iPtGftS,Ufd8a67kK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"FgLZmK132\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:R2iPtGftS,nodeId:\"FgLZmK132\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-wdcwad\",className,classNames)} framer-aixd3b`,\"data-border\":true,\"data-framer-appear-id\":\"wdcwad\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"FgLZmK132\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"FgLZmK132-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Theme 05\"})}),className:\"framer-11ionlv\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"acrddaffz\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Fonts, inc.\"})}),className:\"framer-1kgr4p5\",\"data-framer-name\":\"Name\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"brUR12oGC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"FgLZmK132-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlyYSBDb2RlLTcwMA==\",\"--framer-font-family\":'\"Fira Code\", monospace',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Fonts, inc.\"})}),fonts:[\"GF;Fira Code-700\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vzz8f7\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"zNZ_riUE2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h8khul\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"sIqC2fXSU\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:0},variants:{\"FgLZmK132-hover\":{opacity:.09}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3601,intrinsicWidth:4630,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-51),pixelHeight:3601,pixelWidth:4630,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.997)`,...toResponsiveImage(Ufd8a67kK)},className:\"framer-fic4hs\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"bjqysJ0MQ\",style:{opacity:0}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IkWCO.framer-aixd3b, .framer-IkWCO .framer-aixd3b { display: block; }\",\".framer-IkWCO.framer-wdcwad { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 123px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IkWCO .framer-11ionlv { flex: none; height: 78px; left: 22px; position: absolute; top: 51px; white-space: pre-wrap; width: 227px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-IkWCO .framer-1kgr4p5 { bottom: 20px; flex: none; height: auto; left: 22px; position: absolute; white-space: pre-wrap; width: 145px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-IkWCO .framer-1vzz8f7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 234px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IkWCO .framer-1h8khul { bottom: 0px; flex: none; height: 113%; left: calc(49.82078853046597% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-IkWCO .framer-fic4hs { flex: none; height: 336px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IkWCO.framer-wdcwad, .framer-IkWCO .framer-1vzz8f7 { gap: 0px; } .framer-IkWCO.framer-wdcwad > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IkWCO.framer-wdcwad > :first-child { margin-top: 0px; } .framer-IkWCO.framer-wdcwad > :last-child { margin-bottom: 0px; } .framer-IkWCO .framer-1vzz8f7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-IkWCO .framer-1vzz8f7 > :first-child { margin-left: 0px; } .framer-IkWCO .framer-1vzz8f7 > :last-child { margin-right: 0px; } }\",\".framer-IkWCO.framer-v-wdcwad.hover .framer-1kgr4p5 { bottom: 16px; }\",'.framer-IkWCO[data-border=\"true\"]::after, .framer-IkWCO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 123\n * @framerIntrinsicWidth 368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CAKuHFj8u\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"R2iPtGftS\":\"link\",\"Ufd8a67kK\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlUHRyG0qg=withCSS(Component,css,\"framer-IkWCO\");export default FramerlUHRyG0qg;FramerlUHRyG0qg.displayName=\"Theme 05\";FramerlUHRyG0qg.defaultProps={height:123,width:368};addPropertyControls(FramerlUHRyG0qg,{R2iPtGftS:{title:\"Link\",type:ControlType.Link},Ufd8a67kK:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerlUHRyG0qg,[{explicitInter:true,fonts:[{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"},{family:\"Fira Code\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVLxN87gsj0.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlUHRyG0qg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CAKuHFj8u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"123\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"R2iPtGftS\\\":\\\"link\\\",\\\"Ufd8a67kK\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"368\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lUHRyG0qg.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={X1vionqkD:{hover:true}};const serializationHash=\"framer-pLbn7\";const variantClassNames={X1vionqkD:\"framer-v-1m33hbw\"};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={delay:.4,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,link,width,...props})=>{return{...props,KXWhi_cBA:image!==null&&image!==void 0?image:props.KXWhi_cBA,Zi8D3iJqS:link!==null&&link!==void 0?link:props.Zi8D3iJqS};};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,Zi8D3iJqS,KXWhi_cBA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"X1vionqkD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:Zi8D3iJqS,nodeId:\"X1vionqkD\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1m33hbw\",className,classNames)} framer-b4nawl`,\"data-border\":true,\"data-framer-appear-id\":\"1m33hbw\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"X1vionqkD\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},...addPropertyOverrides({\"X1vionqkD-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Theme 02\"})}),className:\"framer-1dyx7hb\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"iZXuXSj2G\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Knightcore Glyphs\"})}),className:\"framer-spbpop\",\"data-framer-name\":\"Name\",fonts:[\"CUSTOM;Internacional Light\"],layoutDependency:layoutDependency,layoutId:\"Cf3v4bjc1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"X1vionqkD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Qm9rb3ItcmVndWxhcg==\",\"--framer-font-family\":'\"Bokor\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:\"Knightcore Glyphs\"})}),fonts:[\"GF;Bokor-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pg3o1l\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"DVABOqS5H\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-o9d077\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"J41f4q_e4\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:0},variants:{\"X1vionqkD-hover\":{opacity:.09}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3601,intrinsicWidth:4630,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-51),pixelHeight:3601,pixelWidth:4630,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.997)`,...toResponsiveImage(KXWhi_cBA)},className:\"framer-eqy9dt\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"x3jZjUzr6\",style:{opacity:0}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pLbn7.framer-b4nawl, .framer-pLbn7 .framer-b4nawl { display: block; }\",\".framer-pLbn7.framer-1m33hbw { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 123px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pLbn7 .framer-1dyx7hb { flex: none; height: 78px; left: 22px; position: absolute; top: 51px; white-space: pre-wrap; width: 227px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-pLbn7 .framer-spbpop { bottom: 20px; flex: none; height: auto; left: 22px; position: absolute; white-space: pre-wrap; width: 240px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-pLbn7 .framer-pg3o1l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 234px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pLbn7 .framer-o9d077 { bottom: 0px; flex: none; height: 290px; left: calc(49.82078853046597% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-pLbn7 .framer-eqy9dt { flex: none; height: 336px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pLbn7.framer-1m33hbw, .framer-pLbn7 .framer-pg3o1l { gap: 0px; } .framer-pLbn7.framer-1m33hbw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pLbn7.framer-1m33hbw > :first-child { margin-top: 0px; } .framer-pLbn7.framer-1m33hbw > :last-child { margin-bottom: 0px; } .framer-pLbn7 .framer-pg3o1l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pLbn7 .framer-pg3o1l > :first-child { margin-left: 0px; } .framer-pLbn7 .framer-pg3o1l > :last-child { margin-right: 0px; } }\",\".framer-pLbn7.framer-v-1m33hbw.hover .framer-spbpop { bottom: 17px; }\",'.framer-pLbn7[data-border=\"true\"]::after, .framer-pLbn7 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 123\n * @framerIntrinsicWidth 368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"u1l0JCVjZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Zi8D3iJqS\":\"link\",\"KXWhi_cBA\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersbZbprd1Q=withCSS(Component,css,\"framer-pLbn7\");export default FramersbZbprd1Q;FramersbZbprd1Q.displayName=\"theme 02\";FramersbZbprd1Q.defaultProps={height:123,width:368};addPropertyControls(FramersbZbprd1Q,{Zi8D3iJqS:{title:\"Link\",type:ControlType.Link},KXWhi_cBA:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramersbZbprd1Q,[{explicitInter:true,fonts:[{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"},{family:\"Bokor\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bokor/v31/m8JcjfpeeaqTiR2TdInbcaxE.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersbZbprd1Q\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"123\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u1l0JCVjZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"368\",\"framerVariables\":\"{\\\"Zi8D3iJqS\\\":\\\"link\\\",\\\"KXWhi_cBA\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sbZbprd1Q.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Zenit Medium\"]);export const fonts=[{family:\"Zenit Medium\",url:\"https://framerusercontent.com/assets/0Ew0jp7IufVUyRFLRhZBGzFPJQ.woff2\"}];export const css=['.framer-796Ws .framer-styles-preset-yc8lyg:not(.rich-text-wrapper), .framer-796Ws .framer-styles-preset-yc8lyg.rich-text-wrapper h2 { --framer-font-family: \"Zenit Medium\", \"Zenit Medium Placeholder\", sans-serif; --framer-font-size: 57px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1f1f1f); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-796Ws .framer-styles-preset-yc8lyg:not(.rich-text-wrapper), .framer-796Ws .framer-styles-preset-yc8lyg.rich-text-wrapper h2 { --framer-font-family: \"Zenit Medium\", \"Zenit Medium Placeholder\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1f1f1f); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-796Ws .framer-styles-preset-yc8lyg:not(.rich-text-wrapper), .framer-796Ws .framer-styles-preset-yc8lyg.rich-text-wrapper h2 { --framer-font-family: \"Zenit Medium\", \"Zenit Medium Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1f1f1f); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-796Ws\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Internacional Light\"]);export const fonts=[{family:\"Internacional Light\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"}];export const css=['.framer-ihRlc .framer-styles-preset-1sxwbha:not(.rich-text-wrapper), .framer-ihRlc .framer-styles-preset-1sxwbha.rich-text-wrapper p { --framer-font-family: \"Internacional Light\", \"Internacional Light Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1e1e1e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ihRlc .framer-styles-preset-1sxwbha:not(.rich-text-wrapper), .framer-ihRlc .framer-styles-preset-1sxwbha.rich-text-wrapper p { --framer-font-family: \"Internacional Light\", \"Internacional Light Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1e1e1e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ihRlc .framer-styles-preset-1sxwbha:not(.rich-text-wrapper), .framer-ihRlc .framer-styles-preset-1sxwbha.rich-text-wrapper p { --framer-font-family: \"Internacional Light\", \"Internacional Light Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, #1e1e1e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-ihRlc\";\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 (bd0055f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/TO50RZfUZkMws8Mz1efr/Video.js\";import ImageZoom from\"#framer/local/canvasComponent/a1Z0Zd07R/a1Z0Zd07R.js\";import Footer from\"#framer/local/canvasComponent/AoNbLh47t/AoNbLh47t.js\";import BgColor from\"#framer/local/canvasComponent/GleCSPnSX/GleCSPnSX.js\";import Theme04 from\"#framer/local/canvasComponent/jiAuQSmtW/jiAuQSmtW.js\";import Theme01 from\"#framer/local/canvasComponent/kbYRCv0GK/kbYRCv0GK.js\";import Theme03 from\"#framer/local/canvasComponent/kpAKXG0Yl/kpAKXG0Yl.js\";import Theme05 from\"#framer/local/canvasComponent/lUHRyG0qg/lUHRyG0qg.js\";import Theme02 from\"#framer/local/canvasComponent/sbZbprd1Q/sbZbprd1Q.js\";import Navigation from\"#framer/local/canvasComponent/uRWnn6Uys/uRWnn6Uys.js\";import Accordion from\"#framer/local/canvasComponent/xeD_7UDvf/xeD_7UDvf.js\";import ButtonPrimary from\"#framer/local/canvasComponent/zffhCMpGh/zffhCMpGh.js\";import*as sharedStyle3 from\"#framer/local/css/b5ndZngdc/b5ndZngdc.js\";import*as sharedStyle from\"#framer/local/css/BB9SzwPIy/BB9SzwPIy.js\";import*as sharedStyle2 from\"#framer/local/css/pad_JUycs/pad_JUycs.js\";import*as sharedStyle1 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import metadataProvider from\"#framer/local/webPageMetadata/uV0hfVIUj/uV0hfVIUj.js\";const ImageWithFX=withFX(Image);const NavigationFonts=getFonts(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const Theme01Fonts=getFonts(Theme01);const Theme02Fonts=getFonts(Theme02);const Theme03Fonts=getFonts(Theme03);const Theme04Fonts=getFonts(Theme04);const Theme05Fonts=getFonts(Theme05);const MotionDivWithFX=withFX(motion.div);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const ImageZoomFonts=getFonts(ImageZoom);const VideoFonts=getFonts(Video);const AccordionFonts=getFonts(Accordion);const MotionMainWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.main);const FooterFonts=getFonts(Footer);const BgColorFonts=getFonts(BgColor);const BgColorWithVariantAppearEffect=withVariantAppearEffect(BgColor);const breakpoints={c7Y8S6qrm:\"(min-width: 810px) and (max-width: 1199px)\",IBhLFmpE9:\"(min-width: 1200px)\",IQB_qE6cn:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ATmSv\";const variantClassNames={c7Y8S6qrm:\"framer-v-1ikqy8g\",IBhLFmpE9:\"framer-v-m3ruk7\",IQB_qE6cn:\"framer-v-1kd06iz\"};const transition1={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:90,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:.2,duration:.8,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:0,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"IBhLFmpE9\",Phone:\"IQB_qE6cn\",Tablet:\"c7Y8S6qrm\"};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:\"IBhLFmpE9\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-ATmSv`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-ATmSv`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"ID0RPvetS\");const ref2=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"I9bWdG1US\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"r0gPLrXyA\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"bXrs1ZuGM\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"l0PKXI30a\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"C3wYUYYWT\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"Ch3Eti83j\");const ref8=React.useRef(null);const ref9=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"IBhLFmpE9\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-m3ruk7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:728,intrinsicWidth:728,loading:getLoadingLazyAtYPosition(100),pixelHeight:728,pixelWidth:728,sizes:\"199px\",src:\"https://framerusercontent.com/images/mBxJgFDoyyoVqvy5Y90wbd1A230.png\",srcSet:\"https://framerusercontent.com/images/mBxJgFDoyyoVqvy5Y90wbd1A230.png?scale-down-to=512 512w,https://framerusercontent.com/images/mBxJgFDoyyoVqvy5Y90wbd1A230.png 728w\"},className:\"framer-yefndf\",\"data-framer-name\":\"shape299\",name:\"shape299\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"96vw\",y:20,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-17pe4sj-container\",\"data-framer-appear-id\":\"17pe4sj\",initial:animation2,layoutScroll:true,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{variant:\"TR8My0seN\"},IQB_qE6cn:{variant:\"zpFOAi2de\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"QyhDlqPo1\",layoutId:\"QyhDlqPo1\",style:{width:\"100%\"},variant:\"u25fd2v6H\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionMainWithOptimizedAppearEffect,{animate:animation1,className:\"framer-bl86kd\",\"data-framer-appear-id\":\"bl86kd\",\"data-framer-name\":\"Main Wrapper\",initial:animation2,name:\"Main Wrapper\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18vbs11\",\"data-framer-name\":\"Top nav\",name:\"Top nav\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cida5q\",\"data-framer-name\":\"Section Hero\",id:elementId,name:\"Section Hero\",ref:ref2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kqfxa2\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vwk4eu\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgQm9sZA==\",\"--framer-font-family\":'\"Internacional Bold\", \"Internacional Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Fontspring\u2019s Font Trends: Our 2025 Design Trend Report\"})}),className:\"framer-sprd7k\",\"data-framer-appear-id\":\"sprd7k\",\"data-framer-name\":\"Providing guidance to individuals and organisations for better mental health.\",fonts:[\"CUSTOM;Internacional Bold\"],initial:animation2,name:\"Providing guidance to individuals and organisations for better mental health.\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cmfizi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{viewBox:\"0 0 841 51\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1plbml0IEV4cGFuZGVk\",\"--framer-font-family\":'\"Zenit Expanded\", \"Zenit Expanded Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"90%\"},children:\"Next in Fonts \"})}),className:\"framer-11jrmdf\",\"data-framer-appear-id\":\"11jrmdf\",\"data-framer-name\":\"Providing guidance to individuals and organisations for better mental health.\",fonts:[\"CUSTOM;Zenit Expanded\"],initial:animation2,name:\"Providing guidance to individuals and organisations for better mental health.\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{viewBox:\"0 0 1135 327\"},IQB_qE6cn:{viewBox:\"0 0 1135 327\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1plbml0IE1lZGl1bQ==\",\"--framer-font-family\":'\"Zenit Medium\", \"Zenit Medium Placeholder\", sans-serif',\"--framer-font-size\":\"363.0216871586879px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"90%\"},children:\"2025\"})}),className:\"framer-1c933qd\",\"data-framer-appear-id\":\"1c933qd\",\"data-framer-name\":\"Providing guidance to individuals and organisations for better mental health.\",fonts:[\"CUSTOM;Zenit Medium\"],initial:animation2,name:\"Providing guidance to individuals and organisations for better mental health.\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",viewBox:\"0 0 1136 327\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgTGlnaHQ=\",\"--framer-font-family\":'\"Internacional Light\", \"Internacional Light Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Your ultimate guide to 2025's hottest typography trends. Gain exclusive insights from top foundries and make design-forward decisions. Unveil the future of typography.\"})}),className:\"framer-1jznypl\",\"data-framer-appear-id\":\"1jznypl\",\"data-framer-name\":\"Providing guidance to individuals and organisations for better mental health.\",fonts:[\"CUSTOM;Internacional Light\"],initial:animation2,name:\"Providing guidance to individuals and organisations for better mental health.\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b69ybk\",\"data-framer-name\":\"contents\",name:\"contents\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":I9bWdG1US\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":I9bWdG1US\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":I9bWdG1US\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"max((max(min(100vw - 48px, 1440px), 1px) - 32px) / 3, 100px)\"},IQB_qE6cn:{width:\"max(max(min(100vw - 32px, 1440px), 1px), 100px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"max((max(min(100vw - 64px, 1440px), 1px) - 32px) / 3, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18n8xyt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{gH7GGy11i:resolvedLinks[1]},IQB_qE6cn:{gH7GGy11i:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Theme01,{gH7GGy11i:resolvedLinks[0],height:\"100%\",id:\"z2lQ2TuwV\",layoutId:\"z2lQ2TuwV\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":r0gPLrXyA\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":r0gPLrXyA\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":r0gPLrXyA\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"max((max(min(100vw - 48px, 1440px), 1px) - 32px) / 3, 100px)\"},IQB_qE6cn:{width:\"max(max(min(100vw - 32px, 1440px), 1px), 100px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"max((max(min(100vw - 64px, 1440px), 1px) - 32px) / 3, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t7ir54-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{Zi8D3iJqS:resolvedLinks1[1]},IQB_qE6cn:{Zi8D3iJqS:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Theme02,{height:\"100%\",id:\"TrFai4nXC\",layoutId:\"TrFai4nXC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",Zi8D3iJqS:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":bXrs1ZuGM\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":bXrs1ZuGM\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":bXrs1ZuGM\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"max((max(min(100vw - 48px, 1440px), 1px) - 32px) / 3, 100px)\"},IQB_qE6cn:{width:\"max(max(min(100vw - 32px, 1440px), 1px), 100px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"max((max(min(100vw - 64px, 1440px), 1px) - 32px) / 3, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vyzrlu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{L8eC8tTCn:resolvedLinks2[1]},IQB_qE6cn:{L8eC8tTCn:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Theme03,{height:\"100%\",id:\"lX5zxxD_3\",L8eC8tTCn:resolvedLinks2[0],layoutId:\"lX5zxxD_3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":l0PKXI30a\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":l0PKXI30a\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{hash:\":l0PKXI30a\",webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"max((max(min(100vw - 48px, 1440px), 1px) - 32px) / 3, 100px)\"},IQB_qE6cn:{width:\"max(max(min(100vw - 32px, 1440px), 1px), 100px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"max((max(min(100vw - 64px, 1440px), 1px) - 32px) / 3, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ei35pa-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{Vsamqlxxr:resolvedLinks3[1]},IQB_qE6cn:{Vsamqlxxr:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(Theme04,{height:\"100%\",id:\"DzmEgFihA\",layoutId:\"DzmEgFihA\",style:{height:\"100%\",width:\"100%\"},Vsamqlxxr:resolvedLinks3[0],width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined},{href:{webPageId:\"uV0hfVIUj\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"max((max(min(100vw - 48px, 1440px), 1px) - 32px) / 3, 100px)\"},IQB_qE6cn:{width:\"max(max(min(100vw - 32px, 1440px), 1px), 100px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"max((max(min(100vw - 64px, 1440px), 1px) - 32px) / 3, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9bpsp2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{R2iPtGftS:resolvedLinks4[1]},IQB_qE6cn:{R2iPtGftS:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(Theme05,{height:\"100%\",id:\"SeB5xof8u\",layoutId:\"SeB5xof8u\",R2iPtGftS:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v5hx3x\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-101y3p2\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0ludGVybmFjaW9uYWwgQm9sZA==\",\"--framer-font-family\":'\"Internacional Bold\", \"Internacional Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-d4aaa77c-f393-47e8-9c44-3f59d487f6d9, rgb(31, 31, 31))\"},children:\"Fonts set the tone for how we see and feel the world around us. From the sweeping drama of surreal serifs to the gritty romance of knightly glyphs, dive in and explore what\u2019s next in fonts!\"})}),className:\"framer-ipe0oo\",\"data-framer-name\":\"Providing guidance to individuals and organisations for better mental health.\",fonts:[\"CUSTOM;Internacional Bold\"],name:\"Providing guidance to individuals and organisations for better mental health.\",verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1962yyf\",\"data-framer-name\":\"01 Variable Fonts\",id:elementId1,name:\"01 Variable Fonts\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-34bqd2\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{background:{alt:\"\",fit:\"fit\",pixelHeight:132,pixelWidth:632,positionX:\"center\",positionY:\"center\",sizes:\"360px\",src:\"https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg\",srcSet:\"https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg 632w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:132,pixelWidth:632,positionX:\"center\",positionY:\"center\",sizes:\"600px\",src:\"https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg\",srcSet:\"https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Qnn7r1QxeIQ8NXkqoAu4wc99Q.svg 632w\"},className:\"framer-7p8ts5\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/vpcreativeshop/type-maestro\",nodeId:\"aivEPHhXs\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Type Maestro\"})})})}),className:\"framer-j5fw6s\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jg0hq3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2400,sizes:\"900px\",src:\"https://framerusercontent.com/images/puCV1MWDlcNC4qBfkin9FhB8hQI.jpg\",srcSet:\"https://framerusercontent.com/images/puCV1MWDlcNC4qBfkin9FhB8hQI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/puCV1MWDlcNC4qBfkin9FhB8hQI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/puCV1MWDlcNC4qBfkin9FhB8hQI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/puCV1MWDlcNC4qBfkin9FhB8hQI.jpg 2400w\"},className:\"framer-10iuasj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/propertype/banzela\",nodeId:\"F82fn2QsA\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Banzela\"})}),\" by \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/propertype\",nodeId:\"F82fn2QsA\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"propertype\"})})]})}),className:\"framer-xeaxat\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2mip2f\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-dnudvh\",\"data-styles-preset\":\"pad_JUycs\",children:[\"Big, bold, and unapologetically stylish, surreal glam serifs are all about making a statement. Packed with high-contrast strokes, exaggerated swashes, and playful ligatures, these fonts inject personality into everything from branding to editorial layouts. Whether it\u2019s the slanted elegance of \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/burntilldead/emirola\",nodeId:\"j9ZlAyaqf\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Emirola\"})})}),\", the intricate alternates in \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/zeenesia-studio/selaris\",nodeId:\"j9ZlAyaqf\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Selaris\"})})}),\", or the elevated craftsmanship of \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/vpcreativeshop/type-maestro\",nodeId:\"j9ZlAyaqf\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Type Maestro\"})})}),\", these fonts bring whimsy and grandeur to any project. Think opulent title cards, couture logos, and eye-catching packaging.\"]})}),className:\"framer-wmz4ks\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4yqmas-container\",children:/*#__PURE__*/_jsx(ButtonPrimary,{BSTXURI8v:true,HahkosIbb:\"https://www.fontspring.com/lists/205dds94pfszem\",height:\"100%\",id:\"ru57j2hUw\",layoutId:\"ru57j2hUw\",variant:\"iGLUxg_3n\",width:\"100%\",z3ZoDl3r0:\"Shop Surreal Glam Serifs\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12xg9ig\",\"data-framer-name\":\"Images\",name:\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hbtix\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogj25u-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/silverdav-studio/heaven-of-love\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/f15JZXkrMjWJY320GznXlunffg.jpg\",srcSet:\"https://framerusercontent.com/images/f15JZXkrMjWJY320GznXlunffg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/f15JZXkrMjWJY320GznXlunffg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/f15JZXkrMjWJY320GznXlunffg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/f15JZXkrMjWJY320GznXlunffg.jpg 2400w\"},\"\"),height:\"100%\",id:\"wOogGGpgO\",layoutId:\"wOogGGpgO\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i4nscm-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/alit-design/theonory\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/ymiJPCWivrdeq6mEKpkJJyjUxEQ.jpg\",srcSet:\"https://framerusercontent.com/images/ymiJPCWivrdeq6mEKpkJJyjUxEQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ymiJPCWivrdeq6mEKpkJJyjUxEQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ymiJPCWivrdeq6mEKpkJJyjUxEQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ymiJPCWivrdeq6mEKpkJJyjUxEQ.jpg 2400w\"},\"\"),height:\"100%\",id:\"ouzni0L2o\",layoutId:\"ouzni0L2o\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eklg17\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yi30t8-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/zeenesia-studio/selaris\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/SCuCOJKJGgk3enagsvu7mg5dB50.jpg\",srcSet:\"https://framerusercontent.com/images/SCuCOJKJGgk3enagsvu7mg5dB50.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SCuCOJKJGgk3enagsvu7mg5dB50.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SCuCOJKJGgk3enagsvu7mg5dB50.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SCuCOJKJGgk3enagsvu7mg5dB50.jpg 2400w\"},\"\"),height:\"100%\",id:\"b_G2dbUcl\",layoutId:\"b_G2dbUcl\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n8y41f-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/burntilldead/emirola\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/idWs5aFnvaQqLjqBIamo8dogX0.png\",srcSet:\"https://framerusercontent.com/images/idWs5aFnvaQqLjqBIamo8dogX0.png?scale-down-to=512 512w,https://framerusercontent.com/images/idWs5aFnvaQqLjqBIamo8dogX0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/idWs5aFnvaQqLjqBIamo8dogX0.png 1040w\"},\"\"),height:\"100%\",id:\"j_epIENyi\",layoutId:\"j_epIENyi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dzib2g-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/vpcreativeshop/type-maestro\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/7Bxp9cVpasZa3EzDQDjAE7MJ0.jpg\",srcSet:\"https://framerusercontent.com/images/7Bxp9cVpasZa3EzDQDjAE7MJ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7Bxp9cVpasZa3EzDQDjAE7MJ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Bxp9cVpasZa3EzDQDjAE7MJ0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7Bxp9cVpasZa3EzDQDjAE7MJ0.jpg 2400w\"},\"\"),height:\"100%\",id:\"EslsaL6Vo\",layoutId:\"EslsaL6Vo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ymnzu5\",\"data-framer-name\":\"02 Enhanced Revivals\",id:elementId2,name:\"02 Enhanced Revivals\",ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9x96s\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{background:{alt:\"\",fit:\"fit\",pixelHeight:133,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"360px\",src:\"https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg\",srcSet:\"https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:133,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"600px\",src:\"https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg\",srcSet:\"https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/QDijYZxf0PeBnmQABZkp0ly4YdM.svg 600w\"},className:\"framer-17c003u\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/simplebits/dragonsteel\",nodeId:\"BSpTZJx94\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Dragonsteel\"})})})}),className:\"framer-15ua1kq\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q606xb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2400,sizes:\"900px\",src:\"https://framerusercontent.com/images/pXoxLIv1ni0j39BmzBCeQQSw.jpg\",srcSet:\"https://framerusercontent.com/images/pXoxLIv1ni0j39BmzBCeQQSw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pXoxLIv1ni0j39BmzBCeQQSw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pXoxLIv1ni0j39BmzBCeQQSw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pXoxLIv1ni0j39BmzBCeQQSw.jpg 2400w\"},className:\"framer-1q1lxlp\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/wLDiNkYc/joyatte\",nodeId:\"K4FWwccrd\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Joyatte\"})}),\" by TypeClassHeroes\"]})}),className:\"framer-1mjoe4n\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uhv91j\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-dnudvh\",\"data-styles-preset\":\"pad_JUycs\",children:[\"Recreate an age of heraldry and craftsmanship with Knightcore glyphs. These modern revivals of blackletter and garalde styles bring medieval flair into the spotlight. Their sharp edges and formal elegance evoke a sense of honor and grandeur, perfect for designs needing an old-world twist. Look for fonts like \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/URiFPHDI/403-holister\",nodeId:\"fZahjTgm6\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"403 Holister\"})})}),\" or \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/piotr-lapa/amient\",nodeId:\"fZahjTgm6\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Amient\"})})}),\", where intricate details meet cutting-edge precision. Use them for event posters, wine labels, or any project where timeless dignity reigns.\"]})}),className:\"framer-12t5zpx\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14bw4cx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{HahkosIbb:\"https://www.fontspring.com/lists/s0lnyrxmATpM7I\",z3ZoDl3r0:\"Shop Revival Fonts\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{BSTXURI8v:true,HahkosIbb:\"https://www.fontspring.com/lists/hgxk8s9cp7qzpr\",height:\"100%\",id:\"mh91XDaxX\",layoutId:\"mh91XDaxX\",variant:\"iGLUxg_3n\",width:\"100%\",z3ZoDl3r0:\"Shop Knightcore Glyphs\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w07pzp\",\"data-framer-name\":\"Images\",name:\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ldk9t\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-199278f-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/piotr-lapa/amient\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/U0tBm2jgYP86mpz4s4Eb44ggS3M.jpg\",srcSet:\"https://framerusercontent.com/images/U0tBm2jgYP86mpz4s4Eb44ggS3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/U0tBm2jgYP86mpz4s4Eb44ggS3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/U0tBm2jgYP86mpz4s4Eb44ggS3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/U0tBm2jgYP86mpz4s4Eb44ggS3M.jpg 2400w\"},\"\"),height:\"100%\",id:\"TVGbG_3hV\",layoutId:\"TVGbG_3hV\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bo7cug-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/URiFPHDI/403-holister\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/hXvnjO8PYgZ3JGPIzrJ6FV9WBY.jpg\",srcSet:\"https://framerusercontent.com/images/hXvnjO8PYgZ3JGPIzrJ6FV9WBY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hXvnjO8PYgZ3JGPIzrJ6FV9WBY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hXvnjO8PYgZ3JGPIzrJ6FV9WBY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/hXvnjO8PYgZ3JGPIzrJ6FV9WBY.jpg 2400w\"},\"\"),height:\"100%\",id:\"dWJjOCRCr\",layoutId:\"dWJjOCRCr\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-omp234\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c0sk1c-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/piotr-lapa/quelia\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/O26WMQDZoJu3ktq8F99UwQgjPc.jpg\",srcSet:\"https://framerusercontent.com/images/O26WMQDZoJu3ktq8F99UwQgjPc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/O26WMQDZoJu3ktq8F99UwQgjPc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/O26WMQDZoJu3ktq8F99UwQgjPc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/O26WMQDZoJu3ktq8F99UwQgjPc.jpg 2400w\"},\"\"),height:\"100%\",id:\"fQNqFhAJ3\",layoutId:\"fQNqFhAJ3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-141eak0-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/stiggyandsands/fondamento-pro\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/vEX1qwPstzSxVSixoIojNgnBW2U.jpg\",srcSet:\"https://framerusercontent.com/images/vEX1qwPstzSxVSixoIojNgnBW2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vEX1qwPstzSxVSixoIojNgnBW2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vEX1qwPstzSxVSixoIojNgnBW2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vEX1qwPstzSxVSixoIojNgnBW2U.jpg 2400w\"},\"\"),height:\"100%\",id:\"wbpS6RA_i\",layoutId:\"wbpS6RA_i\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r1mu3v-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/piotr-lapa/amient\",GyyWWC5xe:addImageAlt({positionX:\"34.8%\",positionY:\"44.1%\",src:\"https://framerusercontent.com/images/hkvRSP6bWE69YadhG4JKrLWRnbY.jpg\",srcSet:\"https://framerusercontent.com/images/hkvRSP6bWE69YadhG4JKrLWRnbY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hkvRSP6bWE69YadhG4JKrLWRnbY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hkvRSP6bWE69YadhG4JKrLWRnbY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/hkvRSP6bWE69YadhG4JKrLWRnbY.jpg 2400w\"},\"\"),height:\"100%\",id:\"iO86bsNiQ\",layoutId:\"iO86bsNiQ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nccbtq\",\"data-framer-name\":\"03 Global Glyphs\",id:elementId3,name:\"03 Global Glyphs\",ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sbz8lx\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{background:{alt:\"\",fit:\"fit\",pixelHeight:152,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"360px\",src:\"https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg\",srcSet:\"https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:152,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"600px\",src:\"https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg\",srcSet:\"https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w7Xmpf5M8vFc8NsrWwSMROkE38.svg 600w\"},className:\"framer-vag8g3\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/set-sail-studios/royal-palms\",nodeId:\"eVYb9XorV\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Royal Palms\"})})})}),className:\"framer-1bsftqt\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vcuvzc\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2400,sizes:\"900px\",src:\"https://framerusercontent.com/images/NTdSsg5GmuceyJina33fryYdkQ.jpg\",srcSet:\"https://framerusercontent.com/images/NTdSsg5GmuceyJina33fryYdkQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NTdSsg5GmuceyJina33fryYdkQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NTdSsg5GmuceyJina33fryYdkQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NTdSsg5GmuceyJina33fryYdkQ.jpg 2400w\"},className:\"framer-dv46sm\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/letterhend-studio/prestly-signature\",nodeId:\"Sumt6TPMF\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Prestly Signature\"})}),\" by Letterhend Studio\"]})}),className:\"framer-1cp95bi\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f892z7\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-dnudvh\",\"data-styles-preset\":\"pad_JUycs\",children:[\"Handwritten fonts have reached new levels of realism in 2025. Soulful signatures mimic the flow and quirks of human handwriting, complete with organic ligatures and textured brushstrokes. Fonts like \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/ef-studio/funky-signature\",nodeId:\"KD5l5b3lH\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Funky Signature\"})})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/makemediaco/tallulah-signature\",nodeId:\"KD5l5b3lH\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Tallulah Signature\"})})}),\" capture the personality of the hand\u2019s twists and turns. These are perfect for personal branding, wedding stationery, or any project that needs an intimate, crafted touch. It\u2019s about embracing imperfections and celebrating the art of the pen.\"]})}),className:\"framer-1379ac4\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gh6hdk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{HahkosIbb:\"https://www.fontspring.com/language\",z3ZoDl3r0:\"Shop Fonts by Language\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{BSTXURI8v:true,HahkosIbb:\"https://www.fontspring.com/lists/bas85s9rpo3z8e\\xa0\",height:\"100%\",id:\"ckaOrbFI6\",layoutId:\"ckaOrbFI6\",variant:\"iGLUxg_3n\",width:\"100%\",z3ZoDl3r0:\"Shop Soulful Signatures\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tz1v0c\",\"data-framer-name\":\"Images\",name:\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fh8a21\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7gjprw-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/letterfresh/stay-glory\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/a9HanfGxoh6kEQfuDwgzWsNNQA.jpg\",srcSet:\"https://framerusercontent.com/images/a9HanfGxoh6kEQfuDwgzWsNNQA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/a9HanfGxoh6kEQfuDwgzWsNNQA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/a9HanfGxoh6kEQfuDwgzWsNNQA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/a9HanfGxoh6kEQfuDwgzWsNNQA.jpg 2400w\"},\"\"),height:\"100%\",id:\"MysufhUtc\",layoutId:\"MysufhUtc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ihh3dt-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/ef-studio/funky-signature\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/BkslzMlPyr1oKhNkofAy6pCfY.jpg\",srcSet:\"https://framerusercontent.com/images/BkslzMlPyr1oKhNkofAy6pCfY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BkslzMlPyr1oKhNkofAy6pCfY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BkslzMlPyr1oKhNkofAy6pCfY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BkslzMlPyr1oKhNkofAy6pCfY.jpg 2400w\"},\"\"),height:\"100%\",id:\"Rls_bK1Uz\",layoutId:\"Rls_bK1Uz\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2iv0bj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vobz6x-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/vpcreativeshop/searchlight-font-trio\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/F7L1NrSBjzICrOpPJVrT3YItSks.jpg\",srcSet:\"https://framerusercontent.com/images/F7L1NrSBjzICrOpPJVrT3YItSks.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/F7L1NrSBjzICrOpPJVrT3YItSks.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/F7L1NrSBjzICrOpPJVrT3YItSks.jpg 1550w\"},\"\"),height:\"100%\",id:\"OYagDkqDn\",layoutId:\"OYagDkqDn\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13qkulk-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/makemediaco/tallulah-signature\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/Aepii393TE8hchoZy8R3qMVenOU.jpg\",srcSet:\"https://framerusercontent.com/images/Aepii393TE8hchoZy8R3qMVenOU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Aepii393TE8hchoZy8R3qMVenOU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Aepii393TE8hchoZy8R3qMVenOU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Aepii393TE8hchoZy8R3qMVenOU.jpg 2400w\"},\"\"),height:\"100%\",id:\"YMbZncWLg\",layoutId:\"YMbZncWLg\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pp9g29-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/set-sail-studios/royal-palms\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/EEfbzpZCBet0PSsjZScsZpkkfbM.jpg\",srcSet:\"https://framerusercontent.com/images/EEfbzpZCBet0PSsjZScsZpkkfbM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EEfbzpZCBet0PSsjZScsZpkkfbM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EEfbzpZCBet0PSsjZScsZpkkfbM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EEfbzpZCBet0PSsjZScsZpkkfbM.jpg 2400w\"},\"\"),height:\"100%\",id:\"rU022_zUw\",layoutId:\"rU022_zUw\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117ax69\",\"data-framer-name\":\"04 Fontgeneering\",id:elementId4,name:\"04 Fontgeneering\",ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqrikb\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{background:{alt:\"\",fit:\"fit\",pixelHeight:146,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"360px\",src:\"https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg\",srcSet:\"https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:146,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"600px\",src:\"https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg\",srcSet:\"https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/psQ8sJrjNbhnELml23HmtkRvWsU.svg 600w\"},className:\"framer-11crvl3\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/craft-supply-co/cs-aries\",nodeId:\"OAaElfxom\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"CS Aries\"})})})}),className:\"framer-qj2yi4\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i78qka\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2400,sizes:\"900px\",src:\"https://framerusercontent.com/images/3KpcK0JV6SfgOVb8pzkO3tHeySo.jpg\",srcSet:\"https://framerusercontent.com/images/3KpcK0JV6SfgOVb8pzkO3tHeySo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3KpcK0JV6SfgOVb8pzkO3tHeySo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3KpcK0JV6SfgOVb8pzkO3tHeySo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/3KpcK0JV6SfgOVb8pzkO3tHeySo.jpg 2400w\"},className:\"framer-rglk3x\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/tBUEqVFY/groothan-mixed\",nodeId:\"nMpXeZgQ5\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Groothan Mixed\"})})})}),className:\"framer-a2gk3i\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cckhhc\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnudvh\",\"data-styles-preset\":\"pad_JUycs\",children:\"Why settle for one style when you can have them all? Eclectic type families combine multiple design influences, resulting in hybrid fonts that mix sans, serif, and even display styles into a single set of glyphs. In 2025, these experiments push further, blending three or more variants for unmatched versatility. Imagine type families with a classic serif, a geometric sans, and a stencil display\u2014all under one roof. These are your go-to for eclectic branding systems and adaptive layouts.\"})}),className:\"framer-1ijzxf0\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zdmb9n-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{HahkosIbb:\"https://www.fontspring.com/language\",z3ZoDl3r0:\"Shop Fonts by Language\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{BSTXURI8v:true,HahkosIbb:\"https://www.fontspring.com/lists/1k3t6sazp1iz5s\",height:\"100%\",id:\"lBVayb9m4\",layoutId:\"lBVayb9m4\",variant:\"iGLUxg_3n\",width:\"100%\",z3ZoDl3r0:\"Shop Eclectic Type\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aocp4q\",\"data-framer-name\":\"Images\",name:\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ewtkjt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qtw3ee-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/tBUEqVFY/anathera\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/JeVtZdXGM167FMjBJHTpjTwGG8.jpg\",srcSet:\"https://framerusercontent.com/images/JeVtZdXGM167FMjBJHTpjTwGG8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JeVtZdXGM167FMjBJHTpjTwGG8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JeVtZdXGM167FMjBJHTpjTwGG8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JeVtZdXGM167FMjBJHTpjTwGG8.jpg 2400w\"},\"\"),height:\"100%\",id:\"nM_s5mS6q\",layoutId:\"nM_s5mS6q\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wsi6jf-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/zeenesia-studio/shinier\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/FEkrcWa1zwV43bVdmrSpEbND4E.jpg\",srcSet:\"https://framerusercontent.com/images/FEkrcWa1zwV43bVdmrSpEbND4E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FEkrcWa1zwV43bVdmrSpEbND4E.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FEkrcWa1zwV43bVdmrSpEbND4E.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FEkrcWa1zwV43bVdmrSpEbND4E.jpg 2400w\"},\"\"),height:\"100%\",id:\"lNOJYjMTJ\",layoutId:\"lNOJYjMTJ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gz6vh6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s7sdva-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/tBUEqVFY/spatial-mixed\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/3vhweNQnwqX23TIiNPw1X5ENXkY.jpg\",srcSet:\"https://framerusercontent.com/images/3vhweNQnwqX23TIiNPw1X5ENXkY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3vhweNQnwqX23TIiNPw1X5ENXkY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3vhweNQnwqX23TIiNPw1X5ENXkY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/3vhweNQnwqX23TIiNPw1X5ENXkY.jpg 2400w\"},\"\"),height:\"100%\",id:\"nAuBFaw8M\",layoutId:\"nAuBFaw8M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-63xdmg-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/zeenesia-studio/shinier\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/9nDG9ZrA5B2hknhdJ8LdT3dFv10.jpg\",srcSet:\"https://framerusercontent.com/images/9nDG9ZrA5B2hknhdJ8LdT3dFv10.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9nDG9ZrA5B2hknhdJ8LdT3dFv10.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9nDG9ZrA5B2hknhdJ8LdT3dFv10.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9nDG9ZrA5B2hknhdJ8LdT3dFv10.jpg 2400w\"},\"\"),height:\"100%\",id:\"qkf26pa0w\",layoutId:\"qkf26pa0w\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16p6vu6-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/craft-supply-co/cs-aries\",GyyWWC5xe:addImageAlt({positionX:\"14.8%\",positionY:\"56.7%\",src:\"https://framerusercontent.com/images/Fc88RaaNusLgM5WEFmAc6iiSpr4.jpg\",srcSet:\"https://framerusercontent.com/images/Fc88RaaNusLgM5WEFmAc6iiSpr4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Fc88RaaNusLgM5WEFmAc6iiSpr4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fc88RaaNusLgM5WEFmAc6iiSpr4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fc88RaaNusLgM5WEFmAc6iiSpr4.jpg 2400w\"},\"\"),height:\"100%\",id:\"skQUnjE1_\",layoutId:\"skQUnjE1_\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fwqcms\",\"data-framer-name\":\"04 Fontgeneering\",id:elementId5,name:\"04 Fontgeneering\",ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kjmdyl\",\"data-framer-name\":\"Top Wrap\",name:\"Top Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{background:{alt:\"\",fit:\"fit\",pixelHeight:133,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"360px\",src:\"https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg\",srcSet:\"https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:133,pixelWidth:600,positionX:\"left\",positionY:\"center\",sizes:\"600px\",src:\"https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg\",srcSet:\"https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/xzJ0FZaaC4VKkwzxLK6ry4whByM.svg 600w\"},className:\"framer-di88q1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/par-defaut/codeworld\",nodeId:\"G7oHRCon4\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Codeworld\"})})})}),className:\"framer-ond3tw\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7efu88\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2400,sizes:\"900px\",src:\"https://framerusercontent.com/images/qLk2HAOjrJroebz16jY0HhiQJ74.jpg\",srcSet:\"https://framerusercontent.com/images/qLk2HAOjrJroebz16jY0HhiQJ74.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qLk2HAOjrJroebz16jY0HhiQJ74.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qLk2HAOjrJroebz16jY0HhiQJ74.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qLk2HAOjrJroebz16jY0HhiQJ74.jpg 2400w\"},className:\"framer-106bjkm\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxwbha\",\"data-styles-preset\":\"BB9SzwPIy\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.fontspring.com/fonts/ChLIJwfs/moldin\",nodeId:\"PqhqbjQex\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Moldin\"})}),\" by Zarma Type\"]})}),className:\"framer-gnov4m\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bi1vla\",\"data-framer-name\":\"Bottom Wrap\",name:\"Bottom Wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dnudvh\",\"data-styles-preset\":\"pad_JUycs\",children:\"The indie font scene is booming. Thanks to faster production cycles and improved design tools, foundries are releasing diverse, high-quality families at lightning speed. Expect new fonts with expanded weights, quicker updates, and niche explorations. This means more options, more often\u2014from boutique display fonts to robust text families. The future of type is independent, agile, and brimming with fresh ideas.\"})}),className:\"framer-15w57cm\",\"data-framer-name\":\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",fonts:[\"Inter\"],name:\"Sensa is a mental health organization dedicated to providing accessible and affordable counseling and support services to individuals and organizations. Our team of licensed therapists and counselors has years of experience in the mental health field and is committed to promoting mental health awareness and reducing the stigma associated with mental illness.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ykckz\",\"data-framer-name\":\"Images\",name:\"Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q0tsgh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l7h0cn-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"lHwr8M2Pw\",isMixedBorderRadius:false,layoutId:\"lHwr8M2Pw\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/z5k2C3NRJCMCTP2B6FRlkacLw.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-25orc3-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.fontspring.com/fonts/studio-few/arbeit-technik\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/74HkfFYrEdpgcT5eBMgl26nVJ8.png\",srcSet:\"https://framerusercontent.com/images/74HkfFYrEdpgcT5eBMgl26nVJ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/74HkfFYrEdpgcT5eBMgl26nVJ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/74HkfFYrEdpgcT5eBMgl26nVJ8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/74HkfFYrEdpgcT5eBMgl26nVJ8.png 3000w\"},\"\"),height:\"100%\",id:\"LFoPLIElW\",layoutId:\"LFoPLIElW\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gxoic9-container\",children:/*#__PURE__*/_jsx(ImageZoom,{BYrZ645sX:\"https://www.itsnicethat.com/news/studio-kiln-royal-television-society-graphic-design-111023\",GyyWWC5xe:addImageAlt({src:\"https://framerusercontent.com/images/RFJn9oRXJ8J6BlHZyWiGZFfTY.webp\",srcSet:\"https://framerusercontent.com/images/RFJn9oRXJ8J6BlHZyWiGZFfTY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RFJn9oRXJ8J6BlHZyWiGZFfTY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RFJn9oRXJ8J6BlHZyWiGZFfTY.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/RFJn9oRXJ8J6BlHZyWiGZFfTY.webp 2880w\"},\"\"),height:\"100%\",id:\"lHJHhmmry\",layoutId:\"lHJHhmmry\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wh0t3\",\"data-framer-name\":\"Section FAQ\",id:elementId6,name:\"Section FAQ\",ref:ref8,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pqapw1\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-yc8lyg\",\"data-styles-preset\":\"b5ndZngdc\",children:\"Most asked\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-yc8lyg\",\"data-styles-preset\":\"b5ndZngdc\",children:\"questions\"})]}),className:\"framer-dokw1e\",\"data-framer-name\":\"Most asked questions\",fonts:[\"Inter\"],name:\"Most asked questions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f6w6bi\",\"data-framer-name\":\"Accordion Wrapper\",name:\"Accordion Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"calc(min(100vw - 48px, 1440px) * 0.8)\"},IQB_qE6cn:{width:\"max(min(100vw - 32px, 1440px), 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:\"calc(min(100vw - 64px, 1440px) * 0.65)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gbzzgr-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"ztrQtVCwZ\",layoutId:\"ztrQtVCwZ\",style:{width:\"100%\"},width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{width:\"calc(100vw - 48px)\"},IQB_qE6cn:{width:\"calc(100vw - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:174,width:\"calc(100vw - 64px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jlz759-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c7Y8S6qrm:{variant:\"D_7fUqB_d\"},IQB_qE6cn:{variant:\"FpgFvDim8\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"F9CuxKFJt\",layoutId:\"F9CuxKFJt\",style:{width:\"100%\"},variant:\"tPlRYUC6Q\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1713jbv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iyhln1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQB_qE6cn:{__framer__targets:undefined}},children:/*#__PURE__*/_jsx(BgColorWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"i_X4lMFZr\"},{ref:ref3,target:\"kxf3bdYTp\"},{ref:ref4,target:\"dZMTJLx2Y\"},{ref:ref5,target:\"YW3ZBhbFe\"},{ref:ref6,target:\"bZGA50z5A\"},{ref:ref9,target:\"i_X4lMFZr\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"JlL8EXNUi\",layoutId:\"JlL8EXNUi\",style:{height:\"100%\",width:\"100%\"},variant:\"i_X4lMFZr\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(0),pixelHeight:1500,pixelWidth:2e3,sizes:\"100vw\",src:\"https://framerusercontent.com/images/gxNP5UEbWn5odfsV9tN8RSZIdnw.webp\",srcSet:\"https://framerusercontent.com/images/gxNP5UEbWn5odfsV9tN8RSZIdnw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/gxNP5UEbWn5odfsV9tN8RSZIdnw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/gxNP5UEbWn5odfsV9tN8RSZIdnw.webp 2000w\"},className:\"framer-1uwnaln\"})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ATmSv.framer-relf3f, .framer-ATmSv .framer-relf3f { display: block; }\",\".framer-ATmSv.framer-m3ruk7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 32px 32px 32px; position: relative; width: 1200px; }\",\".framer-ATmSv .framer-yefndf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 199px); left: -471px; overflow: visible; position: absolute; top: 100px; width: 199px; z-index: 1; }\",\".framer-ATmSv .framer-17pe4sj-container { flex: none; height: auto; left: 50%; position: fixed; top: 20px; transform: translateX(-50%); width: 96%; z-index: 9; }\",\".framer-ATmSv .framer-bl86kd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ATmSv .framer-18vbs11 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 28px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1cida5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1kqfxa2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ATmSv .framer-vwk4eu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-sprd7k { flex: none; height: auto; opacity: 0.75; position: relative; white-space: pre-wrap; width: 551px; word-break: break-word; word-wrap: break-word; }\",\".framer-ATmSv .framer-1cmfizi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-11jrmdf, .framer-ATmSv .framer-dokw1e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ATmSv .framer-1c933qd { flex: none; height: auto; position: relative; white-space: pre; width: 100%; }\",\".framer-ATmSv .framer-1jznypl { flex: none; height: auto; opacity: 0.75; position: relative; white-space: pre-wrap; width: 594px; word-break: break-word; word-wrap: break-word; }\",\".framer-ATmSv .framer-b69ybk { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-18n8xyt-container, .framer-ATmSv .framer-1t7ir54-container, .framer-ATmSv .framer-vyzrlu-container, .framer-ATmSv .framer-1ei35pa-container, .framer-ATmSv .framer-9bpsp2-container { align-self: start; flex: none; height: 123px; justify-self: start; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1v5hx3x { 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: flex-start; overflow: visible; padding: 0px 23px 0px 0px; position: relative; width: 600px; }\",\".framer-ATmSv .framer-101y3p2 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-ATmSv .framer-ipe0oo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; }\",\".framer-ATmSv .framer-1962yyf, .framer-ATmSv .framer-1ymnzu5, .framer-ATmSv .framer-1nccbtq, .framer-ATmSv .framer-117ax69, .framer-ATmSv .framer-fwqcms { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-34bqd2, .framer-ATmSv .framer-1r9x96s, .framer-ATmSv .framer-sbz8lx, .framer-ATmSv .framer-uqrikb, .framer-ATmSv .framer-1kjmdyl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-ATmSv .framer-7p8ts5, .framer-ATmSv .framer-17c003u, .framer-ATmSv .framer-vag8g3, .framer-ATmSv .framer-11crvl3, .framer-ATmSv .framer-di88q1 { flex: none; height: 133px; position: relative; width: 600px; }\",\".framer-ATmSv .framer-j5fw6s, .framer-ATmSv .framer-xeaxat, .framer-ATmSv .framer-wmz4ks, .framer-ATmSv .framer-15ua1kq, .framer-ATmSv .framer-1mjoe4n, .framer-ATmSv .framer-12t5zpx, .framer-ATmSv .framer-1bsftqt, .framer-ATmSv .framer-1cp95bi, .framer-ATmSv .framer-1379ac4, .framer-ATmSv .framer-qj2yi4, .framer-ATmSv .framer-a2gk3i, .framer-ATmSv .framer-1ijzxf0, .framer-ATmSv .framer-ond3tw, .framer-ATmSv .framer-gnov4m, .framer-ATmSv .framer-15w57cm { --framer-paragraph-spacing: 10px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ATmSv .framer-jg0hq3, .framer-ATmSv .framer-1q606xb, .framer-ATmSv .framer-1vcuvzc, .framer-ATmSv .framer-1i78qka, .framer-ATmSv .framer-7efu88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 900px; }\",\".framer-ATmSv .framer-10iuasj, .framer-ATmSv .framer-1q1lxlp, .framer-ATmSv .framer-dv46sm, .framer-ATmSv .framer-rglk3x, .framer-ATmSv .framer-106bjkm { flex: none; height: 300px; position: relative; width: 900px; }\",\".framer-ATmSv .framer-2mip2f, .framer-ATmSv .framer-uhv91j, .framer-ATmSv .framer-f892z7, .framer-ATmSv .framer-cckhhc, .framer-ATmSv .framer-bi1vla { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-ATmSv .framer-4yqmas-container, .framer-ATmSv .framer-14bw4cx-container, .framer-ATmSv .framer-gh6hdk-container, .framer-ATmSv .framer-zdmb9n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ATmSv .framer-12xg9ig, .framer-ATmSv .framer-w07pzp, .framer-ATmSv .framer-tz1v0c, .framer-ATmSv .framer-aocp4q, .framer-ATmSv .framer-3ykckz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1136px; }\",\".framer-ATmSv .framer-1hbtix, .framer-ATmSv .framer-1eklg17, .framer-ATmSv .framer-2ldk9t, .framer-ATmSv .framer-omp234, .framer-ATmSv .framer-fh8a21, .framer-ATmSv .framer-2iv0bj, .framer-ATmSv .framer-1ewtkjt, .framer-ATmSv .framer-1gz6vh6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 300px; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1ogj25u-container, .framer-ATmSv .framer-i4nscm-container, .framer-ATmSv .framer-yi30t8-container, .framer-ATmSv .framer-1n8y41f-container, .framer-ATmSv .framer-1dzib2g-container, .framer-ATmSv .framer-199278f-container, .framer-ATmSv .framer-1bo7cug-container, .framer-ATmSv .framer-1c0sk1c-container, .framer-ATmSv .framer-141eak0-container, .framer-ATmSv .framer-1r1mu3v-container, .framer-ATmSv .framer-7gjprw-container, .framer-ATmSv .framer-1ihh3dt-container, .framer-ATmSv .framer-1vobz6x-container, .framer-ATmSv .framer-13qkulk-container, .framer-ATmSv .framer-pp9g29-container, .framer-ATmSv .framer-qtw3ee-container, .framer-ATmSv .framer-wsi6jf-container, .framer-ATmSv .framer-s7sdva-container, .framer-ATmSv .framer-63xdmg-container, .framer-ATmSv .framer-16p6vu6-container, .framer-ATmSv .framer-25orc3-container, .framer-ATmSv .framer-1gxoic9-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-ATmSv .framer-1q0tsgh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 300px; justify-content: center; max-width: 1136px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1l7h0cn-container { flex: none; height: 100%; position: relative; width: 47%; }\",\".framer-ATmSv .framer-wh0t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-pqapw1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-f6w6bi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ATmSv .framer-1gbzzgr-container { flex: none; height: auto; position: relative; width: 65%; z-index: 2; }\",\".framer-ATmSv .framer-1jlz759-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-ATmSv .framer-1713jbv { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-ATmSv .framer-iyhln1-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: overlay; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-ATmSv .framer-1uwnaln { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); opacity: 0.29; overflow: hidden; position: fixed; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ATmSv.framer-m3ruk7, .framer-ATmSv .framer-bl86kd, .framer-ATmSv .framer-18vbs11, .framer-ATmSv .framer-1cida5q, .framer-ATmSv .framer-1kqfxa2, .framer-ATmSv .framer-vwk4eu, .framer-ATmSv .framer-1cmfizi, .framer-ATmSv .framer-1v5hx3x, .framer-ATmSv .framer-101y3p2, .framer-ATmSv .framer-1962yyf, .framer-ATmSv .framer-34bqd2, .framer-ATmSv .framer-jg0hq3, .framer-ATmSv .framer-2mip2f, .framer-ATmSv .framer-12xg9ig, .framer-ATmSv .framer-1hbtix, .framer-ATmSv .framer-1eklg17, .framer-ATmSv .framer-1ymnzu5, .framer-ATmSv .framer-1r9x96s, .framer-ATmSv .framer-1q606xb, .framer-ATmSv .framer-uhv91j, .framer-ATmSv .framer-w07pzp, .framer-ATmSv .framer-2ldk9t, .framer-ATmSv .framer-omp234, .framer-ATmSv .framer-1nccbtq, .framer-ATmSv .framer-sbz8lx, .framer-ATmSv .framer-1vcuvzc, .framer-ATmSv .framer-f892z7, .framer-ATmSv .framer-tz1v0c, .framer-ATmSv .framer-fh8a21, .framer-ATmSv .framer-2iv0bj, .framer-ATmSv .framer-117ax69, .framer-ATmSv .framer-uqrikb, .framer-ATmSv .framer-1i78qka, .framer-ATmSv .framer-cckhhc, .framer-ATmSv .framer-aocp4q, .framer-ATmSv .framer-1ewtkjt, .framer-ATmSv .framer-1gz6vh6, .framer-ATmSv .framer-fwqcms, .framer-ATmSv .framer-1kjmdyl, .framer-ATmSv .framer-7efu88, .framer-ATmSv .framer-bi1vla, .framer-ATmSv .framer-3ykckz, .framer-ATmSv .framer-1q0tsgh, .framer-ATmSv .framer-wh0t3, .framer-ATmSv .framer-pqapw1, .framer-ATmSv .framer-f6w6bi { gap: 0px; } .framer-ATmSv.framer-m3ruk7 > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-ATmSv.framer-m3ruk7 > :first-child, .framer-ATmSv .framer-bl86kd > :first-child, .framer-ATmSv .framer-1kqfxa2 > :first-child, .framer-ATmSv .framer-vwk4eu > :first-child, .framer-ATmSv .framer-1cmfizi > :first-child, .framer-ATmSv .framer-1v5hx3x > :first-child, .framer-ATmSv .framer-101y3p2 > :first-child, .framer-ATmSv .framer-1962yyf > :first-child, .framer-ATmSv .framer-34bqd2 > :first-child, .framer-ATmSv .framer-jg0hq3 > :first-child, .framer-ATmSv .framer-2mip2f > :first-child, .framer-ATmSv .framer-12xg9ig > :first-child, .framer-ATmSv .framer-1ymnzu5 > :first-child, .framer-ATmSv .framer-1r9x96s > :first-child, .framer-ATmSv .framer-1q606xb > :first-child, .framer-ATmSv .framer-uhv91j > :first-child, .framer-ATmSv .framer-w07pzp > :first-child, .framer-ATmSv .framer-1nccbtq > :first-child, .framer-ATmSv .framer-sbz8lx > :first-child, .framer-ATmSv .framer-1vcuvzc > :first-child, .framer-ATmSv .framer-f892z7 > :first-child, .framer-ATmSv .framer-tz1v0c > :first-child, .framer-ATmSv .framer-117ax69 > :first-child, .framer-ATmSv .framer-uqrikb > :first-child, .framer-ATmSv .framer-1i78qka > :first-child, .framer-ATmSv .framer-cckhhc > :first-child, .framer-ATmSv .framer-aocp4q > :first-child, .framer-ATmSv .framer-fwqcms > :first-child, .framer-ATmSv .framer-1kjmdyl > :first-child, .framer-ATmSv .framer-7efu88 > :first-child, .framer-ATmSv .framer-bi1vla > :first-child, .framer-ATmSv .framer-3ykckz > :first-child, .framer-ATmSv .framer-wh0t3 > :first-child, .framer-ATmSv .framer-pqapw1 > :first-child { margin-top: 0px; } .framer-ATmSv.framer-m3ruk7 > :last-child, .framer-ATmSv .framer-bl86kd > :last-child, .framer-ATmSv .framer-1kqfxa2 > :last-child, .framer-ATmSv .framer-vwk4eu > :last-child, .framer-ATmSv .framer-1cmfizi > :last-child, .framer-ATmSv .framer-1v5hx3x > :last-child, .framer-ATmSv .framer-101y3p2 > :last-child, .framer-ATmSv .framer-1962yyf > :last-child, .framer-ATmSv .framer-34bqd2 > :last-child, .framer-ATmSv .framer-jg0hq3 > :last-child, .framer-ATmSv .framer-2mip2f > :last-child, .framer-ATmSv .framer-12xg9ig > :last-child, .framer-ATmSv .framer-1ymnzu5 > :last-child, .framer-ATmSv .framer-1r9x96s > :last-child, .framer-ATmSv .framer-1q606xb > :last-child, .framer-ATmSv .framer-uhv91j > :last-child, .framer-ATmSv .framer-w07pzp > :last-child, .framer-ATmSv .framer-1nccbtq > :last-child, .framer-ATmSv .framer-sbz8lx > :last-child, .framer-ATmSv .framer-1vcuvzc > :last-child, .framer-ATmSv .framer-f892z7 > :last-child, .framer-ATmSv .framer-tz1v0c > :last-child, .framer-ATmSv .framer-117ax69 > :last-child, .framer-ATmSv .framer-uqrikb > :last-child, .framer-ATmSv .framer-1i78qka > :last-child, .framer-ATmSv .framer-cckhhc > :last-child, .framer-ATmSv .framer-aocp4q > :last-child, .framer-ATmSv .framer-fwqcms > :last-child, .framer-ATmSv .framer-1kjmdyl > :last-child, .framer-ATmSv .framer-7efu88 > :last-child, .framer-ATmSv .framer-bi1vla > :last-child, .framer-ATmSv .framer-3ykckz > :last-child, .framer-ATmSv .framer-wh0t3 > :last-child, .framer-ATmSv .framer-pqapw1 > :last-child { margin-bottom: 0px; } .framer-ATmSv .framer-bl86kd > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-ATmSv .framer-18vbs11 > *, .framer-ATmSv .framer-1cida5q > *, .framer-ATmSv .framer-f6w6bi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ATmSv .framer-18vbs11 > :first-child, .framer-ATmSv .framer-1cida5q > :first-child, .framer-ATmSv .framer-1hbtix > :first-child, .framer-ATmSv .framer-1eklg17 > :first-child, .framer-ATmSv .framer-2ldk9t > :first-child, .framer-ATmSv .framer-omp234 > :first-child, .framer-ATmSv .framer-fh8a21 > :first-child, .framer-ATmSv .framer-2iv0bj > :first-child, .framer-ATmSv .framer-1ewtkjt > :first-child, .framer-ATmSv .framer-1gz6vh6 > :first-child, .framer-ATmSv .framer-1q0tsgh > :first-child, .framer-ATmSv .framer-f6w6bi > :first-child { margin-left: 0px; } .framer-ATmSv .framer-18vbs11 > :last-child, .framer-ATmSv .framer-1cida5q > :last-child, .framer-ATmSv .framer-1hbtix > :last-child, .framer-ATmSv .framer-1eklg17 > :last-child, .framer-ATmSv .framer-2ldk9t > :last-child, .framer-ATmSv .framer-omp234 > :last-child, .framer-ATmSv .framer-fh8a21 > :last-child, .framer-ATmSv .framer-2iv0bj > :last-child, .framer-ATmSv .framer-1ewtkjt > :last-child, .framer-ATmSv .framer-1gz6vh6 > :last-child, .framer-ATmSv .framer-1q0tsgh > :last-child, .framer-ATmSv .framer-f6w6bi > :last-child { margin-right: 0px; } .framer-ATmSv .framer-1kqfxa2 > *, .framer-ATmSv .framer-1962yyf > *, .framer-ATmSv .framer-1ymnzu5 > *, .framer-ATmSv .framer-1nccbtq > *, .framer-ATmSv .framer-117ax69 > *, .framer-ATmSv .framer-fwqcms > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ATmSv .framer-vwk4eu > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-ATmSv .framer-1cmfizi > *, .framer-ATmSv .framer-pqapw1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ATmSv .framer-1v5hx3x > *, .framer-ATmSv .framer-101y3p2 > *, .framer-ATmSv .framer-12xg9ig > *, .framer-ATmSv .framer-w07pzp > *, .framer-ATmSv .framer-tz1v0c > *, .framer-ATmSv .framer-aocp4q > *, .framer-ATmSv .framer-3ykckz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ATmSv .framer-34bqd2 > *, .framer-ATmSv .framer-jg0hq3 > *, .framer-ATmSv .framer-1r9x96s > *, .framer-ATmSv .framer-1q606xb > *, .framer-ATmSv .framer-sbz8lx > *, .framer-ATmSv .framer-1vcuvzc > *, .framer-ATmSv .framer-uqrikb > *, .framer-ATmSv .framer-1i78qka > *, .framer-ATmSv .framer-1kjmdyl > *, .framer-ATmSv .framer-7efu88 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ATmSv .framer-2mip2f > *, .framer-ATmSv .framer-uhv91j > *, .framer-ATmSv .framer-f892z7 > *, .framer-ATmSv .framer-cckhhc > *, .framer-ATmSv .framer-bi1vla > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-ATmSv .framer-1hbtix > *, .framer-ATmSv .framer-1eklg17 > *, .framer-ATmSv .framer-2ldk9t > *, .framer-ATmSv .framer-omp234 > *, .framer-ATmSv .framer-fh8a21 > *, .framer-ATmSv .framer-2iv0bj > *, .framer-ATmSv .framer-1ewtkjt > *, .framer-ATmSv .framer-1gz6vh6 > *, .framer-ATmSv .framer-1q0tsgh > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ATmSv .framer-wh0t3 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-ATmSv.framer-m3ruk7 { padding: 40px 24px 24px 24px; width: 810px; } .framer-ATmSv .framer-vwk4eu, .framer-ATmSv .framer-pqapw1 { gap: 48px; } .framer-ATmSv .framer-b69ybk { grid-template-columns: repeat(3, minmax(100px, 1fr)); } .framer-ATmSv .framer-34bqd2, .framer-ATmSv .framer-1r9x96s, .framer-ATmSv .framer-sbz8lx, .framer-ATmSv .framer-uqrikb, .framer-ATmSv .framer-1kjmdyl { gap: 48px; width: 100%; } .framer-ATmSv .framer-xeaxat, .framer-ATmSv .framer-1mjoe4n, .framer-ATmSv .framer-1cp95bi, .framer-ATmSv .framer-a2gk3i, .framer-ATmSv .framer-gnov4m { white-space: pre; width: auto; } .framer-ATmSv .framer-12xg9ig, .framer-ATmSv .framer-w07pzp, .framer-ATmSv .framer-tz1v0c, .framer-ATmSv .framer-aocp4q, .framer-ATmSv .framer-3ykckz { width: 100%; } .framer-ATmSv .framer-1gbzzgr-container { width: 80%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ATmSv .framer-vwk4eu, .framer-ATmSv .framer-34bqd2, .framer-ATmSv .framer-1r9x96s, .framer-ATmSv .framer-sbz8lx, .framer-ATmSv .framer-uqrikb, .framer-ATmSv .framer-1kjmdyl, .framer-ATmSv .framer-pqapw1 { gap: 0px; } .framer-ATmSv .framer-vwk4eu > *, .framer-ATmSv .framer-34bqd2 > *, .framer-ATmSv .framer-1r9x96s > *, .framer-ATmSv .framer-sbz8lx > *, .framer-ATmSv .framer-uqrikb > *, .framer-ATmSv .framer-1kjmdyl > *, .framer-ATmSv .framer-pqapw1 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ATmSv .framer-vwk4eu > :first-child, .framer-ATmSv .framer-34bqd2 > :first-child, .framer-ATmSv .framer-1r9x96s > :first-child, .framer-ATmSv .framer-sbz8lx > :first-child, .framer-ATmSv .framer-uqrikb > :first-child, .framer-ATmSv .framer-1kjmdyl > :first-child, .framer-ATmSv .framer-pqapw1 > :first-child { margin-top: 0px; } .framer-ATmSv .framer-vwk4eu > :last-child, .framer-ATmSv .framer-34bqd2 > :last-child, .framer-ATmSv .framer-1r9x96s > :last-child, .framer-ATmSv .framer-sbz8lx > :last-child, .framer-ATmSv .framer-uqrikb > :last-child, .framer-ATmSv .framer-1kjmdyl > :last-child, .framer-ATmSv .framer-pqapw1 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-ATmSv.framer-m3ruk7 { padding: 101px 16px 16px 16px; width: 390px; } .framer-ATmSv .framer-17pe4sj-container { top: 0px; width: 100%; } .framer-ATmSv .framer-bl86kd { gap: 60px; padding: 20px 0px 0px 0px; } .framer-ATmSv .framer-18vbs11 { justify-content: flex-start; } .framer-ATmSv .framer-vwk4eu { align-content: center; align-items: center; gap: 40px; } .framer-ATmSv .framer-sprd7k, .framer-ATmSv .framer-1jznypl, .framer-ATmSv .framer-ipe0oo, .framer-ATmSv .framer-34bqd2, .framer-ATmSv .framer-jg0hq3, .framer-ATmSv .framer-12xg9ig, .framer-ATmSv .framer-1q606xb, .framer-ATmSv .framer-w07pzp, .framer-ATmSv .framer-1vcuvzc, .framer-ATmSv .framer-tz1v0c, .framer-ATmSv .framer-1i78qka, .framer-ATmSv .framer-aocp4q, .framer-ATmSv .framer-7efu88, .framer-ATmSv .framer-3ykckz { width: 100%; } .framer-ATmSv .framer-11jrmdf { white-space: pre; } .framer-ATmSv .framer-b69ybk { gap: 8px; grid-template-columns: repeat(1, minmax(100px, 1fr)); } .framer-ATmSv .framer-1v5hx3x { gap: 14px; padding: 0px; width: 100%; } .framer-ATmSv .framer-101y3p2 { width: 101%; } .framer-ATmSv .framer-1962yyf, .framer-ATmSv .framer-1ymnzu5, .framer-ATmSv .framer-1nccbtq, .framer-ATmSv .framer-117ax69, .framer-ATmSv .framer-fwqcms { gap: 40px; } .framer-ATmSv .framer-7p8ts5 { aspect-ratio: 4.511278195488722 / 1; height: var(--framer-aspect-ratio-supported, 67px); order: 0; width: 360px; } .framer-ATmSv .framer-j5fw6s { order: 1; } .framer-ATmSv .framer-2mip2f, .framer-ATmSv .framer-uhv91j, .framer-ATmSv .framer-f892z7, .framer-ATmSv .framer-cckhhc, .framer-ATmSv .framer-bi1vla { gap: 40px; width: 100%; } .framer-ATmSv .framer-1hbtix, .framer-ATmSv .framer-2ldk9t, .framer-ATmSv .framer-fh8a21, .framer-ATmSv .framer-1ewtkjt { align-content: unset; align-items: unset; display: grid; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(1, 200px); height: 150px; } .framer-ATmSv .framer-1ogj25u-container, .framer-ATmSv .framer-i4nscm-container, .framer-ATmSv .framer-199278f-container, .framer-ATmSv .framer-1bo7cug-container, .framer-ATmSv .framer-7gjprw-container, .framer-ATmSv .framer-1ihh3dt-container, .framer-ATmSv .framer-qtw3ee-container, .framer-ATmSv .framer-wsi6jf-container, .framer-ATmSv .framer-25orc3-container, .framer-ATmSv .framer-1gxoic9-container { align-self: start; flex: none; height: 150px; justify-self: start; width: 100%; } .framer-ATmSv .framer-1eklg17, .framer-ATmSv .framer-omp234, .framer-ATmSv .framer-2iv0bj, .framer-ATmSv .framer-1gz6vh6 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-ATmSv .framer-yi30t8-container, .framer-ATmSv .framer-1n8y41f-container, .framer-ATmSv .framer-1dzib2g-container, .framer-ATmSv .framer-1c0sk1c-container, .framer-ATmSv .framer-141eak0-container, .framer-ATmSv .framer-1r1mu3v-container, .framer-ATmSv .framer-1vobz6x-container, .framer-ATmSv .framer-13qkulk-container, .framer-ATmSv .framer-pp9g29-container, .framer-ATmSv .framer-s7sdva-container, .framer-ATmSv .framer-63xdmg-container, .framer-ATmSv .framer-16p6vu6-container { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-ATmSv .framer-1r9x96s, .framer-ATmSv .framer-sbz8lx, .framer-ATmSv .framer-uqrikb, .framer-ATmSv .framer-1kjmdyl { align-content: center; align-items: center; width: 100%; } .framer-ATmSv .framer-17c003u, .framer-ATmSv .framer-11crvl3, .framer-ATmSv .framer-di88q1 { aspect-ratio: 4.511278195488722 / 1; height: var(--framer-aspect-ratio-supported, 133px); width: 360px; } .framer-ATmSv .framer-vag8g3 { aspect-ratio: 2.706766917293233 / 1; height: var(--framer-aspect-ratio-supported, 133px); width: 360px; } .framer-ATmSv .framer-1q0tsgh { align-content: unset; align-items: unset; display: grid; grid-auto-rows: 150px; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(2, 150px); height: min-content; } .framer-ATmSv .framer-1l7h0cn-container { align-self: start; height: 150px; justify-self: start; width: 100%; } .framer-ATmSv .framer-pqapw1 { gap: 48px; } .framer-ATmSv .framer-1gbzzgr-container { flex: 1 0 0px; width: 1px; } .framer-ATmSv .framer-iyhln1-container { mix-blend-mode: unset; opacity: 0.7; top: 0px; } .framer-ATmSv .framer-1uwnaln { opacity: 0.3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ATmSv .framer-bl86kd, .framer-ATmSv .framer-vwk4eu, .framer-ATmSv .framer-b69ybk, .framer-ATmSv .framer-1v5hx3x, .framer-ATmSv .framer-1962yyf, .framer-ATmSv .framer-2mip2f, .framer-ATmSv .framer-1hbtix, .framer-ATmSv .framer-1eklg17, .framer-ATmSv .framer-1ymnzu5, .framer-ATmSv .framer-uhv91j, .framer-ATmSv .framer-2ldk9t, .framer-ATmSv .framer-omp234, .framer-ATmSv .framer-1nccbtq, .framer-ATmSv .framer-f892z7, .framer-ATmSv .framer-fh8a21, .framer-ATmSv .framer-2iv0bj, .framer-ATmSv .framer-117ax69, .framer-ATmSv .framer-cckhhc, .framer-ATmSv .framer-1ewtkjt, .framer-ATmSv .framer-1gz6vh6, .framer-ATmSv .framer-fwqcms, .framer-ATmSv .framer-bi1vla, .framer-ATmSv .framer-1q0tsgh, .framer-ATmSv .framer-pqapw1 { gap: 0px; } .framer-ATmSv .framer-bl86kd > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ATmSv .framer-bl86kd > :first-child, .framer-ATmSv .framer-vwk4eu > :first-child, .framer-ATmSv .framer-1v5hx3x > :first-child, .framer-ATmSv .framer-1962yyf > :first-child, .framer-ATmSv .framer-2mip2f > :first-child, .framer-ATmSv .framer-1ymnzu5 > :first-child, .framer-ATmSv .framer-uhv91j > :first-child, .framer-ATmSv .framer-1nccbtq > :first-child, .framer-ATmSv .framer-f892z7 > :first-child, .framer-ATmSv .framer-117ax69 > :first-child, .framer-ATmSv .framer-cckhhc > :first-child, .framer-ATmSv .framer-fwqcms > :first-child, .framer-ATmSv .framer-bi1vla > :first-child, .framer-ATmSv .framer-pqapw1 > :first-child { margin-top: 0px; } .framer-ATmSv .framer-bl86kd > :last-child, .framer-ATmSv .framer-vwk4eu > :last-child, .framer-ATmSv .framer-1v5hx3x > :last-child, .framer-ATmSv .framer-1962yyf > :last-child, .framer-ATmSv .framer-2mip2f > :last-child, .framer-ATmSv .framer-1ymnzu5 > :last-child, .framer-ATmSv .framer-uhv91j > :last-child, .framer-ATmSv .framer-1nccbtq > :last-child, .framer-ATmSv .framer-f892z7 > :last-child, .framer-ATmSv .framer-117ax69 > :last-child, .framer-ATmSv .framer-cckhhc > :last-child, .framer-ATmSv .framer-fwqcms > :last-child, .framer-ATmSv .framer-bi1vla > :last-child, .framer-ATmSv .framer-pqapw1 > :last-child { margin-bottom: 0px; } .framer-ATmSv .framer-vwk4eu > *, .framer-ATmSv .framer-1962yyf > *, .framer-ATmSv .framer-2mip2f > *, .framer-ATmSv .framer-1ymnzu5 > *, .framer-ATmSv .framer-uhv91j > *, .framer-ATmSv .framer-1nccbtq > *, .framer-ATmSv .framer-f892z7 > *, .framer-ATmSv .framer-117ax69 > *, .framer-ATmSv .framer-cckhhc > *, .framer-ATmSv .framer-fwqcms > *, .framer-ATmSv .framer-bi1vla > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ATmSv .framer-b69ybk > *, .framer-ATmSv .framer-b69ybk > :first-child, .framer-ATmSv .framer-b69ybk > :last-child, .framer-ATmSv .framer-1hbtix > *, .framer-ATmSv .framer-1hbtix > :first-child, .framer-ATmSv .framer-1hbtix > :last-child, .framer-ATmSv .framer-1eklg17 > *, .framer-ATmSv .framer-1eklg17 > :first-child, .framer-ATmSv .framer-1eklg17 > :last-child, .framer-ATmSv .framer-2ldk9t > *, .framer-ATmSv .framer-2ldk9t > :first-child, .framer-ATmSv .framer-2ldk9t > :last-child, .framer-ATmSv .framer-omp234 > *, .framer-ATmSv .framer-omp234 > :first-child, .framer-ATmSv .framer-omp234 > :last-child, .framer-ATmSv .framer-fh8a21 > *, .framer-ATmSv .framer-fh8a21 > :first-child, .framer-ATmSv .framer-fh8a21 > :last-child, .framer-ATmSv .framer-2iv0bj > *, .framer-ATmSv .framer-2iv0bj > :first-child, .framer-ATmSv .framer-2iv0bj > :last-child, .framer-ATmSv .framer-1ewtkjt > *, .framer-ATmSv .framer-1ewtkjt > :first-child, .framer-ATmSv .framer-1ewtkjt > :last-child, .framer-ATmSv .framer-1gz6vh6 > *, .framer-ATmSv .framer-1gz6vh6 > :first-child, .framer-ATmSv .framer-1gz6vh6 > :last-child, .framer-ATmSv .framer-1q0tsgh > *, .framer-ATmSv .framer-1q0tsgh > :first-child, .framer-ATmSv .framer-1q0tsgh > :last-child { margin: 0px; } .framer-ATmSv .framer-1v5hx3x > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-ATmSv .framer-pqapw1 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9866.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"c7Y8S6qrm\":{\"layout\":[\"fixed\",\"auto\"]},\"IQB_qE6cn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameruV0hfVIUj=withCSS(Component,css,\"framer-ATmSv\");export default FrameruV0hfVIUj;FrameruV0hfVIUj.displayName=\"Home\";FrameruV0hfVIUj.defaultProps={height:9866.5,width:1200};addFonts(FrameruV0hfVIUj,[{explicitInter:true,fonts:[{family:\"Internacional Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/akePqtzBD4kF4ItmWxAGxw78c.woff2\"},{family:\"Zenit Expanded\",source:\"custom\",url:\"https://framerusercontent.com/assets/9kNF8fP3ZPUas0ZyjOIDiEOxZCM.woff2\"},{family:\"Zenit Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/0Ew0jp7IufVUyRFLRhZBGzFPJQ.woff2\"},{family:\"Internacional Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/8dlRcWvhFOPuBiZ5aevBHOTJ7g.woff2\"},{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavigationFonts,...Theme01Fonts,...Theme02Fonts,...Theme03Fonts,...Theme04Fonts,...Theme05Fonts,...ButtonPrimaryFonts,...ImageZoomFonts,...VideoFonts,...AccordionFonts,...FooterFonts,...BgColorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruV0hfVIUj\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"9866.5\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c7Y8S6qrm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IQB_qE6cn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"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", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "css", "FramerGleCSPnSX", "withCSS", "GleCSPnSX_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "image", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Vsamqlxxr", "ibedc6yQj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerjiAuQSmtW", "withCSS", "jiAuQSmtW_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "image", "link", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "gH7GGy11i", "YZg5oU1Fr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerkbYRCv0GK", "withCSS", "kbYRCv0GK_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "image", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "L8eC8tTCn", "xmOxRa4o_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerkpAKXG0Yl", "withCSS", "kpAKXG0Yl_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "image", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "R2iPtGftS", "Ufd8a67kK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerlUHRyG0qg", "withCSS", "lUHRyG0qg_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "image", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Zi8D3iJqS", "KXWhi_cBA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramersbZbprd1Q", "withCSS", "sbZbprd1Q_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ImageWithFX", "withFX", "Image2", "NavigationFonts", "getFonts", "uRWnn6Uys_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "Theme01Fonts", "kbYRCv0GK_default", "Theme02Fonts", "sbZbprd1Q_default", "Theme03Fonts", "kpAKXG0Yl_default", "Theme04Fonts", "jiAuQSmtW_default", "Theme05Fonts", "lUHRyG0qg_default", "MotionDivWithFX", "motion", "ButtonPrimaryFonts", "zffhCMpGh_default", "ImageZoomFonts", "a1Z0Zd07R_default", "VideoFonts", "Video", "AccordionFonts", "xeD_7UDvf_default", "MotionMainWithOptimizedAppearEffect", "FooterFonts", "AoNbLh47t_default", "BgColorFonts", "GleCSPnSX_default", "BgColorWithVariantAppearEffect", "withVariantAppearEffect", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "ref9", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ImageWithFX", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "uRWnn6Uys_default", "MotionMainWithOptimizedAppearEffect", "MotionDivWithFX", "RichTextWithOptimizedAppearEffect", "x", "ResolveLinks", "resolvedLinks", "Container", "kbYRCv0GK_default", "resolvedLinks1", "sbZbprd1Q_default", "resolvedLinks2", "kpAKXG0Yl_default", "resolvedLinks3", "jiAuQSmtW_default", "resolvedLinks4", "lUHRyG0qg_default", "RichText2", "Image2", "Link", "zffhCMpGh_default", "a1Z0Zd07R_default", "Video", "xeD_7UDvf_default", "AoNbLh47t_default", "BgColorWithVariantAppearEffect", "css", "FrameruV0hfVIUj", "withCSS", "uV0hfVIUj_default", "addFonts", "NavigationFonts", "Theme01Fonts", "Theme02Fonts", "Theme03Fonts", "Theme04Fonts", "Theme05Fonts", "ButtonPrimaryFonts", "ImageZoomFonts", "VideoFonts", "AccordionFonts", "FooterFonts", "BgColorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
