{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js", "ssg:https://framerusercontent.com/modules/5RanguNUOyzF1psJu3lv/yiz0Aqpecb6hX3XRgTMa/JQa6ahiCA.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", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useMemo,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,new URLSearchParams(parameters)];};/**\n * MAILCHIMP\n *\n * @framerIntrinsicWidth 430\n * @framerIntrinsicHeight 52\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ const Mailchimp=withCSS(function Mailchimp({url,input,button,layout,style,gap,onSubmit,...props}){const[email1,setEmail]=useState(input.value);const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);return false;}return true;},[]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleSubmit=useCallback(()=>{event.preventDefault();const[domain,parameters]=parseMailChimpUrl(url);if(!validateForm(email1)||!domain||!parameters){setLoading(false);}else{parameters.set(\"MERGE0\",email1) // MERGE0 being Mailchimp's email field name\n;fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{setSuccess(true);onSubmit();}).catch(()=>{setLoading(false);});}},[url,email1]);const handleClick=useCallback(()=>{setLoading(true);},[]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,\"--framer-mailchimp-placeholder-color\":input.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:0.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{width:\"100%\",display:\"grid\",gap,gridTemplateColumns:layout===\"vertical\"?\"1fr\":\"1fr max-content\",gridTemplateRows:layout===\"vertical\"?\"1fr 1fr\":\"1fr\"},onSubmit:handleSubmit,method:\"POST\",children:[/*#__PURE__*/ _jsx(\"div\",{style:{position:\"absolute\",visibility:\"hidden\"},\"aria-hidden\":\"true\",children:/*#__PURE__*/ _jsx(\"input\",{type:\"text\",name:\"b_1487cc549a49109c00fe60a80_93cd7be172\",tabIndex:-1})}),/*#__PURE__*/ _jsx(\"input\",{type:\"email\",name:\"email\",placeholder:input.placeholder,value:isCanvas?input.value:email1,className:\"framer-mailchimp-input\",onChange:handleChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:input.fill,color:input.color,boxShadow:`inset 0 0 0 1px ${isError?input.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,onClick:handleClick,style:{...defaultStyle,cursor:\"pointer\",borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,color:button.color,zIndex:1},transition:{type:\"ease\",duration:0.3},whileHover:{opacity:0.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})}));},[\".framer-mailchimp-input::placeholder { color: var(--framer-mailchimp-placeholder-color) !important; }\",]);Mailchimp.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15};addPropertyControls(Mailchimp,{url:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,description:\"Create a [Mailchimp](https://mailchimp.com/) account and copy your embedded form URL. [Learn more\u2026](https://www.framer.com/sites/integrations/mailchimp/)\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"email@framer.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},value:{title:\"Value\",type:ControlType.String},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default Mailchimp;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Mailchimp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"430\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mailchimp.map", "// Generated by Framer (9f979fb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/1TV3L3sZj6ubNL0PoHvI/qmHDFNKx0xHfHRDe4RfW/eTQiCDf_i.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/klOQDS5Hd7cTMIfk43HW/PureAx2jxClmN83S2CHn/xpuSvaOe7.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/1hLY6KP2elS7lLQwgE5P/WNswky5xiH3lBCLrbMms/YEI5vBdXm.js\";import PrimaryButton from\"https://framerusercontent.com/modules/FC9xwshiMlirdzb22a0B/5UJZ3TU9ggOq8ANtruFB/xsn5pEQD6.js\";const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithFX=withFX(motion.div);const MailchimpFonts=getFonts(Mailchimp);const cycleOrder=[\"YbgQ05HgH\",\"jKwz8rIEr\",\"PWKYJR__X\",\"uoYAkQZg9\",\"t9ytoGDfB\",\"iUy38UcfV\",\"QKYros6W1\",\"zRkrPrAaf\",\"qexAU3Hle\",\"tJAl0Ru4r\",\"pK3djU68d\",\"OYPsm_Lnt\"];const serializationHash=\"framer-HhW4s\";const variantClassNames={iUy38UcfV:\"framer-v-s4hrf7\",jKwz8rIEr:\"framer-v-1noiwd0\",OYPsm_Lnt:\"framer-v-3vmtxo\",pK3djU68d:\"framer-v-1ul0k0o\",PWKYJR__X:\"framer-v-rynw5i\",qexAU3Hle:\"framer-v-ikv8vq\",QKYros6W1:\"framer-v-sn7rhn\",t9ytoGDfB:\"framer-v-1od10y8\",tJAl0Ru4r:\"framer-v-7mbfha\",uoYAkQZg9:\"framer-v-rllw5e\",YbgQ05HgH:\"framer-v-m1gqr8\",zRkrPrAaf:\"framer-v-a6av27\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const animation={opacity:0,rotate:0,scale:1,x:100,y:0};const transition1={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:0,rotate:0,scale:1,x:0,y:50};const transition2={damping:60,delay:.8,mass:1,stiffness:400,type:\"spring\"};const transition3={damping:60,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,scale:1,x:0,y:30};const animation3={opacity:0,rotate:0,scale:1,x:0,y:20};const transition4={damping:60,delay:.6,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop 01\":\"YbgQ05HgH\",\"Desktop 02\":\"t9ytoGDfB\",\"Desktop 03\":\"qexAU3Hle\",\"Laptop 01\":\"jKwz8rIEr\",\"Laptop 02\":\"iUy38UcfV\",\"Laptop 03\":\"tJAl0Ru4r\",\"Phone 01\":\"uoYAkQZg9\",\"Phone 02\":\"zRkrPrAaf\",\"Phone 03\":\"OYPsm_Lnt\",\"Tablet 01\":\"PWKYJR__X\",\"Tablet 02\":\"QKYros6W1\",\"Tablet 03\":\"pK3djU68d\"};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:\"YbgQ05HgH\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YbgQ05HgH\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"t9ytoGDfB\",\"iUy38UcfV\",\"QKYros6W1\",\"zRkrPrAaf\",\"qexAU3Hle\",\"tJAl0Ru4r\",\"pK3djU68d\",\"OYPsm_Lnt\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"t9ytoGDfB\",\"iUy38UcfV\",\"QKYros6W1\",\"zRkrPrAaf\",\"qexAU3Hle\",\"tJAl0Ru4r\",\"pK3djU68d\",\"OYPsm_Lnt\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-m1gqr8\",className,classNames),\"data-framer-name\":\"Desktop 01\",layoutDependency:layoutDependency,layoutId:\"YbgQ05HgH\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\",...style},variants:{iUy38UcfV:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},QKYros6W1:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},t9ytoGDfB:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},zRkrPrAaf:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"}},...addPropertyOverrides({iUy38UcfV:{\"data-framer-name\":\"Laptop 02\"},jKwz8rIEr:{\"data-framer-name\":\"Laptop 01\"},OYPsm_Lnt:{\"data-framer-name\":\"Phone 03\"},pK3djU68d:{\"data-framer-name\":\"Tablet 03\"},PWKYJR__X:{\"data-framer-name\":\"Tablet 01\"},qexAU3Hle:{\"data-framer-name\":\"Desktop 03\"},QKYros6W1:{\"data-framer-name\":\"Tablet 02\"},t9ytoGDfB:{\"data-framer-name\":\"Desktop 02\"},tJAl0Ru4r:{\"data-framer-name\":\"Laptop 03\"},uoYAkQZg9:{\"data-framer-name\":\"Phone 01\"},zRkrPrAaf:{\"data-framer-name\":\"Phone 02\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:929,intrinsicWidth:1392,pixelHeight:929,pixelWidth:1392,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 160px)`,src:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png\",srcSet:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=512 512w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png 1392w\"},className:\"framer-1k38j13\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"Ge6XCPWQM\",...addPropertyOverrides({jKwz8rIEr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:929,intrinsicWidth:1392,pixelHeight:929,pixelWidth:1392,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 211px)`,src:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png\",srcSet:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=512 512w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png 1392w\"}},PWKYJR__X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:929,intrinsicWidth:1392,pixelHeight:929,pixelWidth:1392,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 1101px)`,src:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png\",srcSet:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=512 512w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png 1392w\"}},uoYAkQZg9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:929,intrinsicWidth:1392,pixelHeight:929,pixelWidth:1392,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 1436px)`,src:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png\",srcSet:\"https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=512 512w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/uaTS2H70o99zMzUX0WgRx5KvyJg.png 1392w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:658,intrinsicWidth:1600,pixelHeight:658,pixelWidth:1600,src:\"https://framerusercontent.com/images/v9uvtJePN3Ym4ZeZrkNWFJvl5I.svg\"},className:\"framer-1kohasc\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"lwPIkMRvW\"}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:659,intrinsicWidth:825,pixelHeight:659,pixelWidth:825,sizes:\"824px\",src:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png\",srcSet:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png?scale-down-to=512 512w, https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png 825w\"},className:\"framer-1cyelqz\",\"data-framer-name\":\"Dashboard Image\",layoutDependency:layoutDependency,layoutId:\"vnFZTwLYv\",transformTemplate:transformTemplate1,...addPropertyOverrides({jKwz8rIEr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:659,intrinsicWidth:825,pixelHeight:659,pixelWidth:825,sizes:\"570px\",src:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png\",srcSet:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png?scale-down-to=512 512w, https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png 825w\"}},PWKYJR__X:{__framer__animate:{transition:transition2},__framer__enter:animation1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:659,intrinsicWidth:825,pixelHeight:659,pixelWidth:825,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px) * 0.8)`,src:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png\",srcSet:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png?scale-down-to=512 512w, https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png 825w\"}},uoYAkQZg9:{__framer__enter:animation1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:659,intrinsicWidth:825,pixelHeight:659,pixelWidth:825,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png\",srcSet:\"https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png?scale-down-to=512 512w, https://framerusercontent.com/images/0aAMNe7YitZ8UK3gjdZ3lWKk.png 825w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17vbx4g\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"wOLkNGuRZ\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{iUy38UcfV:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},OYPsm_Lnt:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},pK3djU68d:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},qexAU3Hle:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},QKYros6W1:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},t9ytoGDfB:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},tJAl0Ru4r:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},zRkrPrAaf:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(86, 89, 89, 0.12)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({iUy38UcfV:{\"data-border\":true},OYPsm_Lnt:{\"data-border\":true},pK3djU68d:{\"data-border\":true},qexAU3Hle:{\"data-border\":true},QKYros6W1:{\"data-border\":true},t9ytoGDfB:{\"data-border\":true},tJAl0Ru4r:{\"data-border\":true},zRkrPrAaf:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qrufiv\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"wXCcSvbaN\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1qj37e1\",\"data-styles-preset\":\"xpuSvaOe7\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Supercharge your business with Hive!\"})}),className:\"framer-3ku4o4\",layoutDependency:layoutDependency,layoutId:\"bAUCF3GdX\",style:{\"--extracted-gdpscs\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iUy38UcfV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},OYPsm_Lnt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},pK3djU68d:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},qexAU3Hle:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},QKYros6W1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},t9ytoGDfB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},tJAl0Ru4r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]},zRkrPrAaf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter for the latest updates.\"})}),fonts:[\"GF;Figtree-600\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter: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,{className:\"framer-styles-preset-np446i\",\"data-styles-preset\":\"YEI5vBdXm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"From streamlined project coordination to enhanced team collaboration, Hive empowers your organization to reach new heights. Experience the transformation, boost productivity, increase profitability.\"})}),className:\"framer-1eatrr7\",layoutDependency:layoutDependency,layoutId:\"BbGQ4rKjf\",style:{\"--extracted-r6o4lv\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iUy38UcfV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},OYPsm_Lnt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},pK3djU68d:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},qexAU3Hle:{__framer__enter:animation2,__framer__threshold:0,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},QKYros6W1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},t9ytoGDfB:{__framer__threshold:0,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},tJAl0Ru4r:{__framer__threshold:0,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})},zRkrPrAaf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xke4uj\",\"data-styles-preset\":\"eTQiCDf_i\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"At [Your Company Name], we believe in keeping you at the forefront of innovation information, and inspiration. That's why we invite you to.\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-3c0c5a-container\",layoutDependency:layoutDependency,layoutId:\"MW2rkdtWT-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:\"Get Started Now\",id:\"MW2rkdtWT\",layoutId:\"MW2rkdtWT\",variant:\"rfiwe83Q1\",width:\"100%\",X5LroKdYr:resolvedLinks[0],...addPropertyOverrides({jKwz8rIEr:{X5LroKdYr:resolvedLinks[1]},PWKYJR__X:{X5LroKdYr:resolvedLinks[2]},uoYAkQZg9:{X5LroKdYr:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rn9p2y\",\"data-framer-name\":\"Newsletter From\",layoutDependency:layoutDependency,layoutId:\"FPVlxOgIz\",children:isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-94hrdu\",\"data-framer-name\":\"Subscription Form\",layoutDependency:layoutDependency,layoutId:\"EpbZOrZxt\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{OYPsm_Lnt:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},zRkrPrAaf:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5wru6-container\",layoutDependency:layoutDependency,layoutId:\"rMjX1KwOR-container\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:100,bottomLeftRadius:100,bottomRightRadius:100,button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\",fontWeight:600,label:\"Get Started Now\"},font:true,fontFamily:\"Satoshi\",fontSize:18,fontWeight:600,gap:0,height:\"100%\",id:\"rMjX1KwOR\",input:{color:\"rgba(255, 255, 255, 0.5)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(255, 255, 255)\",placeholder:\"Your email address\",placeholderColor:\"rgb(86, 89, 89)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"rMjX1KwOR\",padding:30,paddingBottom:15.5,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:15.5,style:{width:\"100%\"},topLeftRadius:100,topRightRadius:100,url:\"\",width:\"100%\",...addPropertyOverrides({OYPsm_Lnt:{button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",fontWeight:600,label:\"Get Started Now\"},gap:15,layout:\"vertical\"},pK3djU68d:{button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",fontWeight:600,label:\"Get Started Now\"}},qexAU3Hle:{button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",fontWeight:600,label:\"Get Started Now\"},fontFamily:\"Figtree\",fontSize:16,fontWeight:500},tJAl0Ru4r:{button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",fontWeight:600,label:\"Get Started Now\"}},zRkrPrAaf:{gap:15,layout:\"vertical\"}},baseVariant,gestureVariant)})})})})})]})]})})})});});const css=['.framer-HhW4s[data-border=\"true\"]::after, .framer-HhW4s [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HhW4s.framer-nevnuz, .framer-HhW4s .framer-nevnuz { display: block; }\",\".framer-HhW4s.framer-m1gqr8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 110px 30px 155px 30px; position: relative; width: 1440px; }\",\".framer-HhW4s .framer-1k38j13 { aspect-ratio: 1.4953271028037383 / 1; bottom: -285px; flex: none; height: var(--framer-aspect-ratio-supported, 1070px); left: -80px; position: absolute; right: -80px; z-index: 1; }\",\".framer-HhW4s .framer-1kohasc { bottom: -190px; flex: none; height: 1000px; left: -80px; position: absolute; right: -400px; z-index: 2; }\",\".framer-HhW4s .framer-1cyelqz { aspect-ratio: 1.2298507462686568 / 1; bottom: -120px; flex: none; height: var(--framer-aspect-ratio-supported, 670px); position: absolute; right: -150px; width: 824px; z-index: 9; }\",\".framer-HhW4s .framer-17vbx4g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-HhW4s .framer-qrufiv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 52%; }\",\".framer-HhW4s .framer-3ku4o4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HhW4s .framer-1eatrr7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-HhW4s .framer-3c0c5a-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HhW4s .framer-1rn9p2y { 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: flex-end; min-height: 70px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-HhW4s .framer-94hrdu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; overflow: hidden; padding: 6px 6px 6px 6px; position: relative; width: 476px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HhW4s .framer-5wru6-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-m1gqr8, .framer-HhW4s .framer-17vbx4g, .framer-HhW4s .framer-qrufiv, .framer-HhW4s .framer-1rn9p2y, .framer-HhW4s .framer-94hrdu { gap: 0px; } .framer-HhW4s.framer-m1gqr8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HhW4s.framer-m1gqr8 > :first-child, .framer-HhW4s .framer-qrufiv > :first-child, .framer-HhW4s .framer-1rn9p2y > :first-child { margin-top: 0px; } .framer-HhW4s.framer-m1gqr8 > :last-child, .framer-HhW4s .framer-qrufiv > :last-child, .framer-HhW4s .framer-1rn9p2y > :last-child { margin-bottom: 0px; } .framer-HhW4s .framer-17vbx4g > *, .framer-HhW4s .framer-94hrdu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-HhW4s .framer-17vbx4g > :first-child, .framer-HhW4s .framer-94hrdu > :first-child { margin-left: 0px; } .framer-HhW4s .framer-17vbx4g > :last-child, .framer-HhW4s .framer-94hrdu > :last-child { margin-right: 0px; } .framer-HhW4s .framer-qrufiv > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-HhW4s .framer-1rn9p2y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-HhW4s.framer-v-1noiwd0.framer-m1gqr8 { padding: 90px 30px 100px 30px; width: 1000px; }\",\".framer-HhW4s.framer-v-1noiwd0 .framer-1k38j13 { bottom: -51px; height: var(--framer-aspect-ratio-supported, 810px); left: -105px; right: -106px; }\",\".framer-HhW4s.framer-v-1noiwd0 .framer-1cyelqz { bottom: -90px; height: var(--framer-aspect-ratio-supported, 464px); right: -100px; width: 570px; }\",\".framer-HhW4s.framer-v-1noiwd0 .framer-17vbx4g { max-width: 1000px; }\",\".framer-HhW4s.framer-v-rynw5i.framer-m1gqr8 { padding: 70px 30px 70px 30px; width: 768px; }\",\".framer-HhW4s.framer-v-rynw5i .framer-1k38j13 { bottom: -49px; height: var(--framer-aspect-ratio-supported, 1250px); left: -550px; order: 0; right: -551px; }\",\".framer-HhW4s.framer-v-rynw5i .framer-1kohasc { bottom: -37px; height: unset; left: -240px; order: 1; right: -240px; top: -30px; }\",\".framer-HhW4s.framer-v-rynw5i .framer-1cyelqz { bottom: unset; height: var(--framer-aspect-ratio-supported, 163px); order: 3; position: relative; right: unset; width: 80%; }\",\".framer-HhW4s.framer-v-rynw5i .framer-17vbx4g { justify-content: center; max-width: 768px; order: 2; padding: 0px 0px 35px 0px; }\",\".framer-HhW4s.framer-v-rynw5i .framer-qrufiv { width: 75%; }\",\".framer-HhW4s.framer-v-rllw5e.framer-m1gqr8 { padding: 50px 20px 55px 20px; width: 390px; }\",\".framer-HhW4s.framer-v-rllw5e .framer-1k38j13 { bottom: -37px; height: var(--framer-aspect-ratio-supported, 1221px); left: -299px; order: 0; right: -1137px; }\",\".framer-HhW4s.framer-v-rllw5e .framer-1kohasc { height: unset; order: 1; right: -78px; top: -70px; }\",\".framer-HhW4s.framer-v-rllw5e .framer-1cyelqz { bottom: unset; height: var(--framer-aspect-ratio-supported, 285px); order: 3; position: relative; right: unset; width: 100%; }\",\".framer-HhW4s.framer-v-rllw5e .framer-17vbx4g { max-width: 390px; order: 2; }\",\".framer-HhW4s.framer-v-rllw5e .framer-qrufiv { flex: 1 0 0px; padding: 0px 0px 25px 0px; width: 1px; }\",\".framer-HhW4s.framer-v-rllw5e .framer-3ku4o4 { order: 0; }\",\".framer-HhW4s.framer-v-rllw5e .framer-1eatrr7 { order: 1; width: 100%; }\",\".framer-HhW4s.framer-v-rllw5e .framer-3c0c5a-container { order: 2; }\",\".framer-HhW4s.framer-v-1od10y8.framer-m1gqr8, .framer-HhW4s.framer-v-ikv8vq.framer-m1gqr8 { padding: 130px 30px 0px 30px; }\",\".framer-HhW4s.framer-v-1od10y8 .framer-17vbx4g, .framer-HhW4s.framer-v-ikv8vq .framer-17vbx4g { align-content: center; align-items: center; order: 3; padding: 0px 0px 80px 0px; }\",\".framer-HhW4s.framer-v-1od10y8 .framer-qrufiv, .framer-HhW4s.framer-v-ikv8vq .framer-qrufiv { width: 54%; }\",\".framer-HhW4s.framer-v-1od10y8 .framer-1rn9p2y, .framer-HhW4s.framer-v-s4hrf7 .framer-1rn9p2y, .framer-HhW4s.framer-v-ikv8vq .framer-1rn9p2y, .framer-HhW4s.framer-v-7mbfha .framer-1rn9p2y { flex-direction: row; min-height: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-1od10y8 .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-1od10y8 .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-1od10y8 .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-1od10y8 .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",\".framer-HhW4s.framer-v-s4hrf7.framer-m1gqr8, .framer-HhW4s.framer-v-7mbfha.framer-m1gqr8 { padding: 100px 30px 0px 30px; width: 1000px; }\",\".framer-HhW4s.framer-v-s4hrf7 .framer-17vbx4g, .framer-HhW4s.framer-v-7mbfha .framer-17vbx4g { align-content: center; align-items: center; gap: 30px; max-width: 1000px; order: 3; padding: 0px 0px 80px 0px; }\",\".framer-HhW4s.framer-v-s4hrf7 .framer-94hrdu, .framer-HhW4s.framer-v-sn7rhn .framer-94hrdu, .framer-HhW4s.framer-v-a6av27 .framer-94hrdu, .framer-HhW4s.framer-v-7mbfha .framer-94hrdu, .framer-HhW4s.framer-v-1ul0k0o .framer-94hrdu, .framer-HhW4s.framer-v-3vmtxo .framer-94hrdu { flex: 1 0 0px; height: min-content; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-s4hrf7 .framer-17vbx4g, .framer-HhW4s.framer-v-s4hrf7 .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-s4hrf7 .framer-17vbx4g > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-HhW4s.framer-v-s4hrf7 .framer-17vbx4g > :first-child, .framer-HhW4s.framer-v-s4hrf7 .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-s4hrf7 .framer-17vbx4g > :last-child, .framer-HhW4s.framer-v-s4hrf7 .framer-1rn9p2y > :last-child { margin-right: 0px; } .framer-HhW4s.framer-v-s4hrf7 .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-HhW4s.framer-v-sn7rhn.framer-m1gqr8, .framer-HhW4s.framer-v-1ul0k0o.framer-m1gqr8 { padding: 60px 30px 0px 30px; width: 768px; }\",\".framer-HhW4s.framer-v-sn7rhn .framer-17vbx4g, .framer-HhW4s.framer-v-1ul0k0o .framer-17vbx4g { flex-direction: column; gap: 30px; max-width: 768px; order: 3; padding: 0px 0px 60px 0px; width: 80%; }\",\".framer-HhW4s.framer-v-sn7rhn .framer-qrufiv, .framer-HhW4s.framer-v-1ul0k0o .framer-qrufiv { width: 100%; }\",\".framer-HhW4s.framer-v-sn7rhn .framer-1rn9p2y, .framer-HhW4s.framer-v-1ul0k0o .framer-1rn9p2y { flex: none; flex-direction: row; min-height: unset; width: 90%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-sn7rhn .framer-17vbx4g, .framer-HhW4s.framer-v-sn7rhn .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-sn7rhn .framer-17vbx4g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-HhW4s.framer-v-sn7rhn .framer-17vbx4g > :first-child { margin-top: 0px; } .framer-HhW4s.framer-v-sn7rhn .framer-17vbx4g > :last-child { margin-bottom: 0px; } .framer-HhW4s.framer-v-sn7rhn .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-sn7rhn .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-sn7rhn .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",\".framer-HhW4s.framer-v-a6av27.framer-m1gqr8, .framer-HhW4s.framer-v-3vmtxo.framer-m1gqr8 { padding: 50px 20px 0px 20px; width: 390px; }\",\".framer-HhW4s.framer-v-a6av27 .framer-17vbx4g, .framer-HhW4s.framer-v-3vmtxo .framer-17vbx4g { flex-direction: column; gap: 30px; max-width: 390px; order: 3; padding: 0px 0px 40px 0px; }\",\".framer-HhW4s.framer-v-a6av27 .framer-qrufiv, .framer-HhW4s.framer-v-3vmtxo .framer-qrufiv { gap: 20px; width: 100%; }\",\".framer-HhW4s.framer-v-a6av27 .framer-1rn9p2y, .framer-HhW4s.framer-v-3vmtxo .framer-1rn9p2y { flex: none; flex-direction: row; min-height: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-a6av27 .framer-17vbx4g, .framer-HhW4s.framer-v-a6av27 .framer-qrufiv, .framer-HhW4s.framer-v-a6av27 .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-a6av27 .framer-17vbx4g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-HhW4s.framer-v-a6av27 .framer-17vbx4g > :first-child, .framer-HhW4s.framer-v-a6av27 .framer-qrufiv > :first-child { margin-top: 0px; } .framer-HhW4s.framer-v-a6av27 .framer-17vbx4g > :last-child, .framer-HhW4s.framer-v-a6av27 .framer-qrufiv > :last-child { margin-bottom: 0px; } .framer-HhW4s.framer-v-a6av27 .framer-qrufiv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HhW4s.framer-v-a6av27 .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-a6av27 .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-a6av27 .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",\".framer-HhW4s.framer-v-ikv8vq .framer-1eatrr7 { width: 85%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-ikv8vq .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-ikv8vq .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-ikv8vq .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-ikv8vq .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-7mbfha .framer-17vbx4g, .framer-HhW4s.framer-v-7mbfha .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-7mbfha .framer-17vbx4g > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-HhW4s.framer-v-7mbfha .framer-17vbx4g > :first-child, .framer-HhW4s.framer-v-7mbfha .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-7mbfha .framer-17vbx4g > :last-child, .framer-HhW4s.framer-v-7mbfha .framer-1rn9p2y > :last-child { margin-right: 0px; } .framer-HhW4s.framer-v-7mbfha .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-1ul0k0o .framer-17vbx4g, .framer-HhW4s.framer-v-1ul0k0o .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-1ul0k0o .framer-17vbx4g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-HhW4s.framer-v-1ul0k0o .framer-17vbx4g > :first-child { margin-top: 0px; } .framer-HhW4s.framer-v-1ul0k0o .framer-17vbx4g > :last-child { margin-bottom: 0px; } .framer-HhW4s.framer-v-1ul0k0o .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-1ul0k0o .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-1ul0k0o .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HhW4s.framer-v-3vmtxo .framer-17vbx4g, .framer-HhW4s.framer-v-3vmtxo .framer-qrufiv, .framer-HhW4s.framer-v-3vmtxo .framer-1rn9p2y { gap: 0px; } .framer-HhW4s.framer-v-3vmtxo .framer-17vbx4g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-HhW4s.framer-v-3vmtxo .framer-17vbx4g > :first-child, .framer-HhW4s.framer-v-3vmtxo .framer-qrufiv > :first-child { margin-top: 0px; } .framer-HhW4s.framer-v-3vmtxo .framer-17vbx4g > :last-child, .framer-HhW4s.framer-v-3vmtxo .framer-qrufiv > :last-child { margin-bottom: 0px; } .framer-HhW4s.framer-v-3vmtxo .framer-qrufiv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HhW4s.framer-v-3vmtxo .framer-1rn9p2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HhW4s.framer-v-3vmtxo .framer-1rn9p2y > :first-child { margin-left: 0px; } .framer-HhW4s.framer-v-3vmtxo .framer-1rn9p2y > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 660\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jKwz8rIEr\":{\"layout\":[\"fixed\",\"auto\"]},\"PWKYJR__X\":{\"layout\":[\"fixed\",\"auto\"]},\"uoYAkQZg9\":{\"layout\":[\"fixed\",\"auto\"]},\"t9ytoGDfB\":{\"layout\":[\"fixed\",\"auto\"]},\"iUy38UcfV\":{\"layout\":[\"fixed\",\"auto\"]},\"QKYros6W1\":{\"layout\":[\"fixed\",\"auto\"]},\"zRkrPrAaf\":{\"layout\":[\"fixed\",\"auto\"]},\"qexAU3Hle\":{\"layout\":[\"fixed\",\"auto\"]},\"tJAl0Ru4r\":{\"layout\":[\"fixed\",\"auto\"]},\"pK3djU68d\":{\"layout\":[\"fixed\",\"auto\"]},\"OYPsm_Lnt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJQa6ahiCA=withCSS(Component,css,\"framer-HhW4s\");export default FramerJQa6ahiCA;FramerJQa6ahiCA.displayName=\"CTA Section\";FramerJQa6ahiCA.defaultProps={height:660,width:1440};addPropertyControls(FramerJQa6ahiCA,{variant:{options:[\"YbgQ05HgH\",\"jKwz8rIEr\",\"PWKYJR__X\",\"uoYAkQZg9\",\"t9ytoGDfB\",\"iUy38UcfV\",\"QKYros6W1\",\"zRkrPrAaf\",\"qexAU3Hle\",\"tJAl0Ru4r\",\"pK3djU68d\",\"OYPsm_Lnt\"],optionTitles:[\"Desktop 01\",\"Laptop 01\",\"Tablet 01\",\"Phone 01\",\"Desktop 02\",\"Laptop 02\",\"Tablet 02\",\"Phone 02\",\"Desktop 03\",\"Laptop 03\",\"Tablet 03\",\"Phone 03\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJQa6ahiCA,[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},...PrimaryButtonFonts,...MailchimpFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJQa6ahiCA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jKwz8rIEr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PWKYJR__X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uoYAkQZg9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t9ytoGDfB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iUy38UcfV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QKYros6W1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zRkrPrAaf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qexAU3Hle\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tJAl0Ru4r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pK3djU68d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OYPsm_Lnt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"660\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JQa6ahiCA.map"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "Mailchimp", "withCSS", "input", "button", "layout", "style", "gap", "onSubmit", "props", "email1", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "handleChange", "event", "handleSubmit", "response", "handleClick", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "Mailchimp_default", "ImageWithFX", "withFX", "Image2", "RichTextWithFX", "RichText", "PrimaryButtonFonts", "getFonts", "xsn5pEQD6_default", "MotionDivWithFX", "motion", "MailchimpFonts", "Mailchimp_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "animation", "transition1", "transformTemplate1", "_", "t", "animation1", "transition2", "transition3", "animation2", "animation3", "transition4", "Transition", "value", "children", "config", "re", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FramerJQa6ahiCA", "withCSS", "JQa6ahiCA_default", "addPropertyControls", "ControlType", "addFonts", "fonts"]
}
