{
  "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/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js", "ssg:https://framerusercontent.com/modules/R86XZD1QiqnwEsAt5K5d/HcKp9bm5GstkAkySSxyr/paFH4xfFW.js", "ssg:https://framerusercontent.com/modules/WfuR6Qybty9p0H48jiWP/WSSPlZOz0xOwoklLAS23/WYbmueauC.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{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerDisableUnlink\n */ export default function Embed({type,url,html}){if(type===\"url\"&&url){return /*#__PURE__*/ _jsx(EmbedURL,{url:url});}if(type===\"html\"&&html){return /*#__PURE__*/ _jsx(EmbedHTML,{html:html});}return /*#__PURE__*/ _jsx(Instructions,{});};addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",displayTextArea:true,type:ControlType.String,hidden(props){return props.type!==\"html\";}}});function Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url}){// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(!url.startsWith(\"https://\")){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Unsupported protocol.\"});}if(state===undefined){return /*#__PURE__*/ _jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/ _jsx(ErrorMessage,{message:state.message});}if(state===true){const message=`Can't embed ${url} due to its content security policy.`;return /*#__PURE__*/ _jsx(ErrorMessage,{message:message});}return /*#__PURE__*/ _jsx(\"iframe\",{src:url,style:iframeStyle,loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html}){const ref=useRef();// If the HTML contains a script tag we can't use\n// dangerouslySetInnerHTML because it doesn't execute\n// scripts on the client. Otherwise, we can benefit\n// from SSG by using dangerouslySetInnerHTML.\nconst hasScript=html.includes(\"</script>\");useEffect(()=>{if(!hasScript)return;const div=ref.current;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html,hasScript]);return /*#__PURE__*/ _jsx(\"div\",{ref:ref,style:htmlStyle,dangerouslySetInnerHTML:!hasScript?{__html:html}:undefined});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}const centerTextStyle={textAlign:\"center\",minWidth:140};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (9f979fb)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import BaseForm from\"https://framerusercontent.com/modules/jKosDr5OORwnt4ikb4Vz/67eMOm9YSvp2Jb2lUpQw/BaseForm.js\";const BaseFormFonts=getFonts(BaseForm);const cycleOrder=[\"BFJERiu9H\"];const serializationHash=\"framer-0qGcH\";const variantClassNames={BFJERiu9H:\"framer-v-6i3uc9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,tap,width,...props})=>{return{...props,wWcDOGZ7D:tap!==null&&tap!==void 0?tap:props.wWcDOGZ7D};};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,wWcDOGZ7D,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"BFJERiu9H\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onSubmit1q5ik3a=activeVariantCallback(async(...args)=>{if(wWcDOGZ7D){const res=await wWcDOGZ7D(...args);if(res===false)return false;}});const ref1=React.useRef(null);const router=useRouter();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:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6i3uc9\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BFJERiu9H\",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-c6901223-b6b8-48b2-94a6-79e76863fc1c, rgba(255, 255, 255, 0.66))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J9hooHyam\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kc91gj-container\",layoutDependency:layoutDependency,layoutId:\"afWu0ntAm-container\",children:/*#__PURE__*/_jsx(BaseForm,{button:{label:\"Submit Form\",shouldAppear:true},contentType:\"application/json\",height:\"100%\",id:\"afWu0ntAm\",inputs:[{gridColumn:\"1\",label:\"\",max:\"\",min:\"\",name:\"full_name\",options:[],placeholder:\"Name\",required:true,step:0,type:\"text\",value:\"\"},{gridColumn:\"1\",label:\"\",max:\"\",min:\"\",name:\"last_name\",options:[],placeholder:\"Last name\",required:true,step:0,type:\"text\",value:\"\"},{gridColumn:\"2\",label:\"\",max:\"\",min:\"\",name:\"Mobile Number\",options:[],placeholder:\"Mobile number\",required:true,step:0,type:\"tel\",value:\"\"},{gridColumn:\"3\",label:\"\",max:\"\",min:\"\",name:\"email\",options:[],placeholder:\"Email\",required:true,step:0,type:\"text\",value:\"\"},{gridColumn:\"3\",label:\"\",max:\"\",min:\"\",name:\"Message\",options:[],placeholder:\"How can we help you today?\",required:true,step:0,type:\"textarea\",value:\"\"}],layoutId:\"afWu0ntAm\",link:resolvedLinks[0],method:\"post\",onSubmit:onSubmit1q5ik3a,redirectAs:\"link\",style:{width:\"100%\"},styles:{button:{align:\"stretch\",borderRadius:15,color:\"var(--token-67c1333b-4249-4ff1-a333-3581964020b4, rgb(255, 255, 255))\",fill:\"var(--token-5c7beb50-21dd-4eb8-a660-d49c80aba747, rgb(0, 140, 255))\",font:{fontFamily:'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\"},padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20},form:{columnGap:16,columns:\"2\",fill:\"rgba(255, 255, 255, 0)\",rowGap:16},input:{borderObject:{borderColor:\"var(--token-5c7beb50-21dd-4eb8-a660-d49c80aba747, rgb(0, 140, 255))\",borderWidth:0},borderRadius:15,color:\"var(--token-c97db126-8e49-4dfa-8a8a-566d4fa3e425, rgb(0, 9, 51))\",fill:\"var(--token-c6901223-b6b8-48b2-94a6-79e76863fc1c, rgba(255, 255, 255, 0.66))\",focusObject:{focusColor:\"var(--token-5c7beb50-21dd-4eb8-a660-d49c80aba747, rgb(0, 140, 255))\",focusWidthFrom:0,focusWidthTo:1},font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholderColor:\"var(--token-eefc1276-32c2-4c77-8e03-3e6e9899c005, rgba(81, 87, 129, 0.66))\",shadowObject:{shadowBlur:1,shadowColor:\"rgba(0, 0, 0, 0.25)\",shadowX:0,shadowY:.5}},label:{borderRadius:8,color:\"rgb(255, 255, 255)\",fill:\"rgba(255, 255, 255, 0)\",font:{},padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0}},url:\"https://submit-form.com/QN9hvUP0l\",width:\"100%\"})})})})})})})});});const css=['.framer-0qGcH[data-border=\"true\"]::after, .framer-0qGcH [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-0qGcH.framer-mxzy0d, .framer-0qGcH .framer-mxzy0d { display: block; }\",\".framer-0qGcH.framer-6i3uc9 { 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: 30px 30px 30px 30px; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0qGcH .framer-1kc91gj-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0qGcH.framer-6i3uc9 { gap: 0px; } .framer-0qGcH.framer-6i3uc9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0qGcH.framer-6i3uc9 > :first-child { margin-left: 0px; } .framer-0qGcH.framer-6i3uc9 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 406.5\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"wWcDOGZ7D\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpaFH4xfFW=withCSS(Component,css,\"framer-0qGcH\");export default FramerpaFH4xfFW;FramerpaFH4xfFW.displayName=\"Form - Contact Us\";FramerpaFH4xfFW.defaultProps={height:406.5,width:500};addPropertyControls(FramerpaFH4xfFW,{wWcDOGZ7D:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerpaFH4xfFW,[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},...BaseFormFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpaFH4xfFW\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"500\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"406.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"wWcDOGZ7D\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./paFH4xfFW.map", "// Generated by Framer (d2b7042)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import BrandButtons from\"https://framerusercontent.com/modules/NlR9Wshmnv0z4upzSpxQ/aeJXpNcloVfageWo6DrU/Gzk8RgYxz.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import FooterContent from\"#framer/local/canvasComponent/DwwO6is_Q/DwwO6is_Q.js\";import TopNavigation from\"#framer/local/canvasComponent/DxJuV9CJ2/DxJuV9CJ2.js\";import SubSectionTitle from\"#framer/local/canvasComponent/Fc1uxuUpR/Fc1uxuUpR.js\";import SectionTitle from\"#framer/local/canvasComponent/imqCP4fEz/imqCP4fEz.js\";import Button from\"#framer/local/canvasComponent/j1CXYH1vu/j1CXYH1vu.js\";import ContactForm from\"#framer/local/canvasComponent/paFH4xfFW/paFH4xfFW.js\";import FeaturesImageLeftContent from\"#framer/local/canvasComponent/w6GprrWoY/w6GprrWoY.js\";import QuestionOpened from\"#framer/local/canvasComponent/z9KG_twvs/z9KG_twvs.js\";import metadataProvider from\"#framer/local/webPageMetadata/WYbmueauC/WYbmueauC.js\";const SectionTitleFonts=getFonts(SectionTitle);const ContactFormFonts=getFonts(ContactForm);const BrandButtonsFonts=getFonts(BrandButtons);const MotionDivWithFX=withFX(motion.div);const FeaturesImageLeftContentFonts=getFonts(FeaturesImageLeftContent);const ContainerWithFX=withFX(Container);const SubSectionTitleFonts=getFonts(SubSectionTitle);const QuestionOpenedFonts=getFonts(QuestionOpened);const EmbedFonts=getFonts(Embed);const ButtonFonts=getFonts(Button);const FooterContentFonts=getFonts(FooterContent);const TopNavigationFonts=getFonts(TopNavigation);const cycleOrder=[\"tV0iCiN8O\",\"YPTjU4QYN\",\"gm1Cwqsso\"];const breakpoints={gm1Cwqsso:\"(max-width: 809px)\",tV0iCiN8O:\"(min-width: 1440px)\",YPTjU4QYN:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-IKdBv\";const variantClassNames={gm1Cwqsso:\"framer-v-z888i7\",tV0iCiN8O:\"framer-v-11ljcup\",YPTjU4QYN:\"framer-v-1mvxc46\"};const transitions={default:{duration:0}};const animation={opacity:0,rotate:0,scale:1,x:0,y:-40};const transition1={delay:.2,duration:.6,ease:[.85,-.15,.17,1.09],type:\"tween\"};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:-40};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation3={opacity:.001,rotate:0,scale:1,x:0,y:-40};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:150};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation6={opacity:0,rotate:0,scale:1,x:0,y:150};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 animation7={opacity:0,rotate:0,scale:1,x:0,y:-20};const animation8={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:-150};const animation9={opacity:.001,rotate:0,scale:1,x:0,y:-150};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"tV0iCiN8O\",Phone:\"gm1Cwqsso\",Tablet:\"YPTjU4QYN\"};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:\"tV0iCiN8O\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-IKdBv`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-IKdBv`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const wWcDOGZ7D42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const tapzn6atv=overlay=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const ref2=React.useRef(null);const id=useRouteElementId(\"JxHM0am4i\");const id1=useRouteElementId(\"ph92gXQsj\");const ref3=React.useRef(null);const id2=useRouteElementId(\"UScCiwQ6x\");const ref4=React.useRef(null);const id3=useRouteElementId(\"MHAufu6V9\");const ref5=React.useRef(null);const ref6=React.useRef(null);const id4=useRouteElementId(\"G4ILKyV69\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tV0iCiN8O\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11ljcup\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{__framer__targets:undefined},YPTjU4QYN:{__framer__targets:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g8fs91\",\"data-framer-name\":\"FAQ\",id:id,name:\"FAQ\",ref:ref2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{\"data-framer-appear-id\":\"twal7l\",animate:optimizeAppear(\"animate\",\"twal7l\",animation2,\"z888i7\"),initial:optimizeAppear(\"initial\",\"twal7l\",animation3,\"z888i7\"),transformTemplate:optimizeAppearTransformTemplate(\"twal7l\",transformTemplate1)},YPTjU4QYN:{\"data-framer-appear-id\":\"1b3quvk\",animate:optimizeAppear(\"animate\",\"1b3quvk\",animation2,\"1mvxc46\"),initial:optimizeAppear(\"initial\",\"1b3quvk\",animation3,\"1mvxc46\"),transformTemplate:optimizeAppearTransformTemplate(\"1b3quvk\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"1pmhtaj\",animation2,\"11ljcup\"),className:\"framer-1pmhtaj-container\",\"data-framer-appear-id\":\"1pmhtaj\",exit:animation1,initial:optimizeAppear(\"initial\",\"1pmhtaj\",animation3,\"11ljcup\"),transformTemplate:optimizeAppearTransformTemplate(\"1pmhtaj\",transformTemplate1),children:/*#__PURE__*/_jsx(SectionTitle,{ecriYSsUC:\"Fill in our quick contact form and we'll get back to you as soon as possible\",height:\"100%\",IaWp7lx6r:\"Contact Us\",id:\"oi59XVIwx\",layoutId:\"oi59XVIwx\",moTqfDim_:\"Here to Help\",SPRj6A3tJ:true,style:{maxWidth:\"100%\",width:\"100%\"},SU5SHTAmT:true,variant:\"dIBDtF4lr\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-15njqmv-container\",id:\"15njqmv\",children:[/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"Q5UdTGPub\",layoutId:\"Q5UdTGPub\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",wWcDOGZ7D:wWcDOGZ7D42m929(overlay)}),/*#__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:\"framer-1czgkqv\",\"data-framer-portal-id\":\"15njqmv\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"Y0Zx92Vqi\"),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hqxzdt\",\"data-framer-portal-id\":\"15njqmv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0FjdGF5IFdpZGUgQm9sZA==\",\"--framer-font-family\":'\"Actay Wide Bold\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c19be0cf-7acb-4574-998f-5d6eee5dd057, rgb(255, 255, 255))\"},children:\"Success!\"})}),className:\"framer-1mrz157\",exit:animation4,fonts:[\"CUSTOM;Actay Wide Bold\"],initial:animation6,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d2690db9-43ae-4949-bd3a-606ab48f5f0e, rgb(212, 212, 221))\"},children:\"Your test form has been successfully submitted.\"})}),className:\"framer-108fs6h\",exit:animation4,fonts:[\"GF;Lexend-regular\"],initial:animation6,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Container,{animate:animation5,className:\"framer-1uokt20-container\",exit:animation4,initial:animation6,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(BrandButtons,{background:\"rgb(0, 0, 0)\",height:\"100%\",helpMsg:\"Remix\",id:\"bz1ggQb_O\",layoutId:\"bz1ggQb_O\",tap:tapzn6atv(overlay),title:\"Close Overlay\",variant:\"z5Z7GzFij\",width:\"100%\"})})]})]}),document.querySelector(\"#overlay\"))})})]})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gylkj0\",\"data-framer-name\":\"Features Image Left\",id:id1,name:\"Features Image Left\",ref:ref3,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ocl7ds-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{variant:\"O98cyqUMy\"},YPTjU4QYN:{variant:\"K6LzwLqpM\"}},children:/*#__PURE__*/_jsx(FeaturesImageLeftContent,{height:\"100%\",id:\"Vq3zAOcVe\",layoutId:\"Vq3zAOcVe\",style:{width:\"100%\"},variant:\"gSuaTjgjj\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r9k4jz\",\"data-framer-name\":\"Title\",id:id2,name:\"Title\",ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{\"data-framer-appear-id\":\"ylgov3\",animate:optimizeAppear(\"animate\",\"ylgov3\",animation2,\"z888i7\"),initial:optimizeAppear(\"initial\",\"ylgov3\",animation3,\"z888i7\"),transformTemplate:optimizeAppearTransformTemplate(\"ylgov3\",transformTemplate1)},YPTjU4QYN:{\"data-framer-appear-id\":\"h21nl6\",animate:optimizeAppear(\"animate\",\"h21nl6\",animation2,\"1mvxc46\"),initial:optimizeAppear(\"initial\",\"h21nl6\",animation3,\"1mvxc46\"),transformTemplate:optimizeAppearTransformTemplate(\"h21nl6\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"ei9eb2\",animation2,\"11ljcup\"),className:\"framer-ei9eb2-container\",\"data-framer-appear-id\":\"ei9eb2\",exit:animation1,initial:optimizeAppear(\"initial\",\"ei9eb2\",animation3,\"11ljcup\"),transformTemplate:optimizeAppearTransformTemplate(\"ei9eb2\",transformTemplate1),children:/*#__PURE__*/_jsx(SubSectionTitle,{ecriYSsUC:\"\",height:\"100%\",IaWp7lx6r:\"Frequently asked questions\",id:\"lYa2MUqLF\",layoutId:\"lYa2MUqLF\",moTqfDim_:\"Here to help\",SPRj6A3tJ:true,style:{maxWidth:\"100%\",width:\"100%\"},SU5SHTAmT:true,variant:\"XvVVhweKx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-b1unpe-container\",children:/*#__PURE__*/_jsx(QuestionOpened,{height:\"100%\",id:\"Cv4eXuMlM\",layoutId:\"Cv4eXuMlM\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"IAb56gdlD\",width:\"100%\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9g84hw\",\"data-framer-name\":\"Title\",id:id3,name:\"Title\",ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{\"data-framer-appear-id\":\"1e299yt\",animate:optimizeAppear(\"animate\",\"1e299yt\",animation2,\"z888i7\"),initial:optimizeAppear(\"initial\",\"1e299yt\",animation3,\"z888i7\"),transformTemplate:optimizeAppearTransformTemplate(\"1e299yt\",transformTemplate1)},YPTjU4QYN:{\"data-framer-appear-id\":\"16h037p\",animate:optimizeAppear(\"animate\",\"16h037p\",animation2,\"1mvxc46\"),initial:optimizeAppear(\"initial\",\"16h037p\",animation3,\"1mvxc46\"),transformTemplate:optimizeAppearTransformTemplate(\"16h037p\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"1qqx4et\",animation2,\"11ljcup\"),className:\"framer-1qqx4et-container\",\"data-framer-appear-id\":\"1qqx4et\",exit:animation1,initial:optimizeAppear(\"initial\",\"1qqx4et\",animation3,\"11ljcup\"),transformTemplate:optimizeAppearTransformTemplate(\"1qqx4et\",transformTemplate1),children:/*#__PURE__*/_jsx(SubSectionTitle,{ecriYSsUC:\"\",height:\"100%\",IaWp7lx6r:\"Where Are We?\",id:\"TqP7ILQNO\",layoutId:\"TqP7ILQNO\",moTqfDim_:\"Map\",SPRj6A3tJ:true,style:{maxWidth:\"100%\",width:\"100%\"},SU5SHTAmT:true,variant:\"XvVVhweKx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-32f438\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wl9oai-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2513.2241713334975!2d-4.125813522804212!3d50.95655947169323!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x486c38b4d9277c41%3A0x22996873b5b94882!2sHatchmoor%20Nursing%20Home!5e0!3m2!1sen!2suk!4v1709811071624!5m2!1sen!2suk\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>',id:\"RNR0nd000\",layoutId:\"RNR0nd000\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1q50evu-container\",children:/*#__PURE__*/_jsx(Button,{FOdt_Q22J:\"Open in Google Maps\",height:\"100%\",id:\"X4XfY69bm\",jxlxKqSTf:\"var(--token-5c7beb50-21dd-4eb8-a660-d49c80aba747, rgb(0, 140, 255))\",layoutId:\"X4XfY69bm\",Qzut155M1:\"ArrowRight\",style:{height:\"100%\"},variant:\"nvj6GRWIN\",width:\"100%\",Xf0re2Pc_:\"https://maps.app.goo.gl/3XwUuo1iEn4kH6iv9\"})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wue2a\",\"data-framer-name\":\"Footer\",id:id4,name:\"Footer\",ref:ref6,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13enyea-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{variant:\"wKndPngHL\"},YPTjU4QYN:{variant:\"l3NdmfubV\"}},children:/*#__PURE__*/_jsx(FooterContent,{height:\"100%\",id:\"lqS0ow2Sk\",layoutId:\"lqS0ow2Sk\",style:{width:\"100%\"},variant:\"setghdPTt\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{\"data-framer-appear-id\":\"1m2ow2r\",animate:optimizeAppear(\"animate\",\"1m2ow2r\",animation5,\"z888i7\"),initial:optimizeAppear(\"initial\",\"1m2ow2r\",animation9,\"z888i7\"),transformTemplate:optimizeAppearTransformTemplate(\"1m2ow2r\",transformTemplate1)},YPTjU4QYN:{\"data-framer-appear-id\":\"tbw9vl\",animate:optimizeAppear(\"animate\",\"tbw9vl\",animation5,\"1mvxc46\"),initial:optimizeAppear(\"initial\",\"tbw9vl\",animation9,\"1mvxc46\"),transformTemplate:optimizeAppearTransformTemplate(\"tbw9vl\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"s5zt1z\",animation5,\"11ljcup\"),className:\"framer-s5zt1z-container\",\"data-framer-appear-id\":\"s5zt1z\",exit:animation8,initial:optimizeAppear(\"initial\",\"s5zt1z\",animation9,\"11ljcup\"),layoutScroll:true,transformTemplate:optimizeAppearTransformTemplate(\"s5zt1z\",transformTemplate1),children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gm1Cwqsso:{variant:\"KWqngaGrz\"},YPTjU4QYN:{variant:\"V8F1cMoI1\"}},children:/*#__PURE__*/_jsx(TopNavigation,{height:\"100%\",id:\"yyv8fVvLx\",layoutId:\"yyv8fVvLx\",style:{width:\"100%\"},variant:\"xwBQGw0tJ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-IKdBv[data-border=\"true\"]::after, .framer-IKdBv [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; } }\",`.${metadata.bodyClassName}-framer-IKdBv { background: var(--token-37b3735f-d36b-439b-8aa9-43e056b43167, rgb(230, 241, 245)) /* {\"name\":\"Background\"} */; }`,\".framer-IKdBv.framer-iprerf, .framer-IKdBv .framer-iprerf { display: block; }\",\".framer-IKdBv.framer-11ljcup { align-content: center; align-items: center; background-color: var(--token-37b3735f-d36b-439b-8aa9-43e056b43167, #e6f1f5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 160px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-IKdBv .framer-1g8fs91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 160px 0px; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-1pmhtaj-container, .framer-IKdBv .framer-ei9eb2-container, .framer-IKdBv .framer-1qqx4et-container { flex: none; height: auto; max-width: 1070px; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-15njqmv-container { flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-IKdBv .framer-1czgkqv { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-IKdBv .framer-hqxzdt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 16px 16px 16px 16px; position: fixed; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 5; }\",\".framer-IKdBv .framer-1mrz157, .framer-IKdBv .framer-108fs6h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IKdBv .framer-1uokt20-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: auto; }\",\".framer-IKdBv .framer-1gylkj0 { 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 0px 160px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-1ocl7ds-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 1070px; }\",\".framer-IKdBv .framer-r9k4jz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 120px 0px; position: relative; scroll-margin-top: 120px; width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-b1unpe-container { flex: none; height: auto; max-width: 1070px; position: relative; width: 100%; }\",\".framer-IKdBv .framer-9g84hw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-32f438 { align-content: center; align-items: center; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 400px; justify-content: center; max-width: 1070px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-IKdBv .framer-1wl9oai-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-IKdBv .framer-1q50evu-container { flex: none; height: 60px; position: relative; width: auto; }\",\".framer-IKdBv .framer-wue2a { 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 0px 160px 0px; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-IKdBv .framer-13enyea-container { flex: none; height: auto; position: relative; width: 1070px; }\",\".framer-IKdBv .framer-s5zt1z-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; transform: perspective(1200px); z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-IKdBv.framer-11ljcup, .framer-IKdBv .framer-1g8fs91, .framer-IKdBv .framer-hqxzdt, .framer-IKdBv .framer-1gylkj0, .framer-IKdBv .framer-r9k4jz, .framer-IKdBv .framer-9g84hw, .framer-IKdBv .framer-32f438, .framer-IKdBv .framer-wue2a { gap: 0px; } .framer-IKdBv.framer-11ljcup > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-IKdBv.framer-11ljcup > :first-child, .framer-IKdBv .framer-1g8fs91 > :first-child, .framer-IKdBv .framer-hqxzdt > :first-child, .framer-IKdBv .framer-r9k4jz > :first-child, .framer-IKdBv .framer-9g84hw > :first-child { margin-top: 0px; } .framer-IKdBv.framer-11ljcup > :last-child, .framer-IKdBv .framer-1g8fs91 > :last-child, .framer-IKdBv .framer-hqxzdt > :last-child, .framer-IKdBv .framer-r9k4jz > :last-child, .framer-IKdBv .framer-9g84hw > :last-child { margin-bottom: 0px; } .framer-IKdBv .framer-1g8fs91 > *, .framer-IKdBv .framer-r9k4jz > *, .framer-IKdBv .framer-9g84hw > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-IKdBv .framer-hqxzdt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IKdBv .framer-1gylkj0 > *, .framer-IKdBv .framer-32f438 > *, .framer-IKdBv .framer-wue2a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-IKdBv .framer-1gylkj0 > :first-child, .framer-IKdBv .framer-32f438 > :first-child, .framer-IKdBv .framer-wue2a > :first-child { margin-left: 0px; } .framer-IKdBv .framer-1gylkj0 > :last-child, .framer-IKdBv .framer-32f438 > :last-child, .framer-IKdBv .framer-wue2a > :last-child { margin-right: 0px; } }\",\"@media (min-width: 1440px) { .framer-IKdBv .hidden-11ljcup { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-IKdBv .hidden-1mvxc46 { display: none !important; } .${metadata.bodyClassName}-framer-IKdBv { background: var(--token-37b3735f-d36b-439b-8aa9-43e056b43167, rgb(230, 241, 245)) /* {\"name\":\"Background\"} */; } .framer-IKdBv.framer-11ljcup { width: 810px; } .framer-IKdBv .framer-1g8fs91, .framer-IKdBv .framer-r9k4jz, .framer-IKdBv .framer-9g84hw { padding: 0px 60px 120px 60px; } .framer-IKdBv .framer-1gylkj0 { padding: 0px 0px 120px 0px; } .framer-IKdBv .framer-1ocl7ds-container, .framer-IKdBv .framer-13enyea-container { width: 690px; } .framer-IKdBv .framer-wue2a { padding: 0px 0px 60px 0px; }}`,`@media (max-width: 809px) { .framer-IKdBv .hidden-z888i7 { display: none !important; } .${metadata.bodyClassName}-framer-IKdBv { background: var(--token-37b3735f-d36b-439b-8aa9-43e056b43167, rgb(230, 241, 245)) /* {\"name\":\"Background\"} */; } .framer-IKdBv.framer-11ljcup { padding: 120px 0px 0px 0px; width: 390px; } .framer-IKdBv .framer-1g8fs91 { order: 0; padding: 0px 20px 120px 20px; } .framer-IKdBv .framer-1gylkj0 { flex-direction: column; order: 1; padding: 0px 0px 120px 0px; } .framer-IKdBv .framer-1ocl7ds-container, .framer-IKdBv .framer-13enyea-container { width: 100%; } .framer-IKdBv .framer-r9k4jz { order: 2; padding: 0px 20px 120px 20px; } .framer-IKdBv .framer-9g84hw { order: 3; padding: 0px 20px 120px 20px; } .framer-IKdBv .framer-wue2a { flex-direction: column; order: 4; padding: 0px 0px 0px 0px; } .framer-IKdBv .framer-s5zt1z-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-IKdBv .framer-1gylkj0, .framer-IKdBv .framer-wue2a { gap: 0px; } .framer-IKdBv .framer-1gylkj0 > *, .framer-IKdBv .framer-wue2a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-IKdBv .framer-1gylkj0 > :first-child, .framer-IKdBv .framer-wue2a > :first-child { margin-top: 0px; } .framer-IKdBv .framer-1gylkj0 > :last-child, .framer-IKdBv .framer-wue2a > :last-child { margin-bottom: 0px; } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4153.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YPTjU4QYN\":{\"layout\":[\"fixed\",\"auto\"]},\"gm1Cwqsso\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FramerWYbmueauC=withCSS(Component,css,\"framer-IKdBv\");export default FramerWYbmueauC;FramerWYbmueauC.displayName=\"Contact\";FramerWYbmueauC.defaultProps={height:4153.5,width:1440};addFonts(FramerWYbmueauC,[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\",weight:\"400\"},...SectionTitleFonts,...ContactFormFonts,...BrandButtonsFonts,...FeaturesImageLeftContentFonts,...SubSectionTitleFonts,...QuestionOpenedFonts,...EmbedFonts,...ButtonFonts,...FooterContentFonts,...TopNavigationFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWYbmueauC\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YPTjU4QYN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gm1Cwqsso\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"4153.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "emptyStateStyle", "centerTextStyle", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "hasScript", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "u", "BaseFormFonts", "getFonts", "BaseForm_default", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "wWcDOGZ7D", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onSubmit1q5ik3a", "args", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "BaseForm_default", "css", "FramerpaFH4xfFW", "withCSS", "paFH4xfFW_default", "addPropertyControls", "ControlType", "addFonts", "BaseFormFonts", "SectionTitleFonts", "getFonts", "imqCP4fEz_default", "ContactFormFonts", "paFH4xfFW_default", "BrandButtonsFonts", "Gzk8RgYxz_default", "MotionDivWithFX", "withFX", "motion", "FeaturesImageLeftContentFonts", "w6GprrWoY_default", "ContainerWithFX", "Container", "SubSectionTitleFonts", "Fc1uxuUpR_default", "QuestionOpenedFonts", "z9KG_twvs_default", "EmbedFonts", "Embed", "ButtonFonts", "j1CXYH1vu_default", "FooterContentFonts", "DwwO6is_Q_default", "TopNavigationFonts", "DxJuV9CJ2_default", "breakpoints", "serializationHash", "variantClassNames", "transitions", "animation", "transition1", "transformTemplate1", "_", "t", "animation1", "animation2", "animation3", "transition2", "animation4", "animation5", "animation6", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation7", "animation8", "animation9", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "wWcDOGZ7D42m929", "overlay", "args", "tapzn6atv", "ref1", "pe", "ref2", "useRouteElementId", "id1", "ref3", "id2", "ref4", "id3", "ref5", "ref6", "id4", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides", "MotionDivWithFX", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "imqCP4fEz_default", "l", "paFH4xfFW_default", "AnimatePresence", "Ga", "x", "RichText", "Gzk8RgYxz_default", "ContainerWithFX", "w6GprrWoY_default", "Fc1uxuUpR_default", "z9KG_twvs_default", "Embed", "j1CXYH1vu_default", "DwwO6is_Q_default", "DxJuV9CJ2_default", "css", "FramerWYbmueauC", "withCSS", "WYbmueauC_default", "addFonts", "SectionTitleFonts", "ContactFormFonts", "BrandButtonsFonts", "FeaturesImageLeftContentFonts", "SubSectionTitleFonts", "QuestionOpenedFonts", "EmbedFonts", "ButtonFonts", "FooterContentFonts", "TopNavigationFonts", "__FramerMetadata__"]
}
