{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/XV0koLFwjMEAn1mBdMFW/1v3bCSTodbTvj79VyxXv/WTBH3Ub3u.js"],
  "sourcesContent": ["// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, LazyValue, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport MainNavigation from \"https://framerusercontent.com/modules/g1dzClcdAqpOs7uicwfr/wq4FpZbR9gTlqXoighqN/ILNcolBnd.js\";\nimport Footer from \"https://framerusercontent.com/modules/7oWXEbFjozdBhVWIgvGk/lZnC9hwcolTEp03F7dk1/UORihvK4I.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/2ug6YLaRKQ0lu0WHmURF/619foN3HYTmroeRIoetF/dXKJ5jqei.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/xSFoPcbn6iMpGlb2QKkT/fW4Xr6z1QO2UJHb7mZuN/fsw18Qegx.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/vUyBRULEOMDVTsKxOSSp/SEyOTjU7Kcb0UosiJwcY/IFA8OfiTI.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/v2iVFLDgKrI7dH720Zr9/WIuwRHrUAKGsViqdFaOg/uqtd07Ug9.js\";\nimport * as sharedStyle5 from \"https://framerusercontent.com/modules/T0yJzWGTBfbujpPqxTaQ/67qdpAJ396pP6LLXHbIU/vXUymyC8h.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/iooD571kC6efnCIEMnkp/kLM3I32hpOpj5dGQP4cd/w5Dm7lI4n.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/wmJqwJUOdvJBUaSvCzml/xVA0sYDjzr5R4rldkvUh/WTBH3Ub3u.js\";\nconst MainNavigationFonts = getFonts(MainNavigation);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"nqKmlUZxc\", \"MlPDHdg5L\"];\nconst breakpoints = {\n  MlPDHdg5L: \"(max-width: 1199px)\",\n  nqKmlUZxc: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-KQhzN\";\nconst variantClassNames = {\n  MlPDHdg5L: \"framer-v-fsrt0j\",\n  nqKmlUZxc: \"framer-v-f1k9c8\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"nqKmlUZxc\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst valuesByLocaleId = {\n  qHaDtKddh: new LazyValue(() => import(\"./WTBH3Ub3u-0.js\"))\n};\nconst preloadLocalizedValues = locale => {\n  const promises = [];\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const promise = values.preload();\n      if (promise) {\n        promises.push(promise);\n      }\n    }\n    locale = locale.fallback;\n  }\n  if (promises.length > 0) {\n    return Promise.all(promises);\n  }\n};\nconst getLocalizedValue = (key, locale) => {\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const value = values.read()[key];\n      if (value) {\n        return value;\n      }\n    }\n    locale = locale.fallback;\n  }\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"nqKmlUZxc\",\n  Phone: \"MlPDHdg5L\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"nqKmlUZxc\"\n  };\n};\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  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(`${metadata1.bodyClassName}-framer-KQhzN`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-KQhzN`);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const preloadPromise = preloadLocalizedValues(activeLocale);\n  if (preloadPromise) throw preloadPromise;\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"MlPDHdg5L\") return !isBrowser();\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className, sharedStyle5.className];\n  var _getLocalizedValue, _getLocalizedValue1, _getLocalizedValue2, _getLocalizedValue3, _getLocalizedValue4, _getLocalizedValue5, _getLocalizedValue6, _getLocalizedValue7, _getLocalizedValue8, _getLocalizedValue9, _getLocalizedValue10, _getLocalizedValue11, _getLocalizedValue12, _getLocalizedValue13, _getLocalizedValue14, _getLocalizedValue15, _getLocalizedValue16, _getLocalizedValue17, _getLocalizedValue18, _getLocalizedValue19, _getLocalizedValue20, _getLocalizedValue21, _getLocalizedValue22, _getLocalizedValue23, _getLocalizedValue24, _getLocalizedValue25, _getLocalizedValue26, _getLocalizedValue27, _getLocalizedValue28, _getLocalizedValue29, _getLocalizedValue30, _getLocalizedValue31, _getLocalizedValue32, _getLocalizedValue33;\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"nqKmlUZxc\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-KQhzN\", ...sharedStyleClassNames),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-f1k9c8\", className),\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          children: /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-irihig\",\n            \"data-framer-name\": \"Frame 1000004418\",\n            name: \"Frame 1000004418\",\n            children: [/*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-1sykz3r\",\n              \"data-framer-name\": \"Frame 1000004417\",\n              name: \"Frame 1000004417\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-1gl7vgg\",\n                \"data-framer-name\": \"Frame 1000004416\",\n                name: \"Frame 1000004416\",\n                children: [/*#__PURE__*/_jsx(Container, {\n                  className: \"framer-huopov-container\",\n                  children: /*#__PURE__*/_jsx(MainNavigation, {\n                    height: \"100%\",\n                    id: \"XliuTxUuI\",\n                    layoutId: \"XliuTxUuI\",\n                    style: {\n                      width: \"100%\"\n                    },\n                    variant: \"t_LdAlXYL\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-hj5rsm\",\n                  \"data-framer-name\": \"Frame 1000004419\",\n                  name: \"Frame 1000004419\",\n                  children: [/*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-z48mon\",\n                    \"data-framer-name\": \"Frame 1000004410\",\n                    name: \"Frame 1000004410\",\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h2\", {\n                          className: \"framer-styles-preset-q9uxsa\",\n                          \"data-styles-preset\": \"uqtd07Ug9\",\n                          children: [\"Internet accessibility\", /*#__PURE__*/_jsx(\"br\", {}), \"for mobile adventurers.\"]\n                        })\n                      }),\n                      className: \"framer-pie4t1\",\n                      \"data-framer-name\": \"Powering the dreams of businesses in emerging markets.\",\n                      name: \"Powering the dreams of businesses in emerging markets.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        background: {\n                          alt: \"group of young people riding in a sunlit bus or train, each absorbed in their smartphones. A woman in a hat is in the foreground, and the scenery outside the window is green and rural.\",\n                          fit: \"fill\",\n                          intrinsicHeight: 1632,\n                          intrinsicWidth: 2912,\n                          pixelHeight: 1632,\n                          pixelWidth: 2912,\n                          sizes: \"calc(100vw - 32px)\",\n                          src: \"https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png\",\n                          srcSet: \"https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=512 512w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png 2912w\"\n                        }\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(Image, {\n                      background: {\n                        alt: \"group of young people riding in a sunlit bus or train, each absorbed in their smartphones. A woman in a hat is in the foreground, and the scenery outside the window is green and rural.\",\n                        fit: \"fill\",\n                        intrinsicHeight: 1632,\n                        intrinsicWidth: 2912,\n                        pixelHeight: 1632,\n                        pixelWidth: 2912,\n                        sizes: \"774px\",\n                        src: \"https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png\",\n                        srcSet: \"https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=512 512w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/9gLvUMEhgQOJlIWSE8oZ1tydMs.png 2912w\"\n                      },\n                      className: \"framer-3gwzyp\",\n                      \"data-framer-name\": \"Rectangle 1\",\n                      name: \"Rectangle 1\"\n                    })\n                  })]\n                })]\n              }), /*#__PURE__*/_jsx(\"div\", {\n                className: \"framer-zs7jna\",\n                \"data-framer-name\": \"Frame 1000004404\",\n                name: \"Frame 1000004404\",\n                children: /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-14299iq\",\n                  \"data-framer-name\": \"Frame 1000004402\",\n                  name: \"Frame 1000004402\",\n                  children: [/*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-4s0fjv\",\n                    \"data-framer-name\": \"Frame 1000004420\",\n                    name: \"Frame 1000004420\",\n                    children: [/*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-xm0h02\",\n                      \"data-framer-name\": \"Frame 1000004349\",\n                      name: \"Frame 1000004349\",\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          MlPDHdg5L: {\n                            children: (_getLocalizedValue = getLocalizedValue(\"v1\", activeLocale)) !== null && _getLocalizedValue !== void 0 ? _getLocalizedValue : /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"h6\", {\n                                className: \"framer-styles-preset-1etnhay\",\n                                \"data-styles-preset\": \"dXKJ5jqei\",\n                                style: {\n                                  \"--framer-text-color\": \"rgba(255, 255, 255, 0.55)\"\n                                },\n                                children: \"ROLE\"\n                              })\n                            })\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(RichText, {\n                          __fromCanvasComponent: true,\n                          children: (_getLocalizedValue1 = getLocalizedValue(\"v0\", activeLocale)) !== null && _getLocalizedValue1 !== void 0 ? _getLocalizedValue1 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h6\", {\n                              className: \"framer-styles-preset-1etnhay\",\n                              \"data-styles-preset\": \"dXKJ5jqei\",\n                              style: {\n                                \"--framer-text-color\": \"rgba(255, 255, 255, 0.55)\"\n                              },\n                              children: \"ROLE\"\n                            })\n                          }),\n                          className: \"framer-mu2bsl\",\n                          \"data-framer-name\": \"ROLE\",\n                          name: \"ROLE\",\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      }), /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-fsnejk\",\n                            \"data-styles-preset\": \"fsw18Qegx\",\n                            children: \"Research\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-fsnejk\",\n                            \"data-styles-preset\": \"fsw18Qegx\",\n                            children: \"Information Architechure\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-fsnejk\",\n                            \"data-styles-preset\": \"fsw18Qegx\",\n                            children: \"UI/UX Design\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-fsnejk\",\n                            \"data-styles-preset\": \"fsw18Qegx\",\n                            children: \"Branding Identity\"\n                          })]\n                        }),\n                        className: \"framer-b3gev4\",\n                        \"data-framer-name\": \"Research Information Architechure UI/UX Design Branding Design System\",\n                        name: \"Research Information Architechure UI/UX Design Branding Design System\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })]\n                    }), /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-8bnxq6\",\n                      \"data-framer-name\": \"Frame 1000004350\",\n                      name: \"Frame 1000004350\",\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          MlPDHdg5L: {\n                            children: (_getLocalizedValue2 = getLocalizedValue(\"v3\", activeLocale)) !== null && _getLocalizedValue2 !== void 0 ? _getLocalizedValue2 : /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"h6\", {\n                                className: \"framer-styles-preset-1etnhay\",\n                                \"data-styles-preset\": \"dXKJ5jqei\",\n                                children: \"PLATFORM\"\n                              })\n                            })\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(RichText, {\n                          __fromCanvasComponent: true,\n                          children: (_getLocalizedValue3 = getLocalizedValue(\"v2\", activeLocale)) !== null && _getLocalizedValue3 !== void 0 ? _getLocalizedValue3 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h6\", {\n                              className: \"framer-styles-preset-1etnhay\",\n                              \"data-styles-preset\": \"dXKJ5jqei\",\n                              children: \"PLATFORM\"\n                            })\n                          }),\n                          className: \"framer-1y1wnos\",\n                          \"data-framer-name\": \"PLATFORM\",\n                          name: \"PLATFORM\",\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          MlPDHdg5L: {\n                            children: (_getLocalizedValue4 = getLocalizedValue(\"v5\", activeLocale)) !== null && _getLocalizedValue4 !== void 0 ? _getLocalizedValue4 : /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                className: \"framer-styles-preset-fsnejk\",\n                                \"data-styles-preset\": \"fsw18Qegx\",\n                                children: \"Responsive Web\"\n                              })\n                            })\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(RichText, {\n                          __fromCanvasComponent: true,\n                          children: (_getLocalizedValue5 = getLocalizedValue(\"v4\", activeLocale)) !== null && _getLocalizedValue5 !== void 0 ? _getLocalizedValue5 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-fsnejk\",\n                              \"data-styles-preset\": \"fsw18Qegx\",\n                              children: \"Responsive Web\"\n                            })\n                          }),\n                          className: \"framer-60q6um\",\n                          \"data-framer-name\": \"Andriod MPOS\",\n                          name: \"Andriod MPOS\",\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      })]\n                    })]\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-16c60vn\",\n                    \"data-framer-name\": \"Line 4\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 3,\n                    intrinsicWidth: 773,\n                    name: \"Line 4\",\n                    svg: '<svg width=\"773\" height=\"3\" viewBox=\"-1 -1 773 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.61875\" x2=\"770.052\" y2=\"0.61875\" stroke=\"white\" stroke-width=\"0.7\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  })]\n                })\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-q4x0as\",\n                \"data-framer-name\": \"Frame 1000004355\",\n                name: \"Frame 1000004355\",\n                children: [/*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-kucq8m\",\n                  \"data-framer-name\": \"Frame 1000004421\",\n                  name: \"Frame 1000004421\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue6 = getLocalizedValue(\"v7\", activeLocale)) !== null && _getLocalizedValue6 !== void 0 ? _getLocalizedValue6 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h6\", {\n                            className: \"framer-styles-preset-1etnhay\",\n                            \"data-styles-preset\": \"dXKJ5jqei\",\n                            children: \"BACKGROUND\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue7 = getLocalizedValue(\"v6\", activeLocale)) !== null && _getLocalizedValue7 !== void 0 ? _getLocalizedValue7 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h6\", {\n                          className: \"framer-styles-preset-1etnhay\",\n                          \"data-styles-preset\": \"dXKJ5jqei\",\n                          children: \"BACKGROUND\"\n                        })\n                      }),\n                      className: \"framer-108p63e\",\n                      \"data-framer-name\": \"BACKGROUND\",\n                      name: \"BACKGROUND\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue8 = getLocalizedValue(\"v9\", activeLocale)) !== null && _getLocalizedValue8 !== void 0 ? _getLocalizedValue8 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1s4kr8s\",\n                            \"data-styles-preset\": \"w5Dm7lI4n\",\n                            children: \"Hyper Mobile Europe allows eSim users to connect across the EU without dead zones or lost calls.\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue9 = getLocalizedValue(\"v8\", activeLocale)) !== null && _getLocalizedValue9 !== void 0 ? _getLocalizedValue9 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-1s4kr8s\",\n                          \"data-styles-preset\": \"w5Dm7lI4n\",\n                          children: \"Hyper Mobile Europe allows eSim users to connect across the EU without dead zones or lost calls.\"\n                        })\n                      }),\n                      className: \"framer-11nwyqf\",\n                      \"data-framer-name\": \"Moniepoint provides an all-in-one payments, banking and operations platform for businesses.\",\n                      name: \"Moniepoint provides an all-in-one payments, banking and operations platform for businesses.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(\"div\", {\n                  className: \"framer-1lqed7w\",\n                  \"data-framer-name\": \"Frame 1000004354\",\n                  name: \"Frame 1000004354\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue10 = getLocalizedValue(\"v11\", activeLocale)) !== null && _getLocalizedValue10 !== void 0 ? _getLocalizedValue10 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-hrurfb\",\n                            \"data-styles-preset\": \"IFA8OfiTI\",\n                            children: \"Hyper Mobile EU, a leading European telecommunications company, sought to establish a distinct and compelling visual identity that would resonate with its diverse customer base while reflecting its commitment to cutting-edge technology and connectivity.\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue11 = getLocalizedValue(\"v10\", activeLocale)) !== null && _getLocalizedValue11 !== void 0 ? _getLocalizedValue11 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-hrurfb\",\n                          \"data-styles-preset\": \"IFA8OfiTI\",\n                          children: \"Hyper Mobile EU, a leading European telecommunications company, sought to establish a distinct and compelling visual identity that would resonate with its diverse customer base while reflecting its commitment to cutting-edge technology and connectivity.\"\n                        })\n                      }),\n                      className: \"framer-151efun\",\n                      \"data-framer-name\": \"Cash is king in Nigeria; despite the proliferation of digital payment options, cash remains the preferred mode of payment for most Nigerians. The existing infrastructure could only handle cash transactions, notwithstanding the aspirations of regulators and financial institutions for a digital-centric payment system.\",\n                      name: \"Cash is king in Nigeria; despite the proliferation of digital payment options, cash remains the preferred mode of payment for most Nigerians. The existing infrastructure could only handle cash transactions, notwithstanding the aspirations of regulators and financial institutions for a digital-centric payment system.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-4oh4hz\",\n                children: [/*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-uy5zbt\",\n                  \"data-framer-name\": \"Frame 1000004422\",\n                  name: \"Frame 1000004422\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue12 = getLocalizedValue(\"v13\", activeLocale)) !== null && _getLocalizedValue12 !== void 0 ? _getLocalizedValue12 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h6\", {\n                            className: \"framer-styles-preset-1etnhay\",\n                            \"data-styles-preset\": \"dXKJ5jqei\",\n                            children: \"DESIGN STRATEGY\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue13 = getLocalizedValue(\"v12\", activeLocale)) !== null && _getLocalizedValue13 !== void 0 ? _getLocalizedValue13 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h6\", {\n                          className: \"framer-styles-preset-1etnhay\",\n                          \"data-styles-preset\": \"dXKJ5jqei\",\n                          children: \"DESIGN STRATEGY\"\n                        })\n                      }),\n                      className: \"framer-14gxvz7\",\n                      \"data-framer-name\": \"WHAT WE WANTED TO SOLVE\",\n                      name: \"WHAT WE WANTED TO SOLVE\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue14 = getLocalizedValue(\"v15\", activeLocale)) !== null && _getLocalizedValue14 !== void 0 ? _getLocalizedValue14 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1q5bl5j\",\n                            \"data-styles-preset\": \"vXUymyC8h\",\n                            children: \"Our approach\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue15 = getLocalizedValue(\"v14\", activeLocale)) !== null && _getLocalizedValue15 !== void 0 ? _getLocalizedValue15 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-1q5bl5j\",\n                          \"data-styles-preset\": \"vXUymyC8h\",\n                          children: \"Our approach\"\n                        })\n                      }),\n                      className: \"framer-1sz3t4j\",\n                      \"data-framer-name\": \"Building a bank for businesses\",\n                      name: \"Building a bank for businesses\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    MlPDHdg5L: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        sizes: \"calc(100vw - 32px)\",\n                        src: \"https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png\",\n                        srcSet: \"https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=512 512w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png 3083w\"\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      sizes: \"774px\",\n                      src: \"https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png\",\n                      srcSet: \"https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=512 512w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/0pO7FF1n5kcnvHj664mZS3WLSic.png 3083w\"\n                    },\n                    className: \"framer-f6ni8d\",\n                    \"data-framer-name\": \"Rectangle 9\",\n                    name: \"Rectangle 9\"\n                  })\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1w4i9xt\",\n                  children: [/*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-sduo6u\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue16 = getLocalizedValue(\"v17\", activeLocale)) !== null && _getLocalizedValue16 !== void 0 ? _getLocalizedValue16 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                                \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-line-height\": \"156%\",\n                                \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                              },\n                              children: \"Market Research and Analysis:\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue17 = getLocalizedValue(\"v16\", activeLocale)) !== null && _getLocalizedValue17 !== void 0 ? _getLocalizedValue17 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                              \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"20px\",\n                              \"--framer-line-height\": \"156%\",\n                              \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                            },\n                            children: \"Market Research and Analysis:\"\n                          })\n                        }),\n                        className: \"framer-sp0j2p\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        fonts: [\"CUSTOM;Test S\\xf6hne Dreiviertelfett\"],\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue18 = getLocalizedValue(\"v19\", activeLocale)) !== null && _getLocalizedValue18 !== void 0 ? _getLocalizedValue18 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-hrurfb\",\n                              \"data-styles-preset\": \"IFA8OfiTI\",\n                              children: \"We conducted extensive research on the European telecommunications market, identifying industry trends, customer preferences, and competitors' visual identities.\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue19 = getLocalizedValue(\"v18\", activeLocale)) !== null && _getLocalizedValue19 !== void 0 ? _getLocalizedValue19 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-hrurfb\",\n                            \"data-styles-preset\": \"IFA8OfiTI\",\n                            children: \"We conducted extensive research on the European telecommunications market, identifying industry trends, customer preferences, and competitors' visual identities.\"\n                          })\n                        }),\n                        className: \"framer-7gaids\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-1ei2d7p\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue20 = getLocalizedValue(\"v21\", activeLocale)) !== null && _getLocalizedValue20 !== void 0 ? _getLocalizedValue20 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                                \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-line-height\": \"156%\",\n                                \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                              },\n                              children: \"Client Collaboration:\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue21 = getLocalizedValue(\"v20\", activeLocale)) !== null && _getLocalizedValue21 !== void 0 ? _getLocalizedValue21 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                              \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"20px\",\n                              \"--framer-line-height\": \"156%\",\n                              \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                            },\n                            children: \"Client Collaboration:\"\n                          })\n                        }),\n                        className: \"framer-7s6khy\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        fonts: [\"CUSTOM;Test S\\xf6hne Dreiviertelfett\"],\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue22 = getLocalizedValue(\"v23\", activeLocale)) !== null && _getLocalizedValue22 !== void 0 ? _getLocalizedValue22 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-hrurfb\",\n                              \"data-styles-preset\": \"IFA8OfiTI\",\n                              children: \"I collaborated closely with the Hyper Mobile EU team to understand their brand values, mission, and vision, ensuring alignment with the new visual identity.\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue23 = getLocalizedValue(\"v22\", activeLocale)) !== null && _getLocalizedValue23 !== void 0 ? _getLocalizedValue23 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-hrurfb\",\n                            \"data-styles-preset\": \"IFA8OfiTI\",\n                            children: \"I collaborated closely with the Hyper Mobile EU team to understand their brand values, mission, and vision, ensuring alignment with the new visual identity.\"\n                          })\n                        }),\n                        className: \"framer-1iv27av\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-13c47kd\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue24 = getLocalizedValue(\"v25\", activeLocale)) !== null && _getLocalizedValue24 !== void 0 ? _getLocalizedValue24 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                                \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-line-height\": \"156%\",\n                                \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                              },\n                              children: \"Logo Design and Key assets:\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue25 = getLocalizedValue(\"v24\", activeLocale)) !== null && _getLocalizedValue25 !== void 0 ? _getLocalizedValue25 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                              \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"20px\",\n                              \"--framer-line-height\": \"156%\",\n                              \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                            },\n                            children: \"Logo Design and Key assets\"\n                          })\n                        }),\n                        className: \"framer-ff9ta9\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        fonts: [\"CUSTOM;Test S\\xf6hne Dreiviertelfett\"],\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: /*#__PURE__*/_jsxs(React.Fragment, {\n                            children: [/*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-hrurfb\",\n                              \"data-styles-preset\": \"IFA8OfiTI\",\n                              children: \"I created a memorable and versatile logo that symbolized connectivity, innovation, and reliability, with a design that could adapt to various applications.\"\n                            }), /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-hrurfb\",\n                              \"data-styles-preset\": \"IFA8OfiTI\",\n                              children: \"I also developed a core set of visual elements, including a color palette, typography choices, and a design style that would convey Hyper Mobile EU's brand personality.\"\n                            })]\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            className: \"framer-styles-preset-hrurfb\",\n                            \"data-styles-preset\": \"IFA8OfiTI\",\n                            children: [\"I created a memorable and versatile logo that symbolized connectivity, innovation, and reliability, with a design that could adapt to various applications.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"I also developed a core set of visual elements, including a color palette, typography choices, and a design style that would convey Hyper Mobile EU's brand personality.\"]\n                          })\n                        }),\n                        className: \"framer-17s9nap\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-vzqi3x\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue26 = getLocalizedValue(\"v27\", activeLocale)) !== null && _getLocalizedValue26 !== void 0 ? _getLocalizedValue26 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                                \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-line-height\": \"156%\",\n                                \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                              },\n                              children: \"Brand Identity guidelines\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue27 = getLocalizedValue(\"v26\", activeLocale)) !== null && _getLocalizedValue27 !== void 0 ? _getLocalizedValue27 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"Q1VTVE9NO1Rlc3QgU8O2aG5lIERyZWl2aWVydGVsZmV0dA==\",\n                              \"--framer-font-family\": '\"Test S\\xf6hne Dreiviertelfett\", \"Test S\\xf6hne Dreiviertelfett Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"20px\",\n                              \"--framer-line-height\": \"156%\",\n                              \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                            },\n                            children: \"Brand Identity guidelines\"\n                          })\n                        }),\n                        className: \"framer-1qtg8qy\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        fonts: [\"CUSTOM;Test S\\xf6hne Dreiviertelfett\"],\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        MlPDHdg5L: {\n                          children: (_getLocalizedValue28 = getLocalizedValue(\"v29\", activeLocale)) !== null && _getLocalizedValue28 !== void 0 ? _getLocalizedValue28 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-hrurfb\",\n                              \"data-styles-preset\": \"IFA8OfiTI\",\n                              children: \"I compiled comprehensive brand guidelines outlining logo usage, color codes, typography guidelines, and design principles to ensure consistent application across all media.\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (_getLocalizedValue29 = getLocalizedValue(\"v28\", activeLocale)) !== null && _getLocalizedValue29 !== void 0 ? _getLocalizedValue29 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-hrurfb\",\n                            \"data-styles-preset\": \"IFA8OfiTI\",\n                            children: \"I compiled comprehensive brand guidelines outlining logo usage, color codes, typography guidelines, and design principles to ensure consistent application across all media.\"\n                          })\n                        }),\n                        className: \"framer-1d1oji7\",\n                        \"data-framer-name\": \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        name: \"Information from Statista showed that 51% of Nigeria\u2019s 99 million adult population were financially underserved. This inclusion gap was caused by a dependence on physical cash and a need for high-touch financial services, which the current banking infrastructure cannot provide at scale. In agency banking, clients still have access to the full suite of banking services, but they do so through non-bank entities rather than banks themselves. In both heavily populated urban areas and rural areas without access to conventional banking services, these agents can be modest retail establishments or solopreneurs armed with point-of-sale terminals and wads of cash, prepared to serve. Moniepoint planned to use these terminals to facilitate transactions on behalf of the banks or financial institutions, making banking services more accessible to a broader range of people.\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  })]\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1tw04d4\",\n                  \"data-framer-name\": \"Frame 1000004422\",\n                  name: \"Frame 1000004422\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue30 = getLocalizedValue(\"v31\", activeLocale)) !== null && _getLocalizedValue30 !== void 0 ? _getLocalizedValue30 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h6\", {\n                            className: \"framer-styles-preset-1etnhay\",\n                            \"data-styles-preset\": \"dXKJ5jqei\",\n                            children: \"ENGINE.START\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue31 = getLocalizedValue(\"v30\", activeLocale)) !== null && _getLocalizedValue31 !== void 0 ? _getLocalizedValue31 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h6\", {\n                          className: \"framer-styles-preset-1etnhay\",\n                          \"data-styles-preset\": \"dXKJ5jqei\",\n                          children: \"ENGINE.START\"\n                        })\n                      }),\n                      className: \"framer-yp5ait\",\n                      \"data-framer-name\": \"WHAT WE WANTED TO SOLVE\",\n                      name: \"WHAT WE WANTED TO SOLVE\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      MlPDHdg5L: {\n                        children: (_getLocalizedValue32 = getLocalizedValue(\"v33\", activeLocale)) !== null && _getLocalizedValue32 !== void 0 ? _getLocalizedValue32 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1q5bl5j\",\n                            \"data-styles-preset\": \"vXUymyC8h\",\n                            children: \"Design showcase\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (_getLocalizedValue33 = getLocalizedValue(\"v32\", activeLocale)) !== null && _getLocalizedValue33 !== void 0 ? _getLocalizedValue33 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-1q5bl5j\",\n                          \"data-styles-preset\": \"vXUymyC8h\",\n                          children: \"Design showcase\"\n                        })\n                      }),\n                      className: \"framer-19zmlf1\",\n                      \"data-framer-name\": \"Building a bank for businesses\",\n                      name: \"Building a bank for businesses\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1etx54i\",\n                  \"data-framer-name\": \"Frame 1000003909\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 496,\n                  intrinsicWidth: 771,\n                  name: \"Frame 1000003909\",\n                  svg: '<svg width=\"771\" height=\"496\" viewBox=\"0 0 771 496\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_529_3113)\">\\n<rect x=\"0.5\" y=\"0.00195312\" width=\"939.497\" height=\"495.366\" fill=\"black\"/>\\n<path d=\"M178.526 0.197266H715.02L591.971 496.241H55.4775L178.526 0.197266Z\" fill=\"url(#paint0_linear_529_3113)\"/>\\n<path d=\"M178.526 0.197266H715.02L591.971 496.241H55.4775L178.526 0.197266Z\" fill=\"url(#paint1_linear_529_3113)\"/>\\n<path d=\"M271.061 200.918H315.982L300.4 262.404H258.567L271.061 200.918Z\" fill=\"white\"/>\\n<g clip-path=\"url(#clip1_529_3113)\">\\n<path d=\"M323.141 200.918L304.667 262.404L279.591 262.404L279.693 262.053L302.789 234.816L282.362 234.816L274.077 262.404L252.671 262.404L271.145 200.918L295.829 200.918L295.822 200.938L272.733 228.174L292.646 228.174L300.829 200.918L323.141 200.918Z\" fill=\"#FD3C00\"/>\\n<path opacity=\"0.29\" d=\"M272.733 228.175L282.362 234.817L302.789 234.817L292.646 228.175L272.733 228.175Z\" fill=\"white\"/>\\n</g>\\n<path d=\"M323.422 247.604L332.198 214.956H344.707L341.77 225.904H354.941L357.877 214.956H370.393L361.617 247.604H349.101L352.146 236.251H338.975L335.931 247.604H323.422Z\" fill=\"white\"/>\\n<path d=\"M371.224 247.692L377.643 238.869L371.446 215.071H383.091L384.806 223.226C384.995 224.042 385.164 224.953 385.312 225.924C385.461 226.895 385.555 227.685 385.616 228.231L385.69 229.101H385.792C387.142 227.015 388.508 225.049 389.889 223.206L395.965 215.05H408.656L383.233 247.671L371.224 247.692Z\" fill=\"white\"/>\\n<path d=\"M400.987 247.692L409.729 215.071H429.104C434.207 215.071 437.864 216.366 440.074 218.956C442.464 221.744 443.04 225.45 441.802 230.073C440.708 234.154 434.883 242.282 424.041 242.282H414.745L413.294 247.678L400.987 247.692ZM419.309 225.25L417.283 232.757H423.933C425.425 232.757 429.158 231.503 429.88 228.804C430.785 225.432 427.396 225.25 425.83 225.25H419.309Z\" fill=\"white\"/>\\n<path d=\"M440 248.366L448.931 215.071H481.199L478.559 224.912H458.402L457.511 227.914H477.763L475.994 235.179H455.742L454.892 237.998H475.63L472.875 248.366H440Z\" fill=\"white\"/>\\n<path d=\"M475.434 248.366L484.352 215.071H505.589C510.252 215.071 513.816 216.157 516.282 218.329C518.749 220.501 519.424 223.649 518.308 227.772C517.011 232.602 513.751 236.072 508.526 238.181L508.479 238.356C511.377 239.593 512.738 241.942 512.563 245.405C512.563 246.221 512.205 248.339 512.205 248.339H499.379C499.379 248.339 499.466 244.892 498.805 244.096C498.143 243.3 496.928 242.896 495.173 242.896H489.374L487.916 248.339L475.434 248.366ZM494.093 225.432L492.101 232.852H498.798C502.511 232.852 504.455 232.508 505.272 229.479C506.352 225.432 502.72 225.432 500.972 225.432H494.093Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_529_3113\" x1=\"72.6286\" y1=\"-464.597\" x2=\"495.419\" y2=\"126.191\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FD3C00\"/>\\n<stop offset=\"1\" stop-color=\"#FD3C00\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_529_3113\" x1=\"781.509\" y1=\"777.959\" x2=\"385.249\" y2=\"330.981\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.298921\" stop-color=\"#28D07E\"/>\\n<stop offset=\"1\" stop-color=\"#3B0ECD\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_529_3113\">\\n<rect width=\"770.5\" height=\"495.366\" fill=\"white\" transform=\"translate(0.5 0.00195312)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_529_3113\">\\n<rect width=\"61.4859\" height=\"70.4702\" fill=\"white\" transform=\"translate(323.141 200.918) rotate(90)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1enwy65\",\n                  \"data-framer-name\": \"Frame 1000004380\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 496,\n                  intrinsicWidth: 771,\n                  name: \"Frame 1000004380\",\n                  svg: '<svg width=\"771\" height=\"496\" viewBox=\"0 0 771 496\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_529_3124)\">\\n<rect x=\"0.5\" y=\"0.368164\" width=\"469.749\" height=\"495.366\" fill=\"#FD3C00\"/>\\n<g clip-path=\"url(#clip1_529_3124)\">\\n<path d=\"M129.704 216.051L110.743 280.051H85.0052L85.1092 279.685L108.814 251.335H87.8487L79.3459 280.051H57.3745L76.3359 216.051H101.671L101.664 216.072L77.9658 244.422H98.4044L106.803 216.051H129.704Z\" fill=\"white\"/>\\n<path d=\"M77.9658 244.422L87.8488 251.335H108.815L98.4045 244.422H77.9658Z\" fill=\"#CB390E\"/>\\n<path d=\"M129.981 264.466L138.997 230.419H151.849L148.832 241.841H162.363L165.38 230.419H178.231L169.215 264.466H156.364L159.492 252.629H145.961L142.833 264.466H129.981Z\" fill=\"white\"/>\\n<path d=\"M179.091 264.578L185.686 255.379L179.32 230.567H191.29L193.052 239.07C193.246 239.921 193.419 240.87 193.572 241.883C193.725 242.896 193.822 243.719 193.884 244.288L193.96 245.195H194.064C195.452 243.02 196.853 240.971 198.267 239.049L204.509 230.546H217.548L191.429 264.557L179.091 264.578Z\" fill=\"white\"/>\\n<path d=\"M209.69 264.578L218.706 230.566H238.611C243.849 230.566 247.606 231.917 249.881 234.617C252.336 237.524 252.925 241.388 251.649 246.208C250.526 250.463 244.54 258.937 233.409 258.937H223.852L222.368 264.564L209.69 264.578ZM228.52 241.179L226.439 249.007H233.27C234.803 249.007 238.638 247.699 239.38 244.885C240.31 241.369 236.828 241.179 235.219 241.179H228.52Z\" fill=\"white\"/>\\n<path d=\"M248.362 265.281L257.53 230.566H290.682L287.977 240.827H267.254L266.637 243.162H283.975L281.471 252.636H264.133L263.654 254.471H284.96L282.103 265.281H248.362Z\" fill=\"white\"/>\\n<path d=\"M284.766 265.281L293.935 230.566H315.76C320.546 230.566 324.208 231.699 326.746 233.963C329.285 236.228 329.978 239.51 328.827 243.809C327.495 248.84 324.143 252.458 318.77 254.661L318.722 254.837C321.697 256.131 323.105 258.586 322.925 262.194C322.925 263.045 322.557 265.253 322.557 265.253H309.38C309.38 265.253 309.463 261.659 308.783 260.822C308.104 259.985 306.862 259.577 305.059 259.577H299.102L297.597 265.253L284.766 265.281ZM303.929 241.369L301.89 249.105H308.77C312.577 249.105 314.581 248.739 315.414 245.589C316.53 241.369 312.799 241.369 310.996 241.369H303.929Z\" fill=\"white\"/>\\n</g>\\n</g>\\n<g clip-path=\"url(#clip2_529_3124)\">\\n<rect x=\"385.75\" y=\"0.368164\" width=\"469.749\" height=\"495.366\" fill=\"white\"/>\\n<g clip-path=\"url(#clip3_529_3124)\">\\n<path d=\"M509.621 214.291L489.334 281.812L461.797 281.812L461.908 281.426L487.271 251.516L464.839 251.516L455.742 281.812L432.234 281.812L452.522 214.291L479.628 214.291L479.621 214.313L454.265 244.223L476.133 244.223L485.119 214.291L509.621 214.291Z\" fill=\"#FD3C00\"/>\\n<path opacity=\"0.29\" d=\"M454.266 244.223L464.84 251.516L487.271 251.516L476.133 244.223L454.266 244.223Z\" fill=\"black\"/>\\n</g>\\n<path d=\"M509.93 263.717L519.567 231.636H533.304L530.079 242.394H544.542L547.767 231.636H561.511L551.874 263.717H538.13L541.473 252.561H527.01L523.666 263.717H509.93Z\" fill=\"#252627\"/>\\n<path d=\"M562.423 263.803L569.473 255.133L562.668 231.748H575.455L577.338 239.762C577.546 240.564 577.731 241.459 577.894 242.413C578.057 243.368 578.161 244.143 578.228 244.68L578.31 245.535H578.421C579.903 243.485 581.403 241.554 582.921 239.742L589.592 231.729H603.529L575.611 263.783L562.423 263.803Z\" fill=\"#252627\"/>\\n<path d=\"M595.108 263.803L604.708 231.748H625.984C631.589 231.748 635.604 233.021 638.031 235.566C640.655 238.306 641.288 241.947 639.928 246.49C638.727 250.5 632.33 258.487 620.424 258.487H610.216L608.622 263.79L595.108 263.803ZM615.227 241.751L613.003 249.128H620.306C621.944 249.128 626.043 247.895 626.837 245.244C627.83 241.93 624.109 241.751 622.389 241.751H615.227Z\" fill=\"#252627\"/>\\n<path d=\"M637.949 264.466L647.757 231.748H683.192L680.294 241.419H658.158L657.179 244.369H679.419L677.477 251.507H655.237L654.303 254.278H677.076L674.052 264.466H637.949Z\" fill=\"#252627\"/>\\n<path d=\"M676.861 264.466L686.654 231.748H709.976C715.096 231.748 719.01 232.816 721.719 234.95C724.427 237.084 725.168 240.177 723.943 244.23C722.519 248.975 718.939 252.385 713.201 254.457L713.149 254.629C716.332 255.845 717.827 258.153 717.634 261.556C717.634 262.358 717.241 264.439 717.241 264.439H703.156C703.156 264.439 703.252 261.052 702.526 260.27C701.799 259.488 700.465 259.09 698.538 259.09H692.17L690.568 264.439L676.861 264.466ZM697.351 241.93L695.165 249.221H702.518C706.596 249.221 708.731 248.883 709.628 245.907C710.814 241.93 706.826 241.93 704.906 241.93H697.351Z\" fill=\"#252627\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_529_3124\">\\n<rect width=\"385.25\" height=\"495.366\" fill=\"white\" transform=\"translate(0.5 0.368164)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_529_3124\">\\n<rect width=\"272\" height=\"64\" fill=\"white\" transform=\"translate(57.3745 216.051)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_529_3124\">\\n<rect width=\"385.25\" height=\"495.366\" fill=\"white\" transform=\"translate(385.75 0.368164)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_529_3124\">\\n<rect width=\"67.5206\" height=\"77.3866\" fill=\"white\" transform=\"translate(509.621 214.291) rotate(90)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1imixd1\",\n                  \"data-framer-name\": \"Frame 1000003909\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 497,\n                  intrinsicWidth: 771,\n                  name: \"Frame 1000003909\",\n                  svg: '<svg width=\"771\" height=\"497\" viewBox=\"0 0 771 497\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_529_3144)\">\\n<rect x=\"0.5\" y=\"0.734375\" width=\"939.497\" height=\"495.366\" fill=\"black\" fill-opacity=\"0.06\"/>\\n<line x1=\"192.468\" y1=\"314.627\" x2=\"192.468\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"192.468\" y1=\"314.627\" x2=\"192.468\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M186.985 314.057L225.838 186.071\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M261.834 314.057L300.687 186.071\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M218.41 312.342L257.262 184.356\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M229.838 312.342L268.691 184.356\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M165.618 312.243L273.92 184.59\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<path d=\"M217.267 312.243L325.569 184.59\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"293.599\" y1=\"314.627\" x2=\"293.599\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"361.02\" y1=\"314.627\" x2=\"361.02\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"362.734\" y1=\"314.627\" x2=\"362.734\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"417.585\" y1=\"314.627\" x2=\"417.585\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"473.579\" y1=\"314.627\" x2=\"473.579\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"464.437\" y1=\"314.627\" x2=\"464.437\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"524.431\" y1=\"314.627\" x2=\"524.431\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"573.568\" y1=\"314.627\" x2=\"573.568\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"594.137\" y1=\"314.627\" x2=\"594.137\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"519.86\" y1=\"314.627\" x2=\"519.86\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"415.872\" y1=\"314.627\" x2=\"415.871\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"267.316\" y1=\"314.627\" x2=\"267.316\" y2=\"186.07\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"208.122\" x2=\"613.794\" y2=\"208.122\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"228.692\" x2=\"613.794\" y2=\"228.692\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"276.115\" x2=\"613.794\" y2=\"276.115\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"246.975\" x2=\"613.794\" y2=\"246.975\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"256.688\" x2=\"613.794\" y2=\"256.688\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<line x1=\"156.703\" y1=\"296.113\" x2=\"613.794\" y2=\"296.113\" stroke=\"#C6C6C6\" stroke-width=\"0.462057\"/>\\n<g clip-path=\"url(#clip1_529_3144)\">\\n<path d=\"M293.602 208.354L267.15 296.392L231.245 296.392L231.391 295.889L264.46 256.891L235.212 256.891L223.35 296.392L192.699 296.392L219.151 208.354L254.495 208.354L254.485 208.383L221.425 247.381L249.938 247.381L261.655 208.354L293.602 208.354Z\" fill=\"#D7D7D7\"/>\\n<path opacity=\"0.29\" d=\"M221.424 247.381L235.212 256.891L264.46 256.891L249.937 247.381L221.424 247.381Z\" fill=\"white\"/>\\n</g>\\n<path d=\"M294.004 275.201L306.57 228.454H324.481L320.276 244.13H339.135L343.339 228.454H361.26L348.694 275.201H330.773L335.133 258.946H316.274L311.915 275.201H294.004Z\" fill=\"#D7D7D7\"/>\\n<path d=\"M362.449 275.327L371.641 262.693L362.768 228.618H379.442L381.897 240.295C382.168 241.464 382.409 242.768 382.622 244.159C382.835 245.55 382.97 246.68 383.057 247.462L383.163 248.708H383.308C385.241 245.72 387.197 242.906 389.176 240.266L397.875 228.589H416.047L379.645 275.298L362.449 275.327Z\" fill=\"#D7D7D7\"/>\\n<path d=\"M405.066 275.327L417.584 228.618H445.325C452.633 228.618 457.869 230.473 461.033 234.182C464.454 238.174 465.279 243.48 463.507 250.099C461.941 255.942 453.6 267.581 438.076 267.581H424.766L422.688 275.307L405.066 275.327ZM431.3 243.193L428.4 253.943H437.921C440.057 253.943 445.403 252.146 446.437 248.283C447.732 243.454 442.88 243.193 440.637 243.193H431.3Z\" fill=\"#D7D7D7\"/>\\n<path d=\"M460.926 276.293L473.714 228.618H519.918L516.139 242.71H487.276L486 247.008H514.998L512.466 257.41H483.467L482.25 261.448H511.944L508 276.293H460.926Z\" fill=\"#D7D7D7\"/>\\n<path d=\"M511.663 276.293L524.432 228.618H554.841C561.517 228.618 566.621 230.173 570.152 233.283C573.684 236.393 574.65 240.901 573.052 246.805C571.196 253.721 566.528 258.688 559.046 261.708L558.978 261.959C563.128 263.73 565.078 267.095 564.826 272.053C564.826 273.221 564.314 276.254 564.314 276.254H545.949C545.949 276.254 546.074 271.318 545.127 270.179C544.18 269.039 542.44 268.46 539.927 268.46H531.624L529.536 276.254L511.663 276.293ZM538.38 243.454L535.529 254.078H545.117C550.434 254.078 553.217 253.586 554.387 249.249C555.934 243.454 550.733 243.454 548.23 243.454H538.38Z\" fill=\"#D7D7D7\"/>\\n<circle cx=\"584.003\" cy=\"218.558\" r=\"9.74241\" stroke=\"#D7D7D7\" stroke-width=\"0.924114\"/>\\n<path d=\"M580.756 222.269V214.301H584.142C584.994 214.301 585.612 214.373 585.996 214.518C586.384 214.66 586.693 214.913 586.925 215.279C587.157 215.645 587.273 216.064 587.273 216.535C587.273 217.133 587.097 217.627 586.746 218.019C586.394 218.406 585.869 218.651 585.17 218.753C585.517 218.955 585.804 219.178 586.028 219.421C586.257 219.664 586.563 220.095 586.947 220.715L587.92 222.269H585.996L584.833 220.535C584.419 219.916 584.137 219.526 583.985 219.367C583.832 219.204 583.671 219.093 583.501 219.035C583.331 218.974 583.061 218.943 582.691 218.943H582.365V222.269H580.756ZM582.365 217.671H583.555C584.327 217.671 584.809 217.638 585.001 217.573C585.193 217.508 585.344 217.395 585.452 217.236C585.561 217.077 585.615 216.877 585.615 216.638C585.615 216.37 585.543 216.154 585.398 215.991C585.257 215.825 585.055 215.719 584.795 215.676C584.664 215.658 584.273 215.649 583.62 215.649H582.365V217.671Z\" fill=\"#D7D7D7\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_529_3144\">\\n<rect width=\"770.5\" height=\"495.366\" fill=\"white\" transform=\"translate(0.5 0.734375)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_529_3144\">\\n<rect width=\"88.039\" height=\"100.903\" fill=\"white\" transform=\"translate(293.602 208.354) rotate(90)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                  withExternalLayout: true\n                }), isDisplayed() && /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1megf3l hidden-fsrt0j\",\n                  \"data-framer-name\": \"Frame 1000003909\",\n                  name: \"Frame 1000003909\",\n                  children: [/*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-89vtn\",\n                    \"data-framer-name\": \"Rectangle 6\",\n                    name: \"Rectangle 6\"\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-xphbky\",\n                    \"data-framer-name\": \"Rectangle 5\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 255,\n                    intrinsicWidth: 242,\n                    name: \"Rectangle 5\",\n                    svg: '<svg width=\"242\" height=\"255\" viewBox=\"0 0 242 255\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M60.4056 0.23291H241.354L181.038 254.767H0.0893555L60.4056 0.23291Z\" fill=\"#FD3C00\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-n2b4uo\",\n                    \"data-framer-name\": \"Rectangle 8\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 133,\n                    intrinsicWidth: 163,\n                    name: \"Rectangle 8\",\n                    svg: '<svg width=\"163\" height=\"133\" viewBox=\"0 0 163 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.8676 0.846191H162.357L132.199 132.336H0.709473L30.8676 0.846191Z\" fill=\"#CB390E\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-mf7qi6\",\n                    \"data-framer-name\": \"Rectangle 9\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 133,\n                    intrinsicWidth: 163,\n                    name: \"Rectangle 9\",\n                    svg: '<svg width=\"163\" height=\"133\" viewBox=\"0 0 163 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.8324 0.846191H162.322L132.164 132.336H0.674316L30.8324 0.846191Z\" fill=\"#3B0ECD\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-wrubed\",\n                    \"data-framer-name\": \"Rectangle 10\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 133,\n                    intrinsicWidth: 163,\n                    name: \"Rectangle 10\",\n                    svg: '<svg width=\"163\" height=\"133\" viewBox=\"0 0 163 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.7973 0.846191H162.287L132.129 132.336H0.63916L30.7973 0.846191Z\" fill=\"#0ECDBA\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-j1jdfh\",\n                    \"data-framer-name\": \"Rectangle 11\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 133,\n                    intrinsicWidth: 163,\n                    name: \"Rectangle 11\",\n                    svg: '<svg width=\"163\" height=\"133\" viewBox=\"0 0 163 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.7616 0.846191H162.251L132.093 132.336H0.603516L30.7616 0.846191Z\" fill=\"#FCE8D6\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-1a0edmh\",\n                    \"data-framer-name\": \"Rectangle 6\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 255,\n                    intrinsicWidth: 242,\n                    name: \"Rectangle 6\",\n                    svg: '<svg width=\"242\" height=\"255\" viewBox=\"0 0 242 255\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.688524 254.466L60.8618 0.534491H241.191L181.017 254.466H0.688524Z\" fill=\"white\" stroke=\"black\" stroke-width=\"0.603162\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-1hi0e6x\",\n                    \"data-framer-name\": \"Rectangle 7\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 255,\n                    intrinsicWidth: 242,\n                    name: \"Rectangle 7\",\n                    svg: '<svg width=\"242\" height=\"255\" viewBox=\"0 0 242 255\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.15821 254.267L61.2375 0.73291H241.158L181.079 254.267H1.15821Z\" fill=\"black\" stroke=\"white\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Sinopia\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" #CB390E\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" R203 G54 B14\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" C0 M72 Y93 K20\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" 7626 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-3upzrv\",\n                    \"data-framer-name\": \"Sinopia HEX: #CB390E RGB: R203 G54 B14 CMYK: C0 M72 Y93 K20 Pantone: 7626 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Sinopia HEX: #CB390E RGB: R203 G54 B14 CMYK: C0 M72 Y93 K20 Pantone: 7626 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Chrysler blue\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" #3B0ECD\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" R54 G14 B205\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" C71 M93 Y0 K20\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Pantone: \"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"2735 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-1nzsmg2\",\n                    \"data-framer-name\": \"Chrysler blue HEX: #3B0ECD RGB: R54 G14 B205 CMYK: C71 M93 Y0 K20 Pantone: 2735 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Chrysler blue HEX: #3B0ECD RGB: R54 G14 B205 CMYK: C71 M93 Y0 K20 Pantone: 2735 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"Fudge\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" #0ECDBA\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" R14 G205 B186\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" C93 M0 Y9 K20\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" 3265 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-1pvslxz\",\n                    \"data-framer-name\": \"Fudge HEX: #0ECDBA RGB: R14 G205 B186 CMYK: C93 M0 Y9 K20 Pantone: 3265 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Fudge HEX: #0ECDBA RGB: R14 G205 B186 CMYK: C93 M0 Y9 K20 Pantone: 3265 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"Wool\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" #FCE8D6\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" R252 G232 B214\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" C1 M11 Y18 K0\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" 475 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-5mef8p\",\n                    \"data-framer-name\": \"Wool HEX: #FCE8D6 RGB: R252 G232 B214 CMYK: C1 M11 Y18 K0 Pantone: 475 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Wool HEX: #FCE8D6 RGB: R252 G232 B214 CMYK: C1 M11 Y18 K0 Pantone: 475 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Coquelicot\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" #FD3C00\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" R253 G60 B0\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" C0 M76 Y100 K1\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" 1655 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-nl3flo\",\n                    \"data-framer-name\": \"Coquelicot HEX: #FD3C00 RGB: R253 G60 B0 CMYK: C0 M76 Y100 K1 Pantone: 1655 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Coquelicot HEX: #FD3C00 RGB: R253 G60 B0 CMYK: C0 M76 Y100 K1 Pantone: 1655 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"White\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" #FFFFFF\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" R255 G255 B255\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" C0 M0 Y0 K0\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\"\n                          },\n                          children: \" -\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-1s9c0q4\",\n                    \"data-framer-name\": \"White HEX: #FFFFFF RGB: R255 G255 B255 CMYK: C0 M0 Y0 K0 Pantone: -\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"White HEX: #FFFFFF RGB: R255 G255 B255 CMYK: C0 M0 Y0 K0 Pantone: -\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"14.475892066955566px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay02MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"14.48px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Black\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"HEX:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" #000000\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"RGB:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" R0 G0 B0\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"CMYK:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" C91 M79 Y62 K97\"\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"9.650594711303711px\",\n                          \"--framer-line-height\": \"14.48px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay03MDA=\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \"Pantone:\"\n                        }), /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Founders Grotesk\"',\n                            \"--framer-font-size\": \"9.65px\",\n                            \"--framer-letter-spacing\": \"-0.01em\",\n                            \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                          },\n                          children: \" Black 6 C\"\n                        })]\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7Rm91bmRlcnMgR3JvdGVzay1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"Founders Grotesk\"',\n                          \"--framer-font-size\": \"9.65px\",\n                          \"--framer-letter-spacing\": \"-0.01em\",\n                          \"--framer-line-height\": \"14.48px\",\n                          \"--framer-text-color\": \"rgba(255, 255, 255, 1)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      })]\n                    }),\n                    className: \"framer-9davat\",\n                    \"data-framer-name\": \"Black HEX: #000000 RGB: R0 G0 B0 CMYK: C91 M79 Y62 K97 Pantone: Black 6 C\",\n                    fonts: [\"GF;Founders Grotesk-600\", \"GF;Founders Grotesk-700\", \"GF;Founders Grotesk-regular\"],\n                    name: \"Black HEX: #000000 RGB: R0 G0 B0 CMYK: C91 M79 Y62 K97 Pantone: Black 6 C\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    MlPDHdg5L: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fit\",\n                        sizes: \"360px\",\n                        src: \"https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png\",\n                        srcSet: \"https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=512 512w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png 3083w\"\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      sizes: \"771px\",\n                      src: \"https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png\",\n                      srcSet: \"https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=512 512w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/lRCu0RRW4MxxBTAXAe7NP7ghyY.png 3083w\"\n                    },\n                    className: \"framer-12qb8w9\",\n                    \"data-framer-name\": \"Frame 1000003909\",\n                    name: \"Frame 1000003909\"\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    MlPDHdg5L: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fit\",\n                        sizes: \"calc(100vw - 32px)\",\n                        src: \"https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png\",\n                        srcSet: \"https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=512 512w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png 3083w\"\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      sizes: \"771px\",\n                      src: \"https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png\",\n                      srcSet: \"https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=512 512w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/3mbnfKsMxnn9wqBsAZ84487zh50.png 3083w\"\n                    },\n                    className: \"framer-238mzn\",\n                    \"data-framer-name\": \"Tech - 3\",\n                    name: \"Tech - 3\"\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    MlPDHdg5L: {\n                      background: {\n                        alt: \"\",\n                        fit: \"stretch\",\n                        sizes: \"calc(100vw - 32px)\",\n                        src: \"https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png\",\n                        srcSet: \"https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=512 404w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=1024 809w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=2048 1619w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png 3100w\"\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"stretch\",\n                      sizes: \"774.4917px\",\n                      src: \"https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png\",\n                      srcSet: \"https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=512 404w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=1024 809w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png?scale-down-to=2048 1619w, https://framerusercontent.com/images/WclP9NE2i2c0LW0cevg0NT83GU.png 3100w\"\n                    },\n                    className: \"framer-ge1uqu\",\n                    \"data-framer-name\": \"MacBook Pro 16\",\n                    name: \"MacBook Pro 16\"\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    MlPDHdg5L: {\n                      background: {\n                        alt: \"\",\n                        fit: \"stretch\",\n                        sizes: \"calc(100vw - 32px)\",\n                        src: \"https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png\",\n                        srcSet: \"https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=512 512w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png 3092w\"\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"stretch\",\n                      sizes: \"772.2993px\",\n                      src: \"https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png\",\n                      srcSet: \"https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=512 512w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/LdiFESzfJG7n3LUaQw11xnW6Y.png 3092w\"\n                    },\n                    className: \"framer-xihzwu\",\n                    \"data-framer-name\": \"MacBook Pro 17\",\n                    name: \"MacBook Pro 17\"\n                  })\n                })]\n              })]\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-1dhvsg0-container\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  MlPDHdg5L: {\n                    variant: \"Wh7mhyRro\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Footer, {\n                  height: \"100%\",\n                  id: \"L3KpO0c37\",\n                  layoutId: \"L3KpO0c37\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"IBhtv6bci\",\n                  width: \"100%\"\n                })\n              })\n            })]\n          })\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-KQhzN [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName}-framer-KQhzN { background: var(--token-2fffeae4-c306-406f-82b0-72a76843406d, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; }`, \".framer-KQhzN .framer-c44cnk { display: block; }\", \".framer-KQhzN .framer-f1k9c8 { align-content: center; align-items: center; background-color: var(--token-2fffeae4-c306-406f-82b0-72a76843406d, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 168px 48px 168px; position: relative; width: 1200px; }\", \".framer-KQhzN .framer-irihig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 228px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-KQhzN .framer-1sykz3r { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 774px; }\", \".framer-KQhzN .framer-1gl7vgg { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-huopov-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-KQhzN .framer-hj5rsm { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-z48mon { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-pie4t1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 768px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-3gwzyp { border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; flex: none; height: 371px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-zs7jna { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-KQhzN .framer-14299iq { align-content: end; align-items: end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 773px; }\", \".framer-KQhzN .framer-4s0fjv { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 162px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-xm0h02, .framer-KQhzN .framer-8bnxq6 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-KQhzN .framer-mu2bsl, .framer-KQhzN .framer-b3gev4, .framer-KQhzN .framer-1y1wnos, .framer-KQhzN .framer-60q6um, .framer-KQhzN .framer-108p63e, .framer-KQhzN .framer-14gxvz7, .framer-KQhzN .framer-yp5ait { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-KQhzN .framer-16c60vn { flex: none; height: 3px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-q4x0as { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-kucq8m, .framer-KQhzN .framer-uy5zbt, .framer-KQhzN .framer-1tw04d4 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-11nwyqf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 681px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-1lqed7w { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-151efun { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-4oh4hz { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-1sz3t4j, .framer-KQhzN .framer-19zmlf1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 469px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-f6ni8d { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 403px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-1w4i9xt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-sduo6u, .framer-KQhzN .framer-1ei2d7p, .framer-KQhzN .framer-13c47kd, .framer-KQhzN .framer-vzqi3x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KQhzN .framer-sp0j2p, .framer-KQhzN .framer-7gaids, .framer-KQhzN .framer-7s6khy, .framer-KQhzN .framer-1iv27av, .framer-KQhzN .framer-ff9ta9, .framer-KQhzN .framer-17s9nap, .framer-KQhzN .framer-1qtg8qy, .framer-KQhzN .framer-1d1oji7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-1etx54i, .framer-KQhzN .framer-1enwy65, .framer-KQhzN .framer-12qb8w9 { flex: none; height: 496px; position: relative; width: 771px; }\", \".framer-KQhzN .framer-1imixd1 { flex: none; height: 497px; position: relative; width: 771px; }\", \".framer-KQhzN .framer-1megf3l { flex: none; height: 495px; overflow: hidden; position: relative; width: 100%; }\", \".framer-KQhzN .framer-89vtn { background-color: #000000; flex: none; height: 495px; left: 0px; position: absolute; top: 0px; width: 939px; }\", \".framer-KQhzN .framer-xphbky { flex: none; height: 255px; left: 87px; position: absolute; top: 47px; width: 242px; }\", \".framer-KQhzN .framer-n2b4uo { flex: none; height: 133px; left: 53px; position: absolute; top: 316px; width: 163px; }\", \".framer-KQhzN .framer-mf7qi6 { flex: none; height: 133px; left: 198px; position: absolute; top: 316px; width: 163px; }\", \".framer-KQhzN .framer-wrubed { flex: none; height: 133px; left: 344px; position: absolute; top: 316px; width: 163px; }\", \".framer-KQhzN .framer-j1jdfh { flex: none; height: 133px; left: 490px; position: absolute; top: 316px; width: 163px; }\", \".framer-KQhzN .framer-1a0edmh { flex: none; height: 255px; left: 281px; position: absolute; top: 47px; width: 242px; }\", \".framer-KQhzN .framer-1hi0e6x { flex: none; height: 255px; left: 476px; position: absolute; top: 47px; width: 242px; }\", \".framer-KQhzN .framer-3upzrv { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 104px; left: 89px; position: absolute; top: 333px; white-space: pre-wrap; width: 106px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-1nzsmg2 { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 104px; left: 234px; position: absolute; top: 333px; white-space: pre-wrap; width: 106px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-1pvslxz { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 104px; left: 380px; position: absolute; top: 333px; white-space: pre-wrap; width: 106px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-5mef8p { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 104px; left: 525px; position: absolute; top: 333px; white-space: pre-wrap; width: 106px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-nl3flo { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 117px; left: 165px; position: absolute; top: 66px; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-1s9c0q4 { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 117px; left: 360px; position: absolute; top: 66px; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-9davat { --framer-paragraph-spacing: 4.8252973556518555px; flex: none; height: 117px; left: 554px; position: absolute; top: 66px; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\", \".framer-KQhzN .framer-238mzn { flex: none; height: 493px; position: relative; width: 771px; }\", \".framer-KQhzN .framer-ge1uqu { flex: none; height: 979px; position: relative; width: 774px; }\", \".framer-KQhzN .framer-xihzwu { flex: none; height: 390px; position: relative; width: 772px; }\", \".framer-KQhzN .framer-1dhvsg0-container { flex: none; height: auto; position: relative; width: 774px; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KQhzN .framer-f1k9c8, .framer-KQhzN .framer-irihig, .framer-KQhzN .framer-1sykz3r, .framer-KQhzN .framer-1gl7vgg, .framer-KQhzN .framer-hj5rsm, .framer-KQhzN .framer-z48mon, .framer-KQhzN .framer-zs7jna, .framer-KQhzN .framer-14299iq, .framer-KQhzN .framer-4s0fjv, .framer-KQhzN .framer-xm0h02, .framer-KQhzN .framer-8bnxq6, .framer-KQhzN .framer-q4x0as, .framer-KQhzN .framer-kucq8m, .framer-KQhzN .framer-1lqed7w, .framer-KQhzN .framer-4oh4hz, .framer-KQhzN .framer-uy5zbt, .framer-KQhzN .framer-1w4i9xt, .framer-KQhzN .framer-sduo6u, .framer-KQhzN .framer-1ei2d7p, .framer-KQhzN .framer-13c47kd, .framer-KQhzN .framer-vzqi3x, .framer-KQhzN .framer-1tw04d4 { gap: 0px; } .framer-KQhzN .framer-f1k9c8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-KQhzN .framer-f1k9c8 > :first-child, .framer-KQhzN .framer-irihig > :first-child, .framer-KQhzN .framer-1sykz3r > :first-child, .framer-KQhzN .framer-1gl7vgg > :first-child, .framer-KQhzN .framer-hj5rsm > :first-child, .framer-KQhzN .framer-zs7jna > :first-child, .framer-KQhzN .framer-14299iq > :first-child, .framer-KQhzN .framer-xm0h02 > :first-child, .framer-KQhzN .framer-8bnxq6 > :first-child, .framer-KQhzN .framer-q4x0as > :first-child, .framer-KQhzN .framer-kucq8m > :first-child, .framer-KQhzN .framer-4oh4hz > :first-child, .framer-KQhzN .framer-uy5zbt > :first-child, .framer-KQhzN .framer-1w4i9xt > :first-child, .framer-KQhzN .framer-sduo6u > :first-child, .framer-KQhzN .framer-1ei2d7p > :first-child, .framer-KQhzN .framer-13c47kd > :first-child, .framer-KQhzN .framer-vzqi3x > :first-child, .framer-KQhzN .framer-1tw04d4 > :first-child { margin-top: 0px; } .framer-KQhzN .framer-f1k9c8 > :last-child, .framer-KQhzN .framer-irihig > :last-child, .framer-KQhzN .framer-1sykz3r > :last-child, .framer-KQhzN .framer-1gl7vgg > :last-child, .framer-KQhzN .framer-hj5rsm > :last-child, .framer-KQhzN .framer-zs7jna > :last-child, .framer-KQhzN .framer-14299iq > :last-child, .framer-KQhzN .framer-xm0h02 > :last-child, .framer-KQhzN .framer-8bnxq6 > :last-child, .framer-KQhzN .framer-q4x0as > :last-child, .framer-KQhzN .framer-kucq8m > :last-child, .framer-KQhzN .framer-4oh4hz > :last-child, .framer-KQhzN .framer-uy5zbt > :last-child, .framer-KQhzN .framer-1w4i9xt > :last-child, .framer-KQhzN .framer-sduo6u > :last-child, .framer-KQhzN .framer-1ei2d7p > :last-child, .framer-KQhzN .framer-13c47kd > :last-child, .framer-KQhzN .framer-vzqi3x > :last-child, .framer-KQhzN .framer-1tw04d4 > :last-child { margin-bottom: 0px; } .framer-KQhzN .framer-irihig > * { margin: 0px; margin-bottom: calc(228px / 2); margin-top: calc(228px / 2); } .framer-KQhzN .framer-1sykz3r > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-KQhzN .framer-1gl7vgg > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-KQhzN .framer-hj5rsm > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-KQhzN .framer-z48mon > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KQhzN .framer-z48mon > :first-child, .framer-KQhzN .framer-4s0fjv > :first-child, .framer-KQhzN .framer-1lqed7w > :first-child { margin-left: 0px; } .framer-KQhzN .framer-z48mon > :last-child, .framer-KQhzN .framer-4s0fjv > :last-child, .framer-KQhzN .framer-1lqed7w > :last-child { margin-right: 0px; } .framer-KQhzN .framer-zs7jna > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-KQhzN .framer-14299iq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-KQhzN .framer-4s0fjv > * { margin: 0px; margin-left: calc(162px / 2); margin-right: calc(162px / 2); } .framer-KQhzN .framer-xm0h02 > *, .framer-KQhzN .framer-8bnxq6 > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-KQhzN .framer-q4x0as > *, .framer-KQhzN .framer-4oh4hz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-KQhzN .framer-kucq8m > *, .framer-KQhzN .framer-uy5zbt > *, .framer-KQhzN .framer-sduo6u > *, .framer-KQhzN .framer-1ei2d7p > *, .framer-KQhzN .framer-13c47kd > *, .framer-KQhzN .framer-vzqi3x > *, .framer-KQhzN .framer-1tw04d4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-KQhzN .framer-1lqed7w > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-KQhzN .framer-1w4i9xt > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }\", \"@media (min-width: 1200px) { .framer-KQhzN .hidden-f1k9c8 { display: none !important; } }\", `@media (max-width: 1199px) { .framer-KQhzN .hidden-fsrt0j { display: none !important; } .${metadata.bodyClassName}-framer-KQhzN { background: var(--token-2fffeae4-c306-406f-82b0-72a76843406d, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; } .framer-KQhzN .framer-f1k9c8 { padding: 48px 16px 48px 16px; width: 390px; } .framer-KQhzN .framer-irihig, .framer-KQhzN .framer-zs7jna, .framer-KQhzN .framer-14299iq, .framer-KQhzN .framer-11nwyqf, .framer-KQhzN .framer-1sz3t4j, .framer-KQhzN .framer-19zmlf1, .framer-KQhzN .framer-1dhvsg0-container { width: 100%; } .framer-KQhzN .framer-1sykz3r { gap: 33px; width: 100%; } .framer-KQhzN .framer-pie4t1 { flex: 1 0 0px; width: 1px; } .framer-KQhzN .framer-4s0fjv { flex-direction: column; gap: 51px; } .framer-KQhzN .framer-1lqed7w { flex-direction: column; gap: 0px; } .framer-KQhzN .framer-151efun { flex: none; width: 100%; } .framer-KQhzN .framer-1etx54i { height: 230px; width: 358px; } .framer-KQhzN .framer-1enwy65, .framer-KQhzN .framer-12qb8w9 { aspect-ratio: 1.5544354838709677 / 1; height: var(--framer-aspect-ratio-supported, 232px); width: 360px; } .framer-KQhzN .framer-1imixd1 { aspect-ratio: 1.551307847082495 / 1; height: var(--framer-aspect-ratio-supported, 231px); width: 358px; } .framer-KQhzN .framer-238mzn { height: 229px; width: 358px; } .framer-KQhzN .framer-ge1uqu { height: 454px; width: 100%; } .framer-KQhzN .framer-xihzwu { height: 180px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KQhzN .framer-1sykz3r, .framer-KQhzN .framer-4s0fjv, .framer-KQhzN .framer-1lqed7w { gap: 0px; } .framer-KQhzN .framer-1sykz3r > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-KQhzN .framer-1sykz3r > :first-child, .framer-KQhzN .framer-4s0fjv > :first-child, .framer-KQhzN .framer-1lqed7w > :first-child { margin-top: 0px; } .framer-KQhzN .framer-1sykz3r > :last-child, .framer-KQhzN .framer-4s0fjv > :last-child, .framer-KQhzN .framer-1lqed7w > :last-child { margin-bottom: 0px; } .framer-KQhzN .framer-4s0fjv > * { margin: 0px; margin-bottom: calc(51px / 2); margin-top: calc(51px / 2); } .framer-KQhzN .framer-1lqed7w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css, ...sharedStyle5.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicHeight 7984\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MlPDHdg5L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */\nconst FramerWTBH3Ub3u = withCSS(Component, css, \"framer-KQhzN\");\nexport default FramerWTBH3Ub3u;\nFramerWTBH3Ub3u.displayName = \"Casestudy / Monnify 2\";\nFramerWTBH3Ub3u.defaultProps = {\n  height: 7984,\n  width: 1200\n};\naddFonts(FramerWTBH3Ub3u, [{\n  family: \"Test S\\xf6hne Dreiviertelfett\",\n  url: \"https://framerusercontent.com/assets/KDvtCjygizU7ZJ0jUkeD6tUsk0.woff2\"\n}, ...MainNavigationFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts, ...sharedStyle5.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerWTBH3Ub3u\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"7984\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MlPDHdg5L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["MainNavigationFonts", "getFonts", "ILNcolBnd_default", "FooterFonts", "UORihvK4I_default", "breakpoints", "isBrowser", "variantClassNames", "isBrowser", "removeHiddenBreakpointLayers", "breakpoints", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "preloadPromise", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "ILNcolBnd_default", "RichText", "x", "PropertyOverrides", "Image2", "SVG", "UORihvK4I_default", "css", "FramerWTBH3Ub3u", "withCSS", "WTBH3Ub3u_default", "addFonts", "MainNavigationFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
