{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/q4qJJWImGGVEElsVv8Fr/oRqK408TIH6hp9td3ZTl/zyCmqVGMZ.js"],
  "sourcesContent": ["// Generated by Framer (7087d4f)\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useActiveVariantCallback, useHydratedBreakpointVariants, useOverlayState, withCSS } from \"framer\";\nimport { AnimatePresence, LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport GoogleMaps from \"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";\nimport { Icon as Phosphor } from \"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/xUCuNdICT7LqG93nhqbM/Phosphor.js\";\nimport FormSpark from \"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";\nimport SocialIcon from \"https://framerusercontent.com/modules/nI4oYSdLOk5Y9NpQBb6d/scqw7ToPDv4JJacL6HGt/E6jsPNobc.js\";\nimport Topbar from \"https://framerusercontent.com/modules/7uR8Bd10wO6NWnCgbF9M/5tTOT9k9YSL19tlkFVWj/lWUcIJP0H.js\";\nimport Footer from \"https://framerusercontent.com/modules/F2710qHCL7xsdfB8nN3M/VMsPhq4KraLotKnyPMsh/M82dauGNX.js\";\nimport CTA from \"https://framerusercontent.com/modules/lZTGWIyVp6m6r31DIsUZ/zkfBCvmwmwLW217XtXdH/OlTWqYMo3.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/a87Akz4P61ay4wQXQmQd/hSrRXgpxPtzJ8aHnleWD/pzgAh97sX.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/cVKwsHQnRyaj9Z0btugr/wt5BFX6GrjVd1ScyP5Za/xZndidUCt.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/spLttcP8xGkrKR1YjyDk/XBttKptYdo5wKpf35dOR/YAP816Y5n.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/3OxQr11noPaFYobJgmdJ/ZV7rvf52DWXYwlDKwuiq/YckFIlg3V.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/7AYj3ME2odZZ5FLccSBb/2QbxaXBMgWQnnRrF0HPq/zyCmqVGMZ.js\";\nconst TopbarFonts = getFonts(Topbar);\nconst GoogleMapsFonts = getFonts(GoogleMaps);\nconst CTAFonts = getFonts(CTA);\nconst PhosphorFonts = getFonts(Phosphor);\nconst FormSparkFonts = getFonts(FormSpark);\nconst SocialIconFonts = getFonts(SocialIcon);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"ar_QijJFY\", \"ORjb6Ga9M\", \"Pha0zyZAG\"];\nconst breakpoints = {\n  ar_QijJFY: \"(min-width: 1200px)\",\n  ORjb6Ga9M: \"(min-width: 810px) and (max-width: 1199px)\",\n  Pha0zyZAG: \"(max-width: 809px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  ar_QijJFY: \"framer-v-nzm8xg\",\n  ORjb6Ga9M: \"framer-v-1neo3fd\",\n  Pha0zyZAG: \"framer-v-17a5fda\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"ar_QijJFY\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"ar_QijJFY\",\n  Phone: \"Pha0zyZAG\",\n  Tablet: \"ORjb6Ga9M\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nfunction Overlay({\n  children\n}) {\n  const [visible, setVisible] = useOverlayState();\n  return children({\n    hide: () => setVisible(false),\n    show: () => setVisible(true),\n    toggle: () => setVisible(!visible),\n    visible\n  });\n}\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nfunction useRandomID() {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n}\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"ar_QijJFY\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata = metadataProvider();\n    document.title = metadata.title || \"\";\n    if (metadata.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata.viewport);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(undefined);\n  const tap42m929 = overlay => activeVariantCallback(async (...args) => {\n    overlay.toggle();\n  });\n  const onClickzn6atv = overlay => activeVariantCallback(async (...args) => {\n    overlay.hide();\n  });\n  const onSubmitaid5t6 = overlay => activeVariantCallback(async (...args) => {\n    await delay(() => overlay.hide(), 1e3);\n  });\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"ar_QijJFY\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        \"data-framer-generated\": true,\n        className: cx(\"framer-hQ60a\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className),\n        style: {\n          display: \"contents\",\n          pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-nzm8xg\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-1gscrgt-container\",\n            layoutScroll: true,\n            transformTemplate: (_, t) => `translateX(-50%) ${t}`,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                Pha0zyZAG: {\n                  variant: \"mpHtlGEO4\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Topbar, {\n                height: \"100%\",\n                id: \"eQK2q7OIJ\",\n                layoutId: \"eQK2q7OIJ\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"vkQA3oRQ3\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1n1xfke\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-13s7yjg\",\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-143qai0\",\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  animate: {\n                    opacity: 1,\n                    rotate: 0,\n                    rotateX: 0,\n                    rotateY: 0,\n                    scale: 1,\n                    transformPerspective: 1200,\n                    transition: {\n                      damping: 80,\n                      delay: .1,\n                      mass: 1,\n                      stiffness: 400,\n                      type: \"spring\"\n                    },\n                    x: 0,\n                    y: 0\n                  },\n                  className: \"framer-1610553\",\n                  exit: {\n                    opacity: 0,\n                    rotate: 0,\n                    rotateX: 0,\n                    rotateY: 0,\n                    scale: 1,\n                    transformPerspective: 1200,\n                    transition: {\n                      damping: 80,\n                      delay: .1,\n                      mass: 1,\n                      stiffness: 400,\n                      type: \"spring\"\n                    },\n                    x: 0,\n                    y: 100\n                  },\n                  initial: {\n                    opacity: 0,\n                    rotate: 0,\n                    rotateX: 0,\n                    rotateY: 0,\n                    scale: 1,\n                    transformPerspective: 1200,\n                    x: 0,\n                    y: 100\n                  },\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      Pha0zyZAG: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-1b74ta\",\n                            \"data-styles-preset\": \"pzgAh97sX\",\n                            style: {\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                            },\n                            children: \"Free Framer Template\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-1b74ta\",\n                          \"data-styles-preset\": \"pzgAh97sX\",\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                          },\n                          children: \"contact us\"\n                        })\n                      }),\n                      className: \"framer-17x1qky\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        className: \"framer-styles-preset-3nqyhf\",\n                        \"data-styles-preset\": \"YAP816Y5n\",\n                        style: {\n                          \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                        },\n                        children: \"We can help\"\n                      })\n                    }),\n                    className: \"framer-12idth2\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                animate: {\n                  opacity: 1,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 80,\n                    delay: .2,\n                    mass: 1,\n                    stiffness: 400,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 0\n                },\n                className: \"framer-18s2tpm\",\n                exit: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 80,\n                    delay: .2,\n                    mass: 1,\n                    stiffness: 400,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 100\n                },\n                initial: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  x: 0,\n                  y: 100\n                },\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1e2d3ob\",\n                  \"data-border\": true,\n                  \"data-framer-name\": \"Map\",\n                  name: \"Map\",\n                  children: /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-1p9x8zu-container\",\n                    children: /*#__PURE__*/_jsx(GoogleMaps, {\n                      borderRadius: 0,\n                      bottomLeftRadius: 0,\n                      bottomRightRadius: 0,\n                      coordinates: \"52.37284136355716, 4.888173727667435\",\n                      height: \"100%\",\n                      id: \"x6hza4UCl\",\n                      isMixedBorderRadius: false,\n                      layoutId: \"x6hza4UCl\",\n                      style: {\n                        height: \"100%\",\n                        width: \"100%\"\n                      },\n                      topLeftRadius: 0,\n                      topRightRadius: 0,\n                      width: \"100%\",\n                      zoom: 12\n                    })\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1ydssxz\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-11rjcby\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                          },\n                          children: \"Get in touch\"\n                        })\n                      }),\n                      className: \"framer-3w6g1c\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-21ogod\",\n                          \"data-styles-preset\": \"xZndidUCt\",\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                          },\n                          children: \"We\u2019re always here to help. Contact us if you are experiencing issues with out product or have any questions.\"\n                        })\n                      }),\n                      className: \"framer-1col773\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(Overlay, {\n                      children: overlay1e4zl4z => /*#__PURE__*/_jsx(_Fragment, {\n                        children: /*#__PURE__*/_jsxs(Container, {\n                          className: \"framer-kvcc1u-container\",\n                          children: [/*#__PURE__*/_jsx(CTA, {\n                            color: 'var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\n                            height: \"100%\",\n                            id: \"EGy9ZE219\",\n                            layoutId: \"EGy9ZE219\",\n                            tap: tap42m929(overlay1e4zl4z),\n                            title: \"Get a demo\",\n                            variant: \"DT5wJl0k7\",\n                            width: \"100%\"\n                          }), /*#__PURE__*/_jsx(AnimatePresence, {\n                            children: overlay1e4zl4z.visible && /*#__PURE__*/_jsx(_Fragment, {\n                              children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                                children: [/*#__PURE__*/_jsx(motion.div, {\n                                  animate: {\n                                    opacity: 1\n                                  },\n                                  className: \"framer-1e4zl4z\",\n                                  exit: {\n                                    opacity: 0\n                                  },\n                                  initial: {\n                                    opacity: 0\n                                  },\n                                  onTap: () => overlay1e4zl4z.hide(),\n                                  transition: {\n                                    delay: 0,\n                                    duration: .1,\n                                    ease: [.5, 0, .88, .77],\n                                    type: \"tween\"\n                                  }\n                                }, \"OSnum7Z8T\"), /*#__PURE__*/_jsx(motion.div, {\n                                  className: \"framer-3y597v\",\n                                  children: /*#__PURE__*/_jsxs(motion.div, {\n                                    animate: {\n                                      opacity: 1,\n                                      rotate: 0,\n                                      rotateX: 0,\n                                      rotateY: 0,\n                                      scale: 1,\n                                      transformPerspective: 1200,\n                                      transition: {\n                                        damping: 30,\n                                        delay: 0,\n                                        mass: 1,\n                                        stiffness: 400,\n                                        type: \"spring\"\n                                      },\n                                      x: 0,\n                                      y: 0\n                                    },\n                                    className: \"framer-1e3v9p7\",\n                                    \"data-border\": true,\n                                    exit: {\n                                      opacity: 0,\n                                      rotate: 0,\n                                      rotateX: 0,\n                                      rotateY: 0,\n                                      scale: .8,\n                                      transformPerspective: 1200,\n                                      transition: {\n                                        damping: 30,\n                                        delay: 0,\n                                        mass: 1,\n                                        stiffness: 400,\n                                        type: \"spring\"\n                                      },\n                                      x: 0,\n                                      y: 0\n                                    },\n                                    initial: {\n                                      opacity: 0,\n                                      rotate: 0,\n                                      rotateX: 0,\n                                      rotateY: 0,\n                                      scale: .8,\n                                      transformPerspective: 1200,\n                                      x: 0,\n                                      y: 0\n                                    },\n                                    children: [/*#__PURE__*/_jsxs(motion.div, {\n                                      className: \"framer-1tk1uvc\",\n                                      children: [/*#__PURE__*/_jsx(RichText, {\n                                        __fromCanvasComponent: true,\n                                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                                          children: /*#__PURE__*/_jsx(\"h3\", {\n                                            className: \"framer-styles-preset-12lj5ox\",\n                                            \"data-styles-preset\": \"YckFIlg3V\",\n                                            children: \"Get in touch\"\n                                          })\n                                        }),\n                                        className: \"framer-17s5bef\",\n                                        verticalAlignment: \"top\",\n                                        withExternalLayout: true\n                                      }), /*#__PURE__*/_jsx(Container, {\n                                        className: \"framer-ru9eit-container\",\n                                        children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                          breakpoint: baseVariant,\n                                          overrides: {\n                                            ORjb6Ga9M: {\n                                              onClick: undefined\n                                            },\n                                            Pha0zyZAG: {\n                                              onClick: undefined\n                                            }\n                                          },\n                                          children: /*#__PURE__*/_jsx(Phosphor, {\n                                            color: 'var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78)) /* {\"name\":\"Text\"} */',\n                                            height: \"100%\",\n                                            iconSearch: \"House\",\n                                            iconSelection: \"X\",\n                                            id: \"FFrJ5d1SU\",\n                                            layoutId: \"FFrJ5d1SU\",\n                                            mirrored: false,\n                                            onClick: onClickzn6atv(overlay1e4zl4z),\n                                            selectByList: true,\n                                            style: {\n                                              height: \"100%\",\n                                              width: \"100%\"\n                                            },\n                                            weight: \"fill\",\n                                            width: \"100%\"\n                                          })\n                                        })\n                                      })]\n                                    }), /*#__PURE__*/_jsx(Container, {\n                                      className: \"framer-1ce0wm8-container\",\n                                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                        breakpoint: baseVariant,\n                                        overrides: {\n                                          ORjb6Ga9M: {\n                                            onSubmit: undefined\n                                          },\n                                          Pha0zyZAG: {\n                                            onSubmit: undefined\n                                          }\n                                        },\n                                        children: /*#__PURE__*/_jsx(FormSpark, {\n                                          borderRadius: 10,\n                                          bottomLeftRadius: 10,\n                                          bottomRightRadius: 10,\n                                          button: {\n                                            label: \"Send Message\",\n                                            fontWeight: 600,\n                                            fill: 'var(--token-2e606580-c5cb-45c2-a66e-07cb8dbe5a38, rgb(116, 33, 252)) /* {\"name\":\"Purple\"} */',\n                                            color: \"rgb(255, 255, 255)\"\n                                          },\n                                          email: {\n                                            placeholder: \"Email\",\n                                            value: \"\"\n                                          },\n                                          font: true,\n                                          fontFamily: \"Manrope\",\n                                          fontSize: 18,\n                                          fontWeight: 500,\n                                          formId: \"\",\n                                          gap: 20,\n                                          height: \"100%\",\n                                          id: \"cUlOzQuMd\",\n                                          inputs: {\n                                            fill: 'var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, rgb(246, 244, 255)) /* {\"name\":\"Purple Light\"} */',\n                                            color: 'var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78)) /* {\"name\":\"Text\"} */',\n                                            placeholderColor: 'var(--token-fbf0164e-dee2-4e19-9b25-5c9f4ebdcda6, rgb(91, 94, 118)) /* {\"name\":\"Text Light\"} */',\n                                            error: \"rgb(238, 68, 68)\"\n                                          },\n                                          isMixedBorderRadius: false,\n                                          layout: \"horizontal\",\n                                          layoutId: \"cUlOzQuMd\",\n                                          message: {\n                                            placeholder: \"Message\",\n                                            value: \"\"\n                                          },\n                                          nameField: {\n                                            placeholder: \"Name\",\n                                            value: \"\"\n                                          },\n                                          onSubmit: onSubmitaid5t6(overlay1e4zl4z),\n                                          padding: 20,\n                                          paddingBottom: 20,\n                                          paddingLeft: 20,\n                                          paddingPerSide: false,\n                                          paddingRight: 20,\n                                          paddingTop: 20,\n                                          style: {\n                                            height: \"100%\",\n                                            width: \"100%\"\n                                          },\n                                          topLeftRadius: 10,\n                                          topRightRadius: 10,\n                                          width: \"100%\",\n                                          withEmail: true,\n                                          withMessage: true,\n                                          withName: true\n                                        })\n                                      })\n                                    })]\n                                  })\n                                })]\n                              }), document.querySelector(\"#overlay\"))\n                            })\n                          })]\n                        })\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1pl4ks4\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                          },\n                          children: \"Address\"\n                        })\n                      }),\n                      className: \"framer-1mv8clg\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"p\", {\n                          className: \"framer-styles-preset-21ogod\",\n                          \"data-styles-preset\": \"xZndidUCt\",\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"\n                          },\n                          children: [\"Singel 258\", /*#__PURE__*/_jsx(\"br\", {}), \"1234 AB Amsterdam\", /*#__PURE__*/_jsx(\"br\", {}), \"The Netherlands\"]\n                        })\n                      }),\n                      className: \"framer-10g3guh\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })]\n                  }), /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-liapyv\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-1tj3ehu-container\",\n                      children: /*#__PURE__*/_jsx(CTA, {\n                        color: 'var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\n                        height: \"100%\",\n                        id: \"FIzDrc5Jg\",\n                        layoutId: \"FIzDrc5Jg\",\n                        title: \"support@framer.com\",\n                        variant: \"DT5wJl0k7\",\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-jtov7m-container\",\n                      children: /*#__PURE__*/_jsx(CTA, {\n                        color: 'var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\n                        height: \"100%\",\n                        id: \"tOUC1AuEY\",\n                        layoutId: \"tOUC1AuEY\",\n                        link: \"tel:1800 648 659\",\n                        title: \"1800 648 659\",\n                        variant: \"DT5wJl0k7\",\n                        width: \"100%\"\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-vkg5ta\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-mwuxb5-container\",\n                      children: /*#__PURE__*/_jsx(SocialIcon, {\n                        background: \"rgba(255, 255, 255, 0.3)\",\n                        height: \"100%\",\n                        icon: \"rgb(255, 255, 255)\",\n                        id: \"lamQKTDQg\",\n                        layoutId: \"lamQKTDQg\",\n                        link: \"https://twitter.com/framer\",\n                        variant: \"YtyKZu0FI\",\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-1udd09-container\",\n                      children: /*#__PURE__*/_jsx(SocialIcon, {\n                        background: \"rgba(255, 255, 255, 0.3)\",\n                        height: \"100%\",\n                        icon: \"rgb(255, 255, 255)\",\n                        id: \"AUWQxJ_51\",\n                        layoutId: \"AUWQxJ_51\",\n                        link: \"https://www.linkedin.com/company/10228950/\",\n                        variant: \"DCXZDI5VY\",\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-5fhewt-container\",\n                      children: /*#__PURE__*/_jsx(SocialIcon, {\n                        background: \"rgba(255, 255, 255, 0.3)\",\n                        height: \"100%\",\n                        icon: \"rgb(255, 255, 255)\",\n                        id: \"Rd2rAaly4\",\n                        layoutId: \"Rd2rAaly4\",\n                        link: \"https://www.instagram.com/framerapp/\",\n                        variant: \"PaAGulxup\",\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-1i45rst-container\",\n                      children: /*#__PURE__*/_jsx(SocialIcon, {\n                        background: \"rgba(255, 255, 255, 0.3)\",\n                        height: \"100%\",\n                        icon: \"rgb(255, 255, 255)\",\n                        id: \"NBVfqQMM4\",\n                        layoutId: \"NBVfqQMM4\",\n                        link: \"https://www.youtube.com/c/FramerSites\",\n                        variant: \"mUYFfTqzq\",\n                        width: \"100%\"\n                      })\n                    })]\n                  })]\n                })]\n              })]\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-14wnz69-container\",\n            children: /*#__PURE__*/_jsx(Footer, {\n              height: \"100%\",\n              id: \"Tw6lVVaRJ\",\n              layoutId: \"Tw6lVVaRJ\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"NWDLXXgiF\",\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-hQ60a [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none;}', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-hQ60a .framer-nzm8xg { align-content: center; align-items: center; background-color: #ffffff; display: flex; 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: 1200px; }\", \".framer-hQ60a .framer-1gscrgt-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\", \".framer-hQ60a .framer-1n1xfke { align-content: center; align-items: center; background-color: var(--token-2e606580-c5cb-45c2-a66e-07cb8dbe5a38, #8800ff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 50px 100px 50px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-13s7yjg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 50px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-hQ60a .framer-143qai0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 450px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-1610553 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-hQ60a .framer-17x1qky { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre; width: auto; }\", \".framer-hQ60a .framer-12idth2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 450px; word-break: break-word; word-wrap: break-word; }\", \".framer-hQ60a .framer-18s2tpm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-1e2d3ob { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: stretch; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.5); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: transform; }\", \".framer-hQ60a .framer-1p9x8zu-container, .framer-hQ60a .framer-1ce0wm8-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-1ydssxz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 400px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-hQ60a .framer-11rjcby, .framer-hQ60a .framer-1pl4ks4, .framer-hQ60a .framer-liapyv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-3w6g1c, .framer-hQ60a .framer-17s5bef, .framer-hQ60a .framer-1mv8clg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-hQ60a .framer-1col773, .framer-hQ60a .framer-10g3guh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --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-hQ60a .framer-kvcc1u-container, .framer-hQ60a .framer-1tj3ehu-container, .framer-hQ60a .framer-jtov7m-container, .framer-hQ60a .framer-mwuxb5-container, .framer-hQ60a .framer-1udd09-container, .framer-hQ60a .framer-5fhewt-container, .framer-hQ60a .framer-1i45rst-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-hQ60a .framer-1e4zl4z { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\", \".framer-hQ60a .framer-3y597v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 20px 20px 20px 20px; pointer-events: none; position: fixed; top: 0px; width: 100%; }\", \".framer-hQ60a .framer-1e3v9p7 { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-end; align-items: flex-end; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.5); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: flex-start; max-height: 500px; max-width: 500px; overflow: hidden; padding: 30px 30px 30px 30px; pointer-events: auto; position: relative; width: 1px; will-change: transform; }\", \".framer-hQ60a .framer-1tk1uvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-ru9eit-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 30px; }\", \".framer-hQ60a .framer-vkg5ta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-hQ60a .framer-14wnz69-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hQ60a .framer-nzm8xg, .framer-hQ60a .framer-1n1xfke, .framer-hQ60a .framer-13s7yjg, .framer-hQ60a .framer-143qai0, .framer-hQ60a .framer-1610553, .framer-hQ60a .framer-18s2tpm, .framer-hQ60a .framer-1e2d3ob, .framer-hQ60a .framer-1ydssxz, .framer-hQ60a .framer-11rjcby, .framer-hQ60a .framer-3y597v, .framer-hQ60a .framer-1e3v9p7, .framer-hQ60a .framer-1pl4ks4, .framer-hQ60a .framer-liapyv, .framer-hQ60a .framer-vkg5ta { gap: 0px; } .framer-hQ60a .framer-nzm8xg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hQ60a .framer-nzm8xg > :first-child, .framer-hQ60a .framer-13s7yjg > :first-child, .framer-hQ60a .framer-143qai0 > :first-child, .framer-hQ60a .framer-1610553 > :first-child, .framer-hQ60a .framer-1e2d3ob > :first-child, .framer-hQ60a .framer-1ydssxz > :first-child, .framer-hQ60a .framer-11rjcby > :first-child, .framer-hQ60a .framer-1e3v9p7 > :first-child, .framer-hQ60a .framer-1pl4ks4 > :first-child, .framer-hQ60a .framer-liapyv > :first-child { margin-top: 0px; } .framer-hQ60a .framer-nzm8xg > :last-child, .framer-hQ60a .framer-13s7yjg > :last-child, .framer-hQ60a .framer-143qai0 > :last-child, .framer-hQ60a .framer-1610553 > :last-child, .framer-hQ60a .framer-1e2d3ob > :last-child, .framer-hQ60a .framer-1ydssxz > :last-child, .framer-hQ60a .framer-11rjcby > :last-child, .framer-hQ60a .framer-1e3v9p7 > :last-child, .framer-hQ60a .framer-1pl4ks4 > :last-child, .framer-hQ60a .framer-liapyv > :last-child { margin-bottom: 0px; } .framer-hQ60a .framer-1n1xfke > * { margin: 0px; margin-left: calc(140px / 2); margin-right: calc(140px / 2); } .framer-hQ60a .framer-1n1xfke > :first-child, .framer-hQ60a .framer-18s2tpm > :first-child, .framer-hQ60a .framer-3y597v > :first-child, .framer-hQ60a .framer-vkg5ta > :first-child { margin-left: 0px; } .framer-hQ60a .framer-1n1xfke > :last-child, .framer-hQ60a .framer-18s2tpm > :last-child, .framer-hQ60a .framer-3y597v > :last-child, .framer-hQ60a .framer-vkg5ta > :last-child { margin-right: 0px; } .framer-hQ60a .framer-13s7yjg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-hQ60a .framer-143qai0 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-hQ60a .framer-1610553 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hQ60a .framer-18s2tpm > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-hQ60a .framer-1e2d3ob > *, .framer-hQ60a .framer-1e3v9p7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-hQ60a .framer-1ydssxz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-hQ60a .framer-11rjcby > *, .framer-hQ60a .framer-1pl4ks4 > *, .framer-hQ60a .framer-liapyv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hQ60a .framer-3y597v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hQ60a .framer-vkg5ta > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\", \"@media (min-width: 1200px) { .framer-hQ60a .hidden-nzm8xg { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-hQ60a .hidden-1neo3fd { display: none !important; } .framer-hQ60a .framer-nzm8xg { width: 810px; } .framer-hQ60a .framer-1n1xfke { flex-direction: column; gap: 50px; padding: 80px 50px 100px 50px; } .framer-hQ60a .framer-13s7yjg, .framer-hQ60a .framer-1ydssxz { flex: none; width: 100%; } .framer-hQ60a .framer-18s2tpm { flex-direction: column; } .framer-hQ60a .framer-1e2d3ob { align-self: unset; flex: none; height: 400px; width: 100%; } .framer-hQ60a .framer-1p9x8zu-container { flex: none; height: 759px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hQ60a .framer-1n1xfke, .framer-hQ60a .framer-18s2tpm { gap: 0px; } .framer-hQ60a .framer-1n1xfke > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-hQ60a .framer-1n1xfke > :first-child, .framer-hQ60a .framer-18s2tpm > :first-child { margin-top: 0px; } .framer-hQ60a .framer-1n1xfke > :last-child, .framer-hQ60a .framer-18s2tpm > :last-child { margin-bottom: 0px; } .framer-hQ60a .framer-18s2tpm > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\", \"@media (max-width: 809px) { .framer-hQ60a .hidden-17a5fda { display: none !important; } .framer-hQ60a .framer-nzm8xg { width: 390px; } .framer-hQ60a .framer-1n1xfke { flex-direction: column; gap: 50px; padding: 100px 20px 50px 20px; } .framer-hQ60a .framer-13s7yjg { flex: none; padding: 0px 0px 0px 0px; width: 100%; } .framer-hQ60a .framer-143qai0 { align-content: center; align-items: center; } .framer-hQ60a .framer-1610553, .framer-hQ60a .framer-12idth2 { width: 100%; } .framer-hQ60a .framer-18s2tpm { flex-direction: column; } .framer-hQ60a .framer-1e2d3ob { align-self: unset; flex: none; height: 300px; width: 100%; } .framer-hQ60a .framer-1ydssxz { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hQ60a .framer-1n1xfke, .framer-hQ60a .framer-18s2tpm { gap: 0px; } .framer-hQ60a .framer-1n1xfke > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-hQ60a .framer-1n1xfke > :first-child, .framer-hQ60a .framer-18s2tpm > :first-child { margin-top: 0px; } .framer-hQ60a .framer-1n1xfke > :last-child, .framer-hQ60a .framer-18s2tpm > :last-child { margin-bottom: 0px; } .framer-hQ60a .framer-18s2tpm > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 1397.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ORjb6Ga9M\":{\"layout\":[\"fixed\",\"auto\"]},\"Pha0zyZAG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FramerzyCmqVGMZ = withCSS(Component, css);\nexport default FramerzyCmqVGMZ;\nFramerzyCmqVGMZ.displayName = \"Contact 1\";\nFramerzyCmqVGMZ.defaultProps = {\n  height: 1397.5,\n  width: 1200\n};\naddFonts(FramerzyCmqVGMZ, [...TopbarFonts, ...GoogleMapsFonts, ...CTAFonts, ...PhosphorFonts, ...FormSparkFonts, ...SocialIconFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerzyCmqVGMZ\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ORjb6Ga9M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pha0zyZAG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"1397.5\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["TopbarFonts", "getFonts", "lWUcIJP0H_default", "GoogleMapsFonts", "GoogleMaps", "CTAFonts", "OlTWqYMo3_default", "PhosphorFonts", "Icon", "FormSparkFonts", "FormSpark_default", "SocialIconFonts", "E6jsPNobc_default", "FooterFonts", "M82dauGNX_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "Overlay", "children", "visible", "setVisible", "useOverlayState", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "restProps", "variant", "fe", "metadata", "zyCmqVGMZ_default", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap42m929", "overlay", "args", "onClickzn6atv", "onSubmitaid5t6", "defaultLayoutId", "pointerEvents", "style", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "_", "t", "PropertyOverrides", "lWUcIJP0H_default", "x", "RichText", "GoogleMaps", "overlay1e4zl4z", "l", "OlTWqYMo3_default", "AnimatePresence", "qa", "Icon", "FormSpark_default", "E6jsPNobc_default", "M82dauGNX_default", "css", "FramerzyCmqVGMZ", "withCSS", "addFonts", "TopbarFonts", "GoogleMapsFonts", "CTAFonts", "PhosphorFonts", "FormSparkFonts", "SocialIconFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
