{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/vY0pSavEk9Vcc44M7rMA/y9XkWuePknmhNMk236Hn/aI3ROVFfx.js", "ssg:https://framerusercontent.com/modules/1lh6AcLxWYeEg5qJdElw/ZGDWRbHwjIovQTLnPhAC/dEi3o4w00.js", "ssg:https://framerusercontent.com/modules/aXZ7OAZd8VvOteO4WOwc/Q6rOhmKt3BMe7h523yCM/DZseVgcm2.js", "ssg:https://framerusercontent.com/modules/BTHIVaXOAZgS2AMrxVae/8u5T6NCqopKiSPf8sN76/Counter.js", "ssg:https://framerusercontent.com/modules/8KELLUmZRR0ixqASxfUi/5caxRlIrg8i0iYG4aw1X/gfe87Awli.js", "ssg:https://framerusercontent.com/modules/33Yvswc8lrYt8d3pRaUm/1p09ldBZhsjI8y2yw8sV/LjEB4Qwq7.js", "ssg:https://framerusercontent.com/modules/3LIajlkPGFi4p0BLxWyQ/Fd9KS6QGAxzDGzIJ1EfB/QrHqJxCIz.js", "ssg:https://framerusercontent.com/modules/72n3tfhgKNbJ2w8TCgPG/53MmDf1dbbsTEExE6y4y/TlzQvwPLl.js", "ssg:https://framerusercontent.com/modules/oLDAocR1sbuRQmnUdfyM/Jonsi1LRcpPrsXVPBsIl/uzW1MLzN9.js", "ssg:https://framerusercontent.com/modules/zUHlGf5HeweLJzZtqWPv/0sqiAfQvmAoNU40Qh6tO/Vsp2MKsXJ.js", "ssg:https://framerusercontent.com/modules/z3oxEYcZcYciYaWCnDG3/BfOfEYc48Y34rfevDH8Q/yd4YpzVEY.js", "ssg:https://framerusercontent.com/modules/koeVnhSwnBhplTgfQBwC/YWSYe4axwn3s9dKYR9qp/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { 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,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-TZl98\";const variantClassNames={t6A2kRbib:\"framer-v-6lmjzy\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,radius,width,...props})=>{var _ref,_ref1;return{...props,Q_KH32uCf:(_ref=radius!==null&&radius!==void 0?radius:props.Q_KH32uCf)!==null&&_ref!==void 0?_ref:\"12px\",QXS8bDsxU:(_ref1=image!==null&&image!==void 0?image:props.QXS8bDsxU)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/AcYUtEyftjj48L85Fu5t9oMRuU.png\",srcSet:\"https://framerusercontent.com/images/AcYUtEyftjj48L85Fu5t9oMRuU.png?scale-down-to=512 512w,https://framerusercontent.com/images/AcYUtEyftjj48L85Fu5t9oMRuU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AcYUtEyftjj48L85Fu5t9oMRuU.png 1920w\"}};};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,Q_KH32uCf,QXS8bDsxU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"t6A2kRbib\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6lmjzy\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"t6A2kRbib\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, rgb(7, 9, 14))\",borderBottomLeftRadius:radiusForCorner(Q_KH32uCf,3),borderBottomRightRadius:radiusForCorner(Q_KH32uCf,2),borderTopLeftRadius:radiusForCorner(Q_KH32uCf,0),borderTopRightRadius:radiusForCorner(Q_KH32uCf,1),mask:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\",WebkitMask:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||603)-0-603)/2)),pixelHeight:1080,pixelWidth:1920,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,...toResponsiveImage(QXS8bDsxU),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-4ycj8t\",layoutDependency:layoutDependency,layoutId:\"t4P2unzIO\",style:{mask:\"linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TZl98.framer-wzggnh, .framer-TZl98 .framer-wzggnh { display: block; }\",\".framer-TZl98.framer-6lmjzy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1072px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TZl98 .framer-4ycj8t { aspect-ratio: 1.7777777777777777 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 603px); overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TZl98.framer-6lmjzy { gap: 0px; } .framer-TZl98.framer-6lmjzy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TZl98.framer-6lmjzy > :first-child { margin-left: 0px; } .framer-TZl98.framer-6lmjzy > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 603\n * @framerIntrinsicWidth 1072\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Q_KH32uCf\":\"radius\",\"QXS8bDsxU\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraI3ROVFfx=withCSS(Component,css,\"framer-TZl98\");export default FrameraI3ROVFfx;FrameraI3ROVFfx.displayName=\"Hero/Dashboard\";FrameraI3ROVFfx.defaultProps={height:603,width:1072};addPropertyControls(FrameraI3ROVFfx,{Q_KH32uCf:{defaultValue:\"12px\",title:\"Radius\",type:ControlType.BorderRadius},QXS8bDsxU:{__defaultAssetReference:\"data:framer/asset-reference,AcYUtEyftjj48L85Fu5t9oMRuU.png?originalFilename=Screenshot_platform.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FrameraI3ROVFfx,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraI3ROVFfx\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Q_KH32uCf\\\":\\\"radius\\\",\\\"QXS8bDsxU\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"1072\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"603\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aI3ROVFfx.map", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={foT4akdb5:{hover:true}};const cycleOrder=[\"foT4akdb5\",\"sesKxjM1o\"];const serializationHash=\"framer-OJGVm\";const variantClassNames={foT4akdb5:\"framer-v-2w1oii\",sesKxjM1o:\"framer-v-xm2rp5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:1.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"foT4akdb5\",Mobile:\"sesKxjM1o\"};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:\"foT4akdb5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"foT4akdb5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"sesKxjM1o\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"sesKxjM1o\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2w1oii\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"foT4akdb5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"foT4akdb5-hover\":{\"data-framer-name\":undefined},sesKxjM1o:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 50px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-19lohvh\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"C1vz61XaC\",style:{mask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 56.599999999999994% 21.099999999999998%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(23% 46% at 75.9% 47.8%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.19923) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 56.599999999999994% 21.099999999999998%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(23% 46% at 75.9% 47.8%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.19923) 0%, rgba(0, 0, 0, 0) 100%) add\"}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10z8krc\",\"data-framer-name\":\"Premium\",layoutDependency:layoutDependency,layoutId:\"M1IzAUf8U\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",rotate:0},variants:{\"foT4akdb5-hover\":{rotate:25}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Premium\"})}),className:\"framer-1pbprnt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ywdsG7mBb\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rt8ka1\",\"data-framer-name\":\"Free\",layoutDependency:layoutDependency,layoutId:\"tAuXqmFqm\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",rotate:0},variants:{\"foT4akdb5-hover\":{rotate:-25}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Free\"})}),className:\"framer-10grek2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NvmswdO6t\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14905f2\",layoutDependency:layoutDependency,layoutId:\"XnzWapX2A\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-acpf9s\",layoutDependency:layoutDependency,layoutId:\"X6brfukfd\",style:{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(255, 255, 255, 0.25) 100%)\"},variants:{\"foT4akdb5-hover\":{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(0, 194, 78, 0.35) 100%)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tb2v5x\",layoutDependency:layoutDependency,layoutId:\"Q9r51lL2W\",style:{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(255, 255, 255, 0.25) 100%)\",rotate:-180},variants:{\"foT4akdb5-hover\":{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(0, 194, 78, 0.35) 100%)\"}}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wey55l\",layoutDependency:layoutDependency,layoutId:\"kU7vOvIt3\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1d5u7g3\",\"data-framer-name\":\"Linkedin\",fill:\"rgba(0, 117, 250, 0)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"CwYTLOh0A\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"foT4akdb5-hover\":{fill:\"rgb(0, 117, 250)\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ndsko5\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(77, 77, 77)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"l_nLXXmvm\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:714,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+0),pixelHeight:699,pixelWidth:714,sizes:\"55px\",src:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png\",srcSet:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png?scale-down-to=512 512w,https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png 714w\"},className:\"framer-100iboi\",\"data-framer-name\":\"TalentSight-07\",layoutDependency:layoutDependency,layoutId:\"fXgcLBM7E\",style:{filter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0))\",WebkitFilter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0))\"},variants:{\"foT4akdb5-hover\":{filter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0.3))\",WebkitFilter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0.3))\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s28mns\",layoutDependency:layoutDependency,layoutId:\"s1MbY_ojN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12u5fpe\",\"data-framer-name\":\"Linkedin\",fill:\"rgba(196, 125, 22, 0)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"Q1U95pdJp\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"foT4akdb5-hover\":{fill:\"rgb(196, 125, 22)\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ayue3s\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(77, 77, 77)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"x6paE03_B\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dnozj5\",layoutDependency:layoutDependency,layoutId:\"gFX9DPIsf\",style:{backgroundColor:\"var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, rgb(7, 9, 14))\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:218,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+0),pixelHeight:210,pixelWidth:218,src:\"https://framerusercontent.com/images/zMW0eGfKyQjefNerr1SOo4PY3Os.png\"},className:\"framer-19wotj6\",\"data-framer-name\":\"Recruiter linekdin\",layoutDependency:layoutDependency,layoutId:\"jtYTRqIAf\",...addPropertyOverrides({\"foT4akdb5-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:218,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+-22),pixelHeight:210,pixelWidth:218,src:\"https://framerusercontent.com/images/zMW0eGfKyQjefNerr1SOo4PY3Os.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+0),pixelHeight:210,pixelWidth:211,src:\"https://framerusercontent.com/images/70qnUWM3CAaCTtXmJHl7t0ACvc.png\"},className:\"framer-18j5zy9\",\"data-framer-name\":\"Navigator linkedin\",layoutDependency:layoutDependency,layoutId:\"KfAJJjfA3\",...addPropertyOverrides({\"foT4akdb5-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+0-3),pixelHeight:210,pixelWidth:211,src:\"https://framerusercontent.com/images/70qnUWM3CAaCTtXmJHl7t0ACvc.png\"}}},baseVariant,gestureVariant)})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-1xviyqw\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"tcCTzSaNl\",style:{mask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 56.599999999999994% 21.099999999999998%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(23% 46% at 75.9% 47.8%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.19923) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 56.599999999999994% 21.099999999999998%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(23% 46% at 75.9% 47.8%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.19923) 0%, rgba(0, 0, 0, 0) 100%) add\"},...addPropertyOverrides({sesKxjM1o:{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 50px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-npnpay\",\"data-framer-name\":\"Premium\",layoutDependency:layoutDependency,layoutId:\"GmcgeeplO\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",rotate:25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Premium\"})}),className:\"framer-8ou4fu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kBOPaa5y6\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-iz7h22\",\"data-framer-name\":\"Free\",layoutDependency:layoutDependency,layoutId:\"KDYj_0bZs\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",rotate:-25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Free\"})}),className:\"framer-15f7e7z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VML4HRbg3\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q2jrfk\",layoutDependency:layoutDependency,layoutId:\"JYsuKPwX0\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tq57yq\",layoutDependency:layoutDependency,layoutId:\"gnqfvUGcy\",style:{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(0, 194, 78, 0.35) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pm7ym6\",layoutDependency:layoutDependency,layoutId:\"CeRX3ThHb\",style:{background:\"linear-gradient(90deg, rgba(255, 255, 255, 0.25) 29.076928490990994%, rgba(0, 194, 78, 0.35) 100%)\",rotate:-180}})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-68x7u2\",layoutDependency:layoutDependency,layoutId:\"Xqo3Eo23n\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8ab69b\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(0, 117, 250)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"A1Ci2r7ZE\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lvvm16\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(77, 77, 77)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"XBMeJnn_q\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:714,pixelHeight:699,pixelWidth:714,sizes:\"55px\",src:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png\",srcSet:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png?scale-down-to=512 512w,https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png 714w\"},className:\"framer-1v1028z\",\"data-framer-name\":\"TalentSight-07\",layoutDependency:layoutDependency,layoutId:\"UkjQQjnP_\",style:{filter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0.3))\",WebkitFilter:\"drop-shadow(0px 0px 11px rgba(0, 194, 78, 0.3))\"},...addPropertyOverrides({sesKxjM1o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:714,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+0),pixelHeight:699,pixelWidth:714,sizes:\"55px\",src:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png\",srcSet:\"https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png?scale-down-to=512 512w,https://framerusercontent.com/images/tsGZHJzlLBWcuv55Zhuv5OwKSwc.png 714w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-em6xml\",layoutDependency:layoutDependency,layoutId:\"LhAy9yNbQ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rl3jfi\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(250, 179, 0)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"msPEFp54G\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hqykom\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(77, 77, 77)\",intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"t3NJ6H3RO\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-seuhd4\",layoutDependency:layoutDependency,layoutId:\"fug9lZXXb\",style:{backgroundColor:\"var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, rgb(7, 9, 14))\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:218,pixelHeight:210,pixelWidth:218,src:\"https://framerusercontent.com/images/zMW0eGfKyQjefNerr1SOo4PY3Os.png\"},className:\"framer-m3rk63\",\"data-framer-name\":\"Recruiter linekdin\",layoutDependency:layoutDependency,layoutId:\"XQL48Qroi\",...addPropertyOverrides({sesKxjM1o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:218,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+-22),pixelHeight:210,pixelWidth:218,src:\"https://framerusercontent.com/images/zMW0eGfKyQjefNerr1SOo4PY3Os.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:211,pixelHeight:210,pixelWidth:211,src:\"https://framerusercontent.com/images/70qnUWM3CAaCTtXmJHl7t0ACvc.png\"},className:\"framer-1vhhhl7\",\"data-framer-name\":\"Navigator linkedin\",layoutDependency:layoutDependency,layoutId:\"t12hE7YMc\",...addPropertyOverrides({sesKxjM1o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:210,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||125)*.45555555555555577-17.5)+17.5+0-3),pixelHeight:210,pixelWidth:211,src:\"https://framerusercontent.com/images/70qnUWM3CAaCTtXmJHl7t0ACvc.png\"}}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OJGVm.framer-a77n9m, .framer-OJGVm .framer-a77n9m { display: block; }\",\".framer-OJGVm.framer-2w1oii { cursor: pointer; height: 125px; position: relative; width: 450px; }\",\".framer-OJGVm .framer-19lohvh, .framer-OJGVm .framer-1xviyqw { -webkit-user-select: none; bottom: -39px; flex: none; left: 0px; overflow: visible; position: absolute; right: -50px; top: 0px; user-select: none; }\",\".framer-OJGVm .framer-10z8krc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 8px 2px 8px; position: absolute; right: 107px; top: 15px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OJGVm .framer-1pbprnt, .framer-OJGVm .framer-10grek2, .framer-OJGVm .framer-8ou4fu, .framer-OJGVm .framer-15f7e7z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OJGVm .framer-1rt8ka1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 97px; overflow: hidden; padding: 2px 8px 2px 8px; position: absolute; top: 15px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OJGVm .framer-14905f2, .framer-OJGVm .framer-1q2jrfk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: center; left: 48%; overflow: visible; padding: 0px; position: absolute; top: 46%; width: 150px; }\",\".framer-OJGVm .framer-acpf9s, .framer-OJGVm .framer-1tb2v5x, .framer-OJGVm .framer-tq57yq, .framer-OJGVm .framer-pm7ym6 { flex: none; height: 1px; overflow: visible; position: relative; width: 59px; }\",\".framer-OJGVm .framer-wey55l, .framer-OJGVm .framer-68x7u2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: center; left: 44%; overflow: visible; padding: 0px; position: absolute; top: 46%; width: min-content; }\",\".framer-OJGVm .framer-1d5u7g3, .framer-OJGVm .framer-8ab69b { flex: none; height: 32px; position: relative; width: 32px; z-index: 2; }\",\".framer-OJGVm .framer-1ndsko5, .framer-OJGVm .framer-lvvm16 { flex: none; height: 32px; left: 0px; position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; z-index: 1; }\",\".framer-OJGVm .framer-100iboi { aspect-ratio: 1.0214592274678111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); overflow: visible; position: relative; width: 55px; }\",\".framer-OJGVm .framer-1s28mns, .framer-OJGVm .framer-em6xml { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 25px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-OJGVm .framer-12u5fpe, .framer-OJGVm .framer-1rl3jfi { aspect-ratio: 1 / 1; bottom: -7px; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 0px; position: absolute; right: -31px; z-index: 4; }\",\".framer-OJGVm .framer-1ayue3s, .framer-OJGVm .framer-1hqykom { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 0px; position: absolute; right: -31px; top: 0px; z-index: 3; }\",\".framer-OJGVm .framer-dnozj5, .framer-OJGVm .framer-seuhd4 { flex: none; height: 32px; left: 0px; overflow: visible; position: absolute; right: -31px; top: 0px; z-index: 2; }\",\".framer-OJGVm .framer-19wotj6 { aspect-ratio: 1.0380952380952382 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); left: 0px; overflow: visible; position: absolute; right: -31px; top: 0px; z-index: 1; }\",\".framer-OJGVm .framer-18j5zy9 { aspect-ratio: 1.0047619047619047 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 0px; overflow: visible; position: absolute; right: -31px; top: 0px; z-index: 1; }\",\".framer-OJGVm .framer-npnpay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 8px 2px 8px; position: absolute; right: 27px; top: 14px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OJGVm .framer-iz7h22 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 66px; overflow: hidden; padding: 2px 8px 2px 8px; position: absolute; top: 15px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OJGVm .framer-1v1028z { aspect-ratio: 1.0214592274678111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 55px; }\",\".framer-OJGVm .framer-m3rk63 { aspect-ratio: 1.0380952380952382 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: absolute; right: -72px; top: -22px; width: 32px; z-index: 1; }\",\".framer-OJGVm .framer-1vhhhl7 { aspect-ratio: 1.0047619047619047 / 1; bottom: -22px; flex: none; height: var(--framer-aspect-ratio-supported, 25px); overflow: visible; position: absolute; right: -72px; width: 32px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OJGVm .framer-10z8krc, .framer-OJGVm .framer-1rt8ka1, .framer-OJGVm .framer-14905f2, .framer-OJGVm .framer-wey55l, .framer-OJGVm .framer-1s28mns, .framer-OJGVm .framer-npnpay, .framer-OJGVm .framer-iz7h22, .framer-OJGVm .framer-1q2jrfk, .framer-OJGVm .framer-68x7u2, .framer-OJGVm .framer-em6xml { gap: 0px; } .framer-OJGVm .framer-10z8krc > *, .framer-OJGVm .framer-1rt8ka1 > *, .framer-OJGVm .framer-1s28mns > *, .framer-OJGVm .framer-npnpay > *, .framer-OJGVm .framer-iz7h22 > *, .framer-OJGVm .framer-em6xml > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OJGVm .framer-10z8krc > :first-child, .framer-OJGVm .framer-1rt8ka1 > :first-child, .framer-OJGVm .framer-14905f2 > :first-child, .framer-OJGVm .framer-wey55l > :first-child, .framer-OJGVm .framer-1s28mns > :first-child, .framer-OJGVm .framer-npnpay > :first-child, .framer-OJGVm .framer-iz7h22 > :first-child, .framer-OJGVm .framer-1q2jrfk > :first-child, .framer-OJGVm .framer-68x7u2 > :first-child, .framer-OJGVm .framer-em6xml > :first-child { margin-left: 0px; } .framer-OJGVm .framer-10z8krc > :last-child, .framer-OJGVm .framer-1rt8ka1 > :last-child, .framer-OJGVm .framer-14905f2 > :last-child, .framer-OJGVm .framer-wey55l > :last-child, .framer-OJGVm .framer-1s28mns > :last-child, .framer-OJGVm .framer-npnpay > :last-child, .framer-OJGVm .framer-iz7h22 > :last-child, .framer-OJGVm .framer-1q2jrfk > :last-child, .framer-OJGVm .framer-68x7u2 > :last-child, .framer-OJGVm .framer-em6xml > :last-child { margin-right: 0px; } .framer-OJGVm .framer-14905f2 > *, .framer-OJGVm .framer-1q2jrfk > * { margin: 0px; margin-left: calc(52px / 2); margin-right: calc(52px / 2); } .framer-OJGVm .framer-wey55l > *, .framer-OJGVm .framer-68x7u2 > * { margin: 0px; margin-left: calc(57px / 2); margin-right: calc(57px / 2); } }\",\".framer-OJGVm.framer-v-xm2rp5.framer-2w1oii { cursor: unset; }\",\".framer-OJGVm.framer-v-xm2rp5 .framer-1v1028z { height: var(--framer-aspect-ratio-supported, 54px); }\",\".framer-OJGVm.framer-v-xm2rp5 .framer-m3rk63, .framer-OJGVm.framer-v-xm2rp5 .framer-1vhhhl7 { height: var(--framer-aspect-ratio-supported, 31px); }\",\".framer-OJGVm.framer-v-2w1oii.hover .framer-10z8krc { right: 27px; top: 14px; }\",\".framer-OJGVm.framer-v-2w1oii.hover .framer-1rt8ka1 { left: 66px; }\",\".framer-OJGVm.framer-v-2w1oii.hover .framer-19wotj6 { left: unset; right: -72px; top: -22px; width: 32px; }\",\".framer-OJGVm.framer-v-2w1oii.hover .framer-18j5zy9 { bottom: -22px; height: var(--framer-aspect-ratio-supported, 31px); left: unset; right: -72px; top: unset; width: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 125\n * @framerIntrinsicWidth 450\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"sesKxjM1o\":{\"layout\":[\"fixed\",\"fixed\"]},\"BWOMYnkhV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdEi3o4w00=withCSS(Component,css,\"framer-OJGVm\");export default FramerdEi3o4w00;FramerdEi3o4w00.displayName=\"LinkedIn Types\";FramerdEi3o4w00.defaultProps={height:125,width:450};addPropertyControls(FramerdEi3o4w00,{variant:{options:[\"foT4akdb5\",\"sesKxjM1o\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdEi3o4w00,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdEi3o4w00\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"450\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sesKxjM1o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BWOMYnkhV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"125\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dEi3o4w00.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-3ibA4\";const variantClassNames={eJRoUIKkA:\"framer-v-cagc2l\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={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=({appIcon,dropShadow,height,id,innerShadow,radius,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,lxSmhS7b1:(_ref=radius!==null&&radius!==void 0?radius:props.lxSmhS7b1)!==null&&_ref!==void 0?_ref:\"20px\",m0poUxP5Z:(_ref1=dropShadow!==null&&dropShadow!==void 0?dropShadow:props.m0poUxP5Z)!==null&&_ref1!==void 0?_ref1:[{blur:40,color:\"rgba(255, 255, 255, 0.25)\",diffusion:.5,focus:.5,inset:false,spread:0,type:\"box\",x:0,y:0}],vEJXb7zGB:(_ref2=innerShadow!==null&&innerShadow!==void 0?innerShadow:props.vEJXb7zGB)!==null&&_ref2!==void 0?_ref2:[{blur:4,color:\"rgba(255, 255, 255, 0.4)\",diffusion:.5,focus:.5,inset:true,spread:0,type:\"box\",x:0,y:2}],XfmtB7ncw:(_ref3=appIcon!==null&&appIcon!==void 0?appIcon:props.XfmtB7ncw)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/x7rjJadBnamSKua525NYZ4Bh8E.png\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XfmtB7ncw,m0poUxP5Z,vEJXb7zGB,lxSmhS7b1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"eJRoUIKkA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-cagc2l\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eJRoUIKkA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--n77d3t\":m0poUxP5Z,borderBottomLeftRadius:radiusForCorner(lxSmhS7b1,3),borderBottomRightRadius:radiusForCorner(lxSmhS7b1,2),borderTopLeftRadius:radiusForCorner(lxSmhS7b1,0),borderTopRightRadius:radiusForCorner(lxSmhS7b1,1),boxShadow:\"var(--n77d3t)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(XfmtB7ncw)},className:\"framer-x81gtp\",\"data-framer-name\":\"App Icon\",layoutDependency:layoutDependency,layoutId:\"Jp6T5EO2z\",style:{borderBottomLeftRadius:radiusForCorner(lxSmhS7b1,3),borderBottomRightRadius:radiusForCorner(lxSmhS7b1,2),borderTopLeftRadius:radiusForCorner(lxSmhS7b1,0),borderTopRightRadius:radiusForCorner(lxSmhS7b1,1)}}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1w7zisj\",\"data-framer-name\":\"Inner Shadow\",layoutDependency:layoutDependency,layoutId:\"I3Qc3QXfW\",style:{\"--7ppjz2\":vEJXb7zGB,borderBottomLeftRadius:radiusForCorner(lxSmhS7b1,3),borderBottomRightRadius:radiusForCorner(lxSmhS7b1,2),borderTopLeftRadius:radiusForCorner(lxSmhS7b1,0),borderTopRightRadius:radiusForCorner(lxSmhS7b1,1),boxShadow:\"var(--7ppjz2)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3ibA4.framer-83yaka, .framer-3ibA4 .framer-83yaka { display: block; }\",\".framer-3ibA4.framer-cagc2l { height: 75px; overflow: hidden; position: relative; width: 75px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3ibA4 .framer-x81gtp, .framer-3ibA4 .framer-1w7zisj { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 75\n * @framerIntrinsicWidth 75\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XfmtB7ncw\":\"appIcon\",\"m0poUxP5Z\":\"dropShadow\",\"vEJXb7zGB\":\"innerShadow\",\"lxSmhS7b1\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDZseVgcm2=withCSS(Component,css,\"framer-3ibA4\");export default FramerDZseVgcm2;FramerDZseVgcm2.displayName=\"Elements/App Icon\";FramerDZseVgcm2.defaultProps={height:75,width:75};addPropertyControls(FramerDZseVgcm2,{XfmtB7ncw:{__defaultAssetReference:\"data:framer/asset-reference,x7rjJadBnamSKua525NYZ4Bh8E.png?originalFilename=Aurix+Icon.png&preferredSize=auto\",description:\"\",title:\"App Icon\",type:ControlType.ResponsiveImage},m0poUxP5Z:{defaultValue:[{blur:40,color:\"rgba(255, 255, 255, 0.25)\",diffusion:.5,focus:.5,inset:false,spread:0,type:\"box\",x:0,y:0}],title:\"Drop Shadow\",type:ControlType.BoxShadow},vEJXb7zGB:{defaultValue:[{blur:4,color:\"rgba(255, 255, 255, 0.4)\",diffusion:.5,focus:.5,inset:true,spread:0,type:\"box\",x:0,y:2}],title:\"Inner Shadow\",type:ControlType.BoxShadow},lxSmhS7b1:{defaultValue:\"20px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerDZseVgcm2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDZseVgcm2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"75\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"XfmtB7ncw\\\":\\\"appIcon\\\",\\\"m0poUxP5Z\\\":\\\"dropShadow\\\",\\\"vEJXb7zGB\\\":\\\"innerShadow\\\",\\\"lxSmhS7b1\\\":\\\"radius\\\"}\",\"framerIntrinsicWidth\":\"75\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DZseVgcm2.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};const applyGradient=(text,gradientEnabled,angle,color1,color2)=>{if(gradientEnabled){const gradient=`linear-gradient(${angle}deg, ${color1}, ${color2})`;return /*#__PURE__*/_jsx(\"span\",{style:{backgroundImage:gradient,WebkitBackgroundClip:\"text\",WebkitTextFillColor:\"transparent\",display:\"inline-block\"},children:text});}else{return text;}};export function Counter(props){const{start,end,speed,gapSize,prefixEnabled,prefixText,prefixFont,prefixColor,prefixGradientEnabled,prefixGradientAngle,prefixGradientColor1,prefixGradientColor2,suffixEnabled,suffixText,suffixFont,suffixColor,suffixGradientEnabled,suffixGradientAngle,suffixGradientColor1,suffixGradientColor2,textGradientEnabled,textGradientAngle,textGradientColor1,textGradientColor2,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;if(count<end){setCount(prevCount=>parseFloat((prevCount+increment).toFixed(1)));}else if(loop){setCount(start);}};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[prefixEnabled&&applyGradient(/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixGradientEnabled?\"transparent\":prefixColor},children:prefixText}),prefixGradientEnabled,prefixGradientAngle,prefixGradientColor1,prefixGradientColor2),applyGradient(formatNumber(count),textGradientEnabled,textGradientAngle,textGradientColor1,textGradientColor2),suffixEnabled&&applyGradient(/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixGradientEnabled?\"transparent\":suffixColor},children:suffixText}),suffixGradientEnabled,suffixGradientAngle,suffixGradientColor1,suffixGradientColor2)]});}Counter.defaultProps={start:0,end:100,speed:100,prefixEnabled:false,suffixEnabled:false,loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\",textGradientEnabled:false,textGradientAngle:90,textGradientColor1:\"#000\",textGradientColor2:\"#fff\",prefixText:\"\",prefixFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},prefixColor:\"#000\",prefixGradientEnabled:false,prefixGradientAngle:90,prefixGradientColor1:\"#000\",prefixGradientColor2:\"#fff\",suffixText:\"\",suffixFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},suffixColor:\"#000\",suffixGradientEnabled:false,suffixGradientAngle:90,suffixGradientColor1:\"#000\",suffixGradientColor2:\"#fff\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},textGradientEnabled:{type:ControlType.Boolean,title:\"Text Gradient\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},textGradientAngle:{type:ControlType.Number,title:\"Text Gradient Angle\",min:0,max:360,defaultValue:90,hidden:props=>!props.textGradientEnabled},textGradientColor1:{type:ControlType.Color,title:\"Text Gradient Color 1\",defaultValue:\"#000\",hidden:props=>!props.textGradientEnabled},textGradientColor2:{type:ControlType.Color,title:\"Text Gradient Color 2\",defaultValue:\"#fff\",hidden:props=>!props.textGradientEnabled},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixEnabled:{type:ControlType.Boolean,title:\"Prefix\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},prefixText:{type:ControlType.String,title:\"Prefix Text\",defaultValue:\"\",hidden:props=>!props.prefixEnabled},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},hidden:props=>!props.prefixEnabled},prefixColor:{type:ControlType.Color,title:\"Prefix Color\",hidden:props=>!props.prefixEnabled},prefixGradientEnabled:{type:ControlType.Boolean,title:\"Prefix Gradient\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",hidden:props=>!props.prefixEnabled},prefixGradientAngle:{type:ControlType.Number,title:\"Prefix Gradient Angle\",min:0,max:360,defaultValue:90,hidden:props=>!props.prefixEnabled||!props.prefixGradientEnabled},prefixGradientColor1:{type:ControlType.Color,title:\"Prefix Gradient Color 1\",defaultValue:\"#000\",hidden:props=>!props.prefixEnabled||!props.prefixGradientEnabled},prefixGradientColor2:{type:ControlType.Color,title:\"Prefix Gradient Color 2\",defaultValue:\"#fff\",hidden:props=>!props.prefixEnabled||!props.prefixGradientEnabled},suffixEnabled:{type:ControlType.Boolean,title:\"Suffix\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},suffixText:{type:ControlType.String,title:\"Suffix Text\",defaultValue:\"\",hidden:props=>!props.suffixEnabled},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},hidden:props=>!props.suffixEnabled},suffixColor:{type:ControlType.Color,title:\"Suffix Color\",hidden:props=>!props.suffixEnabled},suffixGradientEnabled:{type:ControlType.Boolean,title:\"Suffix Gradient\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",hidden:props=>!props.suffixEnabled},suffixGradientAngle:{type:ControlType.Number,title:\"Suffix Gradient Angle\",min:0,max:360,defaultValue:90,hidden:props=>!props.suffixEnabled||!props.suffixGradientEnabled},suffixGradientColor1:{type:ControlType.Color,title:\"Suffix Gradient Color 1\",defaultValue:\"#000\",hidden:props=>!props.suffixEnabled||!props.suffixGradientEnabled},suffixGradientColor2:{type:ControlType.Color,title:\"Suffix Gradient Color 2\",defaultValue:\"#fff\",hidden:props=>!props.suffixEnabled||!props.suffixGradientEnabled},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"[Built by Asif Kabir](https://www.youtube.com/channel/UCujbStV-Rp-QGfiHOKA9AvA)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Counter}from\"https://framerusercontent.com/modules/BTHIVaXOAZgS2AMrxVae/8u5T6NCqopKiSPf8sN76/Counter.js\";const CounterFonts=getFonts(Counter);const cycleOrder=[\"R3CX4Tfoh\",\"dDERD3Ozy\",\"V71QNV7pY\",\"uaLdfoa95\"];const serializationHash=\"framer-xO96Q\";const variantClassNames={dDERD3Ozy:\"framer-v-qcge47\",R3CX4Tfoh:\"framer-v-18v9ffd\",uaLdfoa95:\"framer-v-18oopcq\",V71QNV7pY:\"framer-v-1q4gm8n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:2,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Default\":\"R3CX4Tfoh\",\"Desktop-Hover\":\"dDERD3Ozy\",\"Mobile-Appear\":\"uaLdfoa95\",Mobile:\"V71QNV7pY\"};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:\"R3CX4Tfoh\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"R3CX4Tfoh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1lr688s=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"dDERD3Ozy\");});const onMouseLeavef76sj5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"R3CX4Tfoh\");});const onAppearofs0u9=activeVariantCallback(async(...args)=>{setVariant(\"uaLdfoa95\");});useOnVariantChange(baseVariant,{V71QNV7pY:onAppearofs0u9});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"dDERD3Ozy\",\"uaLdfoa95\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"dDERD3Ozy\",\"uaLdfoa95\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18v9ffd\",className,classNames),\"data-framer-name\":\"Desktop-Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R3CX4Tfoh\",onMouseEnter:onMouseEnter1lr688s,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dDERD3Ozy:{\"data-framer-name\":\"Desktop-Hover\",onMouseLeave:onMouseLeavef76sj5},uaLdfoa95:{\"data-framer-name\":\"Mobile-Appear\",\"data-highlight\":undefined,onMouseEnter:undefined},V71QNV7pY:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 114px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-1y1r4ig\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"m6ztCOhna\",style:{mask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 53.1% 27.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(34% 32% at 36.4% 61.4%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 25% at 19.7% 17.1%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(24% 25% at 53.1% 27.3%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17dum92\",layoutDependency:layoutDependency,layoutId:\"m57u1v2fF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17bat4w\",\"data-framer-name\":\"Analytics Top\",layoutDependency:layoutDependency,layoutId:\"qvcA55JHb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1koucck\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"N_UxKjNu8\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1htdkij\",layoutDependency:layoutDependency,layoutId:\"tvwRxVPyC\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xwcwu\",layoutDependency:layoutDependency,layoutId:\"lKQalSil0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)))\"},children:\"Messages Sent\"})}),className:\"framer-1p139fo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E3_W1197l\",style:{\"--extracted-r6o4lv\":\"var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7dlfo2\",layoutDependency:layoutDependency,layoutId:\"s8Ekdgvii\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qi4h3j-container\",layoutDependency:layoutDependency,layoutId:\"McvLjnzXX-container\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:165,gapSize:4,height:\"100%\",id:\"McvLjnzXX\",incrementType:\"integer\",layoutId:\"McvLjnzXX\",loop:false,prefixColor:\"rgb(0, 0, 0)\",prefixEnabled:false,prefixFont:{},prefixGradientAngle:90,prefixGradientColor1:\"rgb(0, 0, 0)\",prefixGradientColor2:\"rgb(255, 255, 255)\",prefixGradientEnabled:false,prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},speed:100,start:143,startOnViewport:false,suffixColor:\"rgb(0, 0, 0)\",suffixEnabled:false,suffixFont:{},suffixGradientAngle:90,suffixGradientColor1:\"rgb(0, 0, 0)\",suffixGradientColor2:\"rgb(255, 255, 255)\",suffixGradientEnabled:false,suffixText:\"\",textColor:\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",textGradientAngle:90,textGradientColor1:\"rgb(0, 0, 0)\",textGradientColor2:\"rgb(255, 255, 255)\",textGradientEnabled:false,textSize:13,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"143\"})}),className:\"framer-1313apu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xprsz3dG2\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xkcprp\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"TNd5lfABR\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xlckj\",layoutDependency:layoutDependency,layoutId:\"CNXgMTXkZ\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l9zi86\",layoutDependency:layoutDependency,layoutId:\"OyenS1i49\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)))\"},children:\"Connection Requests\"})}),className:\"framer-18w47z1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GpaP_LsIA\",style:{\"--extracted-r6o4lv\":\"var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mwfrtv\",layoutDependency:layoutDependency,layoutId:\"lQaztW9R3\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1st5cm2-container\",layoutDependency:layoutDependency,layoutId:\"K0FQoA2ZE-container\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:257,gapSize:4,height:\"100%\",id:\"K0FQoA2ZE\",incrementType:\"integer\",layoutId:\"K0FQoA2ZE\",loop:false,prefixColor:\"rgb(0, 0, 0)\",prefixEnabled:false,prefixFont:{},prefixGradientAngle:90,prefixGradientColor1:\"rgb(0, 0, 0)\",prefixGradientColor2:\"rgb(255, 255, 255)\",prefixGradientEnabled:false,prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},speed:100,start:235,startOnViewport:false,suffixColor:\"rgb(0, 0, 0)\",suffixEnabled:false,suffixFont:{},suffixGradientAngle:90,suffixGradientColor1:\"rgb(0, 0, 0)\",suffixGradientColor2:\"rgb(255, 255, 255)\",suffixGradientEnabled:false,suffixText:\"\",textColor:\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",textGradientAngle:90,textGradientColor1:\"rgb(0, 0, 0)\",textGradientColor2:\"rgb(255, 255, 255)\",textGradientEnabled:false,textSize:13,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"235\"})}),className:\"framer-koc55l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hfe3HcgIm\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n397ti\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"kqgOFB32r\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kyeedw\",layoutDependency:layoutDependency,layoutId:\"Yt1h5JhRj\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6i0ovz\",layoutDependency:layoutDependency,layoutId:\"dbJ19zire\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)))\"},children:\"Response Rate\"})}),className:\"framer-h8wyuc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EzFujZk10\",style:{\"--extracted-r6o4lv\":\"var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ejicio\",layoutDependency:layoutDependency,layoutId:\"xMHDdTmK5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c4q8kh\",layoutDependency:layoutDependency,layoutId:\"chVCCpUgp\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ah7ik-container\",layoutDependency:layoutDependency,layoutId:\"KoOWVmy5s-container\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:37,gapSize:4,height:\"100%\",id:\"KoOWVmy5s\",incrementType:\"integer\",layoutId:\"KoOWVmy5s\",loop:false,prefixColor:\"rgb(0, 0, 0)\",prefixEnabled:false,prefixFont:{},prefixGradientAngle:90,prefixGradientColor1:\"rgb(0, 0, 0)\",prefixGradientColor2:\"rgb(255, 255, 255)\",prefixGradientEnabled:false,prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},speed:300,start:31,startOnViewport:false,suffixColor:\"rgb(0, 0, 0)\",suffixEnabled:false,suffixFont:{},suffixGradientAngle:90,suffixGradientColor1:\"rgb(0, 0, 0)\",suffixGradientColor2:\"rgb(255, 255, 255)\",suffixGradientEnabled:false,suffixText:\"\",textColor:\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",textGradientAngle:90,textGradientColor1:\"rgb(0, 0, 0)\",textGradientColor2:\"rgb(255, 255, 255)\",textGradientEnabled:false,textSize:13,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"31\"})}),className:\"framer-ybka4o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mYnkYvM0i\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"%\"})}),className:\"framer-1pp4k28\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N0fytsYJ9\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5cdr9c\",\"data-framer-name\":\"Analytics Bottom\",layoutDependency:layoutDependency,layoutId:\"MqjYyGQVu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vy8zgb\",layoutDependency:layoutDependency,layoutId:\"e0h54oFCt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a9w5eu\",layoutDependency:layoutDependency,layoutId:\"HIjHb2hnu\",style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"none\",mask:\"linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) add\",WebkitMask:\"linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) add\"},variants:{dDERD3Ozy:{boxShadow:\"0px 0px 10px 1px rgba(255, 255, 255, 0.15)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-js4qd1\",layoutDependency:layoutDependency,layoutId:\"CBz0IuTia\",style:{backgroundColor:\"rgb(255, 255, 255)\",mask:\"linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%) add\",WebkitMask:\"linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ue4p6y\",layoutDependency:layoutDependency,layoutId:\"xor2KYYWQ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iywrkp\",\"data-border\":true,\"data-framer-name\":\"Dashed\",layoutDependency:layoutDependency,layoutId:\"HkKeWVghD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8zvnwm\",\"data-border\":true,\"data-framer-name\":\"Dashed\",layoutDependency:layoutDependency,layoutId:\"sbDv13N9T\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ge8c4m\",\"data-border\":true,\"data-framer-name\":\"Dashed\",layoutDependency:layoutDependency,layoutId:\"KUwfIi4jT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-igdqs0\",\"data-border\":true,\"data-framer-name\":\"Dashed\",layoutDependency:layoutDependency,layoutId:\"lRA6zF_Nt\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\"}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15koq25\",layoutDependency:layoutDependency,layoutId:\"eFAlihLW8\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wvaspg\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"QafbEJxav\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1)\"},variants:{dDERD3Ozy:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"},uaLdfoa95:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zip8p3\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"UQ9DUfxsu\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1)\"},variants:{dDERD3Ozy:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"},uaLdfoa95:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15hj82a\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"KErHInvpN\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1)\"},variants:{dDERD3Ozy:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"},uaLdfoa95:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xuax6k\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"HOD17JYWG\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1)\"},variants:{dDERD3Ozy:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"},uaLdfoa95:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19zwohd\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"VavCeBCer\",style:{backgroundColor:\"rgb(46, 46, 46)\",borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1)\"},variants:{dDERD3Ozy:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"},uaLdfoa95:{backgroundColor:\"var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78))\",boxShadow:\"none\"}}})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xO96Q.framer-xlbhgc, .framer-xO96Q .framer-xlbhgc { display: block; }\",\".framer-xO96Q.framer-18v9ffd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-1y1r4ig { -webkit-user-select: none; bottom: -39px; flex: none; left: 0px; overflow: visible; position: absolute; right: -114px; top: 0px; user-select: none; }\",\".framer-xO96Q .framer-17dum92 { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-17bat4w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-1koucck, .framer-xO96Q .framer-xkcprp, .framer-xO96Q .framer-1n397ti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: relative; width: 150px; }\",\".framer-xO96Q .framer-1htdkij, .framer-xO96Q .framer-1xlckj, .framer-xO96Q .framer-kyeedw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xO96Q .framer-12xwcwu, .framer-xO96Q .framer-l9zi86, .framer-xO96Q .framer-6i0ovz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-1p139fo, .framer-xO96Q .framer-1313apu, .framer-xO96Q .framer-18w47z1, .framer-xO96Q .framer-koc55l, .framer-xO96Q .framer-h8wyuc, .framer-xO96Q .framer-ybka4o, .framer-xO96Q .framer-1pp4k28 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xO96Q .framer-7dlfo2, .framer-xO96Q .framer-mwfrtv, .framer-xO96Q .framer-1ejicio { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xO96Q .framer-qi4h3j-container, .framer-xO96Q .framer-1st5cm2-container, .framer-xO96Q .framer-9ah7ik-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xO96Q .framer-1c4q8kh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-5cdr9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xO96Q .framer-1vy8zgb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 150px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 450px; z-index: 1; }\",\".framer-xO96Q .framer-1a9w5eu { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-xO96Q .framer-js4qd1 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-xO96Q .framer-1ue4p6y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 6px; width: 450px; z-index: 1; }\",\".framer-xO96Q .framer-1iywrkp, .framer-xO96Q .framer-8zvnwm, .framer-xO96Q .framer-ge8c4m, .framer-xO96Q .framer-igdqs0 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-xO96Q .framer-15koq25 { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 1px 0px 1px 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-xO96Q .framer-1wvaspg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 126px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xO96Q .framer-zip8p3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xO96Q .framer-15hj82a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 69px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xO96Q .framer-xuax6k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 93px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xO96Q .framer-19zwohd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 53px; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xO96Q.framer-18v9ffd, .framer-xO96Q .framer-17dum92, .framer-xO96Q .framer-17bat4w, .framer-xO96Q .framer-1koucck, .framer-xO96Q .framer-1htdkij, .framer-xO96Q .framer-12xwcwu, .framer-xO96Q .framer-7dlfo2, .framer-xO96Q .framer-xkcprp, .framer-xO96Q .framer-1xlckj, .framer-xO96Q .framer-l9zi86, .framer-xO96Q .framer-mwfrtv, .framer-xO96Q .framer-1n397ti, .framer-xO96Q .framer-kyeedw, .framer-xO96Q .framer-6i0ovz, .framer-xO96Q .framer-1ejicio, .framer-xO96Q .framer-1c4q8kh, .framer-xO96Q .framer-5cdr9c, .framer-xO96Q .framer-1vy8zgb, .framer-xO96Q .framer-1ue4p6y, .framer-xO96Q .framer-15koq25, .framer-xO96Q .framer-1wvaspg, .framer-xO96Q .framer-zip8p3, .framer-xO96Q .framer-15hj82a, .framer-xO96Q .framer-xuax6k, .framer-xO96Q .framer-19zwohd { gap: 0px; } .framer-xO96Q.framer-18v9ffd > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-xO96Q.framer-18v9ffd > :first-child, .framer-xO96Q .framer-17bat4w > :first-child, .framer-xO96Q .framer-1koucck > :first-child, .framer-xO96Q .framer-xkcprp > :first-child, .framer-xO96Q .framer-1n397ti > :first-child, .framer-xO96Q .framer-1c4q8kh > :first-child, .framer-xO96Q .framer-5cdr9c > :first-child, .framer-xO96Q .framer-15koq25 > :first-child, .framer-xO96Q .framer-1wvaspg > :first-child, .framer-xO96Q .framer-zip8p3 > :first-child, .framer-xO96Q .framer-15hj82a > :first-child, .framer-xO96Q .framer-xuax6k > :first-child, .framer-xO96Q .framer-19zwohd > :first-child { margin-left: 0px; } .framer-xO96Q.framer-18v9ffd > :last-child, .framer-xO96Q .framer-17bat4w > :last-child, .framer-xO96Q .framer-1koucck > :last-child, .framer-xO96Q .framer-xkcprp > :last-child, .framer-xO96Q .framer-1n397ti > :last-child, .framer-xO96Q .framer-1c4q8kh > :last-child, .framer-xO96Q .framer-5cdr9c > :last-child, .framer-xO96Q .framer-15koq25 > :last-child, .framer-xO96Q .framer-1wvaspg > :last-child, .framer-xO96Q .framer-zip8p3 > :last-child, .framer-xO96Q .framer-15hj82a > :last-child, .framer-xO96Q .framer-xuax6k > :last-child, .framer-xO96Q .framer-19zwohd > :last-child { margin-right: 0px; } .framer-xO96Q .framer-17dum92 > *, .framer-xO96Q .framer-1htdkij > *, .framer-xO96Q .framer-7dlfo2 > *, .framer-xO96Q .framer-1xlckj > *, .framer-xO96Q .framer-mwfrtv > *, .framer-xO96Q .framer-kyeedw > *, .framer-xO96Q .framer-1ejicio > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xO96Q .framer-17dum92 > :first-child, .framer-xO96Q .framer-1htdkij > :first-child, .framer-xO96Q .framer-12xwcwu > :first-child, .framer-xO96Q .framer-7dlfo2 > :first-child, .framer-xO96Q .framer-1xlckj > :first-child, .framer-xO96Q .framer-l9zi86 > :first-child, .framer-xO96Q .framer-mwfrtv > :first-child, .framer-xO96Q .framer-kyeedw > :first-child, .framer-xO96Q .framer-6i0ovz > :first-child, .framer-xO96Q .framer-1ejicio > :first-child, .framer-xO96Q .framer-1vy8zgb > :first-child, .framer-xO96Q .framer-1ue4p6y > :first-child { margin-top: 0px; } .framer-xO96Q .framer-17dum92 > :last-child, .framer-xO96Q .framer-1htdkij > :last-child, .framer-xO96Q .framer-12xwcwu > :last-child, .framer-xO96Q .framer-7dlfo2 > :last-child, .framer-xO96Q .framer-1xlckj > :last-child, .framer-xO96Q .framer-l9zi86 > :last-child, .framer-xO96Q .framer-mwfrtv > :last-child, .framer-xO96Q .framer-kyeedw > :last-child, .framer-xO96Q .framer-6i0ovz > :last-child, .framer-xO96Q .framer-1ejicio > :last-child, .framer-xO96Q .framer-1vy8zgb > :last-child, .framer-xO96Q .framer-1ue4p6y > :last-child { margin-bottom: 0px; } .framer-xO96Q .framer-17bat4w > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-xO96Q .framer-1koucck > *, .framer-xO96Q .framer-xkcprp > *, .framer-xO96Q .framer-1n397ti > *, .framer-xO96Q .framer-5cdr9c > *, .framer-xO96Q .framer-1wvaspg > *, .framer-xO96Q .framer-zip8p3 > *, .framer-xO96Q .framer-15hj82a > *, .framer-xO96Q .framer-xuax6k > *, .framer-xO96Q .framer-19zwohd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xO96Q .framer-12xwcwu > *, .framer-xO96Q .framer-l9zi86 > *, .framer-xO96Q .framer-6i0ovz > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xO96Q .framer-1c4q8kh > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-xO96Q .framer-1vy8zgb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xO96Q .framer-1ue4p6y > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-xO96Q .framer-15koq25 > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } }\",\".framer-xO96Q.framer-v-qcge47 .framer-1wvaspg, .framer-xO96Q.framer-v-18oopcq .framer-1wvaspg { align-content: flex-end; align-items: flex-end; height: 54px; }\",\".framer-xO96Q.framer-v-qcge47 .framer-zip8p3, .framer-xO96Q.framer-v-18oopcq .framer-zip8p3 { align-content: flex-end; align-items: flex-end; height: 129px; }\",\".framer-xO96Q.framer-v-qcge47 .framer-15hj82a, .framer-xO96Q.framer-v-18oopcq .framer-15hj82a { align-content: flex-end; align-items: flex-end; height: 104px; }\",\".framer-xO96Q.framer-v-qcge47 .framer-xuax6k, .framer-xO96Q.framer-v-18oopcq .framer-xuax6k { align-content: flex-end; align-items: flex-end; height: 50px; }\",\".framer-xO96Q.framer-v-qcge47 .framer-19zwohd, .framer-xO96Q.framer-v-18oopcq .framer-19zwohd { align-content: flex-end; align-items: flex-end; height: 90px; }\",'.framer-xO96Q[data-border=\"true\"]::after, .framer-xO96Q [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 233\n * @framerIntrinsicWidth 506\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dDERD3Ozy\":{\"layout\":[\"auto\",\"auto\"]},\"V71QNV7pY\":{\"layout\":[\"auto\",\"auto\"]},\"uaLdfoa95\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framergfe87Awli=withCSS(Component,css,\"framer-xO96Q\");export default Framergfe87Awli;Framergfe87Awli.displayName=\"Analytics\";Framergfe87Awli.defaultProps={height:233,width:506};addPropertyControls(Framergfe87Awli,{variant:{options:[\"R3CX4Tfoh\",\"dDERD3Ozy\",\"V71QNV7pY\",\"uaLdfoa95\"],optionTitles:[\"Desktop-Default\",\"Desktop-Hover\",\"Mobile\",\"Mobile-Appear\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framergfe87Awli,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergfe87Awli\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"506\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"233\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dDERD3Ozy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V71QNV7pY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uaLdfoa95\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gfe87Awli.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hjpL7mZIa\",\"Ik4rxTD9S\",\"TIQTcvV1M\"];const serializationHash=\"framer-sw4MW\";const variantClassNames={hjpL7mZIa:\"framer-v-13zobmy\",Ik4rxTD9S:\"framer-v-z4zzqs\",TIQTcvV1M:\"framer-v-zj4blp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Default\":\"hjpL7mZIa\",\"Desktop-Hover\":\"Ik4rxTD9S\",Mobile:\"TIQTcvV1M\"};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:\"hjpL7mZIa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hjpL7mZIa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1nut91h=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Ik4rxTD9S\");});const onMouseLeave1l4nesl=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"hjpL7mZIa\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13zobmy\",className,classNames),\"data-framer-name\":\"Desktop-Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hjpL7mZIa\",onMouseEnter:onMouseEnter1nut91h,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Ik4rxTD9S:{\"data-framer-name\":\"Desktop-Hover\",onMouseLeave:onMouseLeave1l4nesl},TIQTcvV1M:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-2xdjpe\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"D4tSgIVFZ\",style:{mask:\"radial-gradient(33% 53% at 65.10000000000001% 46.400000000000006%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39618) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 19.3% 27.200000000000003%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(33% 53% at 65.10000000000001% 46.400000000000006%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39618) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 19.3% 27.200000000000003%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\"},variants:{Ik4rxTD9S:{mask:\"radial-gradient(33% 38% at 68.4% 54%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 18.2% 27.200000000000003%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(33% 38% at 68.4% 54%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 18.2% 27.200000000000003%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add\"},TIQTcvV1M:{mask:\"radial-gradient(33% 38% at 68.4% 54%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 18.2% 27.200000000000003%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(33% 38% at 68.4% 54%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(19% 30.64516129032258% at 18.2% 27.200000000000003%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) add\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xi3dpe\",\"data-framer-name\":\"Mask\",layoutDependency:layoutDependency,layoutId:\"HGLDbHN6N\",style:{backgroundColor:\"rgb(255, 255, 255)\",mask:\"radial-gradient(21% 35% at 64.8% 64.4%, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(21% 35% at 64.8% 64.4%, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%) add\"},variants:{Ik4rxTD9S:{mask:\"radial-gradient(21% 35% at 67.30000000000001% 50.7%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(21% 35% at 67.30000000000001% 50.7%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%) add\"},TIQTcvV1M:{mask:\"radial-gradient(21% 35% at 67.30000000000001% 50.7%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(21% 35% at 67.30000000000001% 50.7%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(21% 16% at 20.9% 18.2%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%) add\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yrfc0u\",\"data-framer-name\":\"Not started\",layoutDependency:layoutDependency,layoutId:\"AfyKeSiNo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o28cxj\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"rAPo_4Kj9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pq6tvd\",layoutDependency:layoutDependency,layoutId:\"Oepm5B6uz\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Campaign: Java Developers\"})}),className:\"framer-1gebagv\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"bCy2U81F5\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"24\"})}),className:\"framer-1c87gul\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zl7ON72nc\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l0vd4t\",layoutDependency:layoutDependency,layoutId:\"gJz8cW477\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10nmmp7\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"v5ewXKpc3\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tyuqxv\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"zZAoHwv1q\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1io9mvw\",layoutDependency:layoutDependency,layoutId:\"GJt59Xzdz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17279qp\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"bnkP0F9EF\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+46.4+0+0+24+0+0+0+0+0),sizes:\"40px\",src:\"https://framerusercontent.com/images/KvYpZpFddcRRqVruxUZfmzSh0.png\",srcSet:\"https://framerusercontent.com/images/KvYpZpFddcRRqVruxUZfmzSh0.png?scale-down-to=1024 860w,https://framerusercontent.com/images/KvYpZpFddcRRqVruxUZfmzSh0.png 908w\"},className:\"framer-mvj77z\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"GOhV0DUSx\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Karlos Nasar\"})}),className:\"framer-v17xba\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XRT8_WSfF\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d4x5hx\",layoutDependency:layoutDependency,layoutId:\"PbBaC8l_P\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"Software \",/*#__PURE__*/_jsx(motion.br,{}),\"Engineer\"]})}),className:\"framer-1hbqvzo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u497wRgTU\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nk7cn3\",layoutDependency:layoutDependency,layoutId:\"DrUkvVH6W\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bt7dcz\",layoutDependency:layoutDependency,layoutId:\"i7vttHMbU\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Java\"})}),className:\"framer-1t89665\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O5Y_IGDF4\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ipai7\",layoutDependency:layoutDependency,layoutId:\"mf74ktVrB\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Spring\"})}),className:\"framer-1s028de\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S5uCDa1Ns\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i5qxvk\",layoutDependency:layoutDependency,layoutId:\"RTRIrH8uQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t8xzfj\",layoutDependency:layoutDependency,layoutId:\"jmCl4I5np\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fokiqc\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"c2joQBLrs\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12l0fbj\",layoutDependency:layoutDependency,layoutId:\"jJqMY3Ouz\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"Follow-up\"]})}),className:\"framer-wmces\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mnvRLQGQu\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'\"Hey Karlos, I just wanted to '}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:\"check up on you and if you \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'managed to see my last message.\"'})]})}),className:\"framer-74xx81\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZYzdJRahT\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q6bdz0\",layoutDependency:layoutDependency,layoutId:\"fY_ZeQx7c\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bu06kx\",layoutDependency:layoutDependency,layoutId:\"T3N3fZUMV\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-djaewt\",layoutDependency:layoutDependency,layoutId:\"HRRPUOikW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send\"})}),className:\"framer-guga8z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tr_tn852N\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jczxfh\",layoutDependency:layoutDependency,layoutId:\"NAMwAoRz6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-121v7ll\",layoutDependency:layoutDependency,layoutId:\"yuxroGADP\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1suxj9g\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"HX_bLsQRJ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10e6pwf\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"i7LBSPyCm\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-170rh5i\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"XaBCEFeKA\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmfgha\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"SglI6awnV\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ai9spc\",layoutDependency:layoutDependency,layoutId:\"ubI5HiJrE\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1817ku\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"WQMPf2KdS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+46.4+0+123+24+0+0+0+0+0),pixelHeight:3872,pixelWidth:2592,sizes:\"40px\",src:\"https://framerusercontent.com/images/9Eojl9xKz48ZbfN2wukMx7GvI.jpg\",srcSet:\"https://framerusercontent.com/images/9Eojl9xKz48ZbfN2wukMx7GvI.jpg?scale-down-to=1024 685w,https://framerusercontent.com/images/9Eojl9xKz48ZbfN2wukMx7GvI.jpg?scale-down-to=2048 1370w,https://framerusercontent.com/images/9Eojl9xKz48ZbfN2wukMx7GvI.jpg 2592w\"},className:\"framer-1pborme\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"NfwdLedV4\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Ben Shown\"})}),className:\"framer-6q7lmg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AqNRcd3gK\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3yyrla\",layoutDependency:layoutDependency,layoutId:\"U6ETlyN2z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"Java \",/*#__PURE__*/_jsx(motion.br,{}),\"Developer\"]})}),className:\"framer-1blpqap\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Wr9FBRu9k\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3b32uw\",layoutDependency:layoutDependency,layoutId:\"zxloELhU9\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1neqctu\",layoutDependency:layoutDependency,layoutId:\"mKpNgQncH\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Java\"})}),className:\"framer-1iefkec\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c8iq86O_8\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rczkq3\",layoutDependency:layoutDependency,layoutId:\"k8mlmwfqU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b3jcgh\",layoutDependency:layoutDependency,layoutId:\"pv6ii6vo0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mun872\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"eEOiqWHuR\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v0ntng\",layoutDependency:layoutDependency,layoutId:\"ygcxp5r7R\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"Message\"]})}),className:\"framer-1kmfr1z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JePVL4t8u\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:'\"Hey Ben, nice to meet you. I am '}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"recruiter from ABC company and \",/*#__PURE__*/_jsx(motion.br,{}),'I came accross your profile\u2026\" ']})]}),className:\"framer-1s6oe79\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hOn6_V0Nj\",style:{\"--extracted-2gxw0f\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1thhzmc\",layoutDependency:layoutDependency,layoutId:\"ygNBPi5AM\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c4e8wv\",layoutDependency:layoutDependency,layoutId:\"K1C0oLAGd\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ctley6\",layoutDependency:layoutDependency,layoutId:\"ksOCSPL5R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send \"})}),className:\"framer-ar9pca\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"M3HwtbMoZ\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vzh5gj\",layoutDependency:layoutDependency,layoutId:\"LvygIKmqu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-duujgi\",layoutDependency:layoutDependency,layoutId:\"QpnhuyazT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5du80\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"WfbV1CxJQ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5qbkn4\",layoutDependency:layoutDependency,layoutId:\"yxbW_NkA_\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(255, 0, 0, 0.65), inset 0px 0px 20px 0px rgba(255, 0, 0, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(255, 0, 0, 0.65), inset 0px 0px 20px 0px rgba(255, 0, 0, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vkhf3i\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"kr0wf5g8j\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4v7772\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"rfLNa3j8Z\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5gx68l\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"IJXJiZSgW\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kvni1q\",layoutDependency:layoutDependency,layoutId:\"PrlWk_DAa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ubrcwi\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"a8xi64rCG\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+46.4+0+246+24+0+0+0+0+0),pixelHeight:2784,pixelWidth:1856,sizes:\"40px\",src:\"https://framerusercontent.com/images/Z4kmYBAi7pNNnGeW41ZiDk92B9c.jpg\",srcSet:\"https://framerusercontent.com/images/Z4kmYBAi7pNNnGeW41ZiDk92B9c.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Z4kmYBAi7pNNnGeW41ZiDk92B9c.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/Z4kmYBAi7pNNnGeW41ZiDk92B9c.jpg 1856w\"},className:\"framer-exjk5o\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"v068TAber\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Shan Brown\"})}),className:\"framer-165qs4q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gzi4wXstu\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g7w14t\",layoutDependency:layoutDependency,layoutId:\"NvKZdFxDW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"Software \",/*#__PURE__*/_jsx(motion.br,{}),\"Developer\"]})}),className:\"framer-s70jbo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WRJ9EIxCF\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10gcq40\",layoutDependency:layoutDependency,layoutId:\"CmgYCokA5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tb2las\",layoutDependency:layoutDependency,layoutId:\"InW9AkRMs\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Java\"})}),className:\"framer-m5nu5f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CYEZiuNDK\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qarh2b\",layoutDependency:layoutDependency,layoutId:\"IwlwrRA3E\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Spring\"})}),className:\"framer-1eewuwn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fXTsPN0e1\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ax0mu8\",layoutDependency:layoutDependency,layoutId:\"XNtPP5TyW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d08ylt\",layoutDependency:layoutDependency,layoutId:\"buXotVgGC\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8rbw3l\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"fEvUpeCNV\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wplxqk\",layoutDependency:layoutDependency,layoutId:\"QPOXdjPBg\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"Follow-up\"]})}),className:\"framer-rytrvr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dR89Dg0Gc\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'\"Hey Karlos, I just wanted to '}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:\"check up on you and if you \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'managed to see my last message.\"'})]})}),className:\"framer-onc79f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gPdl3GHRV\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xz6bga\",layoutDependency:layoutDependency,layoutId:\"DooK7Wbux\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j57ulc\",layoutDependency:layoutDependency,layoutId:\"a4ntbIwZ2\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kt5xf0\",layoutDependency:layoutDependency,layoutId:\"b0uoapBlN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send \"})}),className:\"framer-81g5ge\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Swesr6hmt\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7xn179\",layoutDependency:layoutDependency,layoutId:\"dfCNEZWHy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lx6vud\",layoutDependency:layoutDependency,layoutId:\"WSJL5v4wp\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t8hgt1\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"IoV_5ZxUV\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fpfp56\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"JyfBXVp5k\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true})]})]})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-si8ckk\",\"data-framer-name\":\"In progress\",layoutDependency:layoutDependency,layoutId:\"H1AL7jg1E\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tlz972\",\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"O5FAGrW2g\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ydkhq\",layoutDependency:layoutDependency,layoutId:\"MDadnvLnD\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32), inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Campaign: Designer\"})}),className:\"framer-1l7u78j\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"JZwBImijM\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"17\"})}),className:\"framer-1fq5ams\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HP4pGLJjy\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4lmc07\",layoutDependency:layoutDependency,layoutId:\"SIGFxJbGL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cbiqw5\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"g9kK57jHM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-i0nmw9\",\"data-border\":true,\"data-framer-name\":\"Dot pattern\",layoutDependency:layoutDependency,layoutId:\"gWEkdAybd\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\",WebkitBackdropFilter:\"blur(5px)\"},variants:{Ik4rxTD9S:{boxShadow:\"inset 0px 1px 10px 0px rgba(255, 255, 255, 0.1)\"},TIQTcvV1M:{boxShadow:\"inset 0px 1px 10px 0px rgba(255, 255, 255, 0.1)\"}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+0+0+0+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:\"440px\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-j50etw\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"F3Awbywsf\",style:{mask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\"},variants:{Ik4rxTD9S:{mask:\"radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\"},TIQTcvV1M:{mask:\"radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\"}}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-glr3in\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"ABydM6jUV\",style:{backdropFilter:\"blur(5px)\",background:\"radial-gradient(100% 100% at 0% 0%, rgba(109, 110, 112, 0.5) 0%, rgba(22, 23, 26, 0.58) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"20px 20px 20px -10px rgba(0, 0, 0, 0.4)\",rotate:0,scale:1,WebkitBackdropFilter:\"blur(5px)\"},transformTemplate:transformTemplate1,variants:{Ik4rxTD9S:{backdropFilter:\"blur(10px)\",background:\"radial-gradient(100% 100% at 22.900000000000002% 29.4%, rgba(109, 110, 112, 0.75) 0%, rgba(22, 23, 26, 0.58) 100%)\",boxShadow:\"60px 60px 60px -10px rgba(0, 0, 0, 0.4)\",rotate:-5,scale:1.2,WebkitBackdropFilter:\"blur(10px)\"},TIQTcvV1M:{backdropFilter:\"blur(10px)\",background:\"radial-gradient(100% 100% at 22.900000000000002% 29.4%, rgba(109, 110, 112, 0.75) 0%, rgba(22, 23, 26, 0.58) 100%)\",boxShadow:\"60px 60px 60px -10px rgba(0, 0, 0, 0.4)\",rotate:-11,scale:1.2,WebkitBackdropFilter:\"blur(10px)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ouqvt\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"nGbbhTV2B\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xf94a7\",layoutDependency:layoutDependency,layoutId:\"DDrEZrffB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gwu65w\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"dNQICXRk2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+0+21316282072803006e-30+24+0+0+0+0+0),pixelHeight:5616,pixelWidth:3744,positionX:\"48.2%\",positionY:\"19.8%\",sizes:\"40px\",src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg\",srcSet:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg 3744w\"},className:\"framer-1gyqo51\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"iM8hnYVLg\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},...addPropertyOverrides({Ik4rxTD9S:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+0+-23.367816091954+24+0+0+0+0+0),pixelHeight:5616,pixelWidth:3744,positionX:\"48.2%\",positionY:\"19.8%\",sizes:\"40px\",src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg\",srcSet:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg 3744w\"}},TIQTcvV1M:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+0+13.500000000000014+24+0+0+0+0+0),pixelHeight:5616,pixelWidth:3744,positionX:\"48.2%\",positionY:\"19.8%\",sizes:\"40px\",src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg\",srcSet:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg 3744w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Lora Blake\"})}),className:\"framer-3nbiz7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xQWUExhOU\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14m7ujk\",layoutDependency:layoutDependency,layoutId:\"I75CP5YZs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"UI Designer\"})}),className:\"framer-15l08ia\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VCurYYKx8\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kr1etn\",layoutDependency:layoutDependency,layoutId:\"zrofKrgBk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16qosls\",layoutDependency:layoutDependency,layoutId:\"Y6IU2R6XY\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Figma\"})}),className:\"framer-1cm1r76\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Sr3ugHHHC\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1as6p2x\",layoutDependency:layoutDependency,layoutId:\"S0385rT03\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" UI/UX\"})}),className:\"framer-1t8vove\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cO23OYm8x\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c0iowm\",layoutDependency:layoutDependency,layoutId:\"wvDGFviYH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j40bcz\",layoutDependency:layoutDependency,layoutId:\"QDti_650N\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xy0xfl\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"xivmto_qS\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdhu7c\",layoutDependency:layoutDependency,layoutId:\"iagunvms7\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"In-Mail\"]})}),className:\"framer-1g4p9da\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kiBAEnHZa\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"\\\"Hello Lora, I'm trully impressed \",/*#__PURE__*/_jsx(motion.br,{}),\"by your porfolio and would like to \",/*#__PURE__*/_jsx(motion.br,{}),'share with you a job opportunity\u2026\"']})}),className:\"framer-atlrot\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sxhgjHw9P\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-52qcue\",layoutDependency:layoutDependency,layoutId:\"Po23hxQbl\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eccvj9\",layoutDependency:layoutDependency,layoutId:\"s_0wpBFyV\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ooyks\",layoutDependency:layoutDependency,layoutId:\"lycMEv0a_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send\"})}),className:\"framer-goxpr4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p77tFiGSN\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v5zkqi\",layoutDependency:layoutDependency,layoutId:\"sOf9ZAAqa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5zjely\",layoutDependency:layoutDependency,layoutId:\"ImEt0wcBT\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fd6bdj\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"OYClwvGQp\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lyqpkv\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"py9DyiLOQ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-88sv5b\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"dCUtK3QoD\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17zbnji\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"UOcjamW3g\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ap5op8\",layoutDependency:layoutDependency,layoutId:\"R0MLGQJME\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ieg14\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"kS_0g8JmG\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+123+24+0+0+0+0+0),pixelHeight:3456,pixelWidth:5184,sizes:\"40px\",src:\"https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg\",srcSet:\"https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg 5184w\"},className:\"framer-p3m64t\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"ojGi9TNYB\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Elly White\"})}),className:\"framer-154rbkn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"j3Wqj6uZb\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eall5b\",layoutDependency:layoutDependency,layoutId:\"XwZWYRYbo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"Senior \",/*#__PURE__*/_jsx(motion.br,{}),\"Designer\"]})}),className:\"framer-o17izr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qqCyQCiy4\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mnkv8e\",layoutDependency:layoutDependency,layoutId:\"TB0BjH2rf\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7wnh93\",layoutDependency:layoutDependency,layoutId:\"iNO_Zv22F\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Photoshop\"})}),className:\"framer-49pf8c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DgPRPyZrJ\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l43rwk\",layoutDependency:layoutDependency,layoutId:\"dIg5RWcHY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8svz66\",layoutDependency:layoutDependency,layoutId:\"OZBzWiikC\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1f0diut\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"CmfKwuahE\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qeh8qo\",layoutDependency:layoutDependency,layoutId:\"aGYFCwcVk\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"Message\"]})}),className:\"framer-rs32yg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"COH8IpeG1\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:['\"Nice to meet you Elly and thanks ',/*#__PURE__*/_jsx(motion.br,{}),\"for accepting my connection \"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:'request!\"'})]}),className:\"framer-1oeu8yk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZnhGbxr4k\",style:{\"--extracted-2gxw0f\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-142xvbb\",layoutDependency:layoutDependency,layoutId:\"h_VjBZtnR\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g6xopp\",layoutDependency:layoutDependency,layoutId:\"TtRkZcDVR\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v93fz2\",layoutDependency:layoutDependency,layoutId:\"GhFotDxdn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send\"})}),className:\"framer-8wwq71\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jBRjN94qI\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n10a7u\",layoutDependency:layoutDependency,layoutId:\"WKmYV1phw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-eiy9zj\",layoutDependency:layoutDependency,layoutId:\"WonZIDu1F\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(0, 255, 42, 0.65), inset 0px 0px 20px 0px rgba(0, 255, 42, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nneiep\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"wA9HqO0hc\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iwemzt\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"rLgUtrbDL\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dor41c\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"fa1JpUeMW\",style:{background:\"radial-gradient(100% 100% at 0% 0%, rgb(108, 109, 111) 0%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.8383155001110727px 0px rgba(0, 0, 0, 0.00948), 1.6142934764211532px 1.6142934764211532px 2.282955728005207px 0px rgba(0, 0, 0, 0.02583), 3.5444042093295143px 3.5444042093295143px 5.012544503366086px 0px rgba(0, 0, 0, 0.05671), 7.867768067278668px 7.867768067278668px 11.126704306351446px 0px rgba(0, 0, 0, 0.12588), 20px 20px 28.284271247461902px 0px rgba(0, 0, 0, 0.32)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-26ua4c\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"IGWJRwHt9\",style:{background:\"radial-gradient(75% 50% at 19% 13.8%, rgb(44, 45, 47) 0%, rgb(34, 35, 38) 50.45045045045045%, rgb(22, 23, 25) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2dfsab\",layoutDependency:layoutDependency,layoutId:\"SaNGRxRG_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vdyrmd\",\"data-framer-name\":\"Pfps\",layoutDependency:layoutDependency,layoutId:\"W479tCWXK\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+48.8+0+246+24+0+0+0+0+0),pixelHeight:5354,pixelWidth:3569,positionX:\"44.7%\",positionY:\"5.7%\",sizes:\"40px\",src:\"https://framerusercontent.com/images/LsJGvkbYbF1y4ifkFrjeNfRfzYM.jpg\",srcSet:\"https://framerusercontent.com/images/LsJGvkbYbF1y4ifkFrjeNfRfzYM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/LsJGvkbYbF1y4ifkFrjeNfRfzYM.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/LsJGvkbYbF1y4ifkFrjeNfRfzYM.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/LsJGvkbYbF1y4ifkFrjeNfRfzYM.jpg 3569w\"},className:\"framer-48u18g\",\"data-framer-name\":\"Frame 17\",layoutDependency:layoutDependency,layoutId:\"Pc3aYuAnp\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Jake Nore\"})}),className:\"framer-et4ses\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dBda3kNPk\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k2778u\",layoutDependency:layoutDependency,layoutId:\"HOvP5VLpt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[\"UI/UX\",/*#__PURE__*/_jsx(motion.br,{}),\"Designer\"]})}),className:\"framer-1wwyld6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dghpC26U0\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5wgvj1\",layoutDependency:layoutDependency,layoutId:\"EysPEEMmZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ght6uu\",layoutDependency:layoutDependency,layoutId:\"fLMWoAKLG\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" UI/UX\"})}),className:\"framer-fvyq7j\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IuTI6iTc2\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18euqc5\",layoutDependency:layoutDependency,layoutId:\"RkmBJSz9Z\",style:{backgroundColor:\"rgb(73, 80, 87)\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\" Figma\"})}),className:\"framer-q70903\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OtgTmXL6S\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bi7wio\",layoutDependency:layoutDependency,layoutId:\"Wqoq92wD_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hneqgd\",layoutDependency:layoutDependency,layoutId:\"J23uD5mjz\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1i9y65p\",\"data-framer-name\":\"Stars\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"qN3icia4F\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-stars\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hfgqti\",layoutDependency:layoutDependency,layoutId:\"F6OQSeQBr\",style:{backgroundColor:\"rgb(34, 35, 38)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0px 1px 0px var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"12px\"},children:\" \"}),\"Follow-up\"]})}),className:\"framer-1itwbxs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bq5WQzNjn\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'\"Hey Karlos, I just wanted to '}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:\"check up on you and if you \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"11px\"},children:'managed to see my last message.\"'})]})}),className:\"framer-kyng4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t3uEAxxzZ\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c6cgn6\",layoutDependency:layoutDependency,layoutId:\"QYQa9LV8l\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13qgxfj\",layoutDependency:layoutDependency,layoutId:\"z1snZBLWM\",style:{backgroundColor:\"rgba(255, 255, 255, 0.06)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jxdxdn\",layoutDependency:layoutDependency,layoutId:\"RF6myEn_b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Send\"})}),className:\"framer-1ltbbeh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VyhF9NqH1\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y4mv5\",layoutDependency:layoutDependency,layoutId:\"pZlUI1nBD\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8hp74a\",\"data-framer-name\":\"CheckSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"ohr0mdYr3\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-check-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oeqhsp\",layoutDependency:layoutDependency,layoutId:\"vK2Lw0djr\",style:{boxShadow:\"none\"},variants:{Ik4rxTD9S:{boxShadow:\"0px 0px 20px 0px rgba(255, 0, 0, 0.65), inset 0px 0px 20px 0px rgba(255, 0, 0, 0.54)\"},TIQTcvV1M:{boxShadow:\"0px 0px 20px 0px rgba(255, 0, 0, 0.65), inset 0px 0px 20px 0px rgba(255, 0, 0, 0.54)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2bznjo\",\"data-framer-name\":\"XSquare\",fill:'var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"g0T0T3tsh\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-square\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Ik4rxTD9S:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'},TIQTcvV1M:{fill:'var(--token-ca560a63-a71e-4898-a0f9-6ef1fc861efb, rgb(255, 255, 255)) /* {\"name\":\"Text/Primary\"} */'}},baseVariant,gestureVariant)})})]})]})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sw4MW.framer-zcl7t7, .framer-sw4MW .framer-zcl7t7 { display: block; }\",\".framer-sw4MW.framer-13zobmy { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-2xdjpe, .framer-sw4MW .framer-j50etw { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; user-select: none; }\",\".framer-sw4MW .framer-1xi3dpe { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-sw4MW .framer-1yrfc0u, .framer-sw4MW .framer-si8ckk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-o28cxj, .framer-sw4MW .framer-tlz972 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-pq6tvd, .framer-sw4MW .framer-11ydkhq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-1gebagv, .framer-sw4MW .framer-1c87gul, .framer-sw4MW .framer-1hbqvzo, .framer-sw4MW .framer-1t89665, .framer-sw4MW .framer-1s028de, .framer-sw4MW .framer-wmces, .framer-sw4MW .framer-74xx81, .framer-sw4MW .framer-1blpqap, .framer-sw4MW .framer-1iefkec, .framer-sw4MW .framer-1kmfr1z, .framer-sw4MW .framer-1s6oe79, .framer-sw4MW .framer-s70jbo, .framer-sw4MW .framer-m5nu5f, .framer-sw4MW .framer-1eewuwn, .framer-sw4MW .framer-rytrvr, .framer-sw4MW .framer-onc79f, .framer-sw4MW .framer-1l7u78j, .framer-sw4MW .framer-1fq5ams, .framer-sw4MW .framer-15l08ia, .framer-sw4MW .framer-1cm1r76, .framer-sw4MW .framer-1t8vove, .framer-sw4MW .framer-1g4p9da, .framer-sw4MW .framer-atlrot, .framer-sw4MW .framer-o17izr, .framer-sw4MW .framer-49pf8c, .framer-sw4MW .framer-rs32yg, .framer-sw4MW .framer-1oeu8yk, .framer-sw4MW .framer-1wwyld6, .framer-sw4MW .framer-fvyq7j, .framer-sw4MW .framer-q70903, .framer-sw4MW .framer-1itwbxs, .framer-sw4MW .framer-kyng4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sw4MW .framer-1l0vd4t, .framer-sw4MW .framer-4lmc07 { 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: visible; padding: 0px; position: relative; width: 460px; }\",\".framer-sw4MW .framer-10nmmp7, .framer-sw4MW .framer-170rh5i, .framer-sw4MW .framer-4v7772, .framer-sw4MW .framer-88sv5b, .framer-sw4MW .framer-dor41c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-1tyuqxv, .framer-sw4MW .framer-1fmfgha, .framer-sw4MW .framer-5gx68l, .framer-sw4MW .framer-17zbnji, .framer-sw4MW .framer-26ua4c { bottom: 1px; flex: none; left: 1px; overflow: hidden; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-1io9mvw, .framer-sw4MW .framer-1ai9spc, .framer-sw4MW .framer-kvni1q, .framer-sw4MW .framer-1xf94a7, .framer-sw4MW .framer-ap5op8, .framer-sw4MW .framer-2dfsab { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sw4MW .framer-17279qp, .framer-sw4MW .framer-1817ku, .framer-sw4MW .framer-ubrcwi, .framer-sw4MW .framer-gwu65w, .framer-sw4MW .framer-1ieg14, .framer-sw4MW .framer-vdyrmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-mvj77z, .framer-sw4MW .framer-1pborme, .framer-sw4MW .framer-exjk5o, .framer-sw4MW .framer-1gyqo51, .framer-sw4MW .framer-p3m64t, .framer-sw4MW .framer-48u18g { aspect-ratio: 1 / 1; flex: none; height: 40px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 40px); will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-v17xba, .framer-sw4MW .framer-6q7lmg, .framer-sw4MW .framer-165qs4q, .framer-sw4MW .framer-3nbiz7, .framer-sw4MW .framer-154rbkn, .framer-sw4MW .framer-et4ses { flex: none; height: 14px; position: relative; white-space: pre-wrap; width: 73px; word-break: break-word; word-wrap: break-word; }\",\".framer-sw4MW .framer-d4x5hx, .framer-sw4MW .framer-3yyrla, .framer-sw4MW .framer-1g7w14t, .framer-sw4MW .framer-14m7ujk, .framer-sw4MW .framer-eall5b, .framer-sw4MW .framer-1k2778u { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 75px; }\",\".framer-sw4MW .framer-1nk7cn3, .framer-sw4MW .framer-3b32uw, .framer-sw4MW .framer-10gcq40, .framer-sw4MW .framer-1kr1etn, .framer-sw4MW .framer-1mnkv8e, .framer-sw4MW .framer-5wgvj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-bt7dcz, .framer-sw4MW .framer-1neqctu, .framer-sw4MW .framer-tb2las, .framer-sw4MW .framer-16qosls, .framer-sw4MW .framer-ght6uu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 36px; }\",\".framer-sw4MW .framer-11ipai7, .framer-sw4MW .framer-qarh2b, .framer-sw4MW .framer-1as6p2x, .framer-sw4MW .framer-18euqc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 35px; }\",\".framer-sw4MW .framer-1i5qxvk, .framer-sw4MW .framer-1ctley6, .framer-sw4MW .framer-ax0mu8, .framer-sw4MW .framer-kt5xf0, .framer-sw4MW .framer-18ooyks, .framer-sw4MW .framer-v93fz2, .framer-sw4MW .framer-bi7wio, .framer-sw4MW .framer-1jxdxdn { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-1t8xzfj, .framer-sw4MW .framer-d08ylt, .framer-sw4MW .framer-hneqgd { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-sw4MW .framer-1fokiqc, .framer-sw4MW .framer-mun872, .framer-sw4MW .framer-8rbw3l, .framer-sw4MW .framer-xy0xfl, .framer-sw4MW .framer-1f0diut, .framer-sw4MW .framer-1i9y65p { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 41px; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 15px); z-index: 1; }\",\".framer-sw4MW .framer-12l0fbj, .framer-sw4MW .framer-v0ntng, .framer-sw4MW .framer-wplxqk, .framer-sw4MW .framer-sdhu7c, .framer-sw4MW .framer-1qeh8qo, .framer-sw4MW .framer-1hfgqti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 60px; }\",\".framer-sw4MW .framer-q6bdz0, .framer-sw4MW .framer-1thhzmc, .framer-sw4MW .framer-1xz6bga, .framer-sw4MW .framer-52qcue, .framer-sw4MW .framer-142xvbb, .framer-sw4MW .framer-1c6cgn6 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sw4MW .framer-bu06kx, .framer-sw4MW .framer-c4e8wv, .framer-sw4MW .framer-j57ulc, .framer-sw4MW .framer-eccvj9, .framer-sw4MW .framer-1g6xopp, .framer-sw4MW .framer-13qgxfj { flex: none; height: 100%; position: relative; width: 1px; }\",\".framer-sw4MW .framer-djaewt { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50px; }\",\".framer-sw4MW .framer-guga8z, .framer-sw4MW .framer-ar9pca, .framer-sw4MW .framer-81g5ge, .framer-sw4MW .framer-goxpr4, .framer-sw4MW .framer-8wwq71, .framer-sw4MW .framer-1ltbbeh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 50px; word-break: break-word; word-wrap: break-word; }\",\".framer-sw4MW .framer-jczxfh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sw4MW .framer-121v7ll, .framer-sw4MW .framer-duujgi, .framer-sw4MW .framer-5qbkn4, .framer-sw4MW .framer-1lx6vud, .framer-sw4MW .framer-5zjely, .framer-sw4MW .framer-eiy9zj, .framer-sw4MW .framer-1oeqhsp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sw4MW .framer-1suxj9g, .framer-sw4MW .framer-10e6pwf, .framer-sw4MW .framer-1y5du80, .framer-sw4MW .framer-1vkhf3i, .framer-sw4MW .framer-1t8hgt1, .framer-sw4MW .framer-fpfp56, .framer-sw4MW .framer-fd6bdj, .framer-sw4MW .framer-lyqpkv, .framer-sw4MW .framer-1nneiep, .framer-sw4MW .framer-1iwemzt, .framer-sw4MW .framer-8hp74a, .framer-sw4MW .framer-2bznjo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-sw4MW .framer-1rczkq3, .framer-sw4MW .framer-c0iowm { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 180px; }\",\".framer-sw4MW .framer-1b3jcgh, .framer-sw4MW .framer-j40bcz, .framer-sw4MW .framer-8svz66 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sw4MW .framer-vzh5gj, .framer-sw4MW .framer-7xn179, .framer-sw4MW .framer-1v5zkqi, .framer-sw4MW .framer-1n10a7u, .framer-sw4MW .framer-y4mv5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-sw4MW .framer-cbiqw5 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sw4MW .framer-i0nmw9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 107px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 440px; will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-glr3in { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 24px; position: absolute; top: 50%; width: 460px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-sw4MW .framer-15ouqvt { flex: none; height: 110px; left: calc(50.00000000000002% - 458px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 110px / 2); width: 458px; will-change: var(--framer-will-change-override, transform); }\",\".framer-sw4MW .framer-7wnh93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 56px; }\",\".framer-sw4MW .framer-l43rwk { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 181px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sw4MW.framer-13zobmy, .framer-sw4MW .framer-1yrfc0u, .framer-sw4MW .framer-o28cxj, .framer-sw4MW .framer-pq6tvd, .framer-sw4MW .framer-1l0vd4t, .framer-sw4MW .framer-10nmmp7, .framer-sw4MW .framer-1io9mvw, .framer-sw4MW .framer-17279qp, .framer-sw4MW .framer-d4x5hx, .framer-sw4MW .framer-1nk7cn3, .framer-sw4MW .framer-bt7dcz, .framer-sw4MW .framer-11ipai7, .framer-sw4MW .framer-1i5qxvk, .framer-sw4MW .framer-1t8xzfj, .framer-sw4MW .framer-12l0fbj, .framer-sw4MW .framer-q6bdz0, .framer-sw4MW .framer-djaewt, .framer-sw4MW .framer-jczxfh, .framer-sw4MW .framer-121v7ll, .framer-sw4MW .framer-170rh5i, .framer-sw4MW .framer-1ai9spc, .framer-sw4MW .framer-1817ku, .framer-sw4MW .framer-3yyrla, .framer-sw4MW .framer-3b32uw, .framer-sw4MW .framer-1neqctu, .framer-sw4MW .framer-1rczkq3, .framer-sw4MW .framer-1b3jcgh, .framer-sw4MW .framer-v0ntng, .framer-sw4MW .framer-1thhzmc, .framer-sw4MW .framer-1ctley6, .framer-sw4MW .framer-vzh5gj, .framer-sw4MW .framer-duujgi, .framer-sw4MW .framer-5qbkn4, .framer-sw4MW .framer-4v7772, .framer-sw4MW .framer-kvni1q, .framer-sw4MW .framer-ubrcwi, .framer-sw4MW .framer-1g7w14t, .framer-sw4MW .framer-10gcq40, .framer-sw4MW .framer-tb2las, .framer-sw4MW .framer-qarh2b, .framer-sw4MW .framer-ax0mu8, .framer-sw4MW .framer-d08ylt, .framer-sw4MW .framer-wplxqk, .framer-sw4MW .framer-1xz6bga, .framer-sw4MW .framer-kt5xf0, .framer-sw4MW .framer-7xn179, .framer-sw4MW .framer-1lx6vud, .framer-sw4MW .framer-si8ckk, .framer-sw4MW .framer-tlz972, .framer-sw4MW .framer-11ydkhq, .framer-sw4MW .framer-4lmc07, .framer-sw4MW .framer-cbiqw5, .framer-sw4MW .framer-i0nmw9, .framer-sw4MW .framer-glr3in, .framer-sw4MW .framer-1xf94a7, .framer-sw4MW .framer-gwu65w, .framer-sw4MW .framer-14m7ujk, .framer-sw4MW .framer-1kr1etn, .framer-sw4MW .framer-16qosls, .framer-sw4MW .framer-1as6p2x, .framer-sw4MW .framer-c0iowm, .framer-sw4MW .framer-j40bcz, .framer-sw4MW .framer-sdhu7c, .framer-sw4MW .framer-52qcue, .framer-sw4MW .framer-18ooyks, .framer-sw4MW .framer-1v5zkqi, .framer-sw4MW .framer-5zjely, .framer-sw4MW .framer-88sv5b, .framer-sw4MW .framer-ap5op8, .framer-sw4MW .framer-1ieg14, .framer-sw4MW .framer-eall5b, .framer-sw4MW .framer-1mnkv8e, .framer-sw4MW .framer-7wnh93, .framer-sw4MW .framer-l43rwk, .framer-sw4MW .framer-8svz66, .framer-sw4MW .framer-1qeh8qo, .framer-sw4MW .framer-142xvbb, .framer-sw4MW .framer-v93fz2, .framer-sw4MW .framer-1n10a7u, .framer-sw4MW .framer-eiy9zj, .framer-sw4MW .framer-dor41c, .framer-sw4MW .framer-2dfsab, .framer-sw4MW .framer-vdyrmd, .framer-sw4MW .framer-1k2778u, .framer-sw4MW .framer-5wgvj1, .framer-sw4MW .framer-ght6uu, .framer-sw4MW .framer-18euqc5, .framer-sw4MW .framer-bi7wio, .framer-sw4MW .framer-hneqgd, .framer-sw4MW .framer-1hfgqti, .framer-sw4MW .framer-1c6cgn6, .framer-sw4MW .framer-1jxdxdn, .framer-sw4MW .framer-y4mv5, .framer-sw4MW .framer-1oeqhsp { gap: 0px; } .framer-sw4MW.framer-13zobmy > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-sw4MW.framer-13zobmy > :first-child, .framer-sw4MW .framer-o28cxj > :first-child, .framer-sw4MW .framer-pq6tvd > :first-child, .framer-sw4MW .framer-1io9mvw > :first-child, .framer-sw4MW .framer-1nk7cn3 > :first-child, .framer-sw4MW .framer-bt7dcz > :first-child, .framer-sw4MW .framer-11ipai7 > :first-child, .framer-sw4MW .framer-1t8xzfj > :first-child, .framer-sw4MW .framer-12l0fbj > :first-child, .framer-sw4MW .framer-q6bdz0 > :first-child, .framer-sw4MW .framer-jczxfh > :first-child, .framer-sw4MW .framer-121v7ll > :first-child, .framer-sw4MW .framer-1ai9spc > :first-child, .framer-sw4MW .framer-3b32uw > :first-child, .framer-sw4MW .framer-1neqctu > :first-child, .framer-sw4MW .framer-1b3jcgh > :first-child, .framer-sw4MW .framer-v0ntng > :first-child, .framer-sw4MW .framer-1thhzmc > :first-child, .framer-sw4MW .framer-vzh5gj > :first-child, .framer-sw4MW .framer-duujgi > :first-child, .framer-sw4MW .framer-5qbkn4 > :first-child, .framer-sw4MW .framer-kvni1q > :first-child, .framer-sw4MW .framer-10gcq40 > :first-child, .framer-sw4MW .framer-tb2las > :first-child, .framer-sw4MW .framer-qarh2b > :first-child, .framer-sw4MW .framer-d08ylt > :first-child, .framer-sw4MW .framer-wplxqk > :first-child, .framer-sw4MW .framer-1xz6bga > :first-child, .framer-sw4MW .framer-7xn179 > :first-child, .framer-sw4MW .framer-1lx6vud > :first-child, .framer-sw4MW .framer-tlz972 > :first-child, .framer-sw4MW .framer-11ydkhq > :first-child, .framer-sw4MW .framer-1xf94a7 > :first-child, .framer-sw4MW .framer-1kr1etn > :first-child, .framer-sw4MW .framer-16qosls > :first-child, .framer-sw4MW .framer-1as6p2x > :first-child, .framer-sw4MW .framer-j40bcz > :first-child, .framer-sw4MW .framer-sdhu7c > :first-child, .framer-sw4MW .framer-52qcue > :first-child, .framer-sw4MW .framer-1v5zkqi > :first-child, .framer-sw4MW .framer-5zjely > :first-child, .framer-sw4MW .framer-ap5op8 > :first-child, .framer-sw4MW .framer-1mnkv8e > :first-child, .framer-sw4MW .framer-7wnh93 > :first-child, .framer-sw4MW .framer-8svz66 > :first-child, .framer-sw4MW .framer-1qeh8qo > :first-child, .framer-sw4MW .framer-142xvbb > :first-child, .framer-sw4MW .framer-1n10a7u > :first-child, .framer-sw4MW .framer-eiy9zj > :first-child, .framer-sw4MW .framer-2dfsab > :first-child, .framer-sw4MW .framer-5wgvj1 > :first-child, .framer-sw4MW .framer-ght6uu > :first-child, .framer-sw4MW .framer-18euqc5 > :first-child, .framer-sw4MW .framer-hneqgd > :first-child, .framer-sw4MW .framer-1hfgqti > :first-child, .framer-sw4MW .framer-1c6cgn6 > :first-child, .framer-sw4MW .framer-y4mv5 > :first-child, .framer-sw4MW .framer-1oeqhsp > :first-child { margin-left: 0px; } .framer-sw4MW.framer-13zobmy > :last-child, .framer-sw4MW .framer-o28cxj > :last-child, .framer-sw4MW .framer-pq6tvd > :last-child, .framer-sw4MW .framer-1io9mvw > :last-child, .framer-sw4MW .framer-1nk7cn3 > :last-child, .framer-sw4MW .framer-bt7dcz > :last-child, .framer-sw4MW .framer-11ipai7 > :last-child, .framer-sw4MW .framer-1t8xzfj > :last-child, .framer-sw4MW .framer-12l0fbj > :last-child, .framer-sw4MW .framer-q6bdz0 > :last-child, .framer-sw4MW .framer-jczxfh > :last-child, .framer-sw4MW .framer-121v7ll > :last-child, .framer-sw4MW .framer-1ai9spc > :last-child, .framer-sw4MW .framer-3b32uw > :last-child, .framer-sw4MW .framer-1neqctu > :last-child, .framer-sw4MW .framer-1b3jcgh > :last-child, .framer-sw4MW .framer-v0ntng > :last-child, .framer-sw4MW .framer-1thhzmc > :last-child, .framer-sw4MW .framer-vzh5gj > :last-child, .framer-sw4MW .framer-duujgi > :last-child, .framer-sw4MW .framer-5qbkn4 > :last-child, .framer-sw4MW .framer-kvni1q > :last-child, .framer-sw4MW .framer-10gcq40 > :last-child, .framer-sw4MW .framer-tb2las > :last-child, .framer-sw4MW .framer-qarh2b > :last-child, .framer-sw4MW .framer-d08ylt > :last-child, .framer-sw4MW .framer-wplxqk > :last-child, .framer-sw4MW .framer-1xz6bga > :last-child, .framer-sw4MW .framer-7xn179 > :last-child, .framer-sw4MW .framer-1lx6vud > :last-child, .framer-sw4MW .framer-tlz972 > :last-child, .framer-sw4MW .framer-11ydkhq > :last-child, .framer-sw4MW .framer-1xf94a7 > :last-child, .framer-sw4MW .framer-1kr1etn > :last-child, .framer-sw4MW .framer-16qosls > :last-child, .framer-sw4MW .framer-1as6p2x > :last-child, .framer-sw4MW .framer-j40bcz > :last-child, .framer-sw4MW .framer-sdhu7c > :last-child, .framer-sw4MW .framer-52qcue > :last-child, .framer-sw4MW .framer-1v5zkqi > :last-child, .framer-sw4MW .framer-5zjely > :last-child, .framer-sw4MW .framer-ap5op8 > :last-child, .framer-sw4MW .framer-1mnkv8e > :last-child, .framer-sw4MW .framer-7wnh93 > :last-child, .framer-sw4MW .framer-8svz66 > :last-child, .framer-sw4MW .framer-1qeh8qo > :last-child, .framer-sw4MW .framer-142xvbb > :last-child, .framer-sw4MW .framer-1n10a7u > :last-child, .framer-sw4MW .framer-eiy9zj > :last-child, .framer-sw4MW .framer-2dfsab > :last-child, .framer-sw4MW .framer-5wgvj1 > :last-child, .framer-sw4MW .framer-ght6uu > :last-child, .framer-sw4MW .framer-18euqc5 > :last-child, .framer-sw4MW .framer-hneqgd > :last-child, .framer-sw4MW .framer-1hfgqti > :last-child, .framer-sw4MW .framer-1c6cgn6 > :last-child, .framer-sw4MW .framer-y4mv5 > :last-child, .framer-sw4MW .framer-1oeqhsp > :last-child { margin-right: 0px; } .framer-sw4MW .framer-1yrfc0u > *, .framer-sw4MW .framer-si8ckk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-sw4MW .framer-1yrfc0u > :first-child, .framer-sw4MW .framer-1l0vd4t > :first-child, .framer-sw4MW .framer-10nmmp7 > :first-child, .framer-sw4MW .framer-17279qp > :first-child, .framer-sw4MW .framer-d4x5hx > :first-child, .framer-sw4MW .framer-1i5qxvk > :first-child, .framer-sw4MW .framer-djaewt > :first-child, .framer-sw4MW .framer-170rh5i > :first-child, .framer-sw4MW .framer-1817ku > :first-child, .framer-sw4MW .framer-3yyrla > :first-child, .framer-sw4MW .framer-1rczkq3 > :first-child, .framer-sw4MW .framer-1ctley6 > :first-child, .framer-sw4MW .framer-4v7772 > :first-child, .framer-sw4MW .framer-ubrcwi > :first-child, .framer-sw4MW .framer-1g7w14t > :first-child, .framer-sw4MW .framer-ax0mu8 > :first-child, .framer-sw4MW .framer-kt5xf0 > :first-child, .framer-sw4MW .framer-si8ckk > :first-child, .framer-sw4MW .framer-4lmc07 > :first-child, .framer-sw4MW .framer-cbiqw5 > :first-child, .framer-sw4MW .framer-i0nmw9 > :first-child, .framer-sw4MW .framer-glr3in > :first-child, .framer-sw4MW .framer-gwu65w > :first-child, .framer-sw4MW .framer-14m7ujk > :first-child, .framer-sw4MW .framer-c0iowm > :first-child, .framer-sw4MW .framer-18ooyks > :first-child, .framer-sw4MW .framer-88sv5b > :first-child, .framer-sw4MW .framer-1ieg14 > :first-child, .framer-sw4MW .framer-eall5b > :first-child, .framer-sw4MW .framer-l43rwk > :first-child, .framer-sw4MW .framer-v93fz2 > :first-child, .framer-sw4MW .framer-dor41c > :first-child, .framer-sw4MW .framer-vdyrmd > :first-child, .framer-sw4MW .framer-1k2778u > :first-child, .framer-sw4MW .framer-bi7wio > :first-child, .framer-sw4MW .framer-1jxdxdn > :first-child { margin-top: 0px; } .framer-sw4MW .framer-1yrfc0u > :last-child, .framer-sw4MW .framer-1l0vd4t > :last-child, .framer-sw4MW .framer-10nmmp7 > :last-child, .framer-sw4MW .framer-17279qp > :last-child, .framer-sw4MW .framer-d4x5hx > :last-child, .framer-sw4MW .framer-1i5qxvk > :last-child, .framer-sw4MW .framer-djaewt > :last-child, .framer-sw4MW .framer-170rh5i > :last-child, .framer-sw4MW .framer-1817ku > :last-child, .framer-sw4MW .framer-3yyrla > :last-child, .framer-sw4MW .framer-1rczkq3 > :last-child, .framer-sw4MW .framer-1ctley6 > :last-child, .framer-sw4MW .framer-4v7772 > :last-child, .framer-sw4MW .framer-ubrcwi > :last-child, .framer-sw4MW .framer-1g7w14t > :last-child, .framer-sw4MW .framer-ax0mu8 > :last-child, .framer-sw4MW .framer-kt5xf0 > :last-child, .framer-sw4MW .framer-si8ckk > :last-child, .framer-sw4MW .framer-4lmc07 > :last-child, .framer-sw4MW .framer-cbiqw5 > :last-child, .framer-sw4MW .framer-i0nmw9 > :last-child, .framer-sw4MW .framer-glr3in > :last-child, .framer-sw4MW .framer-gwu65w > :last-child, .framer-sw4MW .framer-14m7ujk > :last-child, .framer-sw4MW .framer-c0iowm > :last-child, .framer-sw4MW .framer-18ooyks > :last-child, .framer-sw4MW .framer-88sv5b > :last-child, .framer-sw4MW .framer-1ieg14 > :last-child, .framer-sw4MW .framer-eall5b > :last-child, .framer-sw4MW .framer-l43rwk > :last-child, .framer-sw4MW .framer-v93fz2 > :last-child, .framer-sw4MW .framer-dor41c > :last-child, .framer-sw4MW .framer-vdyrmd > :last-child, .framer-sw4MW .framer-1k2778u > :last-child, .framer-sw4MW .framer-bi7wio > :last-child, .framer-sw4MW .framer-1jxdxdn > :last-child { margin-bottom: 0px; } .framer-sw4MW .framer-o28cxj > *, .framer-sw4MW .framer-pq6tvd > *, .framer-sw4MW .framer-1io9mvw > *, .framer-sw4MW .framer-bt7dcz > *, .framer-sw4MW .framer-11ipai7 > *, .framer-sw4MW .framer-12l0fbj > *, .framer-sw4MW .framer-q6bdz0 > *, .framer-sw4MW .framer-jczxfh > *, .framer-sw4MW .framer-121v7ll > *, .framer-sw4MW .framer-1ai9spc > *, .framer-sw4MW .framer-1neqctu > *, .framer-sw4MW .framer-v0ntng > *, .framer-sw4MW .framer-1thhzmc > *, .framer-sw4MW .framer-vzh5gj > *, .framer-sw4MW .framer-duujgi > *, .framer-sw4MW .framer-5qbkn4 > *, .framer-sw4MW .framer-kvni1q > *, .framer-sw4MW .framer-tb2las > *, .framer-sw4MW .framer-qarh2b > *, .framer-sw4MW .framer-wplxqk > *, .framer-sw4MW .framer-1xz6bga > *, .framer-sw4MW .framer-7xn179 > *, .framer-sw4MW .framer-1lx6vud > *, .framer-sw4MW .framer-tlz972 > *, .framer-sw4MW .framer-11ydkhq > *, .framer-sw4MW .framer-1xf94a7 > *, .framer-sw4MW .framer-16qosls > *, .framer-sw4MW .framer-1as6p2x > *, .framer-sw4MW .framer-sdhu7c > *, .framer-sw4MW .framer-52qcue > *, .framer-sw4MW .framer-1v5zkqi > *, .framer-sw4MW .framer-5zjely > *, .framer-sw4MW .framer-ap5op8 > *, .framer-sw4MW .framer-7wnh93 > *, .framer-sw4MW .framer-1qeh8qo > *, .framer-sw4MW .framer-142xvbb > *, .framer-sw4MW .framer-1n10a7u > *, .framer-sw4MW .framer-eiy9zj > *, .framer-sw4MW .framer-2dfsab > *, .framer-sw4MW .framer-ght6uu > *, .framer-sw4MW .framer-18euqc5 > *, .framer-sw4MW .framer-1hfgqti > *, .framer-sw4MW .framer-1c6cgn6 > *, .framer-sw4MW .framer-y4mv5 > *, .framer-sw4MW .framer-1oeqhsp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sw4MW .framer-1l0vd4t > *, .framer-sw4MW .framer-10nmmp7 > *, .framer-sw4MW .framer-170rh5i > *, .framer-sw4MW .framer-4v7772 > *, .framer-sw4MW .framer-4lmc07 > *, .framer-sw4MW .framer-i0nmw9 > *, .framer-sw4MW .framer-glr3in > *, .framer-sw4MW .framer-88sv5b > *, .framer-sw4MW .framer-dor41c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-sw4MW .framer-17279qp > *, .framer-sw4MW .framer-1817ku > *, .framer-sw4MW .framer-ubrcwi > *, .framer-sw4MW .framer-gwu65w > *, .framer-sw4MW .framer-1ieg14 > *, .framer-sw4MW .framer-vdyrmd > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-sw4MW .framer-d4x5hx > *, .framer-sw4MW .framer-3yyrla > *, .framer-sw4MW .framer-1g7w14t > *, .framer-sw4MW .framer-14m7ujk > *, .framer-sw4MW .framer-eall5b > *, .framer-sw4MW .framer-1k2778u > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-sw4MW .framer-1nk7cn3 > *, .framer-sw4MW .framer-3b32uw > *, .framer-sw4MW .framer-10gcq40 > *, .framer-sw4MW .framer-1kr1etn > *, .framer-sw4MW .framer-1mnkv8e > *, .framer-sw4MW .framer-5wgvj1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-sw4MW .framer-1i5qxvk > *, .framer-sw4MW .framer-djaewt > *, .framer-sw4MW .framer-1rczkq3 > *, .framer-sw4MW .framer-1ctley6 > *, .framer-sw4MW .framer-ax0mu8 > *, .framer-sw4MW .framer-kt5xf0 > *, .framer-sw4MW .framer-cbiqw5 > *, .framer-sw4MW .framer-c0iowm > *, .framer-sw4MW .framer-18ooyks > *, .framer-sw4MW .framer-l43rwk > *, .framer-sw4MW .framer-v93fz2 > *, .framer-sw4MW .framer-bi7wio > *, .framer-sw4MW .framer-1jxdxdn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-sw4MW .framer-1t8xzfj > *, .framer-sw4MW .framer-1b3jcgh > *, .framer-sw4MW .framer-d08ylt > *, .framer-sw4MW .framer-j40bcz > *, .framer-sw4MW .framer-8svz66 > *, .framer-sw4MW .framer-hneqgd > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-sw4MW.framer-v-z4zzqs .framer-djaewt, .framer-sw4MW.framer-v-zj4blp .framer-djaewt { width: min-content; }\",\".framer-sw4MW.framer-v-z4zzqs .framer-jczxfh, .framer-sw4MW.framer-v-zj4blp .framer-jczxfh { align-self: stretch; width: auto; }\",\".framer-sw4MW.framer-v-z4zzqs .framer-121v7ll, .framer-sw4MW.framer-v-z4zzqs .framer-duujgi, .framer-sw4MW.framer-v-z4zzqs .framer-5qbkn4, .framer-sw4MW.framer-v-z4zzqs .framer-1lx6vud, .framer-sw4MW.framer-v-z4zzqs .framer-5zjely, .framer-sw4MW.framer-v-z4zzqs .framer-eiy9zj, .framer-sw4MW.framer-v-z4zzqs .framer-1oeqhsp, .framer-sw4MW.framer-v-zj4blp .framer-121v7ll, .framer-sw4MW.framer-v-zj4blp .framer-duujgi, .framer-sw4MW.framer-v-zj4blp .framer-5qbkn4, .framer-sw4MW.framer-v-zj4blp .framer-1lx6vud, .framer-sw4MW.framer-v-zj4blp .framer-5zjely, .framer-sw4MW.framer-v-zj4blp .framer-eiy9zj, .framer-sw4MW.framer-v-zj4blp .framer-1oeqhsp { flex: none; width: min-content; }\",\".framer-sw4MW.framer-v-z4zzqs .framer-glr3in { left: 24%; top: 28%; }\",\".framer-sw4MW.framer-v-zj4blp .framer-glr3in { left: -2%; top: 63%; }\",'.framer-sw4MW[data-border=\"true\"]::after, .framer-sw4MW [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 414\n * @framerIntrinsicWidth 968\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Ik4rxTD9S\":{\"layout\":[\"auto\",\"auto\"]},\"TIQTcvV1M\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLjEB4Qwq7=withCSS(Component,css,\"framer-sw4MW\");export default FramerLjEB4Qwq7;FramerLjEB4Qwq7.displayName=\"Approve Message\";FramerLjEB4Qwq7.defaultProps={height:414,width:968};addPropertyControls(FramerLjEB4Qwq7,{variant:{options:[\"hjpL7mZIa\",\"Ik4rxTD9S\",\"TIQTcvV1M\"],optionTitles:[\"Desktop-Default\",\"Desktop-Hover\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLjEB4Qwq7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLjEB4Qwq7\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ik4rxTD9S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TIQTcvV1M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"968\",\"framerIntrinsicHeight\":\"414\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LjEB4Qwq7.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Counter}from\"https://framerusercontent.com/modules/BTHIVaXOAZgS2AMrxVae/8u5T6NCqopKiSPf8sN76/Counter.js\";const CounterFonts=getFonts(Counter);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"xs2wX6uR4\",\"uv9nueeX0\",\"WoLcy0eYu\"];const serializationHash=\"framer-7pQSC\";const variantClassNames={uv9nueeX0:\"framer-v-18yj83k\",WoLcy0eYu:\"framer-v-6771wj\",xs2wX6uR4:\"framer-v-1x2io8g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:2,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition2={bounce:.2,delay:.9,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Default\":\"xs2wX6uR4\",\"Desktop-Hover\":\"uv9nueeX0\",Mobile:\"WoLcy0eYu\"};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:\"xs2wX6uR4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xs2wX6uR4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter11zq9r2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"uv9nueeX0\");});const onMouseLeave1rfowl7=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"xs2wX6uR4\");});const onTapd86afy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"uv9nueeX0\");});const onTapxecp6x=activeVariantCallback(async(...args)=>{setVariant(\"uv9nueeX0\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"uv9nueeX0\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1x2io8g\",className,classNames),\"data-framer-name\":\"Desktop-Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xs2wX6uR4\",onMouseEnter:onMouseEnter11zq9r2,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({uv9nueeX0:{\"data-framer-name\":\"Desktop-Hover\",onMouseLeave:onMouseLeave1rfowl7},WoLcy0eYu:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined,onTap:onTapd86afy}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p74r0j\",layoutDependency:layoutDependency,layoutId:\"Y1GTXJ77p\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bxhfy1\",layoutDependency:layoutDependency,layoutId:\"kpY8JPFEi\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+0+0-35),sizes:\"35px\",src:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg\",srcSet:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg 640w\"},className:\"framer-ezn41m\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"FmWPCaWz8\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0.6369534988189116px -0.39809593676181976px 1.6524770047101387px -0.8125px rgba(255, 255, 255, 0.31903), 1.9316049144836143px -1.207253071552259px 5.011249187402212px -1.625px rgba(255, 255, 255, 0.30689), 5.106122817187569px -3.1913267607422307px 13.24704323671059px -2.4375px rgba(255, 255, 255, 0.27713), 16px -10px 41.50951698104905px -3.25px rgba(255, 255, 255, 0.175), -1.3436836425447838px 1.3436836425447838px 1.900255630825715px -0.625px rgba(0, 0, 0, 0.4916), -3.184767494094558px 3.184767494094558px 4.5039413831535px -1.25px rgba(0, 0, 0, 0.4801), -5.80934510345105px 5.80934510345105px 8.215654633806206px -1.875px rgba(0, 0, 0, 0.46369), -9.658024572418071px 9.658024572418071px 13.658509336046249px -2.5px rgba(0, 0, 0, 0.43964), -15.596922177565284px 15.596922177565284px 22.057378874790533px -3.125px rgba(0, 0, 0, 0.40252), -25.530614085937845px 25.530614085937845px 36.10574069604688px -3.75px rgba(0, 0, 0, 0.34043), -43.96199341069441px 43.96199341069441px 62.171647310360676px -4.375px rgba(0, 0, 0, 0.22524), -80px 80px 113.13708498984761px -5px rgba(0, 0, 0, 0)\"},...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+0+0- -17),sizes:\"35px\",src:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg\",srcSet:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg 640w\"}},WoLcy0eYu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+0+-17.5),sizes:\"35px\",src:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg\",srcSet:\"https://framerusercontent.com/images/xcVsFcFg7M5SkoOkJX5lUfdBUN4.jpg 640w\"},transformTemplate:transformTemplate2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pgdrx6\",layoutDependency:layoutDependency,layoutId:\"B9EWiGTrZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+10+-28),sizes:\"35px\",src:\"https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg\",srcSet:\"https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg 1920w\"},className:\"framer-1h7kxzk\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"CB0gEn5zC\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0.24087492070975713px -0.6021873017743928px 1.4268662605202482px -1.0833333333333333px rgba(255, 255, 255, 0.31597), 0.9154133212973828px -2.288533303243457px 5.422616762016055px -2.1666666666666665px rgba(255, 255, 255, 0.29067), 4px -10px 23.694725151391822px -3.25px rgba(255, 255, 255, 0.175), -0.6718418212723919px 1.3436836425447838px 1.5022839824923326px -0.625px rgba(0, 0, 0, 0.4916), -1.592383747047279px 3.184767494094558px 3.560678304663546px -1.25px rgba(0, 0, 0, 0.4801), -2.904672551725525px 5.80934510345105px 6.495045278036049px -1.875px rgba(0, 0, 0, 0.46369), -4.829012286209036px 9.658024572418071px 10.797999736145075px -2.5px rgba(0, 0, 0, 0.43964), -7.798461088782642px 15.596922177565284px 17.43788911440501px -3.125px rgba(0, 0, 0, 0.40252), -12.765307042968923px 25.530614085937845px 28.544094301735342px -3.75px rgba(0, 0, 0, 0.34043), -21.980996705347206px 43.96199341069441px 49.15100284635527px -4.375px rgba(0, 0, 0, 0.22524), -40px 80px 89.44271909999159px -5px rgba(0, 0, 0, 0)\"},...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+10+-17.5),sizes:\"35px\",src:\"https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg\",srcSet:\"https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cX7m3535iN4CVXKDXXtackBm5us.jpg 1920w\"},transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+10+4.5),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qW7wfyfR5LFpG5ERa5hUQTBQJI.png\"},className:\"framer-186mowq\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"Dx3orjrqQ\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"-0.24087492070975713px -0.6021873017743928px 1.4268662605202482px -1.0833333333333333px rgba(255, 255, 255, 0.31597), -0.9154133212973828px -2.288533303243457px 5.422616762016055px -2.1666666666666665px rgba(255, 255, 255, 0.29067), -4px -10px 23.694725151391822px -3.25px rgba(255, 255, 255, 0.175), 0.6718418212723919px 1.3436836425447838px 1.5022839824923326px -0.625px rgba(0, 0, 0, 0.4916), 1.592383747047279px 3.184767494094558px 3.560678304663546px -1.25px rgba(0, 0, 0, 0.4801), 2.904672551725525px 5.80934510345105px 6.495045278036049px -1.875px rgba(0, 0, 0, 0.46369), 4.829012286209036px 9.658024572418071px 10.797999736145075px -2.5px rgba(0, 0, 0, 0.43964), 7.798461088782642px 15.596922177565284px 17.43788911440501px -3.125px rgba(0, 0, 0, 0.40252), 12.765307042968923px 25.530614085937845px 28.544094301735342px -3.75px rgba(0, 0, 0, 0.34043), 21.980996705347206px 43.96199341069441px 49.15100284635527px -4.375px rgba(0, 0, 0, 0.22524), 40px 80px 89.44271909999159px -5px rgba(0, 0, 0, 0)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wxowyt\",layoutDependency:layoutDependency,layoutId:\"TtXnTJo_m\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+20+-28),sizes:\"35px\",src:\"https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg\",srcSet:\"https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg 640w\"},className:\"framer-1rd61ks\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"iahYQVhXK\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0.39809593676181976px -0.39809593676181976px 1.2385838803672127px -0.8125px rgba(255, 255, 255, 0.31903), 1.207253071552259px -1.207253071552259px 3.756090067412719px -1.625px rgba(255, 255, 255, 0.30689), 3.1913267607422307px -3.1913267607422307px 9.929078691412894px -2.4375px rgba(255, 255, 255, 0.27713), 10px -10px 31.112698372208094px -3.25px rgba(255, 255, 255, 0.175), -0.8398022765904898px 1.3436836425447838px 1.5845357664025725px -0.625px rgba(0, 0, 0, 0.4916), -1.9904796838090988px 3.184767494094558px 3.755629556159407px -1.25px rgba(0, 0, 0, 0.4801), -3.6308406896569063px 5.80934510345105px 6.850656511945329px -1.875px rgba(0, 0, 0, 0.46369), -6.036265357761295px 9.658024572418071px 11.389202698641393px -2.5px rgba(0, 0, 0, 0.43964), -9.748076360978303px 15.596922177565284px 18.392633692663264px -3.125px rgba(0, 0, 0, 0.40252), -15.956633803711155px 25.530614085937845px 30.106916447069526px -3.75px rgba(0, 0, 0, 0.34043), -27.476245881684008px 43.96199341069441px 51.84207704551098px -4.375px rgba(0, 0, 0, 0.22524), -50px 80px 94.33981132056604px -5px rgba(0, 0, 0, 0)\"},...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+20+-53),sizes:\"35px\",src:\"https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg\",srcSet:\"https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iBem3bM7DskP1qLkV8JoHMLH68.jpg 640w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+20+-35),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nohLo9MBnzgpUihaabr2w0xI.png\"},className:\"framer-1a5rae2\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"gd3pzY5gP\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px -0.6021873017743928px 1.3248120639036642px -1.0833333333333333px rgba(255, 255, 255, 0.31597), 0px -2.288533303243457px 5.034773267135606px -2.1666666666666665px rgba(255, 255, 255, 0.29067), 0px -10px 22px -3.25px rgba(255, 255, 255, 0.175), 0px 1.3436836425447838px 1.3436836425447838px -0.625px rgba(0, 0, 0, 0.4916), 0px 3.184767494094558px 3.184767494094558px -1.25px rgba(0, 0, 0, 0.4801), 0px 5.80934510345105px 5.80934510345105px -1.875px rgba(0, 0, 0, 0.46369), 0px 9.658024572418071px 9.658024572418071px -2.5px rgba(0, 0, 0, 0.43964), 0px 15.596922177565284px 15.596922177565284px -3.125px rgba(0, 0, 0, 0.40252), 0px 25.530614085937845px 25.530614085937845px -3.75px rgba(0, 0, 0, 0.34043), 0px 43.96199341069441px 43.96199341069441px -4.375px rgba(0, 0, 0, 0.22524), 0px 80px 80px -5px rgba(0, 0, 0, 0)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-20+0+20+-53),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nohLo9MBnzgpUihaabr2w0xI.png\"},transformTemplate:undefined}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-knfpef\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"Hqg66KAYH\",style:{mask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(50% 25% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(50% 25% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\"},variants:{uv9nueeX0:{mask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(50% 25% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(50% 25% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pqygdb\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"gBuF7JEI_\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 20px 40px -10px rgba(0, 0, 0, 0.5)\",scale:1},variants:{uv9nueeX0:{boxShadow:\"0px 20px 40px -10px rgba(0, 0, 0, 0)\",scale:.99}},children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1f6cf5t\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"TFD73X_cG\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:0},variants:{uv9nueeX0:{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ejef32\",\"data-framer-name\":\"Layer-4\",layoutDependency:layoutDependency,layoutId:\"fPPbp8YQW\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(32px)\",WebkitFilter:\"blur(32px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-weaogq\",\"data-framer-name\":\"Layer-3\",layoutDependency:layoutDependency,layoutId:\"iAVPdiu37\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(16px)\",WebkitFilter:\"blur(16px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fnvhrz\",\"data-framer-name\":\"Layer-2\",layoutDependency:layoutDependency,layoutId:\"Uees34du8\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(8px)\",WebkitFilter:\"blur(8px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vn3foy\",\"data-framer-name\":\"Black layer\",layoutDependency:layoutDependency,layoutId:\"omxLxWqDf\",style:{background:\"radial-gradient(50% 100% at 48.699999999999996% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}})]}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1slyepv\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"wurTbGzk8\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px -0.12072530715522589px 0.6036265357761295px 0px rgba(255, 255, 255, 0.12073), inset 0px -1px 5px 0px rgba(255, 255, 255, 1), inset 0px -0.7961918735236395px 0.7961918735236395px -0.9375px rgba(255, 255, 255, 0.7301), inset 0px -2.414506143104518px 2.414506143104518px -1.875px rgba(255, 255, 255, 0.68964), inset 0px -6.382653521484461px 6.382653521484461px -2.8125px rgba(255, 255, 255, 0.59043), inset 0px -20px 20px -3.75px rgba(255, 255, 255, 0.25)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uy4qqz\",\"data-framer-name\":\"Layer-4\",layoutDependency:layoutDependency,layoutId:\"rBduHIXF0\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(32px)\",WebkitFilter:\"blur(32px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16huctt\",\"data-framer-name\":\"Layer-3\",layoutDependency:layoutDependency,layoutId:\"QLE30Fevk\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(16px)\",WebkitFilter:\"blur(16px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13j65yi\",\"data-framer-name\":\"Layer-2\",layoutDependency:layoutDependency,layoutId:\"q6iYBBJRt\",style:{background:'conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0.6) 46.800000000000004deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 210)) /* {\"name\":\"Conic/Green\"} */ 72deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 309.6deg, rgb(255, 255, 255) 360deg)',borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(8px)\",WebkitFilter:\"blur(8px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xxyknz\",\"data-framer-name\":\"Black layer\",layoutDependency:layoutDependency,layoutId:\"ZzjWByKTV\",style:{background:\"radial-gradient(50% 100% at 48.699999999999996% 0%, rgba(0, 0, 0, 0.6) 48.1981981981982%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxuyzb\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"jbuNRLVxh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Connect\"})}),className:\"framer-1w4pyka\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Bh_XzSca2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uv9nueeX0:{\"data-highlight\":true,onTap:onTapxecp6x}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-k6hhu8\",\"data-framer-appear-id\":\"k6hhu8\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Iwt9zHOHh\",optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rj67v5-container\",layoutDependency:layoutDependency,layoutId:\"QJyN0HdS1-container\",children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:6898,gapSize:4,height:\"100%\",id:\"QJyN0HdS1\",incrementType:\"integer\",layoutId:\"QJyN0HdS1\",loop:false,prefixColor:\"rgb(0, 0, 0)\",prefixEnabled:false,prefixFont:{},prefixGradientAngle:90,prefixGradientColor1:\"rgb(0, 0, 0)\",prefixGradientColor2:\"rgb(255, 255, 255)\",prefixGradientEnabled:false,prefixText:\"\",restartOnViewport:false,selectedFont:{},speed:0,start:3574,startOnViewport:false,suffixColor:\"rgb(0, 0, 0)\",suffixEnabled:false,suffixFont:{},suffixGradientAngle:90,suffixGradientColor1:\"rgb(0, 0, 0)\",suffixGradientColor2:\"rgb(255, 255, 255)\",suffixGradientEnabled:false,suffixText:\"\",textColor:\"rgb(255, 255, 255)\",textGradientAngle:90,textGradientColor1:\"rgb(0, 0, 0)\",textGradientColor2:\"rgb(255, 255, 255)\",textGradientEnabled:false,textSize:16,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"+\"})}),className:\"framer-d1gb1h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AHWDjKHM1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-85),sizes:\"35px\",src:\"https://framerusercontent.com/images/a5SO6bWYO9JGc90jHykGK0g78.jpg\",srcSet:\"https://framerusercontent.com/images/a5SO6bWYO9JGc90jHykGK0g78.jpg 640w\"},className:\"framer-1szw350\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"YgQ9vF8ii\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"-0.39809593676181976px -0.39809593676181976px 1.2385838803672127px -0.8125px rgba(255, 255, 255, 0.31903), -1.207253071552259px -1.207253071552259px 3.756090067412719px -1.625px rgba(255, 255, 255, 0.30689), -3.1913267607422307px -3.1913267607422307px 9.929078691412894px -2.4375px rgba(255, 255, 255, 0.27713), -10px -10px 31.112698372208094px -3.25px rgba(255, 255, 255, 0.175), 0.8398022765904898px 1.3436836425447838px 1.5845357664025725px -0.625px rgba(0, 0, 0, 0.4916), 1.9904796838090988px 3.184767494094558px 3.755629556159407px -1.25px rgba(0, 0, 0, 0.4801), 3.6308406896569063px 5.80934510345105px 6.850656511945329px -1.875px rgba(0, 0, 0, 0.46369), 6.036265357761295px 9.658024572418071px 11.389202698641393px -2.5px rgba(0, 0, 0, 0.43964), 9.748076360978303px 15.596922177565284px 18.392633692663264px -3.125px rgba(0, 0, 0, 0.40252), 15.956633803711155px 25.530614085937845px 30.106916447069526px -3.75px rgba(0, 0, 0, 0.34043), 27.476245881684008px 43.96199341069441px 51.84207704551098px -4.375px rgba(0, 0, 0, 0.22524), 50px 80px 94.33981132056604px -5px rgba(0, 0, 0, 0)\"},...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-105),sizes:\"35px\",src:\"https://framerusercontent.com/images/a5SO6bWYO9JGc90jHykGK0g78.jpg\",srcSet:\"https://framerusercontent.com/images/a5SO6bWYO9JGc90jHykGK0g78.jpg 640w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:\"35px\",src:\"https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg\",srcSet:\"https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg 640w\"},className:\"framer-1w10bwm\",\"data-framer-name\":\"Pfp\",layoutDependency:layoutDependency,layoutId:\"tXo2t7D_C\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"-0.6369534988189116px -0.39809593676181976px 1.6524770047101387px -0.8125px rgba(255, 255, 255, 0.31903), -1.9316049144836143px -1.207253071552259px 5.011249187402212px -1.625px rgba(255, 255, 255, 0.30689), -5.106122817187569px -3.1913267607422307px 13.24704323671059px -2.4375px rgba(255, 255, 255, 0.27713), -16px -10px 41.50951698104905px -3.25px rgba(255, 255, 255, 0.175), 1.5116440978628818px 1.3436836425447838px 2.022511708209894px -0.625px rgba(0, 0, 0, 0.4916), 3.582863430856378px 3.184767494094558px 4.793709873950369px -1.25px rgba(0, 0, 0, 0.4801), 6.535513241382431px 5.80934510345105px 8.744222313006217px -1.875px rgba(0, 0, 0, 0.46369), 10.86527764397033px 9.658024572418071px 14.537252041634028px -2.5px rgba(0, 0, 0, 0.43964), 17.546537449760944px 15.596922177565284px 23.47647669240193px -3.125px rgba(0, 0, 0, 0.40252), 28.721940846680077px 25.530614085937845px 38.428663021308424px -3.75px rgba(0, 0, 0, 0.34043), 49.45724258703122px 43.96199341069441px 66.17156269089006px -4.375px rgba(0, 0, 0, 0.22524), 90px 80px 120.41594578792295px -5px rgba(0, 0, 0, 0)\"},...addPropertyOverrides({uv9nueeX0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||210)-105),sizes:\"35px\",src:\"https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg\",srcSet:\"https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9nYExwEqKiZOxikoZuzMhPzlIX8.jpg 640w\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7pQSC.framer-1q636py, .framer-7pQSC .framer-1q636py { display: block; }\",\".framer-7pQSC.framer-1x2io8g { height: 210px; overflow: visible; position: relative; width: 309px; }\",\".framer-7pQSC .framer-p74r0j { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; width: min-content; }\",\".framer-7pQSC .framer-bxhfy1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 288px; height: min-content; justify-content: center; min-height: 50px; min-width: 438px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7pQSC .framer-ezn41m { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: -35px; overflow: hidden; position: absolute; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-pgdrx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 144px; height: min-content; justify-content: center; min-height: 50px; min-width: 244px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7pQSC .framer-1h7kxzk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: -8px; overflow: hidden; position: absolute; top: -28px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-186mowq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: hidden; position: absolute; right: 21px; top: 5px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-wxowyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 144px; height: min-content; justify-content: center; min-height: 50px; min-width: 438px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7pQSC .framer-1rd61ks { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: 18px; overflow: hidden; position: absolute; top: -28px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-1a5rae2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: 49%; overflow: hidden; position: absolute; top: -35px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-knfpef { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; user-select: none; }\",\".framer-7pQSC .framer-1pqygdb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; left: calc(50.161812297734656% - 85px / 2); overflow: visible; padding: 0px; position: absolute; top: 65px; width: 85px; }\",\".framer-7pQSC .framer-1f6cf5t, .framer-7pQSC .framer-1ejef32, .framer-7pQSC .framer-weaogq, .framer-7pQSC .framer-1fnvhrz, .framer-7pQSC .framer-vn3foy, .framer-7pQSC .framer-1uy4qqz, .framer-7pQSC .framer-16huctt, .framer-7pQSC .framer-13j65yi, .framer-7pQSC .framer-1xxyknz { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-7pQSC .framer-1slyepv { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7pQSC .framer-1wxuyzb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-7pQSC .framer-1w4pyka, .framer-7pQSC .framer-d1gb1h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7pQSC .framer-k6hhu8 { align-content: center; align-items: center; bottom: 76px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; left: 82px; overflow: visible; padding: 0px; position: absolute; width: min-content; }\",\".framer-7pQSC .framer-1rj67v5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7pQSC .framer-1szw350 { aspect-ratio: 1 / 1; bottom: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: hidden; position: absolute; right: -27px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-7pQSC .framer-1w10bwm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: hidden; position: absolute; right: -9px; top: 0px; width: 35px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7pQSC .framer-p74r0j, .framer-7pQSC .framer-bxhfy1, .framer-7pQSC .framer-pgdrx6, .framer-7pQSC .framer-wxowyt, .framer-7pQSC .framer-1pqygdb, .framer-7pQSC .framer-1wxuyzb, .framer-7pQSC .framer-k6hhu8 { gap: 0px; } .framer-7pQSC .framer-p74r0j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7pQSC .framer-p74r0j > :first-child { margin-top: 0px; } .framer-7pQSC .framer-p74r0j > :last-child { margin-bottom: 0px; } .framer-7pQSC .framer-bxhfy1 > * { margin: 0px; margin-left: calc(288px / 2); margin-right: calc(288px / 2); } .framer-7pQSC .framer-bxhfy1 > :first-child, .framer-7pQSC .framer-pgdrx6 > :first-child, .framer-7pQSC .framer-wxowyt > :first-child, .framer-7pQSC .framer-1pqygdb > :first-child, .framer-7pQSC .framer-1wxuyzb > :first-child, .framer-7pQSC .framer-k6hhu8 > :first-child { margin-left: 0px; } .framer-7pQSC .framer-bxhfy1 > :last-child, .framer-7pQSC .framer-pgdrx6 > :last-child, .framer-7pQSC .framer-wxowyt > :last-child, .framer-7pQSC .framer-1pqygdb > :last-child, .framer-7pQSC .framer-1wxuyzb > :last-child, .framer-7pQSC .framer-k6hhu8 > :last-child { margin-right: 0px; } .framer-7pQSC .framer-pgdrx6 > *, .framer-7pQSC .framer-wxowyt > * { margin: 0px; margin-left: calc(144px / 2); margin-right: calc(144px / 2); } .framer-7pQSC .framer-1pqygdb > *, .framer-7pQSC .framer-1wxuyzb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7pQSC .framer-k6hhu8 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-7pQSC.framer-v-18yj83k .framer-ezn41m { bottom: -52px; left: unset; right: 168px; z-index: 3; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1h7kxzk { left: unset; right: 36px; top: 48%; z-index: 2; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1rd61ks { left: 53%; top: -53px; z-index: 3; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1a5rae2 { left: unset; right: 150px; top: -53px; z-index: 2; }\",\".framer-7pQSC.framer-v-18yj83k .framer-knfpef { z-index: -1; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1w4pyka, .framer-7pQSC.framer-v-6771wj.framer-1x2io8g { cursor: pointer; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1rj67v5-container { order: 1; }\",\".framer-7pQSC.framer-v-18yj83k .framer-d1gb1h { order: 0; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1szw350 { bottom: 70px; right: 22px; z-index: -1; }\",\".framer-7pQSC.framer-v-18yj83k .framer-1w10bwm { bottom: 70px; right: 40px; top: unset; z-index: -1; }\",\".framer-7pQSC.framer-v-6771wj .framer-ezn41m { bottom: unset; left: 29px; top: 48%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 210\n * @framerIntrinsicWidth 309\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uv9nueeX0\":{\"layout\":[\"fixed\",\"fixed\"]},\"WoLcy0eYu\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQrHqJxCIz=withCSS(Component,css,\"framer-7pQSC\");export default FramerQrHqJxCIz;FramerQrHqJxCIz.displayName=\"Connections\";FramerQrHqJxCIz.defaultProps={height:210,width:309};addPropertyControls(FramerQrHqJxCIz,{variant:{options:[\"xs2wX6uR4\",\"uv9nueeX0\",\"WoLcy0eYu\"],optionTitles:[\"Desktop-Default\",\"Desktop-Hover\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQrHqJxCIz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQrHqJxCIz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uv9nueeX0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WoLcy0eYu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"210\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"309\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QrHqJxCIz.map", "// Generated by Framer (2b47498)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const RichTextWithFX=withFX(RichText);const cycleOrder=[\"Z2qfknlKv\",\"evdPp8H0A\"];const serializationHash=\"framer-Yw0za\";const variantClassNames={evdPp8H0A:\"framer-v-g7tf7x\",Z2qfknlKv:\"framer-v-13mzna5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:100,delay:0,mass:.5,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Z2qfknlKv\",\"Variant 2\":\"evdPp8H0A\"};const getProps=({click,height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,M0GNI607K:(_ref=text!==null&&text!==void 0?text:props.M0GNI607K)!==null&&_ref!==void 0?_ref:\"See Aurix in Action\",noLhqqn4Z:click!==null&&click!==void 0?click:props.noLhqqn4Z,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Z2qfknlKv\"};};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,M0GNI607K,noLhqqn4Z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z2qfknlKv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap15sdi12=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(noLhqqn4Z){const res=await noLhqqn4Z(...args);if(res===false)return false;}});const onMouseEnter4iuywa=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"evdPp8H0A\");});const onMouseLeave1wkkk9l=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Z2qfknlKv\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"evdPp8H0A\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13mzna5\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z2qfknlKv\",onMouseEnter:onMouseEnter4iuywa,onTap:onTap15sdi12,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:43,borderBottomRightRadius:43,borderTopLeftRadius:43,borderTopRightRadius:43,boxShadow:\"0px 20px 40px -10px rgba(0, 0, 0, 0.5), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.05)\",WebkitBackdropFilter:\"blur(10px)\",...style},...addPropertyOverrides({evdPp8H0A:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave1wkkk9l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qjd64i\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"aS8vWDPMJ\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 20px 40px -10px rgba(0, 0, 0, 0.5), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.05)\"},variants:{evdPp8H0A:{backgroundColor:\"rgba(255, 255, 255, 0.15)\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18omq4v-container\",layoutDependency:layoutDependency,layoutId:\"IPMKCPPXq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Play\",iconSelection:\"House\",id:\"IPMKCPPXq\",layoutId:\"IPMKCPPXq\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"See Aurix in Action\"})}),className:\"framer-192tnlx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"m7e9Uyawx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:M0GNI607K,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Yw0za.framer-15cm5cx, .framer-Yw0za .framer-15cm5cx { display: block; }\",\".framer-Yw0za.framer-13mzna5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Yw0za .framer-1qjd64i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: min-content; }\",\".framer-Yw0za .framer-18omq4v-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-Yw0za .framer-192tnlx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Yw0za.framer-13mzna5, .framer-Yw0za .framer-1qjd64i { gap: 0px; } .framer-Yw0za.framer-13mzna5 > *, .framer-Yw0za .framer-1qjd64i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Yw0za.framer-13mzna5 > :first-child, .framer-Yw0za .framer-1qjd64i > :first-child { margin-left: 0px; } .framer-Yw0za.framer-13mzna5 > :last-child, .framer-Yw0za .framer-1qjd64i > :last-child { margin-right: 0px; } }\",\".framer-Yw0za.framer-v-g7tf7x.framer-13mzna5 { gap: 20px; }\",\".framer-Yw0za.framer-v-g7tf7x .framer-1qjd64i { gap: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Yw0za.framer-v-g7tf7x.framer-13mzna5, .framer-Yw0za.framer-v-g7tf7x .framer-1qjd64i { gap: 0px; } .framer-Yw0za.framer-v-g7tf7x.framer-13mzna5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Yw0za.framer-v-g7tf7x.framer-13mzna5 > :first-child, .framer-Yw0za.framer-v-g7tf7x .framer-1qjd64i > :first-child { margin-left: 0px; } .framer-Yw0za.framer-v-g7tf7x.framer-13mzna5 > :last-child, .framer-Yw0za.framer-v-g7tf7x .framer-1qjd64i > :last-child { margin-right: 0px; } .framer-Yw0za.framer-v-g7tf7x .framer-1qjd64i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 73\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"evdPp8H0A\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"M0GNI607K\":\"text\",\"noLhqqn4Z\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTlzQvwPLl=withCSS(Component,css,\"framer-Yw0za\");export default FramerTlzQvwPLl;FramerTlzQvwPLl.displayName=\"Buttons/Play\";FramerTlzQvwPLl.defaultProps={height:73,width:73};addPropertyControls(FramerTlzQvwPLl,{variant:{options:[\"Z2qfknlKv\",\"evdPp8H0A\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},M0GNI607K:{defaultValue:\"See Aurix in Action\",displayTextArea:false,title:\"Text\",type:ControlType.String},noLhqqn4Z:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerTlzQvwPLl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTlzQvwPLl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"73\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"73\",\"framerVariables\":\"{\\\"M0GNI607K\\\":\\\"text\\\",\\\"noLhqqn4Z\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"evdPp8H0A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TlzQvwPLl.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"bIpYjQj61\",\"Wu_6Ggw7d\"];const serializationHash=\"framer-Jy4Fu\";const variantClassNames={bIpYjQj61:\"framer-v-1ox2uhc\",Wu_6Ggw7d:\"framer-v-1xhhpll\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bIpYjQj61\",\"Variant 2\":\"Wu_6Ggw7d\"};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:\"bIpYjQj61\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bIpYjQj61\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntert4i9m5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Wu_6Ggw7d\");});const onMouseLeave62xvth=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"bIpYjQj61\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ox2uhc\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bIpYjQj61\",onMouseEnter:onMouseEntert4i9m5,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Wu_6Ggw7d:{\"data-framer-name\":\"Variant 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave62xvth}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.31,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1070,pixelWidth:1070,positionX:\"center\",positionY:\"top\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-cnwiwg\",\"data-framer-name\":\"Dots pattern\",layoutDependency:layoutDependency,layoutId:\"x5IsrQJNI\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,mask:\"radial-gradient(43% 56.00000000000001% at 50% 53.300000000000004%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(43% 56.00000000000001% at 50% 53.300000000000004%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add\"},variants:{Wu_6Ggw7d:{mask:\"radial-gradient(43% 56.00000000000001% at 50% 53.300000000000004%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(43% 56.00000000000001% at 50% 53.300000000000004%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) add\"}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||139)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||139)-0)*1)/2)),pixelHeight:660,pixelWidth:616,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XIwR9oRfQJiDck9DaOxrW6EQngM.png\"},className:\"framer-yzs856\",layoutDependency:layoutDependency,layoutId:\"Qo_53kPPu\",style:{filter:\"drop-shadow(0px 0px 5px rgba(0, 56, 22, 0)) drop-shadow(0px 0px 22px rgba(0, 194, 78, 0)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0))\",WebkitFilter:\"drop-shadow(0px 0px 5px rgba(0, 56, 22, 0)) drop-shadow(0px 0px 22px rgba(0, 194, 78, 0)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0))\"},variants:{Wu_6Ggw7d:{filter:\"drop-shadow(0px 0px 17px rgba(0, 56, 22, 0.3)) drop-shadow(0px 0px 30px rgba(0, 194, 78, 0.1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.1))\",WebkitFilter:\"drop-shadow(0px 0px 17px rgba(0, 56, 22, 0.3)) drop-shadow(0px 0px 30px rgba(0, 194, 78, 0.1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.1))\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Jy4Fu.framer-1951ahr, .framer-Jy4Fu .framer-1951ahr { display: block; }\",\".framer-Jy4Fu.framer-1ox2uhc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 139px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 328px; }\",\".framer-Jy4Fu .framer-cnwiwg { -webkit-user-select: none; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; user-select: none; }\",\".framer-Jy4Fu .framer-yzs856 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Jy4Fu.framer-1ox2uhc, .framer-Jy4Fu .framer-yzs856 { gap: 0px; } .framer-Jy4Fu.framer-1ox2uhc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Jy4Fu.framer-1ox2uhc > :first-child { margin-left: 0px; } .framer-Jy4Fu.framer-1ox2uhc > :last-child { margin-right: 0px; } .framer-Jy4Fu .framer-yzs856 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Jy4Fu .framer-yzs856 > :first-child { margin-top: 0px; } .framer-Jy4Fu .framer-yzs856 > :last-child { margin-bottom: 0px; } }\",\".framer-Jy4Fu.framer-v-1xhhpll .framer-cnwiwg { order: 0; }\",\".framer-Jy4Fu.framer-v-1xhhpll .framer-yzs856 { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 139\n * @framerIntrinsicWidth 328\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Wu_6Ggw7d\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruzW1MLzN9=withCSS(Component,css,\"framer-Jy4Fu\");export default FrameruzW1MLzN9;FrameruzW1MLzN9.displayName=\"Graphics/GDPR Shield\";FrameruzW1MLzN9.defaultProps={height:139,width:328};addPropertyControls(FrameruzW1MLzN9,{variant:{options:[\"bIpYjQj61\",\"Wu_6Ggw7d\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameruzW1MLzN9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruzW1MLzN9\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"328\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Wu_6Ggw7d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"139\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uzW1MLzN9.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/z4lFNdQZW3UwIQjfYfwK/egYQXwVVK2B6c4kqa9tP/YcCskbelD.js\";const serializationHash=\"framer-CCrDm\";const variantClassNames={eesC4i3Xr:\"framer-v-ucymz2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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 getProps=({description,fontSize,height,id,number,width,...props})=>{var _ref,_ref1,_ref2;return{...props,FQnx7U6FK:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.FQnx7U6FK)!==null&&_ref!==void 0?_ref:76,IywxD0hHF:(_ref1=description!==null&&description!==void 0?description:props.IywxD0hHF)!==null&&_ref1!==void 0?_ref1:\"Description\",jtmYt2WNs:(_ref2=number!==null&&number!==void 0?number:props.jtmYt2WNs)!==null&&_ref2!==void 0?_ref2:\"100%\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,jtmYt2WNs,IywxD0hHF,FQnx7U6FK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"eesC4i3Xr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ucymz2\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eesC4i3Xr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-FQnx7U6FK-Vsp2MKsXJ) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-e966204d-4a63-4327-bda2-4c709af4c885, rgb(0, 194, 78)) 0%, var(--token-91bc4d91-6972-4e38-a9d7-febbf41c8a6e, rgb(0, 255, 166)) 100%)\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"100%\"})})})}),className:\"framer-aar8xm\",\"data-framer-name\":\"Number\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"JYJLt0GD6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-FQnx7U6FK-Vsp2MKsXJ\":FQnx7U6FK},text:jtmYt2WNs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6)))\"},children:\"Description\"})}),className:\"framer-1cytg3m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"htpFoFY0x\",style:{\"--extracted-r6o4lv\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IywxD0hHF,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CCrDm.framer-1fyo80r, .framer-CCrDm .framer-1fyo80r { display: block; }\",\".framer-CCrDm.framer-ucymz2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 232px; }\",\".framer-CCrDm .framer-aar8xm, .framer-CCrDm .framer-1cytg3m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CCrDm.framer-ucymz2 { gap: 0px; } .framer-CCrDm.framer-ucymz2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CCrDm.framer-ucymz2 > :first-child { margin-top: 0px; } .framer-CCrDm.framer-ucymz2 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 118\n * @framerIntrinsicWidth 232\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jtmYt2WNs\":\"number\",\"IywxD0hHF\":\"description\",\"FQnx7U6FK\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVsp2MKsXJ=withCSS(Component,css,\"framer-CCrDm\");export default FramerVsp2MKsXJ;FramerVsp2MKsXJ.displayName=\"Elements/Statistic\";FramerVsp2MKsXJ.defaultProps={height:118,width:232};addPropertyControls(FramerVsp2MKsXJ,{jtmYt2WNs:{defaultValue:\"100%\",displayTextArea:false,title:\"Number\",type:ControlType.String},IywxD0hHF:{defaultValue:\"Description\",displayTextArea:false,title:\"Description\",type:ControlType.String},FQnx7U6FK:{defaultValue:76,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerVsp2MKsXJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVsp2MKsXJ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"jtmYt2WNs\\\":\\\"number\\\",\\\"IywxD0hHF\\\":\\\"description\\\",\\\"FQnx7U6FK\\\":\\\"fontSize\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"232\",\"framerIntrinsicHeight\":\"118\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vsp2MKsXJ.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-PwcH4\";const variantClassNames={SlAgobRhN:\"framer-v-1yqejdr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};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,radius,width,...props})=>{var _ref;return{...props,B_qgp_Xvy:(_ref=radius!==null&&radius!==void 0?radius:props.B_qgp_Xvy)!==null&&_ref!==void 0?_ref:\"12px\"};};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,B_qgp_Xvy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"SlAgobRhN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1yqejdr\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SlAgobRhN\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nb8g6t\",\"data-framer-name\":\"Layer-4\",layoutDependency:layoutDependency,layoutId:\"HQg_pRCMP\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 36deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 54.38497019010389deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 307.36529277222326deg, rgb(255, 255, 255) 324deg, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 360deg)',borderBottomLeftRadius:radiusForCorner(B_qgp_Xvy,3),borderBottomRightRadius:radiusForCorner(B_qgp_Xvy,2),borderTopLeftRadius:radiusForCorner(B_qgp_Xvy,0),borderTopRightRadius:radiusForCorner(B_qgp_Xvy,1),filter:\"blur(64px)\",opacity:.5,WebkitFilter:\"blur(64px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18zmrvb\",\"data-framer-name\":\"Layer-3\",layoutDependency:layoutDependency,layoutId:\"nqEG9hOVq\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 36deg, rgba(136, 255, 183, 0.95791) 54deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 54.38497019010389deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 307.36529277222326deg, rgb(255, 255, 255) 324deg, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 360deg)',borderBottomLeftRadius:radiusForCorner(B_qgp_Xvy,3),borderBottomRightRadius:radiusForCorner(B_qgp_Xvy,2),borderTopLeftRadius:radiusForCorner(B_qgp_Xvy,0),borderTopRightRadius:radiusForCorner(B_qgp_Xvy,1),filter:\"blur(32px)\",opacity:.75,WebkitFilter:\"blur(32px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9e895\",\"data-framer-name\":\"Layer-2\",layoutDependency:layoutDependency,layoutId:\"B6Jlvo0MH\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 36deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 54.38497019010389deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 131.86866341421438deg, rgba(255, 255, 255, 0) 270deg, var(--token-60fbdeb0-065e-40a8-8f67-003fdd035637, rgb(128, 255, 179)) /* {\"name\":\"Conic/Green\"} */ 307.36529277222326deg, rgb(255, 255, 255) 324deg, var(--token-7344000b-403f-4202-8b76-38da2631ab93, rgb(255, 160, 124)) /* {\"name\":\"Conic/Orange\"} */ 360deg)',borderBottomLeftRadius:radiusForCorner(B_qgp_Xvy,3),borderBottomRightRadius:radiusForCorner(B_qgp_Xvy,2),borderTopLeftRadius:radiusForCorner(B_qgp_Xvy,0),borderTopRightRadius:radiusForCorner(B_qgp_Xvy,1),filter:\"blur(8px)\",WebkitFilter:\"blur(8px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u6u45l\",\"data-framer-name\":\"Stroke\",layoutDependency:layoutDependency,layoutId:\"TMN_8jYez\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-fe5e4745-95f0-4101-adda-311b3e8fae28, rgb(255, 255, 255)) /* {\"name\":\"White - Dashoard\"} */ 36deg, var(--token-fe5e4745-95f0-4101-adda-311b3e8fae28, rgb(255, 255, 255)) /* {\"name\":\"White - Dashoard\"} */ 54.38497019010389deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0) 270deg, var(--token-fe5e4745-95f0-4101-adda-311b3e8fae28, rgb(255, 255, 255)) /* {\"name\":\"White - Dashoard\"} */ 324deg, var(--token-fe5e4745-95f0-4101-adda-311b3e8fae28, rgb(255, 255, 255)) /* {\"name\":\"White - Dashoard\"} */ 360deg)',borderBottomLeftRadius:radiusForCorner(B_qgp_Xvy,3),borderBottomRightRadius:radiusForCorner(B_qgp_Xvy,2),borderTopLeftRadius:radiusForCorner(B_qgp_Xvy,0),borderTopRightRadius:radiusForCorner(B_qgp_Xvy,1),filter:\"blur(2px)\",WebkitFilter:\"blur(2px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PwcH4.framer-b1t1xj, .framer-PwcH4 .framer-b1t1xj { display: block; }\",\".framer-PwcH4.framer-1yqejdr { height: 605px; position: relative; width: 1076px; }\",\".framer-PwcH4 .framer-nb8g6t, .framer-PwcH4 .framer-18zmrvb, .framer-PwcH4 .framer-1v9e895, .framer-PwcH4 .framer-1u6u45l { bottom: 0px; flex: none; left: 0px; mix-blend-mode: screen; overflow: visible; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 605\n * @framerIntrinsicWidth 1076\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"B_qgp_Xvy\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameryd4YpzVEY=withCSS(Component,css,\"framer-PwcH4\");export default Frameryd4YpzVEY;Frameryd4YpzVEY.displayName=\"Hero/Glow\";Frameryd4YpzVEY.defaultProps={height:605,width:1076};addPropertyControls(Frameryd4YpzVEY,{B_qgp_Xvy:{defaultValue:\"12px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(Frameryd4YpzVEY,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryd4YpzVEY\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"B_qgp_Xvy\\\":\\\"radius\\\"}\",\"framerIntrinsicHeight\":\"605\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1076\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yd4YpzVEY.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import HeroDashboard from\"#framer/local/canvasComponent/aI3ROVFfx/aI3ROVFfx.js\";import LinkedInTypes from\"#framer/local/canvasComponent/dEi3o4w00/dEi3o4w00.js\";import ElementsBadge from\"#framer/local/canvasComponent/DVLmYKjwK/DVLmYKjwK.js\";import ElementsAppIcon from\"#framer/local/canvasComponent/DZseVgcm2/DZseVgcm2.js\";import Analytics from\"#framer/local/canvasComponent/gfe87Awli/gfe87Awli.js\";import CardsTestimonial from\"#framer/local/canvasComponent/jff5YJQoH/jff5YJQoH.js\";import ApproveMessage from\"#framer/local/canvasComponent/LjEB4Qwq7/LjEB4Qwq7.js\";import ElementsHeroButtons from\"#framer/local/canvasComponent/oQCoNKn7I/oQCoNKn7I.js\";import FAQLandingPage from\"#framer/local/canvasComponent/QafHm7ilM/QafHm7ilM.js\";import Connections from\"#framer/local/canvasComponent/QrHqJxCIz/QrHqJxCIz.js\";import ButtonsPlay from\"#framer/local/canvasComponent/TlzQvwPLl/TlzQvwPLl.js\";import GraphicsGDPRShield from\"#framer/local/canvasComponent/uzW1MLzN9/uzW1MLzN9.js\";import ElementsStatistic from\"#framer/local/canvasComponent/Vsp2MKsXJ/Vsp2MKsXJ.js\";import CTA from\"#framer/local/canvasComponent/x2m6YI7JS/x2m6YI7JS.js\";import SectionsFooter from\"#framer/local/canvasComponent/xdYLGkFeT/xdYLGkFeT.js\";import HeroGlow from\"#framer/local/canvasComponent/yd4YpzVEY/yd4YpzVEY.js\";import NavigationNavigation from\"#framer/local/canvasComponent/YlslyniFN/YlslyniFN.js\";import*as sharedStyle from\"#framer/local/css/eIJT49EKw/eIJT49EKw.js\";import*as sharedStyle5 from\"#framer/local/css/EoXAXWrph/EoXAXWrph.js\";import*as sharedStyle3 from\"#framer/local/css/f7FmCkWYW/f7FmCkWYW.js\";import*as sharedStyle1 from\"#framer/local/css/v5qlxqQUW/v5qlxqQUW.js\";import*as sharedStyle4 from\"#framer/local/css/xlUsAw84D/xlUsAw84D.js\";import*as sharedStyle2 from\"#framer/local/css/YcCskbelD/YcCskbelD.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ElementsHeroButtonsFonts=getFonts(ElementsHeroButtons);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const HeroGlowFonts=getFonts(HeroGlow);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const HeroDashboardFonts=getFonts(HeroDashboard);const ButtonsPlayFonts=getFonts(ButtonsPlay);const YouTubeFonts=getFonts(YouTube);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TickerFonts=getFonts(Ticker);const CardsTestimonialFonts=getFonts(CardsTestimonial);const ElementsStatisticFonts=getFonts(ElementsStatistic);const ElementsBadgeFonts=getFonts(ElementsBadge);const AnalyticsFonts=getFonts(Analytics);const LinkedInTypesFonts=getFonts(LinkedInTypes);const ConnectionsFonts=getFonts(Connections);const GraphicsGDPRShieldFonts=getFonts(GraphicsGDPRShield);const ApproveMessageFonts=getFonts(ApproveMessage);const MotionDivWithFX=withFX(motion.div);const ElementsAppIconFonts=getFonts(ElementsAppIcon);const FAQLandingPageFonts=getFonts(FAQLandingPage);const CTAFonts=getFonts(CTA);const SectionsFooterFonts=getFonts(SectionsFooter);const NavigationNavigationFonts=getFonts(NavigationNavigation);const NavigationNavigationWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigation);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={FWVpfDVPB:\"(min-width: 810px) and (max-width: 1199px)\",Pd_SV8XXg:\"(min-width: 1440px)\",UCGPDF5VO:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0PZ3O\";const variantClassNames={FWVpfDVPB:\"framer-v-1a3mp3t\",Pd_SV8XXg:\"framer-v-1y12k4j\",UCGPDF5VO:\"framer-v-1fkn8yj\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={damping:50,delay:.1,mass:1,stiffness:125,type:\"spring\"};const textEffect={effect:animation,startDelay:0,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={damping:50,delay:.05,mass:1,stiffness:125,type:\"spring\"};const textEffect1={effect:animation,repeat:false,startDelay:.5,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect2={effect:animation,startDelay:1.3,tokenization:\"character\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={bounce:.2,delay:1.8,duration:.6,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition5={damping:50,delay:1,mass:1,stiffness:125,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:50,delay:1.25,mass:1,stiffness:125,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition8={delay:0,duration:2,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:4,skewX:0,skewY:0,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:5,skewX:0,skewY:0,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:3,skewX:0,skewY:0,x:0,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:2,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - L\":\"Pd_SV8XXg\",Desktop:\"WQLkyLRf1\",Phone:\"UCGPDF5VO\",Tablet:\"FWVpfDVPB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const noLhqqn4Z3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"Xu3xov2KD\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"AeGcoZeqK\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"FhLQxpKfm\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"L0t9FLCwt\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"uKqKtbL44\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"maPM2b6s9\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"zDDbujuaJ\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"H1vCl6SGN\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"glbrloLcc\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"JkrPbczaD\");const router=useRouter();const ref10=React.useRef(null);const elementId10=useRouteElementId(\"Fvct7Jo6U\");const ref11=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, rgb(8, 9, 13)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13v55gb\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-of8azn\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ye5zjh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16fvvn2\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Source passive talents at scale using AI\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1ucmrwq\",\"data-styles-preset\":\"eIJT49EKw\",style:{\"--framer-text-alignment\":\"center\"},children:\"Source passive talents at scale using AI\"})}),className:\"framer-1t34ilz\",\"data-framer-name\":\"Header\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",style:{\"--framer-text-alignment\":\"center\"},children:\"TalentSight streamlines active recruitment by identifying, contacting, and scheduling interviews with top candidates, allowing recruiters to focus on what truly matters: building meaningful connections.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-i5347y\",\"data-styles-preset\":\"v5qlxqQUW\",style:{\"--framer-text-alignment\":\"center\"},children:\"TalentSight streamlines active recruitment by identifying, contacting, and scheduling interviews with top candidates, allowing recruiters to focus on what truly matters: building meaningful connections.\"})}),className:\"framer-3xy74j\",\"data-framer-name\":\"Subheadline\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{y:(componentViewport?.y||0)+0+0+120+0+0+0+0+296}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,y:(componentViewport?.y||0)+0+0+180+0+0+0+0+296,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ut1pgf-container\",nodeId:\"Xv2Os0BWC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{Va_ULBiaA:\"column\",variant:\"QKxDLCIzJ\"}},children:/*#__PURE__*/_jsx(ElementsHeroButtons,{height:\"100%\",id:\"Xv2Os0BWC\",layoutId:\"Xv2Os0BWC\",Va_ULBiaA:\"row\",variant:\"HV2WfNjbY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mg3l9v\",\"data-framer-name\":\"Ewor\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Backed by\"})}),className:\"framer-10gbj7q\",\"data-framer-name\":\"Backed By\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.ewor.com/\",motionChild:true,nodeId:\"EPa_h89dK\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation1,className:\"framer-138908z framer-lux5qc\",\"data-framer-appear-id\":\"138908z\",initial:animation2,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+371+0+-2),pixelHeight:505,pixelWidth:725,positionX:\"center\",positionY:\"center\",sizes:\"30px\",src:\"https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png\",srcSet:\"https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png 725w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+0+0+371+0+-2),pixelHeight:505,pixelWidth:725,positionX:\"center\",positionY:\"center\",sizes:\"30px\",src:\"https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png\",srcSet:\"https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/REqaZiIfGdxIrsYgtqTUWmP7ZEQ.png 725w\"},className:\"framer-m63jon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c6f3752d-bcbb-4a1f-8f5a-c557c7d2f7e2, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"EWOR\"}),\" \"]})}),className:\"framer-bsexku\",\"data-framer-name\":\"Ewor\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1pphvne\",\"data-framer-appear-id\":\"1pphvne\",\"data-framer-name\":\"Image Container\",id:elementId1,initial:animation2,optimized:true,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{height:604,width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) + 2px)`,y:(componentViewport?.y||0)+0+0+120+0+0+493+-1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:605,width:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) + 4px)`,y:(componentViewport?.y||0)+0+0+180+0+0+493+-2,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-7qp1up-container\",\"data-framer-appear-id\":\"7qp1up\",initial:animation2,nodeId:\"cvRlHPgJE\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{B_qgp_Xvy:\"14px\"},UCGPDF5VO:{B_qgp_Xvy:\"7px\"}},children:/*#__PURE__*/_jsx(HeroGlow,{B_qgp_Xvy:\"16px\",height:\"100%\",id:\"cvRlHPgJE\",layoutId:\"cvRlHPgJE\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{background:{alt:\"\",backgroundSize:.5,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+493+603-600),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) * 1.15)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},Pd_SV8XXg:{background:{alt:\"\",backgroundSize:.5,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+493+603-900),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) * 1.2)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},UCGPDF5VO:{background:{alt:\"\",backgroundSize:.5,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+493+603-500),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) * 1.25)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,background:{alt:\"\",backgroundSize:.5,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+493+603-800),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) * 1.15)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-jkytb4\",\"data-framer-appear-id\":\"jkytb4\",\"data-framer-name\":\"Dot pattern\",initial:animation2,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px)`,y:(componentViewport?.y||0)+0+0+120+0+0+493+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:603,width:`max(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px), 1px)`,y:(componentViewport?.y||0)+0+0+180+0+0+493+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j02uma-container\",\"data-framer-name\":\"Hero/Image\",name:\"Hero/Image\",nodeId:\"XJf89PEsw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{Q_KH32uCf:\"8px\"},Pd_SV8XXg:{Q_KH32uCf:\"14px\"},UCGPDF5VO:{Q_KH32uCf:\"6px\"}},children:/*#__PURE__*/_jsx(HeroDashboard,{height:\"100%\",id:\"XJf89PEsw\",layoutId:\"XJf89PEsw\",name:\"Hero/Image\",Q_KH32uCf:\"12px\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{y:(componentViewport?.y||0)+0+0+120+0+0+493+265.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,y:(componentViewport?.y||0)+0+0+180+0+0+493+265.5,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1kirrwv-container\",id:\"1kirrwv\",nodeId:\"VhUEaeTYp\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(ButtonsPlay,{height:\"100%\",id:\"VhUEaeTYp\",layoutId:\"VhUEaeTYp\",M0GNI607K:\"See TalentSight \",noLhqqn4Z:noLhqqn4Z3bnx0g({overlay}),variant:\"Z2qfknlKv\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-gul5pu\"),\"data-framer-portal-id\":\"1kirrwv\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"Trb0vbelU\"),/*#__PURE__*/_jsx(motion.div,{animate:animation6,className:cx(scopingClassNames,\"framer-169szll\"),\"data-framer-name\":\"Bg\",\"data-framer-portal-id\":\"1kirrwv\",exit:animation5,initial:animation7}),/*#__PURE__*/_jsx(motion.div,{animate:animation6,className:cx(scopingClassNames,\"framer-nqfrei\"),\"data-border\":true,\"data-framer-name\":\"Video Container\",\"data-framer-portal-id\":\"1kirrwv\",exit:animation5,initial:animation7,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1tapf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gcXxkyhQ9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"gcXxkyhQ9\",isMixedBorderRadius:false,isRed:true,layoutId:\"gcXxkyhQ9\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/JLpATGEtsdM\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cu7zyf\",\"data-framer-name\":\"Logos\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"250+ companies are automating their sourcing with us  \"})}),className:\"framer-16eyqv8\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tsx5c-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lUyqib4C8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{gap:20}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:85,height:\"100%\",hoverFactor:.5,id:\"lUyqib4C8\",layoutId:\"lUyqib4C8\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jgnxr5\",\"data-framer-name\":\"Destination Workplace\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:2349,pixelHeight:230,pixelWidth:403,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kUjK0ApJ69z6ZOdK2QQhXUzxaWM.png\"},className:\"framer-jjgizl\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cbc9y6\",\"data-framer-name\":\"SiteGround\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:2349,pixelHeight:81,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WJ5AHAo1RsvZ3uKeG5fTgvkL4c.png\"},className:\"framer-1jvga0j\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xsvo4m\",\"data-framer-name\":\"top_skills\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:92,intrinsicWidth:296,pixelHeight:92,pixelWidth:296,src:\"https://framerusercontent.com/images/JzejG1I0G0FajGLgASTkTy9smg.png\"},className:\"framer-1u1jmnq\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p6b52k\",\"data-framer-name\":\"Anakatech\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:63,intrinsicWidth:375,pixelHeight:63,pixelWidth:375,src:\"https://framerusercontent.com/images/Qu5Gvc0qLUZaKAlCsiPp05Xm0.png\"},className:\"framer-fdq9tq\",\"data-framer-name\":\"image\"})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h3yr5h-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Q_LyIIQvz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{gap:20}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:85,height:\"100%\",hoverFactor:.5,id:\"Q_LyIIQvz\",layoutId:\"Q_LyIIQvz\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-atqd65\",\"data-framer-name\":\"Talaint\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:224,intrinsicWidth:720,pixelHeight:106,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x0VSub9FcNKl0GaKCni2OyK171o.png\"},className:\"framer-c8mgmf\",\"data-framer-name\":\"besco_logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5a0fn8\",\"data-framer-name\":\"People_places\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:59,intrinsicWidth:279,pixelHeight:59,pixelWidth:279,src:\"https://framerusercontent.com/images/dtEmxNn4UpeZ2Q0yugKYetvPMQ.png\"},className:\"framer-kzr12b\",\"data-framer-name\":\"people_places_logo\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-122uu0a\",\"data-framer-name\":\"Ampeco\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:120,pixelHeight:23,pixelWidth:120,src:\"https://framerusercontent.com/images/op2pgbsZrCLPzlevCS4pCzciFqA.png\"},className:\"framer-ey11gh\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qjbpdd\",\"data-framer-name\":\"HRLabs\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:2349,pixelHeight:63,pixelWidth:139,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u1Y25UViudou1xjxKra4Pi15xEE.png\"},className:\"framer-snzun1\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zy5wfd\",\"data-framer-name\":\"Trading212\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:2349,pixelHeight:45,pixelWidth:331,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x63hy9QHmVR4gMehnlY7cq5yTGo.png\"},className:\"framer-1l8snq8\",\"data-framer-name\":\"image\"})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k8ax95\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wwvktk\",\"data-framer-name\":\"Testimonials\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hv66i8\",\"data-framer-name\":\"Testimonials Collection\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+120+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 232px) / 3, 50px)`},UCGPDF5VO:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 50px)`,y:(componentViewport?.y||0)+0+1547+0+0+120+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:194,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+153+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sxiww-container\",nodeId:\"GOXpgnX2i\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{TsBOgNaGr:false}},children:/*#__PURE__*/_jsx(CardsTestimonial,{CypgcUqHf:'\"TalentSight has enabled us to contact 20% more candidates in the past 3 months, saving our team hours on sourcing and allowing us to focus on enhancing the candidate experience.\"',gtTzUIUHU:\"https://www.trading212.com/\",height:\"100%\",HJFZabup3:\"Head of Recruitment\",id:\"GOXpgnX2i\",layoutId:\"GOXpgnX2i\",Q6ki2u_Lv:\"Petya Atanasova\",RQNIwv9v5:addImageAlt({pixelHeight:1036,pixelWidth:700,positionX:\"47.7%\",positionY:\"23.2%\",src:\"https://framerusercontent.com/images/bTjQa5zVdEl0gXugDTdpLJZh28w.jpg\",srcSet:\"https://framerusercontent.com/images/bTjQa5zVdEl0gXugDTdpLJZh28w.jpg?scale-down-to=1024 691w,https://framerusercontent.com/images/bTjQa5zVdEl0gXugDTdpLJZh28w.jpg 700w\"},\"\"),style:{width:\"100%\"},TsBOgNaGr:true,width:\"100%\",xFUxGlG8X:addImageAlt({pixelHeight:45,pixelWidth:331,src:\"https://framerusercontent.com/images/x63hy9QHmVR4gMehnlY7cq5yTGo.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+120+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 232px) / 3, 50px)`},UCGPDF5VO:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 50px)`,y:(componentViewport?.y||0)+0+1547+0+0+120+0+0+210}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:194,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+153+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wamf41-container\",nodeId:\"jaDsZTYxy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{TsBOgNaGr:false}},children:/*#__PURE__*/_jsx(CardsTestimonial,{CypgcUqHf:'\"After 4 months using TalentSight, I\u2019ve found it invaluable for accessing profiles beyond LinkedIn searches, with filtering and automation that greatly enhance recruitment.\"',gtTzUIUHU:\"https://kaizengaming.com/home\",height:\"100%\",HJFZabup3:\"Senior Technical Recruiter\",id:\"jaDsZTYxy\",layoutId:\"jaDsZTYxy\",Q6ki2u_Lv:\"Slavey Trenin\",RQNIwv9v5:addImageAlt({pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/DG5tvvzO9V6g3T1KMGvihKtevA.jpg\"},\"\"),style:{width:\"100%\"},TsBOgNaGr:true,width:\"100%\",xFUxGlG8X:addImageAlt({pixelHeight:64,pixelWidth:260,src:\"https://framerusercontent.com/images/aDNLyF0y1Zbnk2SF4CDTGlzMYo.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+120+0+0+210},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 232px) / 3, 50px)`},UCGPDF5VO:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 50px)`,y:(componentViewport?.y||0)+0+1547+0+0+120+0+0+420}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:194,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) / 3, 50px)`,y:(componentViewport?.y||0)+0+1534.2+0+0+153+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l671qh-container\",nodeId:\"wscIB8Vda\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{TsBOgNaGr:false}},children:/*#__PURE__*/_jsx(CardsTestimonial,{CypgcUqHf:\"\u201C6 months with TalentSight and we\u2019ve filled many positions thanks to its innovative tools, ease of use, and responsive team, making it a must-try platform.\u201D\",gtTzUIUHU:\"https://www.topskills-bg.com/en/\",height:\"100%\",HJFZabup3:\"CEO & Recruitment Director\",id:\"wscIB8Vda\",layoutId:\"wscIB8Vda\",Q6ki2u_Lv:\"Eli Stoyneva\",RQNIwv9v5:addImageAlt({pixelHeight:600,pixelWidth:600,src:\"https://framerusercontent.com/images/7bWW2pqDtGP5S3v6CBm6FbTiqo.jpg\",srcSet:\"https://framerusercontent.com/images/7bWW2pqDtGP5S3v6CBm6FbTiqo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7bWW2pqDtGP5S3v6CBm6FbTiqo.jpg 600w\"},\"\"),style:{width:\"100%\"},TsBOgNaGr:true,width:\"100%\",xFUxGlG8X:addImageAlt({pixelHeight:92,pixelWidth:296,src:\"https://framerusercontent.com/images/h3kD6j6QhMGo3BSewegNcwThA1Y.png\"},\"\")})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2tvs1b\",\"data-framer-name\":\"Statistics\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tatl8v\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pxu4lm\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+540+120+0+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px) / 4, 1px)`},UCGPDF5VO:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1547+0+734+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+363+153+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w1tjii-container\",nodeId:\"dgpL_kY8S\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{FQnx7U6FK:70},UCGPDF5VO:{FQnx7U6FK:60}},children:/*#__PURE__*/_jsx(ElementsStatistic,{FQnx7U6FK:76,height:\"100%\",id:\"dgpL_kY8S\",IywxD0hHF:\"Faster Time-to-Hire\",jtmYt2WNs:\"34%\",layoutId:\"dgpL_kY8S\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+540+120+0+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px) / 4, 1px)`},UCGPDF5VO:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1547+0+734+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+363+153+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13mf3gl-container\",nodeId:\"RU9H9R237\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{FQnx7U6FK:70},UCGPDF5VO:{FQnx7U6FK:60}},children:/*#__PURE__*/_jsx(ElementsStatistic,{FQnx7U6FK:76,height:\"100%\",id:\"RU9H9R237\",IywxD0hHF:\"Sourcing Speed\",jtmYt2WNs:\"2x\",layoutId:\"RU9H9R237\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+540+120+0+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px) / 4, 1px)`},UCGPDF5VO:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1547+0+734+120+0+0+0+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+363+153+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hwrcau-container\",nodeId:\"pOdqhiuyj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{FQnx7U6FK:70},UCGPDF5VO:{FQnx7U6FK:60}},children:/*#__PURE__*/_jsx(ElementsStatistic,{FQnx7U6FK:76,height:\"100%\",id:\"pOdqhiuyj\",IywxD0hHF:\"Lower Cost-per-Hire\",jtmYt2WNs:\"5x\",layoutId:\"pOdqhiuyj\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+540+120+0+0+0+0},Pd_SV8XXg:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px) / 4, 1px)`},UCGPDF5VO:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 2, 50px)`,y:(componentViewport?.y||0)+0+1547+0+734+120+0+0+0+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px) / 4, 1px)`,y:(componentViewport?.y||0)+0+1534.2+0+363+153+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rwciuu-container\",nodeId:\"Z65ZkXDQY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{FQnx7U6FK:70},UCGPDF5VO:{FQnx7U6FK:60}},children:/*#__PURE__*/_jsx(ElementsStatistic,{FQnx7U6FK:76,height:\"100%\",id:\"Z65ZkXDQY\",IywxD0hHF:\"More Reachouts\",jtmYt2WNs:\"3x\",layoutId:\"Z65ZkXDQY\",style:{width:\"100%\"},width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w4np69\",\"data-framer-name\":\"Diagram\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cgzpxj\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+778+120+0+0+0},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+1130+120+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+1534.2+0+634+153+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5rlrhs-container\",nodeId:\"BZhWyzjGR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsBadge,{height:\"100%\",id:\"BZhWyzjGR\",IuTe5HRQB:\"Workflow\",layoutId:\"BZhWyzjGR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-131zw8i\",\"data-styles-preset\":\"f7FmCkWYW\",style:{\"--framer-text-alignment\":\"center\"},children:\"How TalentSight Works\"})}),className:\"framer-ocruk0\",\"data-framer-name\":\"H2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7v3zsu\",\"data-styles-preset\":\"xlUsAw84D\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Every recruiter has their own workflow. That's why TalentSight integrates with any ATS, external source and all types of LinkedIn accounts.\"})}),className:\"framer-1w9kr54\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+778+163),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},Pd_SV8XXg:{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+634+163),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 0px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},UCGPDF5VO:{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1547+0+1130+263),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:1074,intrinsicWidth:1074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+634+163),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-1aqklil\",\"data-framer-name\":\"Dots pattern\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316,intrinsicWidth:921.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+778+120+294.8),pixelHeight:670,pixelWidth:1843,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,src:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png 1843w\"}},Pd_SV8XXg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316,intrinsicWidth:921.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+634+153+294.8),pixelHeight:670,pixelWidth:1843,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px)`,src:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png 1843w\"}},UCGPDF5VO:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:316,intrinsicWidth:921.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1547+0+1130+120+294.8),pixelHeight:1383,pixelWidth:734,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,src:\"https://framerusercontent.com/images/LzuseItQtJyOihUUZzzWlWK8h1I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/LzuseItQtJyOihUUZzzWlWK8h1I.png?scale-down-to=1024 543w,https://framerusercontent.com/images/LzuseItQtJyOihUUZzzWlWK8h1I.png 734w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316,intrinsicWidth:921.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+634+153+294.8),pixelHeight:670,pixelWidth:1843,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px)`,src:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nCT5Else9zU4PpuFVbBM3GBFY.png 1843w\"},className:\"framer-16golqj\",\"data-framer-name\":\"Whole Graph\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bstzc3\",\"data-framer-name\":\"Features\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4mkdf0\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+0+0+0},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+2264.8+120+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d8tv32-container\",nodeId:\"XChFKdRQ2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsBadge,{height:\"100%\",id:\"XChFKdRQ2\",IuTe5HRQB:\"Features\",layoutId:\"XChFKdRQ2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-131zw8i\",\"data-styles-preset\":\"f7FmCkWYW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Create, Automate & Track while staying in control \"})}),className:\"framer-19zooda\",\"data-framer-name\":\"H2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7v3zsu\",\"data-styles-preset\":\"xlUsAw84D\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Discover the features that can take your recruitment workflow to the next level.\"})}),className:\"framer-a6k19n\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a51db\",\"data-framer-name\":\"Features list\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sjtvax\",\"data-framer-name\":\"Bento Grid-1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfl9mm\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kua35k\",\"data-framer-name\":\"Cards/Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xci4qs\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xubjti\",\"data-styles-preset\":\"EoXAXWrph\",children:\"Analytics\"})}),className:\"framer-pfqxqb\",\"data-framer-name\":\"H3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",children:\"Keep track of the performance of all your campaigns including the resposne rate, acceptance rate and many other metrics.\"})}),className:\"framer-tm15r2\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jzqwfx\",\"data-framer-name\":\"Image container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+294.8+0+0+0+0+0+24+166.5+-58.75},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+2264.8+120+294.8+0+0+0+0+0+0+24+174.5+-65.25}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+0+0+32+174.5+-35.75,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{style:{scale:.7}},UCGPDF5VO:{style:{scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-cfo9lv-container\",nodeId:\"kqegChkKA\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{variant:\"V71QNV7pY\"}},children:/*#__PURE__*/_jsx(Analytics,{height:\"100%\",id:\"kqegChkKA\",layoutId:\"kqegChkKA\",variant:\"R3CX4Tfoh\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x3y1s8\",\"data-framer-name\":\"Shadow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fmz83o\",\"data-framer-name\":\"Middle\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bbqbsz\",\"data-framer-name\":\"Cards/Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a1mji8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xubjti\",\"data-styles-preset\":\"EoXAXWrph\",children:\"Manage Any LinkedIn\"})}),className:\"framer-63e0l5\",\"data-framer-name\":\"H3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",children:\"Automate both your personal and recruiter account\"})}),className:\"framer-1s505rv\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{style:{scale:.6}},UCGPDF5VO:{style:{scale:.7}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a3mhj7\",\"data-framer-name\":\"Image container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+294.8+0+0+0+0+0+0+0+24+112+-62.5},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+0+0+0+0+32+131+-39},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+2264.8+120+294.8+0+0+0+0+0+341+0+0+24+112+-47.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:125,width:\"450px\",y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+0+0+0+0+32+131+-43,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1srz8fs-container\",nodeId:\"Z8SigRtud\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{variant:\"sesKxjM1o\"}},children:/*#__PURE__*/_jsx(LinkedInTypes,{height:\"100%\",id:\"Z8SigRtud\",layoutId:\"Z8SigRtud\",style:{height:\"100%\",width:\"100%\"},variant:\"foT4akdb5\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nhdh46\",\"data-framer-name\":\"Shadow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l0nitv\",\"data-framer-name\":\"Cards/Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1usym3v\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xubjti\",\"data-styles-preset\":\"EoXAXWrph\",children:\"Build Connections \"})}),className:\"framer-1n5ghil\",\"data-framer-name\":\"H3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-meukj1\",\"data-framer-name\":\"Linkedin\",fill:\"rgb(33, 144, 255)\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-linkedin\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10bqm9c\",\"data-framer-name\":\"Image container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+294.8+0+0+0+0+0+0+170+24+55+-74},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+2264.8+120+294.8+0+0+0+0+0+341+0+176+24+55+-74}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:210,y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+0+0+0+205+32+74+-74,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sy033c-container\",nodeId:\"TMz1mVkUX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{variant:\"WoLcy0eYu\"}},children:/*#__PURE__*/_jsx(Connections,{height:\"100%\",id:\"TMz1mVkUX\",layoutId:\"TMz1mVkUX\",variant:\"xs2wX6uR4\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vbyyw0\",\"data-framer-name\":\"Shadow\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7qmbe3\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-roqt61\",\"data-framer-name\":\"Cards/Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f1r0pz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xubjti\",\"data-styles-preset\":\"EoXAXWrph\",children:\"GDPR Compliant\"})}),className:\"framer-170zf34\",\"data-framer-name\":\"H3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",children:\"TalentSight fully support and follow the GDPR requirements.  \"})}),className:\"framer-jklap6\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{height:107.5,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+294.8+0+0+0+346+0+24+174.5},Pd_SV8XXg:{height:211.5},UCGPDF5VO:{height:102.5,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 88px)`,y:(componentViewport?.y||0)+0+1547+0+2264.8+120+294.8+0+0+0+693+0+0+24+174.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161.5,y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+416+0+32+174.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6fkp9l-container\",nodeId:\"AHF41Nea4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{style:{height:\"100%\",width:\"100%\"}},UCGPDF5VO:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(GraphicsGDPRShield,{height:\"100%\",id:\"AHF41Nea4\",layoutId:\"AHF41Nea4\",style:{height:\"100%\"},variant:\"bIpYjQj61\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i3sjsk\",\"data-framer-name\":\"Shadow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-86yox1\",\"data-framer-name\":\"Cards/Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v9kkms\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xubjti\",\"data-styles-preset\":\"EoXAXWrph\",children:\"You are the decision maker - not the AI\"})}),className:\"framer-cp8qpv\",\"data-framer-name\":\"H3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipbyvg\",\"data-styles-preset\":\"YcCskbelD\",children:\"Our AI automates your workflow but nothing would be send out unless human approves it.\"})}),className:\"framer-tz2aqf\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-92uy41\",\"data-framer-name\":\"Image container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+1582.8+120+294.8+0+0+0+346+0+24+174.5+0},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+2264.8+120+294.8+0+0+0+693+0+341+24+174.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:414,y:(componentViewport?.y||0)+0+1534.2+0+1471.8+153+294.8+0+0+0+416+0+32+174.5+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{style:{originX:0,originY:0,scale:.5},transformTemplate:undefined},Pd_SV8XXg:{style:{originX:0,originY:0,scale:.7}},UCGPDF5VO:{style:{originX:0,originY:0,scale:.4},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ajsjtr-container\",nodeId:\"ec9YiO6V8\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{originX:0,originY:0,scale:.6},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{variant:\"TIQTcvV1M\"}},children:/*#__PURE__*/_jsx(ApproveMessage,{height:\"100%\",id:\"ec9YiO6V8\",layoutId:\"ec9YiO6V8\",variant:\"hjpL7mZIa\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17rt2pt\",\"data-framer-name\":\"Shadow\"})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tmmntr\",\"data-framer-name\":\"Integrations\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jdeen0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w6ijg8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+0+0+0+0+0},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+0+0+0+0+0},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+4038.6+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xw7hoz-container\",nodeId:\"Fp7t4MDK3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsBadge,{height:\"100%\",id:\"Fp7t4MDK3\",IuTe5HRQB:\"Integrations\",layoutId:\"Fp7t4MDK3\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-131zw8i\",\"data-styles-preset\":\"f7FmCkWYW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamless Integrations with Your Favorite ATS\"})}),className:\"framer-y46b0t\",\"data-framer-name\":\"H2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7v3zsu\",\"data-styles-preset\":\"xlUsAw84D\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Connect with your internal CRM/ATS system\"})}),className:\"framer-15j7axo\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wx3ozn\",\"data-framer-name\":\"Icons\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3ftgo2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w06675\",\"data-border\":true,\"data-framer-name\":\"Circle\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{__framer__loop:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jrg7gu\",\"data-framer-name\":\"Circle-3\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{__framer__loop:animation8}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-92sgnc\",\"data-framer-name\":\"Circle-2\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{__framer__loop:animation10}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yoge7s\",\"data-framer-name\":\"Circle-1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{background:{alt:\"\",backgroundSize:.6,fit:\"tile\",intrinsicHeight:228,intrinsicWidth:234,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+32.5+143),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:\"428px\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},Pd_SV8XXg:{background:{alt:\"\",backgroundSize:.6,fit:\"tile\",intrinsicHeight:228,intrinsicWidth:234,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+32.5+143),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:\"428px\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}},UCGPDF5VO:{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",intrinsicHeight:228,intrinsicWidth:234,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+-71+143),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 350px) * 0.7133)`,src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.6,fit:\"tile\",intrinsicHeight:228,intrinsicWidth:234,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+32.5+143),pixelHeight:1070,pixelWidth:1070,positionX:\"left\",positionY:\"top\",sizes:\"428px\",src:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=512 512w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4R2hp7zqcUnPx6jlaIa7x2MRA.png 1070w\"},className:\"framer-gxbln2\",\"data-framer-name\":\"Pattern\",transformTemplate:transformTemplate1})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4xqu5r\",\"data-framer-name\":\"Plus icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-eotx94\",\"data-border\":true,\"data-framer-name\":\"Circle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z1wgm6\",\"data-framer-name\":\"Plus\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1amdswo\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1996mr1\",style:{rotate:90}})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+75},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+75},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x1f1t0-container\",nodeId:\"QJia2KPRF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"QJia2KPRF\",layoutId:\"QJia2KPRF\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/TZ1hI8POlCdYp5JzjfEh1Ob34o.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+262.5},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+262.5},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+171.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+262.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ijt6-container\",nodeId:\"PC2WG0VhM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"PC2WG0VhM\",layoutId:\"PC2WG0VhM\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/NTusQWJEH7NvnHGGhlzS8wgZ48.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+600-150},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+600-150},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+393-90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+600-150,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1zc7ah-container\",nodeId:\"rzNSuclMT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"rzNSuclMT\",layoutId:\"rzNSuclMT\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:569,pixelWidth:965,src:\"https://framerusercontent.com/images/7gWMghUKh9teRgxcGdQW7KVy4.png\",srcSet:\"https://framerusercontent.com/images/7gWMghUKh9teRgxcGdQW7KVy4.png?scale-down-to=512 512w,https://framerusercontent.com/images/7gWMghUKh9teRgxcGdQW7KVy4.png 965w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+600-150},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+600-150},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+393-90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+600-150,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1alksh6-container\",nodeId:\"fXecyzQTn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"fXecyzQTn\",layoutId:\"fXecyzQTn\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:292,pixelWidth:292,src:\"https://framerusercontent.com/images/EFlsRMVHVrR5zLTvKxCc8qLTpRc.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+262.5},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+262.5},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+171.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+262.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v6rdho-container\",nodeId:\"KgyC_jqMA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"KgyC_jqMA\",layoutId:\"KgyC_jqMA\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ATyyD8hCi3vSKpITAV3vKxal6A.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+75},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+75},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ikn79w-container\",nodeId:\"oE48nuODq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"oE48nuODq\",layoutId:\"oE48nuODq\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:600,pixelWidth:599,src:\"https://framerusercontent.com/images/hY82c9fU8xl4nWWrmoySv8VM.png\",srcSet:\"https://framerusercontent.com/images/hY82c9fU8xl4nWWrmoySv8VM.png 599w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+0},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+0},UCGPDF5VO:{height:50,width:\"50px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"75px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eygk8c-container\",nodeId:\"yFuUmza_F\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"12px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"yFuUmza_F\",layoutId:\"yFuUmza_F\",lxSmhS7b1:\"20px\",m0poUxP5Z:\"0px 0px 40px 0px rgba(255, 255, 255, 0.25)\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"inset 0px 2px 6px 1px rgba(255, 255, 255, 0.6)\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:720,pixelWidth:720,src:\"https://framerusercontent.com/images/Q6MHCms23iXuoka125QTL4WzqDg.png\",srcSet:\"https://framerusercontent.com/images/Q6MHCms23iXuoka125QTL4WzqDg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q6MHCms23iXuoka125QTL4WzqDg.png 720w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+2673.6+120+294.8+0+251},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+2785.6+153+294.8+0+251},UCGPDF5VO:{height:80,width:\"80px\",y:(componentViewport?.y||0)+0+1547+0+4038.6+120+338.8+0+156.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"98px\",y:(componentViewport?.y||0)+0+1534.2+0+2735.6+153+294.8+0+251,children:/*#__PURE__*/_jsx(Container,{className:\"framer-97tdp0-container\",nodeId:\"lHwVCtVTg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{lxSmhS7b1:\"20px\"}},children:/*#__PURE__*/_jsx(ElementsAppIcon,{height:\"100%\",id:\"lHwVCtVTg\",layoutId:\"lHwVCtVTg\",lxSmhS7b1:\"0px\",m0poUxP5Z:\"\",style:{height:\"100%\",width:\"100%\"},vEJXb7zGB:\"\",width:\"100%\",XfmtB7ncw:addImageAlt({pixelHeight:699,pixelWidth:714,src:\"https://framerusercontent.com/images/1rMsK7WFmCzW2h5MHarSnOmSKc.png\",srcSet:\"https://framerusercontent.com/images/1rMsK7WFmCzW2h5MHarSnOmSKc.png?scale-down-to=512 512w,https://framerusercontent.com/images/1rMsK7WFmCzW2h5MHarSnOmSKc.png 714w\"},\"\")})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k1cbk6\",\"data-framer-name\":\"FAQ\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gwcwwh\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2y932g\",\"data-framer-name\":\"Sticky Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+1534.2+0+3688.4+120+0+0+0+0},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+1534.2+0+3833.4+153+0+0+0+0},UCGPDF5VO:{y:(componentViewport?.y||0)+0+1547+0+4890.4+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+1534.2+0+3783.4+153+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f0pu6u-container\",nodeId:\"H65I4M36G\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsBadge,{height:\"100%\",id:\"H65I4M36G\",IuTe5HRQB:\"FAQ\",layoutId:\"H65I4M36G\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-131zw8i\",\"data-styles-preset\":\"f7FmCkWYW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Got questions? We've got answers.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-131zw8i\",\"data-styles-preset\":\"f7FmCkWYW\",style:{\"--framer-text-alignment\":\"left\"},children:\"Got questions? We've got answers.\"})}),className:\"framer-1iobtj9\",\"data-framer-name\":\"H2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UCGPDF5VO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7v3zsu\",\"data-styles-preset\":\"xlUsAw84D\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Find answers to common questions about TalentSight.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7v3zsu\",\"data-styles-preset\":\"xlUsAw84D\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e68293a1-764b-4cef-b9d0-b050dd9cfb83, rgba(255, 255, 255, 0.6))\"},children:\"Find answers to common questions about TalentSight.\"})}),className:\"framer-lj0y0s\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 136px) / 2, 1px), 908px)`,y:(componentViewport?.y||0)+0+1534.2+0+3688.4+120},Pd_SV8XXg:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 256px) / 2, 1px), 908px)`,y:(componentViewport?.y||0)+0+1534.2+0+3833.4+153},UCGPDF5VO:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 908px)`,y:(componentViewport?.y||0)+0+1547+0+4890.4+120+294.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:543,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 184px) / 2, 1px), 908px)`,y:(componentViewport?.y||0)+0+1534.2+0+3783.4+153,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4smpn7-container\",nodeId:\"zI3GdTI2_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQLandingPage,{height:\"100%\",id:\"zI3GdTI2_\",layoutId:\"zI3GdTI2_\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xpw7jr\",\"data-framer-name\":\"Footer Effect\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LFAkm8ShR\"},implicitPathVariables:undefined},{href:{webPageId:\"LFAkm8ShR\"},implicitPathVariables:undefined},{href:{webPageId:\"LFAkm8ShR\"},implicitPathVariables:undefined},{href:{webPageId:\"LFAkm8ShR\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+5885.6+0},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+6063.6+0},UCGPDF5VO:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1500px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+7395.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:795,width:`max(min(${componentViewport?.width||\"100vw\"}, 1500px) - 128px, 1px)`,y:(componentViewport?.y||0)+0+6013.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-af35ft-container\",id:elementId9,nodeId:\"JkrPbczaD\",ref:ref10,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{v4gc0HKsA:resolvedLinks[1]},Pd_SV8XXg:{v4gc0HKsA:resolvedLinks[3]},UCGPDF5VO:{Uh9RzKpCt:48,v4gc0HKsA:resolvedLinks[2],variant:\"uFHYzQ3bc\"}},children:/*#__PURE__*/_jsx(CTA,{atOpJDmro:true,BZzEwvHlk:\"Request a Demo\",comLb13_a:true,cvaaqrDsL:\"Join thousands of forward-thinking companies already using TalentSight to automate their recruitment.\",height:\"100%\",id:\"JkrPbczaD\",layoutId:\"JkrPbczaD\",RUDu0ovNo:true,style:{width:\"100%\"},SVJeA6MSN:true,tfWxnxqvX:\"visible\",Uh9RzKpCt:76,v4gc0HKsA:resolvedLinks[0],variant:\"h5eHPghC9\",width:\"100%\",wTgI6Pike:\"Ready to Revolutionize Your Recruitment?\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{y:(componentViewport?.y||0)+0+6680.6},Pd_SV8XXg:{y:(componentViewport?.y||0)+0+6858.6},UCGPDF5VO:{y:(componentViewport?.y||0)+0+8190.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:421,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+6808.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubfr5y-container\",\"data-framer-name\":\"Section/Footer\",id:elementId10,name:\"Section/Footer\",nodeId:\"Fvct7Jo6U\",ref:ref11,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{variant:\"If2j5rg12\"},Pd_SV8XXg:{variant:\"rNmngTNf2\"},UCGPDF5VO:{variant:\"zQtaeUJG_\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"Fvct7Jo6U\",layoutId:\"Fvct7Jo6U\",name:\"Section/Footer\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"qrW51dsms\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vrqpbu-container\",layoutScroll:true,nodeId:\"oXXJEV4uK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FWVpfDVPB:{__framer__variantAppearEffectEnabled:undefined,variant:\"IHsFmja_1\"},UCGPDF5VO:{__framer__variantAppearEffectEnabled:undefined,variant:\"IHsFmja_1\"}},children:/*#__PURE__*/_jsx(NavigationNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"tmWilDzrg\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"oXXJEV4uK\",layoutId:\"oXXJEV4uK\",style:{width:\"100%\"},variant:\"Mwdbh7mnz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12mxlii-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JEQo3xhdt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"JEQo3xhdt\",intensity:10,layoutId:\"JEQo3xhdt\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0PZ3O.framer-lux5qc, .framer-0PZ3O .framer-lux5qc { display: block; }\",\".framer-0PZ3O.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, #08090d); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-0PZ3O .framer-13v55gb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 180px 64px 0px 64px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-of8azn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-ye5zjh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-16fvvn2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: 264px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1t34ilz { --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 980px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-3xy74j { --framer-text-wrap-override: none; flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1ut1pgf-container, .framer-0PZ3O .framer-5rlrhs-container, .framer-0PZ3O .framer-d8tv32-container, .framer-0PZ3O .framer-cfo9lv-container, .framer-0PZ3O .framer-xw7hoz-container, .framer-0PZ3O .framer-f0pu6u-container, .framer-0PZ3O .framer-12mxlii-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0PZ3O .framer-mg3l9v { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 230px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-10gbj7q, .framer-0PZ3O .framer-bsexku { --framer-text-wrap-override: none; flex: none; height: auto; position: relative; width: auto; }\",\".framer-0PZ3O .framer-138908z { align-content: center; align-items: center; background: linear-gradient(122deg, #ffffff 34%, rgb(250, 250, 250) 67%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 26px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 95px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0PZ3O .framer-m63jon { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-0PZ3O .framer-1pphvne { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0PZ3O .framer-7qp1up-container { bottom: 0px; flex: none; left: -2px; position: absolute; right: -2px; top: -2px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0PZ3O .framer-jkytb4 { -webkit-mask: radial-gradient(50% 50% at 50% 50.8%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; bottom: 0px; flex: none; height: 800px; left: calc(50.00000000000002% - 114.99999999999999% / 2); mask: radial-gradient(50% 50% at 50% 50.8%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; overflow: visible; position: absolute; width: 115%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0PZ3O .framer-1j02uma-container, .framer-0PZ3O .framer-1w1tjii-container, .framer-0PZ3O .framer-13mf3gl-container, .framer-0PZ3O .framer-hwrcau-container, .framer-0PZ3O .framer-rwciuu-container, .framer-0PZ3O .framer-af35ft-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0PZ3O .framer-1kirrwv-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-0PZ3O.framer-gul5pu { inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-0PZ3O.framer-169szll { -webkit-backdrop-filter: blur(20px); -webkit-user-select: none; backdrop-filter: blur(20px); background-color: rgba(0, 194, 78, 0.2); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: fixed; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-0PZ3O.framer-nqfrei { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7733990147783252 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); left: 50%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 70%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-0PZ3O .framer-o1tapf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-0PZ3O .framer-1cu7zyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 96px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-16eyqv8 { flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-0PZ3O .framer-1tsx5c-container, .framer-0PZ3O .framer-1h3yr5h-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-jgnxr5, .framer-0PZ3O .framer-1cbc9y6, .framer-0PZ3O .framer-xsvo4m, .framer-0PZ3O .framer-1qjbpdd, .framer-0PZ3O .framer-zy5wfd { background-color: rgba(255, 255, 255, 0); height: 39px; overflow: hidden; position: relative; width: 141px; }\",\".framer-0PZ3O .framer-jjgizl { bottom: -1px; flex: none; left: -21px; overflow: visible; position: absolute; right: -22px; top: -1px; }\",\".framer-0PZ3O .framer-1jvga0j, .framer-0PZ3O .framer-snzun1 { flex: none; height: 26px; left: calc(50.35460992907803% - 120px / 2); overflow: visible; position: absolute; top: calc(51.2820512820513% - 26px / 2); width: 120px; }\",\".framer-0PZ3O .framer-1u1jmnq { aspect-ratio: 3.217391304347826 / 1; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 126px); }\",\".framer-0PZ3O .framer-p6b52k { background-color: rgba(255, 255, 255, 0); height: 39px; overflow: hidden; position: relative; width: 158px; }\",\".framer-0PZ3O .framer-fdq9tq { aspect-ratio: 5.9523809523809526 / 1; bottom: 2px; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 0px; overflow: visible; position: absolute; width: 150px; }\",\".framer-0PZ3O .framer-atqd65 { background-color: rgba(255, 255, 255, 0); height: 42px; overflow: hidden; position: relative; width: 146px; }\",\".framer-0PZ3O .framer-c8mgmf { aspect-ratio: 3.2142857142857144 / 1; bottom: -1px; flex: none; left: 0px; overflow: visible; position: absolute; top: -1px; width: var(--framer-aspect-ratio-supported, 142px); }\",\".framer-0PZ3O .framer-5a0fn8 { background-color: rgba(255, 255, 255, 0); height: 32px; overflow: hidden; position: relative; width: 153px; }\",\".framer-0PZ3O .framer-kzr12b { aspect-ratio: 4.728813559322034 / 1; bottom: 0px; flex: none; left: 50%; overflow: visible; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 151px); }\",\".framer-0PZ3O .framer-122uu0a { background-color: rgba(255, 255, 255, 0); height: 34px; overflow: hidden; position: relative; width: 139px; }\",\".framer-0PZ3O .framer-ey11gh { aspect-ratio: 5.217391304347826 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 50%; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 136px; }\",\".framer-0PZ3O .framer-1l8snq8 { flex: none; height: 17px; left: calc(49.645390070922005% - 131px / 2); overflow: visible; position: absolute; top: calc(48.71794871794874% - 17px / 2); width: 131px; }\",\".framer-0PZ3O .framer-1k8ax95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1wwvktk { align-content: center; align-items: center; background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.05) 0%, var(--token-44b3eff3-a7d8-47ff-acac-6b79e28b3562, rgb(7, 9, 14)) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 153px 0px 0px 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-hv66i8 { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-sxiww-container, .framer-0PZ3O .framer-wamf41-container, .framer-0PZ3O .framer-1l671qh-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-2tvs1b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 153px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-tatl8v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1pxu4lm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1w4np69, .framer-0PZ3O .framer-1bstzc3, .framer-0PZ3O .framer-1tmmntr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 153px 0px 0px 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1cgzpxj, .framer-0PZ3O .framer-sjtvax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-ocruk0, .framer-0PZ3O .framer-19zooda, .framer-0PZ3O .framer-y46b0t, .framer-0PZ3O .framer-1iobtj9 { --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1w9kr54, .framer-0PZ3O .framer-a6k19n, .framer-0PZ3O .framer-15j7axo, .framer-0PZ3O .framer-lj0y0s { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0PZ3O .framer-1aqklil { -webkit-mask: radial-gradient(22% 50% at 78% 56.599999999999994%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(18% 25% at 24.8% 41.9%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 19% at 13.100000000000001% 74.5%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 0%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; -webkit-user-select: none; bottom: -122px; flex: none; left: 0px; mask: radial-gradient(22% 50% at 78% 56.599999999999994%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(18% 25% at 24.8% 41.9%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 19% at 13.100000000000001% 74.5%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 0%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; overflow: visible; position: absolute; right: 0px; top: 163px; user-select: none; z-index: 1; }\",\".framer-0PZ3O .framer-16golqj { aspect-ratio: 2.7487179487179487 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 390px); overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-4mkdf0 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-a51db { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1bfl9mm, .framer-0PZ3O .framer-7qmbe3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-kua35k { align-content: center; align-items: center; background: conic-gradient(from 0deg at -8.4% -18.5%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, #090b10) 115.2deg, rgb(24, 28, 38) 144deg, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(9, 11, 16)) 169.20000000000002deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 400px; justify-content: flex-end; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-1xci4qs, .framer-0PZ3O .framer-1a1mji8, .framer-0PZ3O .framer-1f1r0pz, .framer-0PZ3O .framer-1v9kkms { 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: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-pfqxqb, .framer-0PZ3O .framer-63e0l5, .framer-0PZ3O .framer-170zf34, .framer-0PZ3O .framer-cp8qpv { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-tm15r2, .framer-0PZ3O .framer-1s505rv, .framer-0PZ3O .framer-jklap6, .framer-0PZ3O .framer-tz2aqf { flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0PZ3O .framer-jzqwfx, .framer-0PZ3O .framer-92uy41 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-x3y1s8, .framer-0PZ3O .framer-1nhdh46, .framer-0PZ3O .framer-1vbyyw0, .framer-0PZ3O .framer-i3sjsk, .framer-0PZ3O .framer-17rt2pt { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(12, 14, 19)) 100%); border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; bottom: 0px; box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.05); flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0PZ3O .framer-fmz83o { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0PZ3O .framer-1bbqbsz { align-content: center; align-items: center; background: conic-gradient(from 0deg at -8.4% -18.5%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, #090b10) 115.2deg, rgb(24, 28, 38) 144deg, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(9, 11, 16)) 169.20000000000002deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 195px; justify-content: flex-end; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-a3mhj7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 39px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-1srz8fs-container { flex: none; height: 125px; position: relative; width: 450px; }\",\".framer-0PZ3O .framer-1l0nitv { align-content: center; align-items: center; background: conic-gradient(from 0deg at -8.4% -18.5%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, #090b10) 115.2deg, rgb(24, 28, 38) 144deg, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(9, 11, 16)) 169.20000000000002deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 195px; justify-content: flex-end; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-1usym3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-1n5ghil { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: auto; }\",\".framer-0PZ3O .framer-meukj1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 25px; }\",\".framer-0PZ3O .framer-10bqm9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 57px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 432px; z-index: 0; }\",\".framer-0PZ3O .framer-sy033c-container { flex: none; height: auto; left: 50%; position: absolute; top: -74px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-0PZ3O .framer-roqt61 { align-content: center; align-items: center; background: conic-gradient(from 0deg at -8.4% -18.5%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, #090b10) 115.2deg, rgb(24, 28, 38) 144deg, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(9, 11, 16)) 169.20000000000002deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 400px; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-6fkp9l-container { flex: 1 0 0px; height: 1px; position: relative; width: auto; }\",\".framer-0PZ3O .framer-86yox1 { align-content: center; align-items: center; background: conic-gradient(from 0deg at -8.4% -18.5%, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, #090b10) 115.2deg, rgb(24, 28, 38) 144deg, var(--token-62ba8164-8476-438c-9264-f3c3bdd95ae9, rgb(9, 11, 16)) 169.20000000000002deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 400px; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-1ajsjtr-container { flex: none; height: auto; left: 82%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; }\",\".framer-0PZ3O .framer-1jdeen0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 980px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-w6ijg8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 740px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-wx3ozn { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; user-select: none; width: 100%; }\",\".framer-0PZ3O .framer-3ftgo2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); overflow: visible; position: relative; width: 600px; }\",\".framer-0PZ3O .framer-1w06675 { --border-bottom-width: 2px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 2px; --border-right-width: 2px; --border-style: dashed; --border-top-width: 2px; aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 535px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 89%; }\",\".framer-0PZ3O .framer-jrg7gu, .framer-0PZ3O .framer-92sgnc, .framer-0PZ3O .framer-1yoge7s { -webkit-filter: blur(2px); aspect-ratio: 1 / 1; background-color: rgba(0, 194, 78, 0.3); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(2px); flex: none; height: var(--framer-aspect-ratio-supported, 115px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 115px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-gxbln2 { -webkit-mask: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add; aspect-ratio: 1.0263157894736843 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 417px); left: 50%; mask: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) add; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80%; }\",\".framer-0PZ3O .framer-4xqu5r { aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 75px); left: 50%; overflow: hidden; position: absolute; transform: translateX(-50%); width: 75px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-eotx94 { --border-bottom-width: 2px; --border-color: rgba(255, 255, 255, 0.15); --border-left-width: 2px; --border-right-width: 2px; --border-style: dashed; --border-top-width: 2px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 60px; left: calc(50.66666666666669% - 60px / 2); overflow: hidden; position: absolute; top: calc(50.66666666666669% - 60px / 2); width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-z1wgm6 { flex: none; height: 24px; left: calc(50.66666666666669% - 24px / 2); overflow: visible; position: absolute; top: calc(50.66666666666669% - 24px / 2); width: 24px; }\",\".framer-0PZ3O .framer-1amdswo, .framer-0PZ3O .framer-1996mr1 { background-color: var(--token-91bc4d91-6972-4e38-a9d7-febbf41c8a6e, #00ffa6); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0px 32px 0px var(--token-91bc4d91-6972-4e38-a9d7-febbf41c8a6e, #00ffa6); flex: none; height: 24px; left: calc(50.00000000000002% - 4px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0PZ3O .framer-1x1f1t0-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); left: 75px; position: absolute; top: 75px; width: 75px; }\",\".framer-0PZ3O .framer-14ijt6-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); left: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 75px; }\",\".framer-0PZ3O .framer-1zc7ah-container { aspect-ratio: 1 / 1; bottom: 75px; flex: none; height: var(--framer-aspect-ratio-supported, 75px); left: 75px; position: absolute; width: 75px; }\",\".framer-0PZ3O .framer-1alksh6-container { aspect-ratio: 1 / 1; bottom: 75px; flex: none; height: var(--framer-aspect-ratio-supported, 75px); position: absolute; right: 75px; width: 75px; }\",\".framer-0PZ3O .framer-1v6rdho-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 75px; }\",\".framer-0PZ3O .framer-1ikn79w-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); position: absolute; right: 75px; top: 75px; width: 75px; }\",\".framer-0PZ3O .framer-eygk8c-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 75px; }\",\".framer-0PZ3O .framer-97tdp0-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 98px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 98px; }\",\".framer-0PZ3O .framer-k1cbk6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 153px 0px 0px 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-gwcwwh { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0PZ3O .framer-2y932g { 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: hidden; padding: 0px; position: sticky; top: 160px; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-4smpn7-container { flex: 1 0 0px; height: auto; max-width: 908px; position: relative; width: 1px; z-index: 1; }\",\".framer-0PZ3O .framer-1xpw7jr { 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: 1500px; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-0PZ3O .framer-ubfr5y-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 1; }\",\".framer-0PZ3O .framer-1vrqpbu-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0PZ3O.framer-72rtr7, .framer-0PZ3O .framer-13v55gb, .framer-0PZ3O .framer-of8azn, .framer-0PZ3O .framer-ye5zjh, .framer-0PZ3O .framer-16fvvn2, .framer-0PZ3O .framer-mg3l9v, .framer-0PZ3O .framer-138908z, .framer-0PZ3O .framer-1pphvne, .framer-0PZ3O .framer-1cu7zyf, .framer-0PZ3O .framer-1k8ax95, .framer-0PZ3O .framer-1wwvktk, .framer-0PZ3O .framer-2tvs1b, .framer-0PZ3O .framer-tatl8v, .framer-0PZ3O .framer-1pxu4lm, .framer-0PZ3O .framer-1w4np69, .framer-0PZ3O .framer-1cgzpxj, .framer-0PZ3O .framer-1bstzc3, .framer-0PZ3O .framer-4mkdf0, .framer-0PZ3O .framer-a51db, .framer-0PZ3O .framer-sjtvax, .framer-0PZ3O .framer-1bfl9mm, .framer-0PZ3O .framer-kua35k, .framer-0PZ3O .framer-1xci4qs, .framer-0PZ3O .framer-jzqwfx, .framer-0PZ3O .framer-fmz83o, .framer-0PZ3O .framer-1bbqbsz, .framer-0PZ3O .framer-1a1mji8, .framer-0PZ3O .framer-a3mhj7, .framer-0PZ3O .framer-1l0nitv, .framer-0PZ3O .framer-1usym3v, .framer-0PZ3O .framer-10bqm9c, .framer-0PZ3O .framer-7qmbe3, .framer-0PZ3O .framer-roqt61, .framer-0PZ3O .framer-1f1r0pz, .framer-0PZ3O .framer-86yox1, .framer-0PZ3O .framer-1v9kkms, .framer-0PZ3O .framer-92uy41, .framer-0PZ3O .framer-1tmmntr, .framer-0PZ3O .framer-1jdeen0, .framer-0PZ3O .framer-w6ijg8, .framer-0PZ3O .framer-wx3ozn, .framer-0PZ3O .framer-k1cbk6, .framer-0PZ3O .framer-gwcwwh, .framer-0PZ3O .framer-2y932g, .framer-0PZ3O .framer-1xpw7jr { gap: 0px; } .framer-0PZ3O.framer-72rtr7 > *, .framer-0PZ3O .framer-13v55gb > *, .framer-0PZ3O .framer-1k8ax95 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0PZ3O.framer-72rtr7 > :first-child, .framer-0PZ3O .framer-13v55gb > :first-child, .framer-0PZ3O .framer-of8azn > :first-child, .framer-0PZ3O .framer-ye5zjh > :first-child, .framer-0PZ3O .framer-16fvvn2 > :first-child, .framer-0PZ3O .framer-1cu7zyf > :first-child, .framer-0PZ3O .framer-1k8ax95 > :first-child, .framer-0PZ3O .framer-1wwvktk > :first-child, .framer-0PZ3O .framer-2tvs1b > :first-child, .framer-0PZ3O .framer-tatl8v > :first-child, .framer-0PZ3O .framer-1w4np69 > :first-child, .framer-0PZ3O .framer-1cgzpxj > :first-child, .framer-0PZ3O .framer-1bstzc3 > :first-child, .framer-0PZ3O .framer-4mkdf0 > :first-child, .framer-0PZ3O .framer-a51db > :first-child, .framer-0PZ3O .framer-sjtvax > :first-child, .framer-0PZ3O .framer-kua35k > :first-child, .framer-0PZ3O .framer-1xci4qs > :first-child, .framer-0PZ3O .framer-fmz83o > :first-child, .framer-0PZ3O .framer-1bbqbsz > :first-child, .framer-0PZ3O .framer-1a1mji8 > :first-child, .framer-0PZ3O .framer-1l0nitv > :first-child, .framer-0PZ3O .framer-roqt61 > :first-child, .framer-0PZ3O .framer-1f1r0pz > :first-child, .framer-0PZ3O .framer-86yox1 > :first-child, .framer-0PZ3O .framer-1v9kkms > :first-child, .framer-0PZ3O .framer-1tmmntr > :first-child, .framer-0PZ3O .framer-1jdeen0 > :first-child, .framer-0PZ3O .framer-w6ijg8 > :first-child, .framer-0PZ3O .framer-gwcwwh > :first-child, .framer-0PZ3O .framer-2y932g > :first-child { margin-top: 0px; } .framer-0PZ3O.framer-72rtr7 > :last-child, .framer-0PZ3O .framer-13v55gb > :last-child, .framer-0PZ3O .framer-of8azn > :last-child, .framer-0PZ3O .framer-ye5zjh > :last-child, .framer-0PZ3O .framer-16fvvn2 > :last-child, .framer-0PZ3O .framer-1cu7zyf > :last-child, .framer-0PZ3O .framer-1k8ax95 > :last-child, .framer-0PZ3O .framer-1wwvktk > :last-child, .framer-0PZ3O .framer-2tvs1b > :last-child, .framer-0PZ3O .framer-tatl8v > :last-child, .framer-0PZ3O .framer-1w4np69 > :last-child, .framer-0PZ3O .framer-1cgzpxj > :last-child, .framer-0PZ3O .framer-1bstzc3 > :last-child, .framer-0PZ3O .framer-4mkdf0 > :last-child, .framer-0PZ3O .framer-a51db > :last-child, .framer-0PZ3O .framer-sjtvax > :last-child, .framer-0PZ3O .framer-kua35k > :last-child, .framer-0PZ3O .framer-1xci4qs > :last-child, .framer-0PZ3O .framer-fmz83o > :last-child, .framer-0PZ3O .framer-1bbqbsz > :last-child, .framer-0PZ3O .framer-1a1mji8 > :last-child, .framer-0PZ3O .framer-1l0nitv > :last-child, .framer-0PZ3O .framer-roqt61 > :last-child, .framer-0PZ3O .framer-1f1r0pz > :last-child, .framer-0PZ3O .framer-86yox1 > :last-child, .framer-0PZ3O .framer-1v9kkms > :last-child, .framer-0PZ3O .framer-1tmmntr > :last-child, .framer-0PZ3O .framer-1jdeen0 > :last-child, .framer-0PZ3O .framer-w6ijg8 > :last-child, .framer-0PZ3O .framer-gwcwwh > :last-child, .framer-0PZ3O .framer-2y932g > :last-child { margin-bottom: 0px; } .framer-0PZ3O .framer-of8azn > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-0PZ3O .framer-ye5zjh > *, .framer-0PZ3O .framer-1cu7zyf > *, .framer-0PZ3O .framer-1jdeen0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0PZ3O .framer-16fvvn2 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-0PZ3O .framer-mg3l9v > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-0PZ3O .framer-mg3l9v > :first-child, .framer-0PZ3O .framer-138908z > :first-child, .framer-0PZ3O .framer-1pphvne > :first-child, .framer-0PZ3O .framer-1pxu4lm > :first-child, .framer-0PZ3O .framer-1bfl9mm > :first-child, .framer-0PZ3O .framer-jzqwfx > :first-child, .framer-0PZ3O .framer-a3mhj7 > :first-child, .framer-0PZ3O .framer-1usym3v > :first-child, .framer-0PZ3O .framer-10bqm9c > :first-child, .framer-0PZ3O .framer-7qmbe3 > :first-child, .framer-0PZ3O .framer-92uy41 > :first-child, .framer-0PZ3O .framer-wx3ozn > :first-child, .framer-0PZ3O .framer-k1cbk6 > :first-child, .framer-0PZ3O .framer-1xpw7jr > :first-child { margin-left: 0px; } .framer-0PZ3O .framer-mg3l9v > :last-child, .framer-0PZ3O .framer-138908z > :last-child, .framer-0PZ3O .framer-1pphvne > :last-child, .framer-0PZ3O .framer-1pxu4lm > :last-child, .framer-0PZ3O .framer-1bfl9mm > :last-child, .framer-0PZ3O .framer-jzqwfx > :last-child, .framer-0PZ3O .framer-a3mhj7 > :last-child, .framer-0PZ3O .framer-1usym3v > :last-child, .framer-0PZ3O .framer-10bqm9c > :last-child, .framer-0PZ3O .framer-7qmbe3 > :last-child, .framer-0PZ3O .framer-92uy41 > :last-child, .framer-0PZ3O .framer-wx3ozn > :last-child, .framer-0PZ3O .framer-k1cbk6 > :last-child, .framer-0PZ3O .framer-1xpw7jr > :last-child { margin-right: 0px; } .framer-0PZ3O .framer-138908z > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-0PZ3O .framer-1pphvne > *, .framer-0PZ3O .framer-1pxu4lm > *, .framer-0PZ3O .framer-jzqwfx > *, .framer-0PZ3O .framer-a3mhj7 > *, .framer-0PZ3O .framer-10bqm9c > *, .framer-0PZ3O .framer-92uy41 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0PZ3O .framer-1wwvktk > *, .framer-0PZ3O .framer-2tvs1b > *, .framer-0PZ3O .framer-tatl8v > *, .framer-0PZ3O .framer-1w4np69 > *, .framer-0PZ3O .framer-1bstzc3 > *, .framer-0PZ3O .framer-1tmmntr > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-0PZ3O .framer-1cgzpxj > *, .framer-0PZ3O .framer-4mkdf0 > *, .framer-0PZ3O .framer-sjtvax > *, .framer-0PZ3O .framer-1xci4qs > *, .framer-0PZ3O .framer-1a1mji8 > *, .framer-0PZ3O .framer-1f1r0pz > *, .framer-0PZ3O .framer-1v9kkms > *, .framer-0PZ3O .framer-w6ijg8 > *, .framer-0PZ3O .framer-2y932g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0PZ3O .framer-a51db > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0PZ3O .framer-1bfl9mm > *, .framer-0PZ3O .framer-7qmbe3 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-0PZ3O .framer-kua35k > *, .framer-0PZ3O .framer-1l0nitv > *, .framer-0PZ3O .framer-roqt61 > *, .framer-0PZ3O .framer-86yox1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0PZ3O .framer-fmz83o > *, .framer-0PZ3O .framer-1bbqbsz > *, .framer-0PZ3O .framer-gwcwwh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0PZ3O .framer-1usym3v > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-0PZ3O .framer-wx3ozn > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-0PZ3O .framer-k1cbk6 > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-0PZ3O .framer-1xpw7jr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-0PZ3O[data-border=\"true\"]::after, .framer-0PZ3O [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-0PZ3O.framer-72rtr7 { width: 810px; } .framer-0PZ3O .framer-1t34ilz { --framer-text-wrap: balance; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-0PZ3O .framer-7qp1up-container, .framer-0PZ3O .framer-1pxu4lm { order: 0; } .framer-0PZ3O .framer-jkytb4 { height: 600px; order: 1; } .framer-0PZ3O .framer-1j02uma-container { order: 2; } .framer-0PZ3O .framer-1kirrwv-container { order: 3; } .framer-0PZ3O.framer-nqfrei { width: 80%; } .framer-0PZ3O .framer-1k8ax95 { padding: 0px 40px 0px 40px; } .framer-0PZ3O .framer-1wwvktk, .framer-0PZ3O .framer-1w4np69, .framer-0PZ3O .framer-1bstzc3, .framer-0PZ3O .framer-1tmmntr, .framer-0PZ3O .framer-k1cbk6 { padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-hv66i8 { grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); } .framer-0PZ3O .framer-2tvs1b { gap: 48px; padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-tatl8v { align-content: center; align-items: center; gap: 48px; justify-content: center; } .framer-0PZ3O .framer-16golqj { height: var(--framer-aspect-ratio-supported, 266px); } .framer-0PZ3O .framer-kua35k { gap: 32px; height: 330px; padding: 24px; } .framer-0PZ3O .framer-1bbqbsz, .framer-0PZ3O .framer-1l0nitv { gap: 32px; height: 160px; padding: 24px; } .framer-0PZ3O .framer-a3mhj7 { padding: 0px; } .framer-0PZ3O .framer-roqt61, .framer-0PZ3O .framer-86yox1 { height: 330px; padding: 24px; } .framer-0PZ3O .framer-6fkp9l-container { width: 100%; } .framer-0PZ3O .framer-1ajsjtr-container { left: 21px; transform: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0PZ3O .framer-2tvs1b, .framer-0PZ3O .framer-tatl8v, .framer-0PZ3O .framer-kua35k, .framer-0PZ3O .framer-1bbqbsz, .framer-0PZ3O .framer-1l0nitv { gap: 0px; } .framer-0PZ3O .framer-2tvs1b > *, .framer-0PZ3O .framer-tatl8v > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0PZ3O .framer-2tvs1b > :first-child, .framer-0PZ3O .framer-tatl8v > :first-child, .framer-0PZ3O .framer-kua35k > :first-child, .framer-0PZ3O .framer-1bbqbsz > :first-child, .framer-0PZ3O .framer-1l0nitv > :first-child { margin-top: 0px; } .framer-0PZ3O .framer-2tvs1b > :last-child, .framer-0PZ3O .framer-tatl8v > :last-child, .framer-0PZ3O .framer-kua35k > :last-child, .framer-0PZ3O .framer-1bbqbsz > :last-child, .framer-0PZ3O .framer-1l0nitv > :last-child { margin-bottom: 0px; } .framer-0PZ3O .framer-kua35k > *, .framer-0PZ3O .framer-1bbqbsz > *, .framer-0PZ3O .framer-1l0nitv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\",\"@media (max-width: 809px) { .framer-0PZ3O.framer-72rtr7 { width: 390px; } .framer-0PZ3O .framer-13v55gb { padding: 120px 20px 0px 20px; } .framer-0PZ3O .framer-bsexku { flex: 1 0 0px; width: 1px; } .framer-0PZ3O .framer-7qp1up-container { left: -1px; right: -1px; top: -1px; } .framer-0PZ3O .framer-jkytb4 { -webkit-mask: radial-gradient(50% 50% at 50% 50.8%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add; height: 500px; left: calc(50.00000000000002% - 125% / 2); mask: radial-gradient(50% 50% at 50% 50.8%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add; width: 125%; } .framer-0PZ3O.framer-nqfrei { width: 90%; } .framer-0PZ3O .framer-16eyqv8, .framer-0PZ3O .framer-6fkp9l-container { width: 100%; } .framer-0PZ3O .framer-1k8ax95 { max-width: 1200px; padding: 0px 20px 0px 20px; } .framer-0PZ3O .framer-1wwvktk { overflow: visible; padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-hv66i8 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-0PZ3O .framer-2tvs1b { gap: 48px; padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-tatl8v { gap: 48px; } .framer-0PZ3O .framer-1pxu4lm { align-content: unset; align-items: unset; display: grid; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-0PZ3O .framer-1w1tjii-container, .framer-0PZ3O .framer-13mf3gl-container, .framer-0PZ3O .framer-hwrcau-container, .framer-0PZ3O .framer-rwciuu-container { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-0PZ3O .framer-1w4np69, .framer-0PZ3O .framer-1bstzc3 { padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-1cgzpxj, .framer-0PZ3O .framer-4mkdf0, .framer-0PZ3O .framer-1srz8fs-container { order: 0; } .framer-0PZ3O .framer-1aqklil { -webkit-mask: radial-gradient(45% 32% at 48.9% 35.6%, #000000 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(59% 15% at 51.800000000000004% 78.9%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 13%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; mask: radial-gradient(45% 32% at 48.9% 35.6%, #000000 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(59% 15% at 51.800000000000004% 78.9%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 13%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; order: 1; top: 263px; } .framer-0PZ3O .framer-16golqj { aspect-ratio: 0.4861111111111111 / 1; height: var(--framer-aspect-ratio-supported, 720px); order: 2; } .framer-0PZ3O .framer-a51db { gap: 0px; order: 1; } .framer-0PZ3O .framer-1bfl9mm, .framer-0PZ3O .framer-7qmbe3 { flex-direction: column; } .framer-0PZ3O .framer-kua35k, .framer-0PZ3O .framer-roqt61, .framer-0PZ3O .framer-86yox1 { flex: none; height: 325px; padding: 24px; width: 100%; } .framer-0PZ3O .framer-tm15r2, .framer-0PZ3O .framer-1s505rv, .framer-0PZ3O .framer-170zf34 { --framer-text-wrap-override: none; } .framer-0PZ3O .framer-fmz83o { flex: none; gap: 16px; width: 100%; } .framer-0PZ3O .framer-1bbqbsz, .framer-0PZ3O .framer-1l0nitv { height: 160px; padding: 24px; } .framer-0PZ3O .framer-a3mhj7 { padding: 30px 0px 0px 0px; } .framer-0PZ3O .framer-jklap6, .framer-0PZ3O .framer-tz2aqf { --framer-text-wrap-override: balance; } .framer-0PZ3O .framer-1ajsjtr-container { left: 0px; transform: unset; } .framer-0PZ3O .framer-1tmmntr { gap: 100px; padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-3ftgo2 { height: var(--framer-aspect-ratio-supported, 350px); max-width: 350px; width: 100%; } .framer-0PZ3O .framer-1w06675 { height: var(--framer-aspect-ratio-supported, 312px); } .framer-0PZ3O .framer-jrg7gu, .framer-0PZ3O .framer-92sgnc, .framer-0PZ3O .framer-1yoge7s { -webkit-filter: blur(1px); filter: blur(1px); height: var(--framer-aspect-ratio-supported, 63px); left: 50%; top: 50%; width: 20%; } .framer-0PZ3O .framer-gxbln2 { height: var(--framer-aspect-ratio-supported, 243px); } .framer-0PZ3O .framer-4xqu5r, .framer-0PZ3O .framer-14ijt6-container, .framer-0PZ3O .framer-1v6rdho-container, .framer-0PZ3O .framer-eygk8c-container { height: var(--framer-aspect-ratio-supported, 50px); width: 50px; } .framer-0PZ3O .framer-eotx94 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 50px); left: unset; right: 0px; top: 51%; transform: translateY(-50%); width: 50px; } .framer-0PZ3O .framer-z1wgm6 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 16px); left: 51%; top: 51%; transform: translate(-50%, -50%); width: 16px; } .framer-0PZ3O .framer-1amdswo, .framer-0PZ3O .framer-1996mr1 { aspect-ratio: 0.16666666666666666 / 1; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3px; } .framer-0PZ3O .framer-1x1f1t0-container { height: var(--framer-aspect-ratio-supported, 50px); left: 40px; top: 40px; width: 50px; } .framer-0PZ3O .framer-1zc7ah-container { bottom: 40px; height: var(--framer-aspect-ratio-supported, 50px); left: 40px; width: 50px; } .framer-0PZ3O .framer-1alksh6-container { bottom: 40px; height: var(--framer-aspect-ratio-supported, 50px); right: 40px; width: 50px; } .framer-0PZ3O .framer-1ikn79w-container { height: var(--framer-aspect-ratio-supported, 50px); right: 40px; top: 40px; width: 50px; } .framer-0PZ3O .framer-97tdp0-container { height: var(--framer-aspect-ratio-supported, 80px); width: 80px; } .framer-0PZ3O .framer-k1cbk6 { flex-direction: column; padding: 120px 0px 0px 0px; } .framer-0PZ3O .framer-gwcwwh { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-0PZ3O .framer-2y932g { align-content: center; align-items: center; position: relative; top: unset; } .framer-0PZ3O .framer-4smpn7-container { flex: none; width: 100%; } .framer-0PZ3O .framer-1xpw7jr { padding: 0px 20px 0px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0PZ3O .framer-2tvs1b, .framer-0PZ3O .framer-tatl8v, .framer-0PZ3O .framer-1pxu4lm, .framer-0PZ3O .framer-a51db, .framer-0PZ3O .framer-1bfl9mm, .framer-0PZ3O .framer-fmz83o, .framer-0PZ3O .framer-7qmbe3, .framer-0PZ3O .framer-1tmmntr, .framer-0PZ3O .framer-k1cbk6 { gap: 0px; } .framer-0PZ3O .framer-2tvs1b > *, .framer-0PZ3O .framer-tatl8v > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0PZ3O .framer-2tvs1b > :first-child, .framer-0PZ3O .framer-tatl8v > :first-child, .framer-0PZ3O .framer-a51db > :first-child, .framer-0PZ3O .framer-1bfl9mm > :first-child, .framer-0PZ3O .framer-fmz83o > :first-child, .framer-0PZ3O .framer-7qmbe3 > :first-child, .framer-0PZ3O .framer-1tmmntr > :first-child, .framer-0PZ3O .framer-k1cbk6 > :first-child { margin-top: 0px; } .framer-0PZ3O .framer-2tvs1b > :last-child, .framer-0PZ3O .framer-tatl8v > :last-child, .framer-0PZ3O .framer-a51db > :last-child, .framer-0PZ3O .framer-1bfl9mm > :last-child, .framer-0PZ3O .framer-fmz83o > :last-child, .framer-0PZ3O .framer-7qmbe3 > :last-child, .framer-0PZ3O .framer-1tmmntr > :last-child, .framer-0PZ3O .framer-k1cbk6 > :last-child { margin-bottom: 0px; } .framer-0PZ3O .framer-1pxu4lm > *, .framer-0PZ3O .framer-1pxu4lm > :first-child, .framer-0PZ3O .framer-1pxu4lm > :last-child { margin: 0px; } .framer-0PZ3O .framer-a51db > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0PZ3O .framer-1bfl9mm > *, .framer-0PZ3O .framer-fmz83o > *, .framer-0PZ3O .framer-7qmbe3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0PZ3O .framer-1tmmntr > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-0PZ3O .framer-k1cbk6 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }}\",\"@media (min-width: 1440px) { .framer-0PZ3O.framer-72rtr7 { width: 1440px; } .framer-0PZ3O .framer-jkytb4 { height: 900px; left: calc(50.00000000000002% - 120% / 2); width: 120%; } .framer-0PZ3O.framer-nqfrei { width: 60%; } .framer-0PZ3O .framer-1k8ax95 { padding: 0px 100px 0px 100px; } .framer-0PZ3O .framer-1aqklil { -webkit-mask: radial-gradient(17% 34% at 78% 56.599999999999994%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(15% 23% at 24.6% 44.800000000000004%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 18% at 16.900000000000002% 75.3%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 0%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; left: -100px; mask: radial-gradient(17% 34% at 78% 56.599999999999994%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(15% 23% at 24.6% 44.800000000000004%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add, radial-gradient(20% 18% at 16.900000000000002% 75.3%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.78595) 0%, rgba(0, 0, 0, 0.00294) 99.99%, rgba(0, 0, 0, 0) 100%) add; right: -100px; } .framer-0PZ3O .framer-16golqj { height: var(--framer-aspect-ratio-supported, 73px); } .framer-0PZ3O .framer-a3mhj7 { padding: 47px 0px 0px 0px; } .framer-0PZ3O .framer-roqt61, .framer-0PZ3O .framer-86yox1 { height: 450px; } .framer-0PZ3O .framer-1ajsjtr-container { left: 70%; } .framer-0PZ3O .framer-1w06675 { height: var(--framer-aspect-ratio-supported, 200px); } .framer-0PZ3O .framer-gxbln2 { height: var(--framer-aspect-ratio-supported, 195px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7140.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FWVpfDVPB\":{\"layout\":[\"fixed\",\"auto\"]},\"UCGPDF5VO\":{\"layout\":[\"fixed\",\"auto\"]},\"Pd_SV8XXg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Xu3xov2KD\":{\"pattern\":\":Xu3xov2KD\",\"name\":\"hero\"},\"AeGcoZeqK\":{\"pattern\":\":AeGcoZeqK\",\"name\":\"video\"},\"FhLQxpKfm\":{\"pattern\":\":FhLQxpKfm\",\"name\":\"logos\"},\"L0t9FLCwt\":{\"pattern\":\":L0t9FLCwt\",\"name\":\"testimonial\"},\"uKqKtbL44\":{\"pattern\":\":uKqKtbL44\",\"name\":\"statistics\"},\"maPM2b6s9\":{\"pattern\":\":maPM2b6s9\",\"name\":\"diagram\"},\"zDDbujuaJ\":{\"pattern\":\":zDDbujuaJ\",\"name\":\"features\"},\"H1vCl6SGN\":{\"pattern\":\":H1vCl6SGN\",\"name\":\"integrations\"},\"glbrloLcc\":{\"pattern\":\":glbrloLcc\",\"name\":\"faq\"},\"JkrPbczaD\":{\"pattern\":\":JkrPbczaD\",\"name\":\"cta\"},\"Fvct7Jo6U\":{\"pattern\":\":Fvct7Jo6U\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-0PZ3O\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7140.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...ElementsHeroButtonsFonts,...HeroGlowFonts,...HeroDashboardFonts,...ButtonsPlayFonts,...YouTubeFonts,...TickerFonts,...CardsTestimonialFonts,...ElementsStatisticFonts,...ElementsBadgeFonts,...AnalyticsFonts,...LinkedInTypesFonts,...ConnectionsFonts,...GraphicsGDPRShieldFonts,...ApproveMessageFonts,...ElementsAppIconFonts,...FAQLandingPageFonts,...CTAFonts,...SectionsFooterFonts,...NavigationNavigationFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"7140.5\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FWVpfDVPB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UCGPDF5VO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pd_SV8XXg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"Xu3xov2KD\\\":{\\\"pattern\\\":\\\":Xu3xov2KD\\\",\\\"name\\\":\\\"hero\\\"},\\\"AeGcoZeqK\\\":{\\\"pattern\\\":\\\":AeGcoZeqK\\\",\\\"name\\\":\\\"video\\\"},\\\"FhLQxpKfm\\\":{\\\"pattern\\\":\\\":FhLQxpKfm\\\",\\\"name\\\":\\\"logos\\\"},\\\"L0t9FLCwt\\\":{\\\"pattern\\\":\\\":L0t9FLCwt\\\",\\\"name\\\":\\\"testimonial\\\"},\\\"uKqKtbL44\\\":{\\\"pattern\\\":\\\":uKqKtbL44\\\",\\\"name\\\":\\\"statistics\\\"},\\\"maPM2b6s9\\\":{\\\"pattern\\\":\\\":maPM2b6s9\\\",\\\"name\\\":\\\"diagram\\\"},\\\"zDDbujuaJ\\\":{\\\"pattern\\\":\\\":zDDbujuaJ\\\",\\\"name\\\":\\\"features\\\"},\\\"H1vCl6SGN\\\":{\\\"pattern\\\":\\\":H1vCl6SGN\\\",\\\"name\\\":\\\"integrations\\\"},\\\"glbrloLcc\\\":{\\\"pattern\\\":\\\":glbrloLcc\\\",\\\"name\\\":\\\"faq\\\"},\\\"JkrPbczaD\\\":{\\\"pattern\\\":\\\":JkrPbczaD\\\",\\\"name\\\":\\\"cta\\\"},\\\"Fvct7Jo6U\\\":{\\\"pattern\\\":\\\":Fvct7Jo6U\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "radius", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Q_KH32uCf", "QXS8bDsxU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FrameraI3ROVFfx", "withCSS", "aI3ROVFfx_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "css", "FramerdEi3o4w00", "withCSS", "dEi3o4w00_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "appIcon", "dropShadow", "height", "id", "innerShadow", "radius", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "XfmtB7ncw", "m0poUxP5Z", "vEJXb7zGB", "lxSmhS7b1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramerDZseVgcm2", "withCSS", "DZseVgcm2_default", "addPropertyControls", "ControlType", "addFonts", "CounterStyles", "applyGradient", "text", "gradientEnabled", "angle", "color1", "color2", "gradient", "p", "Counter", "props", "start", "end", "speed", "gapSize", "prefixEnabled", "prefixText", "prefixFont", "prefixColor", "prefixGradientEnabled", "prefixGradientAngle", "prefixGradientColor1", "prefixGradientColor2", "suffixEnabled", "suffixText", "suffixFont", "suffixColor", "suffixGradientEnabled", "suffixGradientAngle", "suffixGradientColor1", "suffixGradientColor2", "textGradientEnabled", "textGradientAngle", "textGradientColor1", "textGradientColor2", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "intervalId", "formatNumber", "number", "u", "motion", "addPropertyControls", "ControlType", "CounterFonts", "getFonts", "Counter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1lr688s", "args", "onMouseLeavef76sj5", "onAppearofs0u9", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "Framergfe87Awli", "withCSS", "gfe87Awli_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1nut91h", "args", "onMouseLeave1l4nesl", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "css", "FramerLjEB4Qwq7", "withCSS", "LjEB4Qwq7_default", "addPropertyControls", "ControlType", "addFonts", "CounterFonts", "getFonts", "Counter", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter11zq9r2", "args", "onMouseLeave1rfowl7", "onTapd86afy", "onTapxecp6x", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerQrHqJxCIz", "withCSS", "QrHqJxCIz_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "RichTextWithFX", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "M0GNI607K", "noLhqqn4Z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap15sdi12", "args", "onMouseEnter4iuywa", "onMouseLeave1wkkk9l", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "css", "FramerTlzQvwPLl", "withCSS", "TlzQvwPLl_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntert4i9m5", "args", "onMouseLeave62xvth", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FrameruzW1MLzN9", "withCSS", "uzW1MLzN9_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "description", "fontSize", "height", "id", "number", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "jtmYt2WNs", "IywxD0hHF", "FQnx7U6FK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerVsp2MKsXJ", "withCSS", "Vsp2MKsXJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "radiusForCorner", "value", "cornerIndex", "segments", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "radius", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "B_qgp_Xvy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "css", "Frameryd4YpzVEY", "withCSS", "yd4YpzVEY_default", "addPropertyControls", "ControlType", "addFonts", "ElementsHeroButtonsFonts", "getFonts", "oQCoNKn7I_default", "MotionAWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "HeroGlowFonts", "yd4YpzVEY_default", "ContainerWithOptimizedAppearEffect", "Container", "ImageWithOptimizedAppearEffect", "Image2", "HeroDashboardFonts", "aI3ROVFfx_default", "ButtonsPlayFonts", "TlzQvwPLl_default", "YouTubeFonts", "Youtube", "MotionDivWithOptimizedAppearEffect", "TickerFonts", "Ticker", "CardsTestimonialFonts", "jff5YJQoH_default", "ElementsStatisticFonts", "Vsp2MKsXJ_default", "ElementsBadgeFonts", "DVLmYKjwK_default", "AnalyticsFonts", "gfe87Awli_default", "LinkedInTypesFonts", "dEi3o4w00_default", "ConnectionsFonts", "QrHqJxCIz_default", "GraphicsGDPRShieldFonts", "uzW1MLzN9_default", "ApproveMessageFonts", "LjEB4Qwq7_default", "MotionDivWithFX", "withFX", "ElementsAppIconFonts", "DZseVgcm2_default", "FAQLandingPageFonts", "QafHm7ilM_default", "CTAFonts", "x2m6YI7JS_default", "SectionsFooterFonts", "xdYLGkFeT_default", "NavigationNavigationFonts", "YlslyniFN_default", "NavigationNavigationWithVariantAppearEffect", "withVariantAppearEffect", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "transition2", "textEffect1", "transition3", "textEffect2", "transition4", "animation1", "animation2", "transition5", "animation3", "transition6", "animation4", "transition7", "animation5", "animation6", "animation7", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "addImageAlt", "image", "alt", "transition8", "animation8", "animation9", "animation10", "animation11", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "noLhqqn4Z3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "router", "useRouter", "ref10", "elementId10", "ref11", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "x", "RichText2", "ComponentViewportProvider", "Container", "oQCoNKn7I_default", "Link", "MotionAWithOptimizedAppearEffect", "getLoadingLazyAtYPosition", "Image2", "MotionDivWithOptimizedAppearEffect", "ContainerWithOptimizedAppearEffect", "yd4YpzVEY_default", "ImageWithOptimizedAppearEffect", "aI3ROVFfx_default", "l", "TlzQvwPLl_default", "AnimatePresence", "Ga", "Youtube", "Ticker", "jff5YJQoH_default", "Vsp2MKsXJ_default", "DVLmYKjwK_default", "gfe87Awli_default", "dEi3o4w00_default", "SVG", "QrHqJxCIz_default", "uzW1MLzN9_default", "LjEB4Qwq7_default", "MotionDivWithFX", "DZseVgcm2_default", "QafHm7ilM_default", "ResolveLinks", "resolvedLinks", "x2m6YI7JS_default", "xdYLGkFeT_default", "NavigationNavigationWithVariantAppearEffect", "SmoothScroll", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "ElementsHeroButtonsFonts", "HeroGlowFonts", "HeroDashboardFonts", "ButtonsPlayFonts", "YouTubeFonts", "TickerFonts", "CardsTestimonialFonts", "ElementsStatisticFonts", "ElementsBadgeFonts", "AnalyticsFonts", "LinkedInTypesFonts", "ConnectionsFonts", "GraphicsGDPRShieldFonts", "ApproveMessageFonts", "ElementsAppIconFonts", "FAQLandingPageFonts", "CTAFonts", "SectionsFooterFonts", "NavigationNavigationFonts", "SmoothScrollFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
