{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pHMFe8e8iU34b5nqBIN4/bQRdFiXwsExlt2MJ3ELG/SxQAj7hop.js"],
  "sourcesContent": ["// Generated by Framer (0f22d58)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, RichText, SVG, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/I0wJ4viRMZDWngKkrUyT/F1aK8RhaLdIVIOADHj1R/kBTt2a31A.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/9tlqaaSYW6g0salQWBop/JdnpHV9Azgw0ScXNQbtA/oD7ZB8R5Q.js\";\nimport ButtonSmallWhite from \"https://framerusercontent.com/modules/5chY9E6Tem3JZgFxgLbG/qBeYPtgm1FsAXSYxiVev/SGsKoBvv3.js\";\nconst ButtonSmallWhiteFonts = getFonts(ButtonSmallWhite);\nconst cycleOrder = [\"zLdZ_4AOy\", \"BUxUwq4U_\", \"C0XCoRmg2\", \"RIFOdGXIe\", \"FKIXkTUFd\"];\nconst variantClassNames = {\n  BUxUwq4U_: \"framer-v-bnh55w\",\n  C0XCoRmg2: \"framer-v-1j04lfy\",\n  FKIXkTUFd: \"framer-v-ahff16\",\n  RIFOdGXIe: \"framer-v-tus8q0\",\n  zLdZ_4AOy: \"framer-v-1fr5juk\"\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 transitions = {\n  default: {\n    damping: 35,\n    delay: 0,\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  },\n  RIFOdGXIe: {\n    damping: 49,\n    delay: 0,\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Phone Open\": \"RIFOdGXIe\",\n  \"Variant 5\": \"FKIXkTUFd\",\n  Desktop: \"zLdZ_4AOy\",\n  Phone: \"C0XCoRmg2\",\n  Tablet: \"BUxUwq4U_\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"zLdZ_4AOy\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"zLdZ_4AOy\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap66ksrc = activeVariantCallback(async (...args) => {\n    setVariant(\"RIFOdGXIe\");\n  });\n  const onTap1l90whf = activeVariantCallback(async (...args) => {\n    setVariant(\"C0XCoRmg2\");\n  });\n  const isDisplayed = () => {\n    if ([\"C0XCoRmg2\", \"RIFOdGXIe\", \"FKIXkTUFd\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed1 = () => {\n    if ([\"C0XCoRmg2\", \"FKIXkTUFd\"].includes(baseVariant)) return false;\n    return true;\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-pdkX9\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.nav, {\n          ...restProps,\n          className: cx(\"framer-1fr5juk\", className),\n          \"data-framer-name\": \"Desktop\",\n          layoutDependency: layoutDependency,\n          layoutId: \"zLdZ_4AOy\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgba(255, 255, 255, 0)\",\n            ...style\n          },\n          variants: {\n            RIFOdGXIe: {\n              backgroundColor: \"rgba(0, 0, 0, 0.83)\"\n            }\n          },\n          ...addPropertyOverrides({\n            BUxUwq4U_: {\n              \"data-framer-name\": \"Tablet\"\n            },\n            C0XCoRmg2: {\n              \"data-framer-name\": \"Phone\"\n            },\n            FKIXkTUFd: {\n              \"data-framer-name\": \"Variant 5\"\n            },\n            RIFOdGXIe: {\n              \"data-framer-name\": \"Phone Open\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsx(Link, {\n            href: {\n              webPageId: \"augiA20Il\"\n            },\n            children: /*#__PURE__*/_jsx(SVG, {\n              as: \"a\",\n              className: \"framer-16buebz framer-17pyjxn\",\n              \"data-framer-name\": \"Logo\",\n              layout: \"position\",\n              layoutDependency: layoutDependency,\n              layoutId: \"J3uGNfLA0\",\n              opacity: 1,\n              svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 138 40\"><path d=\"M 2.936 29.286 C 2.936 27.668 4.579 26.357 6.606 26.357 C 8.633 26.357 10.277 27.668 10.277 29.286 C 10.277 30.903 8.633 32.214 6.606 32.214 C 4.579 32.214 2.936 30.903 2.936 29.286 Z\" fill=\"rgb(31,122,140)\"></path><path d=\"M 0 16.107 C 0 12.064 8.216 8.786 18.351 8.786 C 28.486 8.786 36.702 12.064 36.702 16.107 C 36.702 20.151 28.486 23.429 18.351 23.429 C 8.216 23.429 0 20.151 0 16.107 Z\" fill=\"rgb(31,122,140)\"></path><path d=\"M 43.714 32.214 L 43.714 7.263 L 54.319 7.263 C 55.47 7.263 56.527 7.497 57.49 7.966 C 58.453 8.434 59.287 9.067 59.992 9.863 C 60.72 10.66 61.284 11.55 61.683 12.534 C 62.082 13.518 62.282 14.526 62.282 15.557 C 62.282 16.962 61.953 18.298 61.295 19.563 C 60.661 20.801 59.729 21.864 58.582 22.655 C 57.431 23.452 56.069 23.85 54.495 23.85 L 48.576 23.85 L 48.576 32.214 Z M 48.576 19.598 L 54.213 19.598 C 54.801 19.598 55.329 19.434 55.799 19.106 C 56.269 18.778 56.645 18.309 56.926 17.7 C 57.208 17.068 57.349 16.353 57.349 15.557 C 57.349 14.69 57.185 13.952 56.856 13.343 C 56.551 12.733 56.14 12.277 55.623 11.972 C 55.137 11.669 54.575 11.511 54.002 11.515 L 48.576 11.515 Z M 72.124 32.566 C 70.619 32.566 69.269 32.32 68.072 31.828 C 66.916 31.342 65.872 30.624 65.005 29.719 C 64.183 28.829 63.538 27.792 63.103 26.662 C 62.655 25.507 62.428 24.28 62.433 23.042 C 62.433 21.753 62.656 20.535 63.103 19.387 C 63.538 18.257 64.183 17.22 65.005 16.33 C 65.867 15.428 66.912 14.721 68.071 14.256 C 69.269 13.741 70.619 13.483 72.123 13.483 C 73.626 13.483 74.965 13.741 76.139 14.256 C 77.298 14.721 78.343 15.428 79.205 16.33 C 80.043 17.208 80.69 18.249 81.107 19.387 C 81.554 20.535 81.777 21.753 81.777 23.042 C 81.777 24.307 81.554 25.514 81.107 26.662 C 80.69 27.8 80.043 28.841 79.205 29.719 C 78.356 30.628 77.323 31.347 76.175 31.828 C 74.977 32.32 73.626 32.566 72.123 32.566 Z M 67.296 23.042 C 67.296 24.12 67.507 25.08 67.93 25.924 C 68.353 26.744 68.928 27.388 69.656 27.857 C 70.384 28.325 71.207 28.559 72.123 28.559 C 73.015 28.559 73.826 28.325 74.554 27.857 C 75.288 27.358 75.882 26.68 76.28 25.889 C 76.727 25.045 76.95 24.085 76.95 23.007 C 76.95 21.953 76.727 21.004 76.28 20.16 C 75.857 19.317 75.282 18.661 74.554 18.192 C 73.83 17.725 72.985 17.481 72.123 17.489 C 71.207 17.489 70.384 17.735 69.656 18.227 C 68.928 18.696 68.353 19.352 67.93 20.195 C 67.507 21.015 67.296 21.964 67.296 23.042 Z M 100.89 32.214 L 96.168 32.214 L 96.168 21.882 C 96.168 20.406 95.91 19.329 95.393 18.649 C 94.876 17.97 94.16 17.63 93.244 17.63 C 92.61 17.63 91.964 17.794 91.306 18.122 C 90.65 18.467 90.064 18.932 89.58 19.493 C 89.062 20.057 88.677 20.729 88.452 21.461 L 88.452 32.214 L 83.731 32.214 L 83.731 13.799 L 87.994 13.799 L 87.994 17.208 C 88.464 16.412 89.063 15.744 89.791 15.205 C 90.539 14.633 91.387 14.204 92.293 13.94 C 93.273 13.633 94.295 13.479 95.323 13.483 C 96.474 13.483 97.413 13.694 98.141 14.116 C 98.893 14.514 99.457 15.065 99.833 15.767 C 100.232 16.447 100.502 17.22 100.643 18.087 C 100.808 18.954 100.89 19.832 100.89 20.723 Z M 102.634 23.007 C 102.634 21.226 102.986 19.621 103.691 18.192 C 104.396 16.74 105.37 15.592 106.615 14.748 C 107.86 13.905 109.281 13.483 110.879 13.483 C 112.241 13.483 113.462 13.823 114.543 14.502 C 115.647 15.158 116.504 16.002 117.115 17.033 L 117.115 6.56 L 121.836 6.56 L 121.836 26.943 C 121.836 27.435 121.919 27.786 122.083 27.997 C 122.247 28.208 122.529 28.337 122.929 28.384 L 122.929 32.214 C 122.107 32.378 121.437 32.46 120.92 32.46 C 120.075 32.46 119.37 32.249 118.806 31.828 C 118.28 31.431 117.947 30.831 117.89 30.176 L 117.82 29.016 C 117.163 30.141 116.197 31.056 115.036 31.652 C 113.921 32.252 112.674 32.566 111.407 32.566 C 110.193 32.577 108.991 32.325 107.884 31.828 C 106.83 31.338 105.884 30.645 105.1 29.789 C 104.312 28.901 103.691 27.877 103.268 26.767 C 102.839 25.56 102.625 24.288 102.634 23.007 Z M 117.115 25.467 L 117.115 21.074 C 116.877 20.39 116.493 19.766 115.988 19.247 C 115.493 18.724 114.908 18.296 114.261 17.981 C 113.676 17.666 113.023 17.497 112.358 17.489 C 111.673 17.479 110.996 17.636 110.385 17.946 C 109.798 18.251 109.281 18.661 108.835 19.176 C 108.412 19.692 108.083 20.289 107.848 20.969 C 107.635 21.663 107.528 22.386 107.531 23.112 C 107.531 23.862 107.649 24.577 107.884 25.256 C 108.378 26.532 109.351 27.566 110.597 28.138 C 111.231 28.419 111.912 28.559 112.64 28.559 C 113.087 28.559 113.533 28.489 113.979 28.349 C 114.449 28.185 114.884 27.974 115.283 27.716 C 115.706 27.435 116.07 27.107 116.375 26.732 C 116.704 26.334 116.951 25.912 117.115 25.467 Z M 136.231 17.876 C 134.798 17.876 133.518 18.157 132.39 18.719 C 131.263 19.258 130.453 20.043 129.959 21.074 L 129.959 32.214 L 125.238 32.214 L 125.238 13.799 L 129.572 13.799 L 129.572 17.735 C 130.229 16.47 131.063 15.475 132.073 14.748 C 133.083 14.022 134.152 13.624 135.28 13.553 L 135.879 13.553 C 136.02 13.553 136.137 13.565 136.231 13.589 Z\" fill=\"hsl(0, 0%, 0%)\"></path></svg>',\n              svgContentId: 2049309534,\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                C0XCoRmg2: {\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 138 40\"><path d=\"M 2.936 29.286 C 2.936 27.668 4.579 26.357 6.606 26.357 C 8.633 26.357 10.277 27.668 10.277 29.286 C 10.277 30.903 8.633 32.214 6.606 32.214 C 4.579 32.214 2.936 30.903 2.936 29.286 Z\" fill=\"rgb(31,122,140)\"></path><path d=\"M 0 16.107 C 0 12.064 8.216 8.786 18.351 8.786 C 28.486 8.786 36.702 12.064 36.702 16.107 C 36.702 20.151 28.486 23.429 18.351 23.429 C 8.216 23.429 0 20.151 0 16.107 Z\" fill=\"rgb(31,122,140)\"></path><path d=\"M 43.714 32.214 L 43.714 7.263 L 54.319 7.263 C 55.47 7.263 56.527 7.497 57.49 7.966 C 58.453 8.434 59.287 9.067 59.992 9.863 C 60.72 10.66 61.284 11.55 61.683 12.534 C 62.082 13.518 62.282 14.526 62.282 15.557 C 62.282 16.962 61.953 18.298 61.295 19.563 C 60.661 20.801 59.729 21.864 58.582 22.655 C 57.431 23.452 56.069 23.85 54.495 23.85 L 48.576 23.85 L 48.576 32.214 Z M 48.576 19.598 L 54.213 19.598 C 54.801 19.598 55.329 19.434 55.799 19.106 C 56.269 18.778 56.645 18.309 56.926 17.7 C 57.208 17.068 57.349 16.353 57.349 15.557 C 57.349 14.69 57.185 13.952 56.856 13.343 C 56.551 12.733 56.14 12.277 55.623 11.972 C 55.137 11.669 54.575 11.511 54.002 11.515 L 48.576 11.515 Z M 72.124 32.566 C 70.619 32.566 69.269 32.32 68.072 31.828 C 66.916 31.342 65.872 30.624 65.005 29.719 C 64.183 28.829 63.538 27.792 63.103 26.662 C 62.655 25.507 62.428 24.28 62.433 23.042 C 62.433 21.753 62.656 20.535 63.103 19.387 C 63.538 18.257 64.183 17.22 65.005 16.33 C 65.867 15.428 66.912 14.721 68.071 14.256 C 69.269 13.741 70.619 13.483 72.123 13.483 C 73.626 13.483 74.965 13.741 76.139 14.256 C 77.298 14.721 78.343 15.428 79.205 16.33 C 80.043 17.208 80.69 18.249 81.107 19.387 C 81.554 20.535 81.777 21.753 81.777 23.042 C 81.777 24.307 81.554 25.514 81.107 26.662 C 80.69 27.8 80.043 28.841 79.205 29.719 C 78.356 30.628 77.323 31.347 76.175 31.828 C 74.977 32.32 73.626 32.566 72.123 32.566 Z M 67.296 23.042 C 67.296 24.12 67.507 25.08 67.93 25.924 C 68.353 26.744 68.928 27.388 69.656 27.857 C 70.384 28.325 71.207 28.559 72.123 28.559 C 73.015 28.559 73.826 28.325 74.554 27.857 C 75.288 27.358 75.882 26.68 76.28 25.889 C 76.727 25.045 76.95 24.085 76.95 23.007 C 76.95 21.953 76.727 21.004 76.28 20.16 C 75.857 19.317 75.282 18.661 74.554 18.192 C 73.83 17.725 72.985 17.481 72.123 17.489 C 71.207 17.489 70.384 17.735 69.656 18.227 C 68.928 18.696 68.353 19.352 67.93 20.195 C 67.507 21.015 67.296 21.964 67.296 23.042 Z M 100.89 32.214 L 96.168 32.214 L 96.168 21.882 C 96.168 20.406 95.91 19.329 95.393 18.649 C 94.876 17.97 94.16 17.63 93.244 17.63 C 92.61 17.63 91.964 17.794 91.306 18.122 C 90.65 18.467 90.064 18.932 89.58 19.493 C 89.062 20.057 88.677 20.729 88.452 21.461 L 88.452 32.214 L 83.731 32.214 L 83.731 13.799 L 87.994 13.799 L 87.994 17.208 C 88.464 16.412 89.063 15.744 89.791 15.205 C 90.539 14.633 91.387 14.204 92.293 13.94 C 93.273 13.633 94.295 13.479 95.323 13.483 C 96.474 13.483 97.413 13.694 98.141 14.116 C 98.893 14.514 99.457 15.065 99.833 15.767 C 100.232 16.447 100.502 17.22 100.643 18.087 C 100.808 18.954 100.89 19.832 100.89 20.723 Z M 102.634 23.007 C 102.634 21.226 102.986 19.621 103.691 18.192 C 104.396 16.74 105.37 15.592 106.615 14.748 C 107.86 13.905 109.281 13.483 110.879 13.483 C 112.241 13.483 113.462 13.823 114.543 14.502 C 115.647 15.158 116.504 16.002 117.115 17.033 L 117.115 6.56 L 121.836 6.56 L 121.836 26.943 C 121.836 27.435 121.919 27.786 122.083 27.997 C 122.247 28.208 122.529 28.337 122.929 28.384 L 122.929 32.214 C 122.107 32.378 121.437 32.46 120.92 32.46 C 120.075 32.46 119.37 32.249 118.806 31.828 C 118.28 31.431 117.947 30.831 117.89 30.176 L 117.82 29.016 C 117.163 30.141 116.197 31.056 115.036 31.652 C 113.921 32.252 112.674 32.566 111.407 32.566 C 110.193 32.577 108.991 32.325 107.884 31.828 C 106.83 31.338 105.884 30.645 105.1 29.789 C 104.312 28.901 103.691 27.877 103.268 26.767 C 102.839 25.56 102.625 24.288 102.634 23.007 Z M 117.115 25.467 L 117.115 21.074 C 116.877 20.39 116.493 19.766 115.988 19.247 C 115.493 18.724 114.908 18.296 114.261 17.981 C 113.676 17.666 113.023 17.497 112.358 17.489 C 111.673 17.479 110.996 17.636 110.385 17.946 C 109.798 18.251 109.281 18.661 108.835 19.176 C 108.412 19.692 108.083 20.289 107.848 20.969 C 107.635 21.663 107.528 22.386 107.531 23.112 C 107.531 23.862 107.649 24.577 107.884 25.256 C 108.378 26.532 109.351 27.566 110.597 28.138 C 111.231 28.419 111.912 28.559 112.64 28.559 C 113.087 28.559 113.533 28.489 113.979 28.349 C 114.449 28.185 114.884 27.974 115.283 27.716 C 115.706 27.435 116.07 27.107 116.375 26.732 C 116.704 26.334 116.951 25.912 117.115 25.467 Z M 136.231 17.876 C 134.798 17.876 133.518 18.157 132.39 18.719 C 131.263 19.258 130.453 20.043 129.959 21.074 L 129.959 32.214 L 125.238 32.214 L 125.238 13.799 L 129.572 13.799 L 129.572 17.735 C 130.229 16.47 131.063 15.475 132.073 14.748 C 133.083 14.022 134.152 13.624 135.28 13.553 L 135.879 13.553 C 136.02 13.553 136.137 13.565 136.231 13.589 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',\n                  svgContentId: 2121365180\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-kie9hf\",\n            \"data-framer-name\": \"Title and Icon\",\n            layoutDependency: layoutDependency,\n            layoutId: \"O74wqYnfT\",\n            children: isDisplayed() && /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1yzo1q7\",\n              \"data-framer-name\": \"Icon\",\n              layoutDependency: layoutDependency,\n              layoutId: \"B573ZNCsF\",\n              ...addPropertyOverrides({\n                C0XCoRmg2: {\n                  \"data-highlight\": true,\n                  onTap: onTap66ksrc\n                },\n                FKIXkTUFd: {\n                  \"data-highlight\": true,\n                  onTap: onTap66ksrc\n                },\n                RIFOdGXIe: {\n                  \"data-highlight\": true,\n                  onTap: onTap1l90whf\n                }\n              }, baseVariant, gestureVariant),\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1stmc0l\",\n                \"data-framer-name\": \"Bottom\",\n                layoutDependency: layoutDependency,\n                layoutId: \"x_WD8SmTS\",\n                style: {\n                  backgroundColor: \"rgb(153, 153, 153)\",\n                  borderBottomLeftRadius: 10,\n                  borderBottomRightRadius: 10,\n                  borderTopLeftRadius: 10,\n                  borderTopRightRadius: 10,\n                  rotate: 0\n                },\n                variants: {\n                  C0XCoRmg2: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  FKIXkTUFd: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  RIFOdGXIe: {\n                    backgroundColor: \"rgb(255, 255, 255)\",\n                    rotate: -45\n                  }\n                }\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1lqapr6\",\n                \"data-framer-name\": \"Mid\",\n                layoutDependency: layoutDependency,\n                layoutId: \"R_g918OUq\",\n                style: {\n                  backgroundColor: \"rgb(153, 153, 153)\",\n                  borderBottomLeftRadius: 10,\n                  borderBottomRightRadius: 10,\n                  borderTopLeftRadius: 10,\n                  borderTopRightRadius: 10\n                },\n                variants: {\n                  C0XCoRmg2: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  FKIXkTUFd: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  RIFOdGXIe: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  }\n                }\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-dxqqsp\",\n                \"data-framer-name\": \"Top\",\n                layoutDependency: layoutDependency,\n                layoutId: \"XSDIUAr1I\",\n                style: {\n                  backgroundColor: \"rgb(153, 153, 153)\",\n                  borderBottomLeftRadius: 10,\n                  borderBottomRightRadius: 10,\n                  borderTopLeftRadius: 10,\n                  borderTopRightRadius: 10,\n                  rotate: 0\n                },\n                variants: {\n                  C0XCoRmg2: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  FKIXkTUFd: {\n                    backgroundColor: \"rgb(255, 255, 255)\"\n                  },\n                  RIFOdGXIe: {\n                    backgroundColor: \"rgb(255, 255, 255)\",\n                    rotate: 45\n                  }\n                }\n              })]\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1v588ju\",\n            \"data-framer-name\": \"Frame 12\",\n            layoutDependency: layoutDependency,\n            layoutId: \"rDdsdrKc0\",\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\": \"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\n                    \"--framer-font-family\": '\"Satoshi Medium\", sans-serif',\n                    \"--framer-font-size\": \"17px\",\n                    \"--framer-letter-spacing\": \"0.17px\",\n                    \"--framer-text-alignment\": \"left\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      webPageId: \"pC7SeQRin\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-d2i39q\",\n                      \"data-styles-preset\": \"kBTt2a31A\",\n                      children: \"How It Works\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-8hyfed\",\n              \"data-framer-name\": \"Pricing\",\n              fonts: [\"CUSTOM;Satoshi Medium\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"YSO9IvJAc\",\n              style: {\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              variants: {\n                RIFOdGXIe: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\"\n                }\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                RIFOdGXIe: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\n                        \"--framer-font-family\": '\"Satoshi Medium\", sans-serif',\n                        \"--framer-font-size\": \"17px\",\n                        \"--framer-letter-spacing\": \"0.17px\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                      },\n                      children: /*#__PURE__*/_jsx(Link, {\n                        href: {\n                          webPageId: \"pC7SeQRin\"\n                        },\n                        openInNewTab: false,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(motion.a, {\n                          className: \"framer-styles-preset-1ygb9sd\",\n                          \"data-styles-preset\": \"oD7ZB8R5Q\",\n                          children: \"How It Works\"\n                        })\n                      })\n                    })\n                  })\n                }\n              }, baseVariant, gestureVariant)\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\n                    \"--framer-font-family\": '\"Satoshi Medium\", sans-serif',\n                    \"--framer-font-size\": \"17px\",\n                    \"--framer-letter-spacing\": \"0.17px\",\n                    \"--framer-text-alignment\": \"left\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      webPageId: \"T5dTZ3qtb\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-d2i39q\",\n                      \"data-styles-preset\": \"kBTt2a31A\",\n                      children: \"Blog\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-2bk15i\",\n              \"data-framer-name\": \"Pricing\",\n              fonts: [\"CUSTOM;Satoshi Medium\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"k1Guy37bN\",\n              style: {\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                RIFOdGXIe: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\n                        \"--framer-font-family\": '\"Satoshi Medium\", sans-serif',\n                        \"--framer-font-size\": \"17px\",\n                        \"--framer-letter-spacing\": \"0.17px\",\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(Link, {\n                        href: {\n                          webPageId: \"T5dTZ3qtb\"\n                        },\n                        openInNewTab: false,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(motion.a, {\n                          className: \"framer-styles-preset-1ygb9sd\",\n                          \"data-styles-preset\": \"oD7ZB8R5Q\",\n                          children: \"Blog\"\n                        })\n                      })\n                    })\n                  })\n                }\n              }, baseVariant, gestureVariant)\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-mb6eji-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"k0RGDRm1s-container\",\n              children: /*#__PURE__*/_jsx(ButtonSmallWhite, {\n                height: \"100%\",\n                id: \"k0RGDRm1s\",\n                layoutId: \"k0RGDRm1s\",\n                title: \"Add to Chrome\",\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  RIFOdGXIe: {\n                    style: {\n                      width: \"100%\"\n                    }\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            })]\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-pdkX9 [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-pdkX9 .framer-17pyjxn { display: block; }\", \".framer-pdkX9 .framer-1fr5juk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 80px; justify-content: center; overflow: visible; padding: 24px 24px 24px 24px; position: relative; width: 1200px; }\", \".framer-pdkX9 .framer-16buebz { flex: none; height: 40px; position: relative; text-decoration: none; width: 138px; }\", \".framer-pdkX9 .framer-kie9hf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-pdkX9 .framer-1yzo1q7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\", \".framer-pdkX9 .framer-1stmc0l { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\", \".framer-pdkX9 .framer-1lqapr6 { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: var(--framer-will-change-override, transform); }\", \".framer-pdkX9 .framer-dxqqsp { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: var(--framer-will-change-override, transform); }\", \".framer-pdkX9 .framer-1v588ju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-pdkX9 .framer-8hyfed, .framer-pdkX9 .framer-2bk15i { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-pdkX9 .framer-mb6eji-container { flex: none; height: auto; position: relative; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pdkX9 .framer-1fr5juk, .framer-pdkX9 .framer-1v588ju { gap: 0px; } .framer-pdkX9 .framer-1fr5juk > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pdkX9 .framer-1fr5juk > :first-child, .framer-pdkX9 .framer-1v588ju > :first-child { margin-left: 0px; } .framer-pdkX9 .framer-1fr5juk > :last-child, .framer-pdkX9 .framer-1v588ju > :last-child { margin-right: 0px; } .framer-pdkX9 .framer-1v588ju > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } }\", \".framer-pdkX9.framer-v-bnh55w .framer-1fr5juk { width: 810px; }\", \".framer-pdkX9.framer-v-1j04lfy .framer-1fr5juk, .framer-pdkX9.framer-v-ahff16 .framer-1fr5juk { width: 390px; }\", \".framer-pdkX9.framer-v-1j04lfy .framer-1yzo1q7, .framer-pdkX9.framer-v-ahff16 .framer-1yzo1q7 { bottom: 0px; cursor: pointer; height: unset; order: 0; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 32px); z-index: 1; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-1fr5juk { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; padding: 24px 24px 50px 24px; width: 390px; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-16buebz { order: 2; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-kie9hf { flex: none; height: 64px; order: 0; width: 100%; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-1yzo1q7 { cursor: pointer; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-1stmc0l { bottom: 15px; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-1lqapr6 { left: calc(50.00000000000002% - 2px / 2); width: 2px; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-dxqqsp { top: 15px; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-1v588ju { flex-direction: column; order: 1; padding: 20px 0px 0px 0px; width: 100%; }\", \".framer-pdkX9.framer-v-tus8q0 .framer-mb6eji-container { width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pdkX9.framer-v-tus8q0 .framer-1fr5juk, .framer-pdkX9.framer-v-tus8q0 .framer-1v588ju { gap: 0px; } .framer-pdkX9.framer-v-tus8q0 .framer-1fr5juk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pdkX9.framer-v-tus8q0 .framer-1fr5juk > :first-child, .framer-pdkX9.framer-v-tus8q0 .framer-1v588ju > :first-child { margin-top: 0px; } .framer-pdkX9.framer-v-tus8q0 .framer-1fr5juk > :last-child, .framer-pdkX9.framer-v-tus8q0 .framer-1v588ju > :last-child { margin-bottom: 0px; } .framer-pdkX9.framer-v-tus8q0 .framer-1v588ju > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicHeight 80\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"BUxUwq4U_\":{\"layout\":[\"fixed\",\"fixed\"]},\"C0XCoRmg2\":{\"layout\":[\"fixed\",\"fixed\"]},\"RIFOdGXIe\":{\"layout\":[\"fixed\",\"auto\"]},\"FKIXkTUFd\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               */\nconst FramerSxQAj7hop = withCSS(Component, css, \"framer-pdkX9\");\nexport default FramerSxQAj7hop;\nFramerSxQAj7hop.displayName = \"Topbar\";\nFramerSxQAj7hop.defaultProps = {\n  height: 80,\n  width: 1200\n};\naddPropertyControls(FramerSxQAj7hop, {\n  variant: {\n    options: [\"zLdZ_4AOy\", \"BUxUwq4U_\", \"C0XCoRmg2\", \"RIFOdGXIe\", \"FKIXkTUFd\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Phone\", \"Phone Open\", \"Variant 5\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerSxQAj7hop, [{\n  family: \"Satoshi Medium\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/SxQAj7hop:default\",\n    url: \"assets/cEsy1GfJcC5FNQtE1q3V5SiQ.otf\"\n  },\n  url: new URL(\"https://framerusercontent.com/modules/assets/cEsy1GfJcC5FNQtE1q3V5SiQ~wNfmndLRJxUcW8y_H2Gn2x_VjeXK_DDuSsMg0zv05Tc.otf\").href\n}, ...ButtonSmallWhiteFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerSxQAj7hop\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"80\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BUxUwq4U_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C0XCoRmg2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RIFOdGXIe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FKIXkTUFd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\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};\n//# sourceMappingURL=./SxQAj7hop.map"],
  "mappings": "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",
  "names": ["ButtonSmallWhiteFonts", "getFonts", "SGsKoBvv3_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap66ksrc", "args", "onTap1l90whf", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "SVG", "RichText", "x", "css", "FramerSxQAj7hop", "withCSS", "SxQAj7hop_default", "addPropertyControls", "ControlType", "addFonts", "fonts"]
}
