{
  "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/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js", "ssg:https://framerusercontent.com/modules/RVOnI2Mi0O9k2pgQqHEq/qJgFqzVvyZLpnuYEg1gE/euWzLVz60.js", "ssg:https://framerusercontent.com/modules/aOki1H06dfXE0IZfaYua/O2Cj6DibcjZIg0YkiOSI/gwsz0nIje.js", "ssg:https://framerusercontent.com/modules/e9qULcwHH9isGnApTQ3p/lck6FC7SmptTWNHCMK1d/Q96685P9b.js", "ssg:https://framerusercontent.com/modules/P9CsHiNpRtOSSxnjfx1W/0VbzLQR4BPQNvI14Dxb8/hNShGWgmt.js", "ssg:https://framerusercontent.com/modules/4Bf6ERWsixmp9oo0GeQ2/L2N4X2k0SUDdzvb9EMUy/YAP816Y5n.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: ({\n      font\n    }) => !font\n  },\n  fontWeight: {\n    type: ControlType.Enum,\n    title: \"Weight\",\n    options: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n    optionTitles: [\"Thin\", \"Extra-light\", \"Light\", \"Regular\", \"Medium\", \"Semi-bold\", \"Bold\", \"Extra-bold\", \"Black\"],\n    hidden: ({\n      font\n    }) => !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};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fontSizeOptions\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fontControls\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"localeOptions\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fontStack\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"emptyStateStyle\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"containerStyles\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"defaultEvents\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n  100: \"Thin\",\n  200: \"Extra-light\",\n  300: \"Light\",\n  400: \"Regular\",\n  500: \"Medium\",\n  600: \"Semi-bold\",\n  700: \"Bold\",\n  800: \"Extra-bold\",\n  900: \"Black\"\n};\nexport function useFontControls(props) {\n  const {\n    fontFamily = \"Inter\",\n    fontSize = 16,\n    fontWeight = 400,\n    font = false\n  } = props;\n  const fontWeightName = fontWeights[fontWeight];\n  const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n  const fontFamilyStyle = fontFamily ? {\n    fontSize,\n    fontWeight,\n    fontFamily: customFontStack\n  } : {\n    fontSize,\n    fontWeight\n  };\n  const fetchCustomFonts = async () => {\n    await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`, `CUSTOM;${fontFamily} ${fontWeightName}`, `GF;${fontFamily}-${fontWeightName.toLowerCase()}`]).catch(e => console.error(e));\n  };\n  useEffect(() => {\n    if (font) fetchCustomFonts();\n  }, [font, fontFamily, fontWeight]);\n  return fontFamilyStyle;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useFontControls\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n  const {\n    borderRadius,\n    isMixedBorderRadius,\n    topLeftRadius,\n    topRightRadius,\n    bottomRightRadius,\n    bottomLeftRadius\n  } = props;\n  const radiusValue = useMemo(() => isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`, [borderRadius, isMixedBorderRadius, topLeftRadius, topRightRadius, bottomRightRadius, bottomLeftRadius]);\n  return radiusValue;\n}\nexport const borderRadiusControl = {\n  borderRadius: {\n    title: \"Radius\",\n    type: ControlType.FusedNumber,\n    toggleKey: \"isMixedBorderRadius\",\n    toggleTitles: [\"Radius\", \"Radius per corner\"],\n    valueKeys: [\"topLeftRadius\", \"topRightRadius\", \"bottomRightRadius\", \"bottomLeftRadius\"],\n    valueLabels: [\"TL\", \"TR\", \"BR\", \"BL\"],\n    min: 0\n  }\n};\nexport function usePadding(props) {\n  const {\n    padding,\n    paddingPerSide,\n    paddingTop,\n    paddingRight,\n    paddingBottom,\n    paddingLeft\n  } = props;\n  const paddingValue = useMemo(() => paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding, [padding, paddingPerSide, paddingTop, paddingRight, paddingBottom, paddingLeft]);\n  return paddingValue;\n}\nexport const paddingControl = {\n  padding: {\n    type: ControlType.FusedNumber,\n    toggleKey: \"paddingPerSide\",\n    toggleTitles: [\"Padding\", \"Padding per side\"],\n    valueKeys: [\"paddingTop\", \"paddingRight\", \"paddingBottom\", \"paddingLeft\"],\n    valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n    min: 0,\n    title: \"Padding\"\n  }\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"borderRadiusControl\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useRadius\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"RadiusProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"PaddingProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"usePadding\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"paddingControl\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./propUtils.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addPropertyControls, ControlType, RenderTarget, withCSS } from \"framer\";\nimport { motion } from \"framer-motion\";\nimport { containerStyles, usePadding, useRadius, paddingControl, borderRadiusControl, fontControls, useFontControls } from \"https://framer.com/m/framer/default-utils.js@^0.45.0\";\nimport { useCallback, useMemo, useState } from \"react\";\nconst 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,}))$/;\nconst validateEmail = email => {\n  return emailRegex.test(String(email).toLowerCase());\n}; /**\n   * FORMSPARK\n   *\n   * @framerIntrinsicWidth 550\n   * @framerIntrinsicHeight 290\n   *\n   * @framerSupportedLayoutWidth fixed\n   * @framerSupportedLayoutHeight fixed\n   */\nconst FormSpark = withCSS(function FormSpark({\n  formId,\n  withName,\n  nameField: name,\n  withEmail,\n  email,\n  withMessage,\n  message,\n  layout,\n  inputs,\n  button,\n  style,\n  gap,\n  onSubmit,\n  ...props\n}) {\n  const [nameValue, setName] = useState(name === null || name === void 0 ? void 0 : name.value);\n  const [emailValue, setEmail] = useState(email === null || email === void 0 ? void 0 : email.value);\n  const [messageValue, setMessage] = useState(message === null || message === void 0 ? void 0 : message.value);\n  const [isNameError, setNameError] = useState(false);\n  const [isEmailError, setEmailError] = useState(false);\n  const [isMessageError, setMessageError] = useState(false);\n  const [isLoading, setLoading] = useState(false);\n  const [isSuccess, setSuccess] = useState(false);\n  const isCanvas = useMemo(() => {\n    return RenderTarget.current() === RenderTarget.canvas;\n  }, []);\n  const gridTemplateRows = useMemo(() => {\n    const rows = [];\n    if (withName || withMessage) {\n      rows.push(\"max-content\");\n    }\n    if (withMessage) {\n      rows.push(\"1fr\");\n    }\n    return [...rows, \"max-content\"].join(\" \");\n  }, [withName, withEmail, withMessage]);\n  const gridTemplateColumns = useMemo(() => {\n    const cols = [];\n    if ((withName && !withEmail || withEmail && !withName) && !withMessage && layout === \"horizontal\") {\n      return \"1fr max-content\";\n    }\n    return \"1fr\";\n  }, [withName, withEmail, withMessage, layout]);\n  const {\n    fontFamily,\n    fontSize,\n    fontWeight\n  } = useFontControls(props);\n  const borderRadius = useRadius(props);\n  const paddingValue = usePadding(props);\n  const validateForm = useCallback(() => {\n    let error = false;\n    setNameError(false);\n    setEmailError(false);\n    setMessageError(false);\n    if (withName && !nameValue) {\n      setNameError(true);\n      error = true;\n    }\n    if (withEmail && (!emailValue || !validateEmail(emailValue))) {\n      setEmailError(true);\n      error = true;\n    }\n    if (withMessage && !messageValue) {\n      setMessageError(true);\n      error = true;\n    }\n    return error;\n  }, [validateEmail, withName, withEmail, withMessage, nameValue, emailValue, messageValue]);\n  const handleSubmit = useCallback(event => {\n    setLoading(true);\n    event.preventDefault();\n    if (validateForm()) {\n      setLoading(false);\n    } else {\n      const data = new FormData(event.target);\n      const entries = Object.fromEntries(data.entries());\n      fetch(`https://submit-form.com/${formId}`, {\n        method: \"POST\",\n        headers: {\n          \"Content-Type\": \"application/json\",\n          Accept: \"application/json\"\n        },\n        body: JSON.stringify(entries)\n      }).then(() => {\n        setSuccess(true);\n        onSubmit();\n      }).catch(() => setLoading(false));\n    }\n  }, [formId, onSubmit, validateForm]);\n  const handleNameChange = useCallback(event => {\n    setNameError(false);\n    setName(event.target.value);\n  }, []);\n  const handleEmailChange = useCallback(event => {\n    setEmailError(false);\n    setEmail(event.target.value);\n  }, []);\n  const handleMessageChange = useCallback(event => {\n    setMessageError(false);\n    setMessage(event.target.value);\n  }, []);\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      ...style,\n      ...containerStyles,\n      flexDirection: \"column\",\n      \"--framer-formspark-placeholder-color\": inputs.placeholderColor\n    },\n    children: isSuccess ? /*#__PURE__*/_jsx(motion.div, {\n      style: {\n        height: \"60px\",\n        width: \"60px\",\n        background: button.fill,\n        color: button.color,\n        borderRadius: \"50%\",\n        display: \"flex\",\n        justifyContent: \"center\",\n        alignItems: \"center\"\n      },\n      initial: {\n        scale: 0\n      },\n      animate: {\n        scale: 1\n      },\n      transition: {\n        duration: 0.3\n      },\n      children: /*#__PURE__*/_jsx(\"svg\", {\n        xmlns: \"http://www.w3.org/2000/svg\",\n        width: \"28\",\n        height: \"28\",\n        children: /*#__PURE__*/_jsx(\"path\", {\n          d: \"M 2 14 L 10 22 L 26 6\",\n          fill: \"transparent\",\n          strokeWidth: \"4\",\n          stroke: \"currentColor\",\n          strokeLinecap: \"round\"\n        })\n      })\n    }) : /*#__PURE__*/_jsxs(\"form\", {\n      style: {\n        display: \"grid\",\n        gridTemplateRows,\n        gridTemplateColumns,\n        gap,\n        width: \"100%\",\n        height: \"100%\"\n      },\n      onSubmit: handleSubmit,\n      method: \"POST\",\n      children: [(withName || withEmail) && /*#__PURE__*/_jsxs(\"div\", {\n        style: {\n          width: \"100%\",\n          display: \"grid\",\n          gridAutoFlow: layout === \"horizontal\" ? \"column\" : \"row\",\n          gap\n        },\n        children: [withName && /*#__PURE__*/_jsx(\"input\", {\n          className: \"framer-formspark-input\",\n          type: \"text\",\n          name: \"name\",\n          placeholder: name.placeholder,\n          value: isCanvas ? name.value : nameValue,\n          onChange: handleNameChange,\n          style: {\n            ...defaultStyle,\n            padding: paddingValue,\n            borderRadius,\n            fontFamily,\n            fontWeight,\n            fontSize,\n            background: inputs.fill,\n            color: inputs.color,\n            boxShadow: `inset 0 0 0 1px ${isNameError ? inputs.error : \"transparent\"}`\n          }\n        }), withEmail && /*#__PURE__*/_jsx(\"input\", {\n          className: \"framer-formspark-input\",\n          type: \"email\",\n          name: \"email\",\n          placeholder: email.placeholder,\n          value: isCanvas ? email.value : emailValue,\n          onChange: handleEmailChange,\n          style: {\n            ...defaultStyle,\n            padding: paddingValue,\n            borderRadius,\n            fontFamily,\n            fontWeight,\n            fontSize,\n            background: inputs.fill,\n            color: inputs.color,\n            boxShadow: `inset 0 0 0 1px ${isEmailError ? inputs.error : \"transparent\"}`\n          }\n        })]\n      }), withMessage && /*#__PURE__*/_jsx(\"textarea\", {\n        className: \"framer-formspark-input\",\n        placeholder: message.placeholder,\n        name: \"message\",\n        value: isCanvas ? message.value : messageValue,\n        onChange: handleMessageChange,\n        style: {\n          ...defaultStyle,\n          minHeight: 0,\n          padding: paddingValue,\n          resize: \"vertical\",\n          borderRadius,\n          background: inputs.fill,\n          fontFamily,\n          fontWeight,\n          fontSize,\n          color: inputs.color,\n          boxShadow: `inset 0 0 0 1px ${isMessageError ? inputs.error : \"transparent\"}`\n        }\n      }), /*#__PURE__*/_jsxs(\"div\", {\n        children: [/*#__PURE__*/_jsx(motion.input, {\n          type: \"submit\",\n          value: button.label,\n          style: {\n            ...defaultStyle,\n            borderRadius,\n            padding: paddingValue,\n            fontFamily,\n            fontWeight: button.fontWeight,\n            fontSize,\n            background: button.fill,\n            cursor: \"pointer\",\n            color: button.color,\n            zIndex: 1\n          },\n          transition: {\n            type: \"ease\",\n            duration: 0.3\n          },\n          whileHover: {\n            opacity: 0.8\n          }\n        }), isLoading && /*#__PURE__*/_jsx(\"div\", {\n          style: {\n            borderRadius,\n            position: \"absolute\",\n            display: \"flex\",\n            justifyContent: \"center\",\n            alignItems: \"center\",\n            width: \"100%\",\n            height: \"100%\",\n            left: 0,\n            top: 0,\n            zIndex: 2,\n            color: button.color,\n            background: button.fill\n          },\n          children: /*#__PURE__*/_jsx(motion.div, {\n            style: {\n              height: 16,\n              width: 16\n            },\n            initial: {\n              rotate: 0\n            },\n            animate: {\n              rotate: 360\n            },\n            transition: {\n              duration: 2,\n              repeat: Infinity\n            },\n            children: /*#__PURE__*/_jsxs(\"svg\", {\n              xmlns: \"http://www.w3.org/2000/svg\",\n              width: \"16\",\n              height: \"16\",\n              children: [/*#__PURE__*/_jsx(\"path\", {\n                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\",\n                fill: \"currentColor\",\n                opacity: \"0.2\"\n              }), /*#__PURE__*/_jsx(\"path\", {\n                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\",\n                fill: \"currentColor\"\n              })]\n            })\n          })\n        })]\n      })]\n    })\n  });\n}, [\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\"]);\nFormSpark.defaultProps = {\n  fontSize: 16,\n  fontFamily: \"Inter\",\n  fontWeight: 400,\n  padding: 15,\n  paddingTop: 15,\n  paddingBottom: 15,\n  paddingLeft: 15,\n  paddingRight: 15,\n  borderRadius: 8,\n  topLeftRadius: 8,\n  topRightRadius: 8,\n  bottomRightRadius: 8,\n  bottomLeftRadius: 8,\n  gap: 15,\n  nameField: {\n    value: undefined,\n    placeholder: \"Name\"\n  },\n  email: {\n    value: undefined,\n    placeholder: \"Email\"\n  },\n  message: {\n    value: undefined,\n    placeholder: \"Message\"\n  },\n  inputs: {\n    fill: \"#EBEBEB\",\n    color: \"#000\",\n    placeholderColor: \"rgba(0, 0, 0, 0.5)\",\n    error: \"#EE4444\"\n  },\n  layout: {\n    fill: \"#EBEBEB\",\n    color: \"#000\",\n    placeholderColor: \"rgba(0, 0, 0, 0.5)\",\n    error: \"#EE4444\"\n  },\n  button: {\n    label: \"Sign Up\",\n    fontWeight: 600,\n    fill: \"#000\",\n    color: \"#FFF\"\n  }\n};\naddPropertyControls(FormSpark, {\n  formId: {\n    title: \"ID\",\n    placeholder: \"7PbPpGN3\",\n    type: ControlType.String,\n    description: \"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"\n  },\n  withName: {\n    title: \"Name\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  nameField: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Name\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String,\n        defaultValue: \"\"\n      }\n    },\n    hidden: props => !props.withName\n  },\n  withEmail: {\n    title: \"Email\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  email: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Email\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String\n      }\n    },\n    hidden: props => !props.withEmail\n  },\n  withMessage: {\n    title: \"Message\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  message: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Message\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String\n      }\n    },\n    hidden: props => !props.withMessage\n  },\n  layout: {\n    title: \"Layout\",\n    type: ControlType.Enum,\n    options: [\"horizontal\", \"vertical\"],\n    displaySegmentedControl: true,\n    defaultValue: \"horizontal\"\n  },\n  inputs: {\n    title: \"Inputs\",\n    type: ControlType.Object,\n    controls: {\n      fill: {\n        title: \"Fill\",\n        type: ControlType.Color,\n        defaultValue: \"#EBEBEB\"\n      },\n      color: {\n        title: \"Text\",\n        type: ControlType.Color,\n        defaultValue: \"#000\"\n      },\n      placeholderColor: {\n        title: \"Placeholder\",\n        type: ControlType.Color,\n        defaultValue: \"rgba(0, 0, 0, 0.5)\"\n      },\n      error: {\n        title: \"Error\",\n        type: ControlType.Color,\n        defaultValue: \"#EE4444\"\n      }\n    }\n  },\n  button: {\n    title: \"Button\",\n    type: ControlType.Object,\n    controls: {\n      label: {\n        title: \"Label\",\n        type: ControlType.String,\n        defaultValue: \"Sign Up\"\n      },\n      fontWeight: {\n        ...fontControls.fontWeight,\n        defaultValue: 600\n      },\n      fill: {\n        title: \"Fill\",\n        type: ControlType.Color,\n        defaultValue: \"#000\"\n      },\n      color: {\n        title: \"Text\",\n        type: ControlType.Color,\n        defaultValue: \"#FFF\"\n      }\n    }\n  },\n  ...fontControls,\n  fontSize: {\n    title: \"Font Size\",\n    type: ControlType.Number,\n    displayStepper: true,\n    defaultValue: 16\n  },\n  ...paddingControl,\n  ...borderRadiusControl,\n  gap: {\n    title: \"Gap\",\n    type: ControlType.Number,\n    displayStepper: true,\n    min: 0\n  },\n  onSubmit: {\n    type: ControlType.EventHandler\n  }\n});\nconst defaultStyle = {\n  WebkitAppearance: \"none\",\n  display: \"inline-block\",\n  width: \"100%\",\n  lineHeight: \"1.4em\",\n  outline: \"none\",\n  border: \"none\"\n};\nexport default FormSpark;\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FormSpark\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"290\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicWidth\": \"550\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./FormSpark.map", "// Generated by Framer (52669ec)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, SVG, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  bG5bUCdR3: {\n    hover: true\n  },\n  gNP7BNAAc: {\n    hover: true\n  },\n  I2z4sbnad: {\n    hover: true\n  },\n  ynBZNIMyE: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"gNP7BNAAc\", \"ynBZNIMyE\", \"bG5bUCdR3\", \"I2z4sbnad\", \"VDXbOzLNB\", \"QRaQVh1qI\", \"stvooKtsg\", \"N5oo_4K90\"];\nconst variantClassNames = {\n  bG5bUCdR3: \"framer-v-ux8jrm\",\n  gNP7BNAAc: \"framer-v-130v058\",\n  I2z4sbnad: \"framer-v-19kj64e\",\n  N5oo_4K90: \"framer-v-tmt1z5\",\n  QRaQVh1qI: \"framer-v-srgwmj\",\n  stvooKtsg: \"framer-v-1u068cw\",\n  VDXbOzLNB: \"framer-v-c35lmi\",\n  ynBZNIMyE: \"framer-v-1rsa5k4\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Facebook--Hover\": \"VDXbOzLNB\",\n  \"Instagram--Hover\": \"QRaQVh1qI\",\n  \"Linkedin--Hover\": \"N5oo_4K90\",\n  \"Twitter--Hover\": \"stvooKtsg\",\n  Facebook: \"gNP7BNAAc\",\n  Instagram: \"ynBZNIMyE\",\n  Linkedin: \"I2z4sbnad\",\n  Twitter: \"bG5bUCdR3\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"gNP7BNAAc\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"gNP7BNAAc\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if ([\"ynBZNIMyE-hover\", \"bG5bUCdR3-hover\", \"I2z4sbnad-hover\"].includes(gestureVariant)) return false;\n    if ([\"ynBZNIMyE\", \"bG5bUCdR3\", \"I2z4sbnad\", \"QRaQVh1qI\", \"stvooKtsg\", \"N5oo_4K90\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const isDisplayed1 = () => {\n    if (gestureVariant === \"ynBZNIMyE-hover\") return true;\n    if ([\"ynBZNIMyE\", \"QRaQVh1qI\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed2 = () => {\n    if (gestureVariant === \"bG5bUCdR3-hover\") return true;\n    if ([\"bG5bUCdR3\", \"stvooKtsg\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed3 = () => {\n    if (gestureVariant === \"I2z4sbnad-hover\") return true;\n    if ([\"I2z4sbnad\", \"N5oo_4K90\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-W2Z5B\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-130v058\", className),\n        \"data-framer-name\": \"Facebook\",\n        layoutDependency: layoutDependency,\n        layoutId: \"gNP7BNAAc\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          \"bG5bUCdR3-hover\": {\n            \"data-framer-name\": undefined\n          },\n          \"gNP7BNAAc-hover\": {\n            \"data-framer-name\": undefined\n          },\n          \"I2z4sbnad-hover\": {\n            \"data-framer-name\": undefined\n          },\n          \"ynBZNIMyE-hover\": {\n            \"data-framer-name\": undefined\n          },\n          bG5bUCdR3: {\n            \"data-framer-name\": \"Twitter\"\n          },\n          I2z4sbnad: {\n            \"data-framer-name\": \"Linkedin\"\n          },\n          N5oo_4K90: {\n            \"data-framer-name\": \"Linkedin--Hover\"\n          },\n          QRaQVh1qI: {\n            \"data-framer-name\": \"Instagram--Hover\"\n          },\n          stvooKtsg: {\n            \"data-framer-name\": \"Twitter--Hover\"\n          },\n          VDXbOzLNB: {\n            \"data-framer-name\": \"Facebook--Hover\"\n          },\n          ynBZNIMyE: {\n            \"data-framer-name\": \"Instagram\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-7bzdws\",\n          \"data-framer-name\": \"Icon / Facebook\",\n          layoutDependency: layoutDependency,\n          layoutId: \"HVRhl3vlE\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(SVG, {\n            className: \"framer-1n6fhy6\",\n            \"data-framer-name\": \"Vector\",\n            layout: \"position\",\n            layoutDependency: layoutDependency,\n            layoutId: \"FbRb3bCf3\",\n            opacity: 1,\n            svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 18\"><path d=\"M 9.5 3 L 6.5 3 C 5.948 3 5.5 3.448 5.5 4 L 5.5 7 L 9.5 7 C 9.614 6.997 9.722 7.05 9.789 7.142 C 9.857 7.233 9.876 7.352 9.84 7.46 L 9.1 9.66 C 9.032 9.862 8.843 9.998 8.63 10 L 5.5 10 L 5.5 17.5 C 5.5 17.776 5.276 18 5 18 L 2.5 18 C 2.224 18 2 17.776 2 17.5 L 2 10 L 0.5 10 C 0.224 10 0 9.776 0 9.5 L 0 7.5 C 0 7.224 0.224 7 0.5 7 L 2 7 L 2 4 C 2 1.791 3.791 0 6 0 L 9.5 0 C 9.776 0 10 0.224 10 0.5 L 10 2.5 C 10 2.776 9.776 3 9.5 3 Z\" fill=\"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) /* {&quot;name&quot;:&quot;Neutral/01&quot;} */\"></path></svg>',\n            svgContentId: 353301721,\n            transition: transition,\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              \"gNP7BNAAc-hover\": {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 18\"><path d=\"M 9.5 3 L 6.5 3 C 5.948 3 5.5 3.448 5.5 4 L 5.5 7 L 9.5 7 C 9.614 6.997 9.722 7.05 9.789 7.142 C 9.857 7.233 9.876 7.352 9.84 7.46 L 9.1 9.66 C 9.032 9.862 8.843 9.998 8.63 10 L 5.5 10 L 5.5 17.5 C 5.5 17.776 5.276 18 5 18 L 2.5 18 C 2.224 18 2 17.776 2 17.5 L 2 10 L 0.5 10 C 0.224 10 0 9.776 0 9.5 L 0 7.5 C 0 7.224 0.224 7 0.5 7 L 2 7 L 2 4 C 2 1.791 3.791 0 6 0 L 9.5 0 C 9.776 0 10 0.224 10 0.5 L 10 2.5 C 10 2.776 9.776 3 9.5 3 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 297589063\n              },\n              VDXbOzLNB: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 18\"><path d=\"M 9.5 3 L 6.5 3 C 5.948 3 5.5 3.448 5.5 4 L 5.5 7 L 9.5 7 C 9.614 6.997 9.722 7.05 9.789 7.142 C 9.857 7.233 9.876 7.352 9.84 7.46 L 9.1 9.66 C 9.032 9.862 8.843 9.998 8.63 10 L 5.5 10 L 5.5 17.5 C 5.5 17.776 5.276 18 5 18 L 2.5 18 C 2.224 18 2 17.776 2 17.5 L 2 10 L 0.5 10 C 0.224 10 0 9.776 0 9.5 L 0 7.5 C 0 7.224 0.224 7 0.5 7 L 2 7 L 2 4 C 2 1.791 3.791 0 6 0 L 9.5 0 C 9.776 0 10 0.224 10 0.5 L 10 2.5 C 10 2.776 9.776 3 9.5 3 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 297589063\n              }\n            }, baseVariant, gestureVariant)\n          })\n        }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-13qbh8b\",\n          \"data-framer-name\": \"Icon / Instagram\",\n          layoutDependency: layoutDependency,\n          layoutId: \"aFRUXW9Cw\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(SVG, {\n            className: \"framer-1f4eyu8\",\n            \"data-framer-name\": \"Vector\",\n            layout: \"position\",\n            layoutDependency: layoutDependency,\n            layoutId: \"gsWINESCp\",\n            opacity: 1,\n            svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13 0 L 5 0 C 2.239 0 0 2.239 0 5 L 0 13 C 0 15.761 2.239 18 5 18 L 13 18 C 15.761 18 18 15.761 18 13 L 18 5 C 18 2.239 15.761 0 13 0 Z M 16.25 13 C 16.244 14.793 14.793 16.244 13 16.25 L 5 16.25 C 3.207 16.244 1.755 14.793 1.75 13 L 1.75 5 C 1.755 3.207 3.207 1.755 5 1.75 L 13 1.75 C 14.793 1.755 16.244 3.207 16.25 5 Z M 13.75 5.25 C 14.302 5.25 14.75 4.802 14.75 4.25 C 14.75 3.698 14.302 3.25 13.75 3.25 C 13.198 3.25 12.75 3.698 12.75 4.25 C 12.75 4.802 13.198 5.25 13.75 5.25 Z M 12.185 5.815 C 13.029 6.66 13.503 7.806 13.5 9 C 13.5 11.485 11.485 13.5 9 13.5 C 6.515 13.5 4.5 11.485 4.5 9 C 4.5 6.515 6.515 4.5 9 4.5 C 10.194 4.497 11.34 4.971 12.185 5.815 Z M 6.25 9 C 6.25 10.519 7.481 11.75 9 11.75 C 10.519 11.75 11.75 10.519 11.75 9 C 11.75 7.481 10.519 6.25 9 6.25 C 7.481 6.25 6.25 7.481 6.25 9 Z\" fill=\"rgba(0, 0, 0, 0.6)\"></path></svg>',\n            svgContentId: 1734651780,\n            transition: transition,\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              \"ynBZNIMyE-hover\": {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13 0 L 5 0 C 2.239 0 0 2.239 0 5 L 0 13 C 0 15.761 2.239 18 5 18 L 13 18 C 15.761 18 18 15.761 18 13 L 18 5 C 18 2.239 15.761 0 13 0 Z M 16.25 13 C 16.244 14.793 14.793 16.244 13 16.25 L 5 16.25 C 3.207 16.244 1.755 14.793 1.75 13 L 1.75 5 C 1.755 3.207 3.207 1.755 5 1.75 L 13 1.75 C 14.793 1.755 16.244 3.207 16.25 5 Z M 13.75 5.25 C 14.302 5.25 14.75 4.802 14.75 4.25 C 14.75 3.698 14.302 3.25 13.75 3.25 C 13.198 3.25 12.75 3.698 12.75 4.25 C 12.75 4.802 13.198 5.25 13.75 5.25 Z M 12.185 5.815 C 13.029 6.66 13.503 7.806 13.5 9 C 13.5 11.485 11.485 13.5 9 13.5 C 6.515 13.5 4.5 11.485 4.5 9 C 4.5 6.515 6.515 4.5 9 4.5 C 10.194 4.497 11.34 4.971 12.185 5.815 Z M 6.25 9 C 6.25 10.519 7.481 11.75 9 11.75 C 10.519 11.75 11.75 10.519 11.75 9 C 11.75 7.481 10.519 6.25 9 6.25 C 7.481 6.25 6.25 7.481 6.25 9 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 3820119502\n              },\n              QRaQVh1qI: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13 0 L 5 0 C 2.239 0 0 2.239 0 5 L 0 13 C 0 15.761 2.239 18 5 18 L 13 18 C 15.761 18 18 15.761 18 13 L 18 5 C 18 2.239 15.761 0 13 0 Z M 16.25 13 C 16.244 14.793 14.793 16.244 13 16.25 L 5 16.25 C 3.207 16.244 1.755 14.793 1.75 13 L 1.75 5 C 1.755 3.207 3.207 1.755 5 1.75 L 13 1.75 C 14.793 1.755 16.244 3.207 16.25 5 Z M 13.75 5.25 C 14.302 5.25 14.75 4.802 14.75 4.25 C 14.75 3.698 14.302 3.25 13.75 3.25 C 13.198 3.25 12.75 3.698 12.75 4.25 C 12.75 4.802 13.198 5.25 13.75 5.25 Z M 12.185 5.815 C 13.029 6.66 13.503 7.806 13.5 9 C 13.5 11.485 11.485 13.5 9 13.5 C 6.515 13.5 4.5 11.485 4.5 9 C 4.5 6.515 6.515 4.5 9 4.5 C 10.194 4.497 11.34 4.971 12.185 5.815 Z M 6.25 9 C 6.25 10.519 7.481 11.75 9 11.75 C 10.519 11.75 11.75 10.519 11.75 9 C 11.75 7.481 10.519 6.25 9 6.25 C 7.481 6.25 6.25 7.481 6.25 9 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 3820119502\n              },\n              ynBZNIMyE: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13 0 L 5 0 C 2.239 0 0 2.239 0 5 L 0 13 C 0 15.761 2.239 18 5 18 L 13 18 C 15.761 18 18 15.761 18 13 L 18 5 C 18 2.239 15.761 0 13 0 Z M 16.25 13 C 16.244 14.793 14.793 16.244 13 16.25 L 5 16.25 C 3.207 16.244 1.755 14.793 1.75 13 L 1.75 5 C 1.755 3.207 3.207 1.755 5 1.75 L 13 1.75 C 14.793 1.755 16.244 3.207 16.25 5 Z M 13.75 5.25 C 14.302 5.25 14.75 4.802 14.75 4.25 C 14.75 3.698 14.302 3.25 13.75 3.25 C 13.198 3.25 12.75 3.698 12.75 4.25 C 12.75 4.802 13.198 5.25 13.75 5.25 Z M 12.185 5.815 C 13.029 6.66 13.503 7.806 13.5 9 C 13.5 11.485 11.485 13.5 9 13.5 C 6.515 13.5 4.5 11.485 4.5 9 C 4.5 6.515 6.515 4.5 9 4.5 C 10.194 4.497 11.34 4.971 12.185 5.815 Z M 6.25 9 C 6.25 10.519 7.481 11.75 9 11.75 C 10.519 11.75 11.75 10.519 11.75 9 C 11.75 7.481 10.519 6.25 9 6.25 C 7.481 6.25 6.25 7.481 6.25 9 Z\" fill=\"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) /* {&quot;name&quot;:&quot;Neutral/01&quot;} */\"></path></svg>',\n                svgContentId: 763673263\n              }\n            }, baseVariant, gestureVariant)\n          })\n        }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-s9oc42\",\n          \"data-framer-name\": \"Icon / Twitter\",\n          layoutDependency: layoutDependency,\n          layoutId: \"SNxI58eJx\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(SVG, {\n            className: \"framer-1czst09\",\n            \"data-framer-name\": \"Vector\",\n            layout: \"position\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Ml4oYybSo\",\n            opacity: 1,\n            svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 17.973 2.717 C 17.508 3.337 16.947 3.877 16.31 4.318 C 16.31 4.48 16.31 4.641 16.31 4.812 C 16.315 7.751 15.141 10.569 13.052 12.634 C 10.962 14.7 8.131 15.84 5.194 15.799 C 3.496 15.805 1.82 15.417 0.296 14.666 C 0.214 14.63 0.161 14.549 0.162 14.459 L 0.162 14.36 C 0.162 14.231 0.266 14.127 0.395 14.127 C 2.064 14.072 3.674 13.493 4.996 12.472 C 3.485 12.442 2.126 11.547 1.5 10.171 C 1.469 10.096 1.479 10.009 1.526 9.943 C 1.574 9.877 1.653 9.841 1.734 9.847 C 2.193 9.893 2.657 9.851 3.1 9.721 C 1.432 9.375 0.179 7.99 -0 6.296 C -0.007 6.214 0.03 6.136 0.096 6.088 C 0.162 6.04 0.248 6.03 0.323 6.062 C 0.771 6.26 1.254 6.364 1.743 6.368 C 0.282 5.408 -0.35 3.584 0.206 1.926 C 0.264 1.765 0.402 1.646 0.569 1.613 C 0.737 1.58 0.91 1.637 1.024 1.764 C 2.996 3.863 5.706 5.114 8.582 5.253 C 8.508 4.959 8.472 4.657 8.474 4.354 C 8.501 2.765 9.484 1.349 10.963 0.77 C 12.442 0.191 14.125 0.562 15.223 1.71 C 15.971 1.568 16.695 1.316 17.371 0.964 C 17.42 0.933 17.483 0.933 17.532 0.964 C 17.563 1.014 17.563 1.077 17.532 1.126 C 17.205 1.876 16.652 2.504 15.951 2.924 C 16.565 2.853 17.168 2.708 17.748 2.493 C 17.797 2.459 17.861 2.459 17.91 2.493 C 17.951 2.511 17.981 2.547 17.993 2.59 C 18.006 2.634 17.998 2.68 17.973 2.717 Z\" fill=\"rgba(0, 0, 0, 0.6)\"></path></svg>',\n            svgContentId: 748129269,\n            transition: transition,\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              \"bG5bUCdR3-hover\": {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 17.973 2.717 C 17.508 3.337 16.947 3.877 16.31 4.318 C 16.31 4.48 16.31 4.641 16.31 4.812 C 16.315 7.751 15.141 10.569 13.052 12.634 C 10.962 14.7 8.131 15.84 5.194 15.799 C 3.496 15.805 1.82 15.417 0.296 14.666 C 0.214 14.63 0.161 14.549 0.162 14.459 L 0.162 14.36 C 0.162 14.231 0.266 14.127 0.395 14.127 C 2.064 14.072 3.674 13.493 4.996 12.472 C 3.485 12.442 2.126 11.547 1.5 10.171 C 1.469 10.096 1.479 10.009 1.526 9.943 C 1.574 9.877 1.653 9.841 1.734 9.847 C 2.193 9.893 2.657 9.851 3.1 9.721 C 1.432 9.375 0.179 7.99 -0 6.296 C -0.007 6.214 0.03 6.136 0.096 6.088 C 0.162 6.04 0.248 6.03 0.323 6.062 C 0.771 6.26 1.254 6.364 1.743 6.368 C 0.282 5.408 -0.35 3.584 0.206 1.926 C 0.264 1.765 0.402 1.646 0.569 1.613 C 0.737 1.58 0.91 1.637 1.024 1.764 C 2.996 3.863 5.706 5.114 8.582 5.253 C 8.508 4.959 8.472 4.657 8.474 4.354 C 8.501 2.765 9.484 1.349 10.963 0.77 C 12.442 0.191 14.125 0.562 15.223 1.71 C 15.971 1.568 16.695 1.316 17.371 0.964 C 17.42 0.933 17.483 0.933 17.532 0.964 C 17.563 1.014 17.563 1.077 17.532 1.126 C 17.205 1.876 16.652 2.504 15.951 2.924 C 16.565 2.853 17.168 2.708 17.748 2.493 C 17.797 2.459 17.861 2.459 17.91 2.493 C 17.951 2.511 17.981 2.547 17.993 2.59 C 18.006 2.634 17.998 2.68 17.973 2.717 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 1918047825\n              },\n              bG5bUCdR3: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 17.973 2.717 C 17.508 3.337 16.947 3.877 16.31 4.318 C 16.31 4.48 16.31 4.641 16.31 4.812 C 16.315 7.751 15.141 10.569 13.052 12.634 C 10.962 14.7 8.131 15.84 5.194 15.799 C 3.496 15.805 1.82 15.417 0.296 14.666 C 0.214 14.63 0.161 14.549 0.162 14.459 L 0.162 14.36 C 0.162 14.231 0.266 14.127 0.395 14.127 C 2.064 14.072 3.674 13.493 4.996 12.472 C 3.485 12.442 2.126 11.547 1.5 10.171 C 1.469 10.096 1.479 10.009 1.526 9.943 C 1.574 9.877 1.653 9.841 1.734 9.847 C 2.193 9.893 2.657 9.851 3.1 9.721 C 1.432 9.375 0.179 7.99 -0 6.296 C -0.007 6.214 0.03 6.136 0.096 6.088 C 0.162 6.04 0.248 6.03 0.323 6.062 C 0.771 6.26 1.254 6.364 1.743 6.368 C 0.282 5.408 -0.35 3.584 0.206 1.926 C 0.264 1.765 0.402 1.646 0.569 1.613 C 0.737 1.58 0.91 1.637 1.024 1.764 C 2.996 3.863 5.706 5.114 8.582 5.253 C 8.508 4.959 8.472 4.657 8.474 4.354 C 8.501 2.765 9.484 1.349 10.963 0.77 C 12.442 0.191 14.125 0.562 15.223 1.71 C 15.971 1.568 16.695 1.316 17.371 0.964 C 17.42 0.933 17.483 0.933 17.532 0.964 C 17.563 1.014 17.563 1.077 17.532 1.126 C 17.205 1.876 16.652 2.504 15.951 2.924 C 16.565 2.853 17.168 2.708 17.748 2.493 C 17.797 2.459 17.861 2.459 17.91 2.493 C 17.951 2.511 17.981 2.547 17.993 2.59 C 18.006 2.634 17.998 2.68 17.973 2.717 Z\" fill=\"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) /* {&quot;name&quot;:&quot;Neutral/01&quot;} */\"></path></svg>',\n                svgContentId: 431651471\n              },\n              stvooKtsg: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 16\"><path d=\"M 17.973 2.717 C 17.508 3.337 16.947 3.877 16.31 4.318 C 16.31 4.48 16.31 4.641 16.31 4.812 C 16.315 7.751 15.141 10.569 13.052 12.634 C 10.962 14.7 8.131 15.84 5.194 15.799 C 3.496 15.805 1.82 15.417 0.296 14.666 C 0.214 14.63 0.161 14.549 0.162 14.459 L 0.162 14.36 C 0.162 14.231 0.266 14.127 0.395 14.127 C 2.064 14.072 3.674 13.493 4.996 12.472 C 3.485 12.442 2.126 11.547 1.5 10.171 C 1.469 10.096 1.479 10.009 1.526 9.943 C 1.574 9.877 1.653 9.841 1.734 9.847 C 2.193 9.893 2.657 9.851 3.1 9.721 C 1.432 9.375 0.179 7.99 -0 6.296 C -0.007 6.214 0.03 6.136 0.096 6.088 C 0.162 6.04 0.248 6.03 0.323 6.062 C 0.771 6.26 1.254 6.364 1.743 6.368 C 0.282 5.408 -0.35 3.584 0.206 1.926 C 0.264 1.765 0.402 1.646 0.569 1.613 C 0.737 1.58 0.91 1.637 1.024 1.764 C 2.996 3.863 5.706 5.114 8.582 5.253 C 8.508 4.959 8.472 4.657 8.474 4.354 C 8.501 2.765 9.484 1.349 10.963 0.77 C 12.442 0.191 14.125 0.562 15.223 1.71 C 15.971 1.568 16.695 1.316 17.371 0.964 C 17.42 0.933 17.483 0.933 17.532 0.964 C 17.563 1.014 17.563 1.077 17.532 1.126 C 17.205 1.876 16.652 2.504 15.951 2.924 C 16.565 2.853 17.168 2.708 17.748 2.493 C 17.797 2.459 17.861 2.459 17.91 2.493 C 17.951 2.511 17.981 2.547 17.993 2.59 C 18.006 2.634 17.998 2.68 17.973 2.717 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 1918047825\n              }\n            }, baseVariant, gestureVariant)\n          })\n        }), isDisplayed3() && /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-xwgpub\",\n          \"data-framer-name\": \"Icon / LinkedIn\",\n          layoutDependency: layoutDependency,\n          layoutId: \"YsRoex73I\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(SVG, {\n            className: \"framer-16qhx12\",\n            \"data-framer-name\": \"Vector\",\n            layout: \"position\",\n            layoutDependency: layoutDependency,\n            layoutId: \"tuiewcut8\",\n            opacity: 1,\n            svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2 0 L 16 0 C 17.105 0 18 0.895 18 2 L 18 16 C 18 17.105 17.105 18 16 18 L 2 18 C 0.895 18 0 17.105 0 16 L 0 2 C 0 0.895 0.895 0 2 0 Z M 5 15 C 5.276 15 5.5 14.776 5.5 14.5 L 5.5 7.5 C 5.5 7.224 5.276 7 5 7 L 3.5 7 C 3.224 7 3 7.224 3 7.5 L 3 14.5 C 3 14.776 3.224 15 3.5 15 Z M 14.5 15 C 14.776 15 15 14.776 15 14.5 L 15 9.9 C 15.033 8.311 13.858 6.955 12.28 6.76 C 11.177 6.659 10.108 7.174 9.5 8.1 L 9.5 7.5 C 9.5 7.224 9.276 7 9 7 L 7.5 7 C 7.224 7 7 7.224 7 7.5 L 7 14.5 C 7 14.776 7.224 15 7.5 15 L 9 15 C 9.276 15 9.5 14.776 9.5 14.5 L 9.5 10.75 C 9.5 9.922 10.172 9.25 11 9.25 C 11.828 9.25 12.5 9.922 12.5 10.75 L 12.5 14.5 C 12.5 14.776 12.724 15 13 15 Z M 5.75 4.5 C 5.75 3.672 5.078 3 4.25 3 C 3.422 3 2.75 3.672 2.75 4.5 C 2.75 5.328 3.422 6 4.25 6 C 5.078 6 5.75 5.328 5.75 4.5 Z\" fill=\"rgba(0, 0, 0, 0.6)\"></path></svg>',\n            svgContentId: 3074655116,\n            transition: transition,\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              \"I2z4sbnad-hover\": {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2 0 L 16 0 C 17.105 0 18 0.895 18 2 L 18 16 C 18 17.105 17.105 18 16 18 L 2 18 C 0.895 18 0 17.105 0 16 L 0 2 C 0 0.895 0.895 0 2 0 Z M 5 15 C 5.276 15 5.5 14.776 5.5 14.5 L 5.5 7.5 C 5.5 7.224 5.276 7 5 7 L 3.5 7 C 3.224 7 3 7.224 3 7.5 L 3 14.5 C 3 14.776 3.224 15 3.5 15 Z M 14.5 15 C 14.776 15 15 14.776 15 14.5 L 15 9.9 C 15.033 8.311 13.858 6.955 12.28 6.76 C 11.177 6.659 10.108 7.174 9.5 8.1 L 9.5 7.5 C 9.5 7.224 9.276 7 9 7 L 7.5 7 C 7.224 7 7 7.224 7 7.5 L 7 14.5 C 7 14.776 7.224 15 7.5 15 L 9 15 C 9.276 15 9.5 14.776 9.5 14.5 L 9.5 10.75 C 9.5 9.922 10.172 9.25 11 9.25 C 11.828 9.25 12.5 9.922 12.5 10.75 L 12.5 14.5 C 12.5 14.776 12.724 15 13 15 Z M 5.75 4.5 C 5.75 3.672 5.078 3 4.25 3 C 3.422 3 2.75 3.672 2.75 4.5 C 2.75 5.328 3.422 6 4.25 6 C 5.078 6 5.75 5.328 5.75 4.5 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 3855368524\n              },\n              I2z4sbnad: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2 0 L 16 0 C 17.105 0 18 0.895 18 2 L 18 16 C 18 17.105 17.105 18 16 18 L 2 18 C 0.895 18 0 17.105 0 16 L 0 2 C 0 0.895 0.895 0 2 0 Z M 5 15 C 5.276 15 5.5 14.776 5.5 14.5 L 5.5 7.5 C 5.5 7.224 5.276 7 5 7 L 3.5 7 C 3.224 7 3 7.224 3 7.5 L 3 14.5 C 3 14.776 3.224 15 3.5 15 Z M 14.5 15 C 14.776 15 15 14.776 15 14.5 L 15 9.9 C 15.033 8.311 13.858 6.955 12.28 6.76 C 11.177 6.659 10.108 7.174 9.5 8.1 L 9.5 7.5 C 9.5 7.224 9.276 7 9 7 L 7.5 7 C 7.224 7 7 7.224 7 7.5 L 7 14.5 C 7 14.776 7.224 15 7.5 15 L 9 15 C 9.276 15 9.5 14.776 9.5 14.5 L 9.5 10.75 C 9.5 9.922 10.172 9.25 11 9.25 C 11.828 9.25 12.5 9.922 12.5 10.75 L 12.5 14.5 C 12.5 14.776 12.724 15 13 15 Z M 5.75 4.5 C 5.75 3.672 5.078 3 4.25 3 C 3.422 3 2.75 3.672 2.75 4.5 C 2.75 5.328 3.422 6 4.25 6 C 5.078 6 5.75 5.328 5.75 4.5 Z\" fill=\"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) /* {&quot;name&quot;:&quot;Neutral/01&quot;} */\"></path></svg>',\n                svgContentId: 2021902535\n              },\n              N5oo_4K90: {\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2 0 L 16 0 C 17.105 0 18 0.895 18 2 L 18 16 C 18 17.105 17.105 18 16 18 L 2 18 C 0.895 18 0 17.105 0 16 L 0 2 C 0 0.895 0.895 0 2 0 Z M 5 15 C 5.276 15 5.5 14.776 5.5 14.5 L 5.5 7.5 C 5.5 7.224 5.276 7 5 7 L 3.5 7 C 3.224 7 3 7.224 3 7.5 L 3 14.5 C 3 14.776 3.224 15 3.5 15 Z M 14.5 15 C 14.776 15 15 14.776 15 14.5 L 15 9.9 C 15.033 8.311 13.858 6.955 12.28 6.76 C 11.177 6.659 10.108 7.174 9.5 8.1 L 9.5 7.5 C 9.5 7.224 9.276 7 9 7 L 7.5 7 C 7.224 7 7 7.224 7 7.5 L 7 14.5 C 7 14.776 7.224 15 7.5 15 L 9 15 C 9.276 15 9.5 14.776 9.5 14.5 L 9.5 10.75 C 9.5 9.922 10.172 9.25 11 9.25 C 11.828 9.25 12.5 9.922 12.5 10.75 L 12.5 14.5 C 12.5 14.776 12.724 15 13 15 Z M 5.75 4.5 C 5.75 3.672 5.078 3 4.25 3 C 3.422 3 2.75 3.672 2.75 4.5 C 2.75 5.328 3.422 6 4.25 6 C 5.078 6 5.75 5.328 5.75 4.5 Z\" fill=\"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"></path></svg>',\n                svgContentId: 3855368524\n              }\n            }, baseVariant, gestureVariant)\n          })\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-W2Z5B [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-W2Z5B .framer-1eyuipt { display: block; }\", \".framer-W2Z5B .framer-130v058 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-W2Z5B .framer-7bzdws, .framer-W2Z5B .framer-13qbh8b, .framer-W2Z5B .framer-s9oc42, .framer-W2Z5B .framer-xwgpub { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\", \".framer-W2Z5B .framer-1n6fhy6 { flex: none; height: 18px; left: 7px; position: absolute; top: 3px; width: 10px; }\", \".framer-W2Z5B .framer-1f4eyu8, .framer-W2Z5B .framer-16qhx12 { flex: none; height: 18px; left: 3px; position: absolute; top: 3px; width: 18px; }\", \".framer-W2Z5B .framer-1czst09 { flex: none; height: 16px; left: 3px; position: absolute; top: 4px; width: 18px; }\", \".framer-W2Z5B .framer-v-130v058 .framer-130v058, .framer-W2Z5B .framer-v-1rsa5k4 .framer-130v058, .framer-W2Z5B .framer-v-ux8jrm .framer-130v058, .framer-W2Z5B .framer-v-19kj64e .framer-130v058 { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-W2Z5B .framer-130v058 { gap: 0px; } .framer-W2Z5B .framer-130v058 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-W2Z5B .framer-130v058 > :first-child { margin-left: 0px; } .framer-W2Z5B .framer-130v058 > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicHeight 24\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicWidth 24\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ynBZNIMyE\":{\"layout\":[\"auto\",\"auto\"]},\"bG5bUCdR3\":{\"layout\":[\"auto\",\"auto\"]},\"I2z4sbnad\":{\"layout\":[\"auto\",\"auto\"]},\"VDXbOzLNB\":{\"layout\":[\"auto\",\"auto\"]},\"QRaQVh1qI\":{\"layout\":[\"auto\",\"auto\"]},\"stvooKtsg\":{\"layout\":[\"auto\",\"auto\"]},\"N5oo_4K90\":{\"layout\":[\"auto\",\"auto\"]},\"JmRb3XsOu\":{\"layout\":[\"auto\",\"auto\"]},\"tlcJL9N8I\":{\"layout\":[\"auto\",\"auto\"]},\"dkjb1QENg\":{\"layout\":[\"auto\",\"auto\"]},\"cjJ2pUuoU\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          */\nconst FramereuWzLVz60 = withCSS(Component, css, \"framer-W2Z5B\");\nexport default FramereuWzLVz60;\nFramereuWzLVz60.displayName = \"Icons\";\nFramereuWzLVz60.defaultProps = {\n  height: 24,\n  width: 24\n};\naddPropertyControls(FramereuWzLVz60, {\n  variant: {\n    options: [\"gNP7BNAAc\", \"ynBZNIMyE\", \"bG5bUCdR3\", \"I2z4sbnad\", \"VDXbOzLNB\", \"QRaQVh1qI\", \"stvooKtsg\", \"N5oo_4K90\"],\n    optionTitles: [\"Facebook\", \"Instagram\", \"Twitter\", \"Linkedin\", \"Facebook--Hover\", \"Instagram--Hover\", \"Twitter--Hover\", \"Linkedin--Hover\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramereuWzLVz60, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramereuWzLVz60\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"24\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ynBZNIMyE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bG5bUCdR3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I2z4sbnad\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VDXbOzLNB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QRaQVh1qI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"stvooKtsg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"N5oo_4K90\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JmRb3XsOu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tlcJL9N8I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dkjb1QENg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cjJ2pUuoU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"24\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./euWzLVz60.map", "// Generated by Framer (5b5d553)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, getPropertyControls, Link, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Icons from \"https://framerusercontent.com/modules/RVOnI2Mi0O9k2pgQqHEq/qJgFqzVvyZLpnuYEg1gE/euWzLVz60.js\";\nconst IconsFonts = getFonts(Icons);\nconst IconsControls = getPropertyControls(Icons);\nconst enabledGestures = {\n  UctfVDWIU: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"UctfVDWIU\"];\nconst variantClassNames = {\n  UctfVDWIU: \"framer-v-1wpj9iw\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"UctfVDWIU\",\n  defaultIcon: SvDfL8j8p = \"gNP7BNAAc\",\n  hoverIcon: GfIs14qKO = \"gNP7BNAAc\",\n  linkName: koqmYV2mt = \"Facecebook\",\n  link: kSXQw44DZ,\n  newTab: AAaHisvdK = true,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"UctfVDWIU\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-C5ipB\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: kSXQw44DZ,\n        openInNewTab: AAaHisvdK,\n        smoothScroll: false,\n        children: /*#__PURE__*/_jsxs(motion.a, {\n          ...restProps,\n          className: `${cx(\"framer-1wpj9iw\", className)} framer-94pqud`,\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"UctfVDWIU\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgba(0, 0, 0, 0)\",\n            borderBottomLeftRadius: 32,\n            borderBottomRightRadius: 32,\n            borderTopLeftRadius: 32,\n            borderTopRightRadius: 32,\n            ...style\n          },\n          transition: transition,\n          variants: {\n            \"UctfVDWIU-hover\": {\n              backgroundColor: \"rgba(255, 109, 0, 0.1)\"\n            }\n          },\n          ...addPropertyOverrides({\n            \"UctfVDWIU-hover\": {\n              \"data-framer-name\": undefined\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1qyzzjq-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"QMRfn27lC-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(Icons, {\n              height: \"100%\",\n              id: \"QMRfn27lC\",\n              layoutId: \"QMRfn27lC\",\n              variant: SvDfL8j8p,\n              width: \"100%\",\n              ...addPropertyOverrides({\n                \"UctfVDWIU-hover\": {\n                  variant: GfIs14qKO\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--framer-font-size\": \"14px\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: \"Facecebook\"\n              })\n            }),\n            className: \"framer-1fz2inm\",\n            layoutDependency: layoutDependency,\n            layoutId: \"yLXupOIIZ\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: koqmYV2mt,\n            transition: transition,\n            variants: {\n              \"UctfVDWIU-hover\": {\n                \"--extracted-r6o4lv\": \"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"\n              }\n            },\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-C5ipB [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-C5ipB .framer-94pqud { display: block; }\", \".framer-C5ipB .framer-1wpj9iw { 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: 6px 4px 6px 4px; position: relative; text-decoration: none; width: min-content; will-change: transform; }\", \".framer-C5ipB .framer-1qyzzjq-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-C5ipB .framer-1fz2inm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-C5ipB .framer-v-1wpj9iw .framer-1wpj9iw { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C5ipB .framer-1wpj9iw { gap: 0px; } .framer-C5ipB .framer-1wpj9iw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-C5ipB .framer-1wpj9iw > :first-child { margin-left: 0px; } .framer-C5ipB .framer-1wpj9iw > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicHeight 36\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicWidth 123\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"s1bW9Owlu\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerVariables {\"SvDfL8j8p\":\"defaultIcon\",\"GfIs14qKO\":\"hoverIcon\",\"koqmYV2mt\":\"linkName\",\"kSXQw44DZ\":\"link\",\"AAaHisvdK\":\"newTab\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        */\nconst Framergwsz0nIje = withCSS(Component, css, \"framer-C5ipB\");\nexport default Framergwsz0nIje;\nFramergwsz0nIje.displayName = \"Link+Icon\";\nFramergwsz0nIje.defaultProps = {\n  height: 36,\n  width: 123\n};\naddPropertyControls(Framergwsz0nIje, {\n  SvDfL8j8p: (IconsControls === null || IconsControls === void 0 ? void 0 : IconsControls[\"variant\"]) && {\n    ...IconsControls[\"variant\"],\n    defaultValue: \"gNP7BNAAc\",\n    hidden: undefined,\n    title: \"Default Icon\"\n  },\n  GfIs14qKO: (IconsControls === null || IconsControls === void 0 ? void 0 : IconsControls[\"variant\"]) && {\n    ...IconsControls[\"variant\"],\n    defaultValue: \"gNP7BNAAc\",\n    hidden: undefined,\n    title: \"Hover Icon\"\n  },\n  koqmYV2mt: {\n    defaultValue: \"Facecebook\",\n    displayTextArea: false,\n    title: \"Link Name\",\n    type: ControlType.String\n  },\n  kSXQw44DZ: {\n    title: \"Link\",\n    type: ControlType.Link\n  },\n  AAaHisvdK: {\n    defaultValue: true,\n    title: \"New Tab\",\n    type: ControlType.Boolean\n  }\n});\naddFonts(Framergwsz0nIje, [...IconsFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framergwsz0nIje\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"123\",\n        \"framerIntrinsicHeight\": \"36\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s1bW9Owlu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerVariables\": \"{\\\"SvDfL8j8p\\\":\\\"defaultIcon\\\",\\\"GfIs14qKO\\\":\\\"hoverIcon\\\",\\\"koqmYV2mt\\\":\\\"linkName\\\",\\\"kSXQw44DZ\\\":\\\"link\\\",\\\"AAaHisvdK\\\":\\\"newTab\\\"}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./gwsz0nIje.map", "// Generated by Framer (52669ec)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  hHvu_5Uiq: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"MyK7ooWIb\", \"hHvu_5Uiq\"];\nconst variantClassNames = {\n  hHvu_5Uiq: \"framer-v-1jq25c6\",\n  MyK7ooWIb: \"framer-v-cvjago\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  Default: \"MyK7ooWIb\",\n  Primary: \"hHvu_5Uiq\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"MyK7ooWIb\",\n  title: E00SsFP5t = \"Privacy Policy\",\n  link: C4PSeNxBo,\n  newTab: kXgX3XoNe = false,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"MyK7ooWIb\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-hVegC\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: C4PSeNxBo,\n        openInNewTab: kXgX3XoNe,\n        children: /*#__PURE__*/_jsx(motion.a, {\n          ...restProps,\n          className: `${cx(\"framer-cvjago\", className)} framer-70cwes`,\n          \"data-framer-name\": \"Default\",\n          layoutDependency: layoutDependency,\n          layoutId: \"MyK7ooWIb\",\n          ref: ref,\n          style: {\n            ...style\n          },\n          transition: transition,\n          ...addPropertyOverrides({\n            \"hHvu_5Uiq-hover\": {\n              \"data-framer-name\": undefined\n            },\n            hHvu_5Uiq: {\n              \"data-framer-name\": \"Primary\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"R0Y7V29yayBTYW5zLTUwMA==\",\n                  \"--framer-font-family\": '\"Work Sans\", sans-serif',\n                  \"--framer-font-weight\": \"500\",\n                  \"--framer-letter-spacing\": \"-0.64px\",\n                  \"--framer-text-alignment\": \"center\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\",\n                  \"--framer-text-decoration\": \"underline\"\n                },\n                children: \"Privacy Policy\"\n              })\n            }),\n            className: \"framer-1novorc\",\n            \"data-framer-name\": \"Home\",\n            fonts: [\"GF;Work Sans-500\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"O5AsaqyaZ\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: E00SsFP5t,\n            transition: transition,\n            variants: {\n              \"hHvu_5Uiq-hover\": {\n                \"--extracted-r6o4lv\": \"var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0))\"\n              }\n            },\n            verticalAlignment: \"center\",\n            withExternalLayout: true\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-hVegC [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-hVegC .framer-70cwes { display: block; }\", \".framer-hVegC .framer-cvjago { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 0px; position: relative; text-decoration: none; width: min-content; }\", \".framer-hVegC .framer-1novorc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-hVegC .framer-v-1jq25c6 .framer-cvjago { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hVegC .framer-cvjago { gap: 0px; } .framer-hVegC .framer-cvjago > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hVegC .framer-cvjago > :first-child { margin-left: 0px; } .framer-hVegC .framer-cvjago > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 27\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 97.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hHvu_5Uiq\":{\"layout\":[\"auto\",\"auto\"]},\"RKmakuXot\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerVariables {\"E00SsFP5t\":\"title\",\"C4PSeNxBo\":\"link\",\"kXgX3XoNe\":\"newTab\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst FramerQ96685P9b = withCSS(Component, css, \"framer-hVegC\");\nexport default FramerQ96685P9b;\nFramerQ96685P9b.displayName = \"Link\";\nFramerQ96685P9b.defaultProps = {\n  height: 27,\n  width: 97.5\n};\naddPropertyControls(FramerQ96685P9b, {\n  variant: {\n    options: [\"MyK7ooWIb\", \"hHvu_5Uiq\"],\n    optionTitles: [\"Default\", \"Primary\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  E00SsFP5t: {\n    defaultValue: \"Privacy Policy\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  C4PSeNxBo: {\n    title: \"Link\",\n    type: ControlType.Link\n  },\n  kXgX3XoNe: {\n    defaultValue: false,\n    title: \"New Tab\",\n    type: ControlType.Boolean\n  }\n});\naddFonts(FramerQ96685P9b, [{\n  family: \"Work Sans\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/Q96685P9b:default\",\n    url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerQ96685P9b\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"97.5\",\n        \"framerContractVersion\": \"1\",\n        \"framerVariables\": \"{\\\"E00SsFP5t\\\":\\\"title\\\",\\\"C4PSeNxBo\\\":\\\"link\\\",\\\"kXgX3XoNe\\\":\\\"newTab\\\"}\",\n        \"framerIntrinsicHeight\": \"27\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hHvu_5Uiq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RKmakuXot\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Q96685P9b.map", "// Generated by Framer (5b5d553)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, resolveLink, RichText, useRouter, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport FormSpark from \"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";\nimport LinkIcon from \"https://framerusercontent.com/modules/aOki1H06dfXE0IZfaYua/O2Cj6DibcjZIg0YkiOSI/gwsz0nIje.js\";\nimport Topbar from \"https://framerusercontent.com/modules/kCTbVsxjIChENDGjYFly/GqXzNnnzxAqewzY65nKY/pQWsMWkcK.js\";\nimport Link from \"https://framerusercontent.com/modules/e9qULcwHH9isGnApTQ3p/lck6FC7SmptTWNHCMK1d/Q96685P9b.js\";\nconst TopbarFonts = getFonts(Topbar);\nconst FormSparkFonts = getFonts(FormSpark);\nconst LinkIconFonts = getFonts(LinkIcon);\nconst LinkFonts = getFonts(Link);\nconst cycleOrder = [\"N3k7CIJ6W\", \"vcr2hu3ES\", \"GU3XQf9bL\"];\nconst variantClassNames = {\n  GU3XQf9bL: \"framer-v-1w0pys3\",\n  N3k7CIJ6W: \"framer-v-1ev6zm0\",\n  vcr2hu3ES: \"framer-v-ugme35\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  Desktop: \"N3k7CIJ6W\",\n  Mobile: \"GU3XQf9bL\",\n  Tablet: \"vcr2hu3ES\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"N3k7CIJ6W\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"N3k7CIJ6W\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if (baseVariant === \"GU3XQf9bL\") return false;\n    return true;\n  };\n  const router = useRouter();\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-NjN1Q\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-1ev6zm0\", className),\n        \"data-border\": true,\n        \"data-framer-name\": \"Desktop\",\n        layoutDependency: layoutDependency,\n        layoutId: \"N3k7CIJ6W\",\n        ref: ref,\n        style: {\n          \"--border-bottom-width\": \"0px\",\n          \"--border-color\": \"rgba(255, 255, 255, 0.1)\",\n          \"--border-left-width\": \"0px\",\n          \"--border-right-width\": \"0px\",\n          \"--border-style\": \"solid\",\n          \"--border-top-width\": \"1px\",\n          backgroundColor: \"var(--token-ebda13c5-ee07-454a-9869-b9f298e3e18e, rgb(255, 255, 255))\",\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          GU3XQf9bL: {\n            \"data-framer-name\": \"Mobile\"\n          },\n          vcr2hu3ES: {\n            \"data-framer-name\": \"Tablet\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-1e8c4i9\",\n          \"data-framer-name\": \"Content\",\n          layoutDependency: layoutDependency,\n          layoutId: \"RLr_uz62Z\",\n          transition: transition,\n          children: [isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-9oeyvd-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"mnOCMTfBP-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(Topbar, {\n              height: \"100%\",\n              id: \"mnOCMTfBP\",\n              layoutId: \"mnOCMTfBP\",\n              showButton: false,\n              showHam: true,\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              variant: \"eoTXJYY6N\",\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1hvri5d\",\n            \"data-framer-name\": \"Newsletter\",\n            layoutDependency: layoutDependency,\n            layoutId: \"PhFppvWOH\",\n            style: {\n              backgroundColor: \"var(--token-353f04d8-5dd0-4fed-b9b2-93e7bb03503a, rgb(255, 195, 102))\",\n              borderBottomLeftRadius: 32,\n              borderBottomRightRadius: 32,\n              borderTopLeftRadius: 32,\n              borderTopRightRadius: 32\n            },\n            transition: transition,\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1ep63gk\",\n              \"data-framer-name\": \"Frame 169\",\n              layoutDependency: layoutDependency,\n              layoutId: \"O_1fRJwuM\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7V29yayBTYW5zLTcwMA==\",\n                      \"--framer-font-family\": '\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"24px\",\n                      \"--framer-font-weight\": \"700\",\n                      \"--framer-letter-spacing\": \"-0.48px\",\n                      \"--framer-line-height\": \"150%\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Join our newsletter to stay up to date on features and releases.\"\n                  })\n                }),\n                className: \"framer-nowcy5\",\n                \"data-framer-name\": \"Join our newsletter to stay up to date on features and releases.\",\n                fonts: [\"GF;Work Sans-700\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"qkrCgC_Y2\",\n                style: {\n                  \"--extracted-r6o4lv\": \"var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, rgb(10, 5, 1))\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true,\n                ...addPropertyOverrides({\n                  vcr2hu3ES: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"R0Y7V29yayBTYW5zLTcwMA==\",\n                          \"--framer-font-family\": '\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"20px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.48px\",\n                          \"--framer-line-height\": \"150%\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                        },\n                        children: \"Join our newsletter to stay up to date on features and releases.\"\n                      })\n                    })\n                  }\n                }, baseVariant, gestureVariant)\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsxs(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\n                      \"--framer-font-family\": '\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"14px\",\n                      \"--framer-line-height\": \"200%\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: [\"By subscribing you agree to with our \", /*#__PURE__*/_jsx(motion.span, {\n                      style: {\n                        \"--framer-text-decoration\": \"underline\"\n                      },\n                      children: \"Privacy Policy\"\n                    }), /*#__PURE__*/_jsx(motion.span, {\n                      style: {\n                        \"--font-selector\": \"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\n                        \"--framer-font-family\": '\"Roboto\", \"Roboto Placeholder\", sans-serif'\n                      },\n                      children: \" \"\n                    }), \"and provide consent to receive updates from our company.\"]\n                  })\n                }),\n                className: \"framer-4770jp\",\n                \"data-framer-name\": \"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\",\n                fonts: [\"GF;Work Sans-regular\", \"GF;Roboto-regular\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"WhpOF2ClU\",\n                style: {\n                  \"--extracted-r6o4lv\": \"var(--token-4ee11882-712b-4ed3-8527-b46ff94ef95a, rgb(102, 102, 102))\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-10tzz1z\",\n                \"data-framer-name\": \"Form/Subscribe\",\n                layoutDependency: layoutDependency,\n                layoutId: \"hrCTDjeu6\",\n                style: {\n                  borderBottomLeftRadius: 28,\n                  borderBottomRightRadius: 28,\n                  borderTopLeftRadius: 28,\n                  borderTopRightRadius: 28\n                },\n                transition: transition,\n                variants: {\n                  GU3XQf9bL: {\n                    borderBottomLeftRadius: 24,\n                    borderBottomRightRadius: 24,\n                    borderTopLeftRadius: 24,\n                    borderTopRightRadius: 24\n                  }\n                },\n                children: /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1mt966n-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"WXm9uXInn-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(FormSpark, {\n                    borderRadius: 80,\n                    bottomLeftRadius: 80,\n                    bottomRightRadius: 80,\n                    button: {\n                      color: \"rgb(255, 255, 255)\",\n                      fill: 'var(--token-77e8a06e-7d2a-40a2-b5be-bda82ab2503e, rgb(255, 109, 0)) /* {\"name\":\"Accent\"} */',\n                      fontWeight: 600,\n                      label: \"Subscribe\"\n                    },\n                    email: {\n                      placeholder: \"Enter your email\",\n                      value: \"\"\n                    },\n                    font: false,\n                    fontFamily: \"Inter\",\n                    fontSize: 16,\n                    fontWeight: 400,\n                    formId: \"\",\n                    gap: 0,\n                    height: \"100%\",\n                    id: \"WXm9uXInn\",\n                    inputs: {\n                      color: 'var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, rgb(10, 5, 1)) /* {\"name\":\"Text/01\"} */',\n                      error: \"rgb(238, 68, 68)\",\n                      fill: 'var(--token-0a8cd66e-ba31-41c4-9f90-a526e2dcd1bb, rgba(0, 0, 0, 0.06)) /* {\"name\":\"Neutral/00\"} */',\n                      placeholderColor: 'var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, rgb(10, 5, 1)) /* {\"name\":\"Text/01\"} */'\n                    },\n                    isMixedBorderRadius: false,\n                    layout: \"horizontal\",\n                    layoutId: \"WXm9uXInn\",\n                    message: {\n                      placeholder: \"Message\",\n                      value: \"\"\n                    },\n                    nameField: {\n                      placeholder: \"Name\",\n                      value: \"\"\n                    },\n                    padding: 15,\n                    paddingBottom: 15,\n                    paddingLeft: 24,\n                    paddingPerSide: true,\n                    paddingRight: 15,\n                    paddingTop: 15,\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    topLeftRadius: 80,\n                    topRightRadius: 80,\n                    width: \"100%\",\n                    withEmail: true,\n                    withMessage: false,\n                    withName: false,\n                    ...addPropertyOverrides({\n                      GU3XQf9bL: {\n                        layout: \"vertical\"\n                      },\n                      vcr2hu3ES: {\n                        fontSize: 14\n                      }\n                    }, baseVariant, gestureVariant)\n                  })\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-do7zyw\",\n              \"data-framer-name\": \"Frame 170\",\n              layoutDependency: layoutDependency,\n              layoutId: \"aS0RIWAY2\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-4qxieu\",\n                \"data-framer-name\": \"Ellipse 9\",\n                layoutDependency: layoutDependency,\n                layoutId: \"r_mH0ueX6\",\n                style: {\n                  backgroundColor: \"var(--token-aed7aed3-2bf1-4c5b-a1e5-5348b1600e8a, rgb(255, 195, 102))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  rotate: -20\n                },\n                transition: transition\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1gknyqb\",\n                \"data-framer-name\": \"Ellipse 8\",\n                layoutDependency: layoutDependency,\n                layoutId: \"AAM_Qg3Cx\",\n                style: {\n                  backdropFilter: \"blur(11.436619758605957px)\",\n                  backgroundColor: \"var(--token-0610ce71-d854-46fd-a228-c74e279172a4, rgb(255, 195, 102))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  boxShadow: \"-20.014083862304688px 106.74179077148438px 65.60172271728516px 0px rgba(189, 85, 0, 0.05000000074505806)\",\n                  rotate: -20,\n                  WebkitBackdropFilter: \"blur(11.436619758605957px)\"\n                },\n                transition: transition\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-s84y3i\",\n                \"data-framer-name\": \"Ellipse 10\",\n                layoutDependency: layoutDependency,\n                layoutId: \"FLWYpxm8c\",\n                style: {\n                  backdropFilter: \"blur(7.825809478759766px)\",\n                  backgroundColor: \"var(--token-f5b0d9ed-3f9f-476b-a255-edd0d155d036, rgb(255, 195, 102))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  boxShadow: \"-13.69516658782959px 73.0408935546875px 44.889713287353516px 0px rgba(189, 85, 0, 0.05000000074505806)\",\n                  rotate: -20,\n                  WebkitBackdropFilter: \"blur(7.825809478759766px)\"\n                },\n                transition: transition\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1k66whg\",\n              \"data-framer-name\": \"Frame 166\",\n              layoutDependency: layoutDependency,\n              layoutId: \"JpJ2oQ4vz\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1d5nwcn\",\n                \"data-framer-name\": \"Ellipse 9\",\n                layoutDependency: layoutDependency,\n                layoutId: \"eO99JujKq\",\n                style: {\n                  backgroundColor: \"var(--token-aed7aed3-2bf1-4c5b-a1e5-5348b1600e8a, rgb(255, 235, 204))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  rotate: -20\n                },\n                transition: transition\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1xmgkpg\",\n                \"data-framer-name\": \"Ellipse 8\",\n                layoutDependency: layoutDependency,\n                layoutId: \"Y4MIFLKAD\",\n                style: {\n                  backdropFilter: \"blur(11.436619758605957px)\",\n                  backgroundColor: \"var(--token-0610ce71-d854-46fd-a228-c74e279172a4, rgb(255, 215, 153))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  boxShadow: \"-20.014083862304688px 106.74179077148438px 65.60172271728516px 0px rgba(189, 85, 0, 0.05000000074505806)\",\n                  rotate: -20,\n                  WebkitBackdropFilter: \"blur(11.436619758605957px)\"\n                },\n                transition: transition\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-a3207n\",\n                \"data-framer-name\": \"Ellipse 10\",\n                layoutDependency: layoutDependency,\n                layoutId: \"vZ4ZLmCY6\",\n                style: {\n                  backdropFilter: \"blur(7.825809478759766px)\",\n                  backgroundColor: \"var(--token-f5b0d9ed-3f9f-476b-a255-edd0d155d036, rgb(255, 195, 102))\",\n                  borderBottomLeftRadius: \"100%\",\n                  borderBottomRightRadius: \"100%\",\n                  borderTopLeftRadius: \"100%\",\n                  borderTopRightRadius: \"100%\",\n                  boxShadow: \"-13.69516658782959px 73.0408935546875px 44.889713287353516px 0px rgba(189, 85, 0, 0.05000000074505806)\",\n                  rotate: -20,\n                  WebkitBackdropFilter: \"blur(7.825809478759766px)\"\n                },\n                transition: transition\n              })]\n            })]\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1nkty99\",\n            \"data-framer-name\": \"Frame 168\",\n            layoutDependency: layoutDependency,\n            layoutId: \"MIN4iGbVZ\",\n            transition: transition,\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1p1mevv\",\n              layoutDependency: layoutDependency,\n              layoutId: \"ipknhTa7i\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-b79ibz-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"iW0BHeWQN-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(LinkIcon, {\n                  defaultIcon: \"gNP7BNAAc\",\n                  height: \"100%\",\n                  hoverIcon: \"VDXbOzLNB\",\n                  id: \"iW0BHeWQN\",\n                  layoutId: \"iW0BHeWQN\",\n                  link: \"https://web.facebook.com/adebimpeomolaso1\",\n                  linkName: \"Facebook\",\n                  newTab: true,\n                  style: {\n                    width: \"100%\"\n                  },\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-wsp8ec-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"qKB30sWk7-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(LinkIcon, {\n                  defaultIcon: \"ynBZNIMyE\",\n                  height: \"100%\",\n                  hoverIcon: \"QRaQVh1qI\",\n                  id: \"qKB30sWk7\",\n                  layoutId: \"qKB30sWk7\",\n                  link: \"https://www.instagram.com/adebimpeomolaso/\",\n                  linkName: \"Instagram\",\n                  newTab: true,\n                  style: {\n                    width: \"100%\"\n                  },\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1fayafk-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"UlpbyaRSK-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(LinkIcon, {\n                  defaultIcon: \"bG5bUCdR3\",\n                  height: \"100%\",\n                  hoverIcon: \"stvooKtsg\",\n                  id: \"UlpbyaRSK\",\n                  layoutId: \"UlpbyaRSK\",\n                  link: \"http://twitter.com/adebimpeomolaso/\",\n                  linkName: \"Twitter\",\n                  newTab: true,\n                  style: {\n                    width: \"100%\"\n                  },\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-99pxk-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"KJ5B2jjco-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(LinkIcon, {\n                  defaultIcon: \"I2z4sbnad\",\n                  height: \"100%\",\n                  hoverIcon: \"N5oo_4K90\",\n                  id: \"KJ5B2jjco\",\n                  layoutId: \"KJ5B2jjco\",\n                  link: \"https://www.linkedin.com/in/adebimpeomolaso/\",\n                  linkName: \"Linkedin\",\n                  newTab: true,\n                  style: {\n                    width: \"100%\"\n                  },\n                  width: \"100%\"\n                })\n              })]\n            })\n          })]\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-m1632f\",\n          \"data-framer-name\": \"Credits\",\n          layoutDependency: layoutDependency,\n          layoutId: \"DQS8kKdv3\",\n          transition: transition,\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1f4ugki\",\n            \"data-framer-name\": \"Row\",\n            layoutDependency: layoutDependency,\n            layoutId: \"yT7ushMmc\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\n                    \"--framer-font-family\": '\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"14px\",\n                    \"--framer-letter-spacing\": \"-1.12px\",\n                    \"--framer-line-height\": \"150%\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"\\xa9 2023 Novelbrand Agency. All rights reserved.\"\n                })\n              }),\n              className: \"framer-jb91n0\",\n              \"data-framer-name\": \"\\xa9 2023 Relume. All rights reserved.\",\n              fonts: [\"GF;Work Sans-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"G1eUvbk7F\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-0f3f6963-7621-4d1e-8328-b135384c5eae, rgb(121, 121, 121))\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1vm9i3v\",\n              \"data-framer-name\": \"Footer Links\",\n              layoutDependency: layoutDependency,\n              layoutId: \"ZMmFWiZoO\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-eiikr5-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"de9qgaEv3-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(Link, {\n                  height: \"100%\",\n                  id: \"de9qgaEv3\",\n                  layoutId: \"de9qgaEv3\",\n                  link: resolveLink({\n                    webPageId: \"ZVj8ze3vN\"\n                  }, router),\n                  newTab: false,\n                  title: \"Privacy Policy\",\n                  variant: \"hHvu_5Uiq\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1pcp168-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"WhCJvuZxU-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(Link, {\n                  height: \"100%\",\n                  id: \"WhCJvuZxU\",\n                  layoutId: \"WhCJvuZxU\",\n                  link: resolveLink({\n                    webPageId: \"CbFTWcYq2\"\n                  }, router),\n                  newTab: false,\n                  title: \"Terms of Service\",\n                  variant: \"hHvu_5Uiq\",\n                  width: \"100%\"\n                })\n              })]\n            })]\n          })\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-NjN1Q [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-NjN1Q .framer-yegu0g { display: block; }\", \".framer-NjN1Q .framer-1ev6zm0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 40px 40px 40px; position: relative; width: 1280px; }\", \".framer-NjN1Q .framer-1e8c4i9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-9oeyvd-container { flex: none; height: 48px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-1hvri5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 24px 40px 24px; position: relative; width: 100%; will-change: transform; }\", \".framer-NjN1Q .framer-1ep63gk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 407px; z-index: 10; }\", \".framer-NjN1Q .framer-nowcy5, .framer-NjN1Q .framer-4770jp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 407px; word-break: break-word; word-wrap: break-word; }\", \".framer-NjN1Q .framer-10tzz1z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 1px 1px 0px 0px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-1mt966n-container { flex: none; height: 54px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-do7zyw { flex: none; height: 100%; overflow: hidden; position: absolute; right: 0px; top: calc(49.91023339317776% - 100% / 2); width: 300px; z-index: 0; }\", \".framer-NjN1Q .framer-4qxieu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 537px); left: 0px; position: absolute; top: -143px; width: 537px; }\", \".framer-NjN1Q .framer-1gknyqb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 406px); left: 66px; position: absolute; top: -77px; width: 406px; }\", \".framer-NjN1Q .framer-s84y3i { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 278px); left: 130px; position: absolute; top: -13px; width: 278px; }\", \".framer-NjN1Q .framer-1k66whg { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: calc(49.91023339317776% - 100% / 2); width: 300px; z-index: 0; }\", \".framer-NjN1Q .framer-1d5nwcn { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 537px); left: -253px; position: absolute; top: -143px; width: 537px; }\", \".framer-NjN1Q .framer-1xmgkpg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 406px); left: -187px; position: absolute; top: -77px; width: 406px; }\", \".framer-NjN1Q .framer-a3207n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 278px); left: -123px; position: absolute; top: -13px; width: 278px; }\", \".framer-NjN1Q .framer-1nkty99 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-1p1mevv { 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 0px 0px; position: relative; width: 489px; }\", \".framer-NjN1Q .framer-b79ibz-container, .framer-NjN1Q .framer-wsp8ec-container, .framer-NjN1Q .framer-1fayafk-container, .framer-NjN1Q .framer-99pxk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\", \".framer-NjN1Q .framer-m1632f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-1f4ugki { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NjN1Q .framer-jb91n0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-NjN1Q .framer-1vm9i3v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-NjN1Q .framer-eiikr5-container, .framer-NjN1Q .framer-1pcp168-container { flex: none; height: auto; position: relative; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NjN1Q .framer-1ev6zm0, .framer-NjN1Q .framer-1e8c4i9, .framer-NjN1Q .framer-1hvri5d, .framer-NjN1Q .framer-1ep63gk, .framer-NjN1Q .framer-10tzz1z, .framer-NjN1Q .framer-1nkty99, .framer-NjN1Q .framer-1p1mevv, .framer-NjN1Q .framer-m1632f, .framer-NjN1Q .framer-1vm9i3v { gap: 0px; } .framer-NjN1Q .framer-1ev6zm0 > *, .framer-NjN1Q .framer-m1632f > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NjN1Q .framer-1ev6zm0 > :first-child, .framer-NjN1Q .framer-1e8c4i9 > :first-child, .framer-NjN1Q .framer-1hvri5d > :first-child, .framer-NjN1Q .framer-1ep63gk > :first-child, .framer-NjN1Q .framer-10tzz1z > :first-child, .framer-NjN1Q .framer-m1632f > :first-child { margin-top: 0px; } .framer-NjN1Q .framer-1ev6zm0 > :last-child, .framer-NjN1Q .framer-1e8c4i9 > :last-child, .framer-NjN1Q .framer-1hvri5d > :last-child, .framer-NjN1Q .framer-1ep63gk > :last-child, .framer-NjN1Q .framer-10tzz1z > :last-child, .framer-NjN1Q .framer-m1632f > :last-child { margin-bottom: 0px; } .framer-NjN1Q .framer-1e8c4i9 > *, .framer-NjN1Q .framer-1hvri5d > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NjN1Q .framer-1ep63gk > *, .framer-NjN1Q .framer-10tzz1z > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NjN1Q .framer-1nkty99 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-NjN1Q .framer-1nkty99 > :first-child, .framer-NjN1Q .framer-1p1mevv > :first-child, .framer-NjN1Q .framer-1vm9i3v > :first-child { margin-left: 0px; } .framer-NjN1Q .framer-1nkty99 > :last-child, .framer-NjN1Q .framer-1p1mevv > :last-child, .framer-NjN1Q .framer-1vm9i3v > :last-child { margin-right: 0px; } .framer-NjN1Q .framer-1p1mevv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NjN1Q .framer-1vm9i3v > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1ev6zm0 { width: 810px; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1ep63gk { width: 408px; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-nowcy5, .framer-NjN1Q.framer-v-ugme35 .framer-4770jp, .framer-NjN1Q.framer-v-1w0pys3 .framer-1ep63gk, .framer-NjN1Q.framer-v-1w0pys3 .framer-nowcy5, .framer-NjN1Q.framer-v-1w0pys3 .framer-4770jp { width: 100%; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1mt966n-container { height: 49px; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-do7zyw, .framer-NjN1Q.framer-v-ugme35 .framer-1k66whg { top: calc(50.00000000000002% - 100% / 2); width: 183px; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1d5nwcn { bottom: -108px; height: unset; left: -360px; top: -143px; width: var(--framer-aspect-ratio-supported, 529px); }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1xmgkpg { bottom: -43px; height: unset; left: -294px; top: -77px; width: var(--framer-aspect-ratio-supported, 398px); }\", \".framer-NjN1Q.framer-v-ugme35 .framer-a3207n { left: -230px; top: -13px; width: 278px; }\", \".framer-NjN1Q.framer-v-ugme35 .framer-1vm9i3v { gap: 16px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NjN1Q.framer-v-ugme35 .framer-1vm9i3v { gap: 0px; } .framer-NjN1Q.framer-v-ugme35 .framer-1vm9i3v > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-NjN1Q.framer-v-ugme35 .framer-1vm9i3v > :first-child { margin-left: 0px; } .framer-NjN1Q.framer-v-ugme35 .framer-1vm9i3v > :last-child { margin-right: 0px; } }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1ev6zm0 { gap: 24px; padding: 20px 24px 40px 24px; width: 390px; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1hvri5d { order: 1; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1mt966n-container { height: 102px; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1nkty99 { order: 2; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1p1mevv { flex: 1 0 0px; flex-wrap: wrap; width: 1px; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-b79ibz-container, .framer-NjN1Q.framer-v-1w0pys3 .framer-wsp8ec-container, .framer-NjN1Q.framer-v-1w0pys3 .framer-1fayafk-container, .framer-NjN1Q.framer-v-1w0pys3 .framer-99pxk-container { flex: none; width: auto; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1f4ugki { flex-direction: column; gap: 16px; justify-content: flex-start; }\", \".framer-NjN1Q.framer-v-1w0pys3 .framer-1vm9i3v { flex-wrap: wrap; gap: 16px; justify-content: center; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NjN1Q.framer-v-1w0pys3 .framer-1ev6zm0, .framer-NjN1Q.framer-v-1w0pys3 .framer-1f4ugki, .framer-NjN1Q.framer-v-1w0pys3 .framer-1vm9i3v { gap: 0px; } .framer-NjN1Q.framer-v-1w0pys3 .framer-1ev6zm0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NjN1Q.framer-v-1w0pys3 .framer-1ev6zm0 > :first-child, .framer-NjN1Q.framer-v-1w0pys3 .framer-1f4ugki > :first-child { margin-top: 0px; } .framer-NjN1Q.framer-v-1w0pys3 .framer-1ev6zm0 > :last-child, .framer-NjN1Q.framer-v-1w0pys3 .framer-1f4ugki > :last-child { margin-bottom: 0px; } .framer-NjN1Q.framer-v-1w0pys3 .framer-1f4ugki > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NjN1Q.framer-v-1w0pys3 .framer-1vm9i3v > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-NjN1Q.framer-v-1w0pys3 .framer-1vm9i3v > :first-child { margin-left: 0px; } .framer-NjN1Q.framer-v-1w0pys3 .framer-1vm9i3v > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 546\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 1280\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vcr2hu3ES\":{\"layout\":[\"fixed\",\"auto\"]},\"GU3XQf9bL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FramerhNShGWgmt = withCSS(Component, css, \"framer-NjN1Q\");\nexport default FramerhNShGWgmt;\nFramerhNShGWgmt.displayName = \"Footer\";\nFramerhNShGWgmt.defaultProps = {\n  height: 546,\n  width: 1280\n};\naddPropertyControls(FramerhNShGWgmt, {\n  variant: {\n    options: [\"N3k7CIJ6W\", \"vcr2hu3ES\", \"GU3XQf9bL\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Mobile\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerhNShGWgmt, [{\n  family: \"Work Sans\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/hNShGWgmt:default\",\n    url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf\",\n  weight: \"700\"\n}, {\n  family: \"Work Sans\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/hNShGWgmt:default\",\n    url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\",\n  weight: \"400\"\n}, {\n  family: \"Roboto\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/hNShGWgmt:default\",\n    url: \"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\",\n  weight: \"400\"\n}, ...TopbarFonts, ...FormSparkFonts, ...LinkIconFonts, ...LinkFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerhNShGWgmt\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1280\",\n        \"framerIntrinsicHeight\": \"546\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vcr2hu3ES\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GU3XQf9bL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Karla-regular\"]);\nexport const fonts = [{\n  family: \"Karla\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/YAP816Y5n:default\",\n    url: \"https://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\",\n  weight: \"400\"\n}];\nexport const css = ['.framer-LVeuP .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Karla\", \"Karla Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -4px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, #0a0501); --framer-text-decoration: none; --framer-text-transform: none; }', '@media (max-width: 1199px) and (min-width: 810px) { .framer-LVeuP .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Karla\", \"Karla Placeholder\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -3px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, #0a0501); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 809px) and (min-width: 0px) { .framer-LVeuP .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-LVeuP .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Karla\", \"Karla Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.5px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-324cdc64-74fd-46c8-a2d0-c191e3c6f41b, #0a0501); --framer-text-decoration: none; --framer-text-transform: none; } }'];\nexport const className = \"framer-LVeuP\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "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", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "SVG", "css", "FramereuWzLVz60", "withCSS", "euWzLVz60_default", "addPropertyControls", "ControlType", "addFonts", "IconsFonts", "getFonts", "euWzLVz60_default", "IconsControls", "getPropertyControls", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "SvDfL8j8p", "GfIs14qKO", "koqmYV2mt", "kSXQw44DZ", "AAaHisvdK", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "Framergwsz0nIje", "withCSS", "gwsz0nIje_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "E00SsFP5t", "C4PSeNxBo", "kXgX3XoNe", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerQ96685P9b", "withCSS", "Q96685P9b_default", "addPropertyControls", "ControlType", "addFonts", "TopbarFonts", "getFonts", "pQWsMWkcK_default", "FormSparkFonts", "FormSpark_default", "LinkIconFonts", "gwsz0nIje_default", "LinkFonts", "Q96685P9b_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "resolveLink", "css", "FramerhNShGWgmt", "withCSS", "hNShGWgmt_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
