{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fU0unnxNkxYeKaOlrj9U/a19E6U8htnm31D5BjJ2k/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (91d32d4)\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, optimizeAppear, optimizeAppearTransformTemplate, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, useActiveVariantCallback, useHydratedBreakpointVariants, useLocaleInfo, useOverlayState, useQueryData, useRouter, withCSS, withFX } from \"framer\";\nimport { AnimatePresence, LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport BottomDetails from \"https://framerusercontent.com/modules/gHT9F4LmqQEeaV5kv49T/9zgY74mtuXXwTHO0Y3Ys/AsVl6xmMW.js\";\nimport Testimonial from \"https://framerusercontent.com/modules/3GQQICcSwsff98MlWG54/vaR84KNhxm8jz3zpv7Ex/b_nyzgMXA.js\";\nimport SpinnerWrapper from \"https://framerusercontent.com/modules/zU5zUU5tXVMOG8SGhFlP/tMrAjg1livvN0dishiGQ/L1s_YcWEX.js\";\nimport Navbar from \"https://framerusercontent.com/modules/9pe84wtYVTlntGRKLopv/Uk4vZs6DNyL5Ycvxm4qa/ltuXlpbQ9.js\";\nimport MenuItem from \"https://framerusercontent.com/modules/oAcqj4kPMnJ2oLJ9slFr/WITp7aUio7JzLA9zUzRz/LvBbkVHYv.js\";\nimport Footer from \"https://framerusercontent.com/modules/nVU7Ce1iNFwj0AECx5Pb/ac06zYCe3LkwIw3mCCky/MiDVBqUWq.js\";\nimport NavMobile from \"https://framerusercontent.com/modules/yxtmhMcAKPDibBavJepN/OwmTDrt5gdrf8aHPbjkI/ROSy7GEYE.js\";\nimport Button from \"https://framerusercontent.com/modules/54AJLwkcL1LUvB6kfUlf/oVd0VQyYNynkkLAbpR4B/S78rPCWMb.js\";\nimport ReviewWidget from \"https://framerusercontent.com/modules/9pdHQHiwOp88E7tO7hK9/EmkDH1pruw7UZalBw1qo/Xzzo7oFv_.js\";\nimport MenuItems from \"https://framerusercontent.com/modules/3M2zB3xARL4csOV6UVSJ/Gkd2evDDp0FNqfr5JoT4/zZSi9QZJW.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/omGiKg2XPZEn9GqEJ1lh/WJngQvCq0bTKRuzViWxY/fVxnimdqP.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/1GA3qvndZYgUh3MyeC0p/oN4JlXJVAEi1M6forI07/gD6Ef59I7.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/os89k7ocWvBO9VlQNsuC/uJetMghGrWzIiyQqeczg/augiA20Il.js\";\nconst NavbarFonts = getFonts(Navbar);\nconst NavMobileFonts = getFonts(NavMobile);\nconst SpinnerWrapperFonts = getFonts(SpinnerWrapper);\nconst ContainerWithFX = withFX(Container);\nconst ButtonFonts = getFonts(Button);\nconst ReviewWidgetFonts = getFonts(ReviewWidget);\nconst MenuItemFonts = getFonts(MenuItem);\nconst TestimonialFonts = getFonts(Testimonial);\nconst BottomDetailsFonts = getFonts(BottomDetails);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"WQLkyLRf1\", \"RGTmeDmfT\", \"Thamj4SDx\"];\nconst breakpoints = {\n  RGTmeDmfT: \"(min-width: 768px) and (max-width: 1199px)\",\n  Thamj4SDx: \"(max-width: 767px)\",\n  WQLkyLRf1: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-Rebfp\";\nconst variantClassNames = {\n  RGTmeDmfT: \"framer-v-airkmp\",\n  Thamj4SDx: \"framer-v-1wyhed1\",\n  WQLkyLRf1: \"framer-v-72rtr7\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"WQLkyLRf1\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  delay: 0,\n  duration: .3,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 150\n};\nconst transformTemplate1 = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 150\n};\nconst Overlay = ({\n  children,\n  blockDocumentScrolling,\n  enabled = true\n}) => {\n  const [visible, setVisible] = useOverlayState({\n    blockDocumentScrolling\n  });\n  return children({\n    hide: () => setVisible(false),\n    show: () => setVisible(true),\n    toggle: () => setVisible(!visible),\n    visible: enabled && visible\n  });\n};\nconst animation3 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 150\n};\nconst transition2 = {\n  delay: 0,\n  duration: 10,\n  ease: [0, 0, 1, 1],\n  type: \"tween\"\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 360,\n  scale: 1,\n  x: 0,\n  y: 0\n};\nconst transition3 = {\n  delay: .1,\n  duration: .3,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation5 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 150\n};\nconst animation6 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 0\n};\nconst transition4 = {\n  delay: .2,\n  duration: .3,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation7 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 150\n};\nconst animation8 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst addImageAlt = (image, alt) => {\n  if (!image || typeof image !== \"object\") {\n    return;\n  }\n  return {\n    ...image,\n    alt\n  };\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"WQLkyLRf1\",\n  Phone: \"Thamj4SDx\",\n  Tablet: \"RGTmeDmfT\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"WQLkyLRf1\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale,\n    setLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    wqiJrthIKyIgnYutkq,\n    UdxKRO0y0yIgnYutkq,\n    mo7ZvVE4hyIgnYutkq,\n    YTqmzXKRqyIgnYutkq,\n    xHXExFuw3yIgnYutkq,\n    idyIgnYutkq,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(`${metadata1.bodyClassName}-framer-Rebfp`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-Rebfp`);\n      };\n    }\n  }, [undefined, activeLocale]);\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 xJIcz1ixQ42m929 = overlay => activeVariantCallback(async (...args) => {\n    overlay.toggle();\n  });\n  const closeOverlayzn6atv = overlay => activeVariantCallback(async (...args) => {\n    overlay.hide();\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if ([\"RGTmeDmfT\", \"Thamj4SDx\"].includes(baseVariant)) return true;\n    return !isBrowser();\n  };\n  const router = useRouter();\n  const isDisplayed1 = () => {\n    if ([\"RGTmeDmfT\", \"Thamj4SDx\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"WQLkyLRf1\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsxs(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: [/*#__PURE__*/_jsx(motion.div, {\n        ...restProps,\n        className: cx(serializationHash, ...sharedStyleClassNames, \"framer-72rtr7\", className),\n        ref: ref !== null && ref !== void 0 ? ref : ref1,\n        style: {\n          ...style\n        },\n        children: /*#__PURE__*/_jsxs(\"div\", {\n          className: \"framer-riikhs\",\n          \"data-framer-name\": \"Main Wrapper\",\n          name: \"Main Wrapper\",\n          children: [/*#__PURE__*/_jsx(Overlay, {\n            children: overlay => /*#__PURE__*/_jsx(_Fragment, {\n              children: /*#__PURE__*/_jsxs(Container, {\n                className: \"framer-1dylen3-container\",\n                \"data-framer-name\": \"Navbar\",\n                name: \"Navbar\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    RGTmeDmfT: {\n                      variant: \"TvTZ7AE53\"\n                    },\n                    Thamj4SDx: {\n                      variant: \"RDgmn6cWD\"\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Navbar, {\n                    height: \"100%\",\n                    id: \"EyVjmbpV4\",\n                    layoutId: \"EyVjmbpV4\",\n                    name: \"Navbar\",\n                    style: {\n                      width: \"100%\"\n                    },\n                    variant: \"FEknC03mZ\",\n                    width: \"100%\",\n                    xJIcz1ixQ: xJIcz1ixQ42m929(overlay)\n                  })\n                }), /*#__PURE__*/_jsx(AnimatePresence, {\n                  children: overlay.visible && /*#__PURE__*/_jsx(_Fragment, {\n                    children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          RGTmeDmfT: {\n                            animate: {\n                              opacity: 1,\n                              transition: {\n                                delay: 0,\n                                duration: .3,\n                                ease: [.44, 0, .56, 1],\n                                type: \"tween\"\n                              }\n                            },\n                            exit: {\n                              opacity: 0,\n                              transition: {\n                                delay: 0,\n                                duration: 0,\n                                ease: [.44, 0, .56, 1],\n                                type: \"tween\"\n                              }\n                            }\n                          },\n                          Thamj4SDx: {\n                            animate: {\n                              opacity: 1,\n                              transition: {\n                                delay: 0,\n                                duration: .3,\n                                ease: [.44, 0, .56, 1],\n                                type: \"tween\"\n                              }\n                            },\n                            exit: {\n                              opacity: 0,\n                              transition: {\n                                delay: 0,\n                                duration: 0,\n                                ease: [.44, 0, .56, 1],\n                                type: \"tween\"\n                              }\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(motion.div, {\n                          animate: {\n                            opacity: 1,\n                            transition: {\n                              delay: 0,\n                              duration: 0,\n                              ease: [.5, 0, .88, .77],\n                              type: \"tween\"\n                            }\n                          },\n                          className: \"framer-580ffs\",\n                          exit: {\n                            opacity: 0,\n                            transition: {\n                              delay: 0,\n                              duration: 0,\n                              ease: [.12, .23, .5, 1],\n                              type: \"tween\"\n                            }\n                          },\n                          initial: {\n                            opacity: 0\n                          },\n                          onTap: () => overlay.hide()\n                        }, \"px6trRvIT\")\n                      }), isDisplayed() && /*#__PURE__*/_jsx(Container, {\n                        animate: animation1,\n                        className: \"framer-vu3e5b-container hidden-72rtr7\",\n                        exit: animation,\n                        initial: animation2,\n                        transformTemplate: transformTemplate1,\n                        children: /*#__PURE__*/_jsx(NavMobile, {\n                          closeOverlay: closeOverlayzn6atv(overlay),\n                          height: \"100%\",\n                          id: \"Z4Lwtf4uI\",\n                          layoutId: \"Z4Lwtf4uI\",\n                          style: {\n                            height: \"100%\",\n                            width: \"100%\"\n                          },\n                          width: \"100%\"\n                        })\n                      })]\n                    }), document.querySelector(\"#overlay\"))\n                  })\n                })]\n              })\n            })\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-ohsabl\",\n            \"data-framer-name\": \"Home Hero\",\n            name: \"Home Hero\",\n            children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  \"data-framer-appear-id\": \"16d0ij2\",\n                  animate: optimizeAppear(\"animate\", \"16d0ij2\", animation1, \"airkmp\"),\n                  initial: optimizeAppear(\"initial\", \"16d0ij2\", animation3, \"airkmp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"16d0ij2\", transformTemplate1)\n                },\n                Thamj4SDx: {\n                  \"data-framer-appear-id\": \"z7878u\",\n                  animate: optimizeAppear(\"animate\", \"z7878u\", animation1, \"1wyhed1\"),\n                  initial: optimizeAppear(\"initial\", \"z7878u\", animation3, \"1wyhed1\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"z7878u\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                animate: optimizeAppear(\"animate\", \"pnp6sv\", animation1, \"72rtr7\"),\n                className: \"framer-pnp6sv\",\n                \"data-framer-appear-id\": \"pnp6sv\",\n                \"data-framer-name\": \"Home Hero Left\",\n                exit: animation,\n                initial: optimizeAppear(\"initial\", \"pnp6sv\", animation3, \"72rtr7\"),\n                name: \"Home Hero Left\",\n                transformTemplate: optimizeAppearTransformTemplate(\"pnp6sv\", transformTemplate1),\n                children: [/*#__PURE__*/_jsx(ContainerWithFX, {\n                  __framer__loop: animation4,\n                  __framer__loopEffectEnabled: true,\n                  __framer__loopRepeatDelay: 0,\n                  __framer__loopRepeatType: \"loop\",\n                  __framer__loopTransition: transition2,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  className: \"framer-xlr7ay-container\",\n                  children: /*#__PURE__*/_jsx(SpinnerWrapper, {\n                    height: \"100%\",\n                    id: \"Cdqf7s4Uf\",\n                    layoutId: \"Cdqf7s4Uf\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    title: \"T\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-hd254s\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      Thamj4SDx: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\",\n                              \"--framer-font-family\": '\"Poppins\", sans-serif',\n                              \"--framer-font-size\": \"44px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-letter-spacing\": \"-0.5px\",\n                              \"--framer-text-color\": \"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"\n                            },\n                            children: \"The Best Gourmet Food In Town\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7UG9wcGlucy02MDA=\",\n                            \"--framer-font-family\": '\"Poppins\", sans-serif',\n                            \"--framer-font-size\": \"52px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-letter-spacing\": \"-0.5px\",\n                            \"--framer-text-color\": \"var(--token-5e7f3475-bed9-4008-8ecf-9e5b79811f5d, rgb(61, 61, 61))\"\n                          },\n                          children: \"The Best Gourmet Food In Town\"\n                        })\n                      }),\n                      className: \"framer-1fyi2v1\",\n                      fonts: [\"GF;Poppins-600\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      Thamj4SDx: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\",\n                              \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"20px\",\n                              \"--framer-letter-spacing\": \"-0.5px\",\n                              \"--framer-line-height\": \"1.6em\",\n                              \"--framer-text-color\": \"var(--token-5c8afe2b-9cec-40a9-9569-a90fd652fdef, rgb(94, 94, 94))\"\n                            },\n                            children: \"A cozy little gourmet spot with a menu to fulfil all your taste buds could possibly desire.\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7UG9wcGlucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"22px\",\n                            \"--framer-letter-spacing\": \"-0.5px\",\n                            \"--framer-line-height\": \"1.6em\",\n                            \"--framer-text-color\": \"var(--token-5c8afe2b-9cec-40a9-9569-a90fd652fdef, rgb(94, 94, 94))\"\n                          },\n                          children: \"A cozy little gourmet spot with a menu to fulfil all your taste buds could possibly desire.\"\n                        })\n                      }),\n                      className: \"framer-1hb6cyc\",\n                      fonts: [\"GF;Poppins-regular\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1esxi08\",\n                  children: [/*#__PURE__*/_jsx(Container, {\n                    className: \"framer-1wp4vl2-container\",\n                    children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Thamj4SDx: {\n                          style: {\n                            width: \"100%\"\n                          }\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(Button, {\n                        height: \"100%\",\n                        id: \"CV_OS9mBg\",\n                        layoutId: \"CV_OS9mBg\",\n                        V5iQIMOgy: resolveLink({\n                          webPageId: \"JAaUynV3x\"\n                        }, router),\n                        variant: \"q6ZfGroXy\",\n                        VB_yFINVP: \"Make a Reservation\",\n                        width: \"100%\"\n                      })\n                    })\n                  }), /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-ey0xu7-container\",\n                    children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Thamj4SDx: {\n                          style: {\n                            width: \"100%\"\n                          }\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(Button, {\n                        height: \"100%\",\n                        id: \"W9Z6cFh37\",\n                        layoutId: \"W9Z6cFh37\",\n                        V5iQIMOgy: resolveLink({\n                          webPageId: \"WoeL5pFDi\"\n                        }, router),\n                        variant: \"aeg5KIQFW\",\n                        VB_yFINVP: \"Browse Menu\",\n                        width: \"100%\"\n                      })\n                    })\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  \"data-framer-appear-id\": \"1kjj4x6\",\n                  animate: optimizeAppear(\"animate\", \"1kjj4x6\", animation6, \"airkmp\"),\n                  initial: optimizeAppear(\"initial\", \"1kjj4x6\", animation3, \"airkmp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"1kjj4x6\", transformTemplate1)\n                },\n                Thamj4SDx: {\n                  \"data-framer-appear-id\": \"2b2ueq\",\n                  animate: optimizeAppear(\"animate\", \"2b2ueq\", animation6, \"1wyhed1\"),\n                  initial: optimizeAppear(\"initial\", \"2b2ueq\", animation3, \"1wyhed1\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"2b2ueq\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                animate: optimizeAppear(\"animate\", \"uusqhw\", animation6, \"72rtr7\"),\n                className: \"framer-uusqhw\",\n                \"data-framer-appear-id\": \"uusqhw\",\n                \"data-framer-name\": \"Home Hero Right\",\n                exit: animation5,\n                initial: optimizeAppear(\"initial\", \"uusqhw\", animation3, \"72rtr7\"),\n                name: \"Home Hero Right\",\n                transformTemplate: optimizeAppearTransformTemplate(\"uusqhw\", transformTemplate1),\n                children: [/*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1jgbadf\",\n                  children: [/*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3281,\n                      intrinsicWidth: 2627,\n                      pixelHeight: 3281,\n                      pixelWidth: 2627,\n                      src: \"https://framerusercontent.com/images/B1zT4hMV34PWlnYUDNSYmoIU92I.jpg?scale-down-to=1024\"\n                    },\n                    className: \"framer-1tpdt5d\",\n                    \"data-framer-name\": \"Hero Food\",\n                    name: \"Hero Food\"\n                  }), /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3171,\n                      intrinsicWidth: 3997,\n                      pixelHeight: 3171,\n                      pixelWidth: 3997,\n                      src: \"https://framerusercontent.com/images/kKzgiNYT6lqTtyQKeTEgGS0nyqE.jpg?scale-down-to=1024\"\n                    },\n                    className: \"framer-1q9cvwe\",\n                    \"data-framer-name\": \"Hero Food\",\n                    name: \"Hero Food\"\n                  })]\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1umk5ot\",\n                  children: [/*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3160,\n                      intrinsicWidth: 3160,\n                      pixelHeight: 3160,\n                      pixelWidth: 3160,\n                      src: \"https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg?scale-down-to=1024\"\n                    },\n                    className: \"framer-1am23u4\",\n                    \"data-framer-name\": \"Hero Food\",\n                    name: \"Hero Food\"\n                  }), /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3543,\n                      intrinsicWidth: 2362,\n                      pixelHeight: 3543,\n                      pixelWidth: 2362,\n                      src: \"https://framerusercontent.com/images/qLeZe0zOefTkKZp46NkhUUEB0x8.jpg?scale-down-to=1024\"\n                    },\n                    className: \"framer-1k9j9gl\",\n                    \"data-framer-name\": \"Hero Food\",\n                    name: \"Hero Food\"\n                  })]\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              RGTmeDmfT: {\n                \"data-framer-appear-id\": \"x435o5\",\n                animate: optimizeAppear(\"animate\", \"x435o5\", animation8, \"airkmp\"),\n                initial: optimizeAppear(\"initial\", \"x435o5\", animation3, \"airkmp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"x435o5\", transformTemplate1)\n              },\n              Thamj4SDx: {\n                \"data-framer-appear-id\": \"p8sw7\",\n                animate: optimizeAppear(\"animate\", \"p8sw7\", animation8, \"1wyhed1\"),\n                initial: optimizeAppear(\"initial\", \"p8sw7\", animation3, \"1wyhed1\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"p8sw7\", transformTemplate1)\n              }\n            },\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              animate: optimizeAppear(\"animate\", \"fdfa3d\", animation8, \"72rtr7\"),\n              className: \"framer-fdfa3d\",\n              \"data-framer-appear-id\": \"fdfa3d\",\n              \"data-framer-name\": \"Home About\",\n              exit: animation7,\n              initial: optimizeAppear(\"initial\", \"fdfa3d\", animation3, \"72rtr7\"),\n              name: \"Home About\",\n              transformTemplate: optimizeAppearTransformTemplate(\"fdfa3d\", transformTemplate1),\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  RGTmeDmfT: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3648,\n                      intrinsicWidth: 5472,\n                      loading: \"lazy\",\n                      pixelHeight: 3648,\n                      pixelWidth: 5472,\n                      src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024\"\n                    }\n                  },\n                  Thamj4SDx: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 3648,\n                      intrinsicWidth: 5472,\n                      loading: \"lazy\",\n                      pixelHeight: 3648,\n                      pixelWidth: 5472,\n                      src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024\"\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 3648,\n                    intrinsicWidth: 5472,\n                    pixelHeight: 3648,\n                    pixelWidth: 5472,\n                    src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024\"\n                  },\n                  className: \"framer-bo7dhq\",\n                  \"data-framer-name\": \"Home About Image\",\n                  name: \"Home About Image\"\n                })\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-dyd2kh\",\n                \"data-framer-name\": \"Home About Info\",\n                name: \"Home About Info\",\n                children: [/*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1gbxrxx\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h2\", {\n                        className: \"framer-styles-preset-1wml6uu\",\n                        \"data-styles-preset\": \"fVxnimdqP\",\n                        children: [\"Visit Us And Enjoy \", /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--framer-text-color\": \"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"\n                          },\n                          children: \"The Ultimate\"\n                        }), \" Culinary Experience\"]\n                      })\n                    }),\n                    className: \"framer-lil26r\",\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-xti76c\",\n                        \"data-styles-preset\": \"gD6Ef59I7\",\n                        children: \"Welcome to TasteHub, where every dish is a celebration of flavor, quality, and artistry. We are dedicated to providing an exceptional dining experience that inspire the soul.\"\n                      })\n                    }),\n                    className: \"framer-1i3yz83\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1uu44op-container\",\n                  children: /*#__PURE__*/_jsx(ReviewWidget, {\n                    height: \"100%\",\n                    id: \"ICswDk6ob\",\n                    layoutId: \"ICswDk6ob\",\n                    style: {\n                      width: \"100%\"\n                    },\n                    variant: \"nuboEY7eb\",\n                    width: \"100%\"\n                  })\n                })]\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-vc5xi9\",\n            \"data-framer-name\": \"Home Favorites\",\n            name: \"Home Favorites\",\n            children: [/*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-ziams\",\n              \"data-framer-name\": \"Home Favorites Left\",\n              name: \"Home Favorites Left\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-1i9sk7p\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h2\", {\n                      className: \"framer-styles-preset-1wml6uu\",\n                      \"data-styles-preset\": \"fVxnimdqP\",\n                      children: [\"Have A Look At Some Of Our \", /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-text-color\": \"var(--token-0818cc83-e3ee-492b-8eb5-82232ce4a369, rgb(194, 80, 71))\"\n                        },\n                        children: \"Crowd Favorites\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-kfrs8e\",\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-xti76c\",\n                      \"data-styles-preset\": \"gD6Ef59I7\",\n                      children: \"Some of the dishes our customers keep on coming back for.\"\n                    })\n                  }),\n                  className: \"framer-1kq6li1\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), isDisplayed1() && /*#__PURE__*/_jsx(Container, {\n                className: \"framer-1894aef-container hidden-airkmp hidden-1wyhed1\",\n                children: /*#__PURE__*/_jsx(Button, {\n                  height: \"100%\",\n                  id: \"RTWDYxOaC\",\n                  layoutId: \"RTWDYxOaC\",\n                  V5iQIMOgy: resolveLink({\n                    webPageId: \"WoeL5pFDi\"\n                  }, router),\n                  variant: \"q6ZfGroXy\",\n                  VB_yFINVP: \"See Full Menu\",\n                  width: \"100%\"\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 3648,\n                    intrinsicWidth: 5472,\n                    loading: \"lazy\",\n                    pixelHeight: 3648,\n                    pixelWidth: 5472,\n                    sizes: \"min(100vw - 80px, 1140px)\",\n                    src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg\",\n                    srcSet: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=4096 4096w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg 5472w\"\n                  }\n                },\n                Thamj4SDx: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 3648,\n                    intrinsicWidth: 5472,\n                    loading: \"lazy\",\n                    pixelHeight: 3648,\n                    pixelWidth: 5472,\n                    sizes: \"min(100vw - 40px, 1140px)\",\n                    src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg\",\n                    srcSet: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=4096 4096w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg 5472w\"\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsxs(\"div\", {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 3648,\n                  intrinsicWidth: 5472,\n                  loading: \"lazy\",\n                  pixelHeight: 3648,\n                  pixelWidth: 5472,\n                  sizes: \"max((min(100vw - 80px, 1140px) - 80px) / 2, 0px)\",\n                  src: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg\",\n                  srcSet: \"https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg?scale-down-to=4096 4096w, https://framerusercontent.com/images/OHgkIKP0bgxeGTtTgUrG4DJps8.jpg 5472w\"\n                },\n                className: \"framer-15xhy07\",\n                \"data-framer-name\": \"Home Favorites Menu\",\n                name: \"Home Favorites Menu\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    RGTmeDmfT: {\n                      \"data-border\": true\n                    },\n                    Thamj4SDx: {\n                      \"data-border\": true\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1wrm5o6\",\n                    children: /*#__PURE__*/_jsx(QueryData, {\n                      query: {\n                        from: {\n                          data: MenuItems,\n                          type: \"Collection\"\n                        },\n                        select: [{\n                          name: \"wqiJrthIK\",\n                          type: \"Identifier\"\n                        }, {\n                          name: \"UdxKRO0y0\",\n                          type: \"Identifier\"\n                        }, {\n                          name: \"mo7ZvVE4h\",\n                          type: \"Identifier\"\n                        }, {\n                          name: \"YTqmzXKRq\",\n                          type: \"Identifier\"\n                        }, {\n                          name: \"xHXExFuw3\",\n                          type: \"Identifier\"\n                        }, {\n                          name: \"id\",\n                          type: \"Identifier\"\n                        }],\n                        where: {\n                          name: \"UqcaKu9tQ\",\n                          type: \"Identifier\"\n                        }\n                      },\n                      children: collection => collection.map(({\n                        wqiJrthIK: wqiJrthIKyIgnYutkq,\n                        UdxKRO0y0: UdxKRO0y0yIgnYutkq,\n                        mo7ZvVE4h: mo7ZvVE4hyIgnYutkq,\n                        YTqmzXKRq: YTqmzXKRqyIgnYutkq,\n                        xHXExFuw3: xHXExFuw3yIgnYutkq,\n                        id: idyIgnYutkq\n                      }, i) => {\n                        return /*#__PURE__*/_jsx(LayoutGroup, {\n                          id: `yIgnYutkq-${idyIgnYutkq}`,\n                          children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                            value: {\n                              xHXExFuw3: xHXExFuw3yIgnYutkq\n                            },\n                            children: /*#__PURE__*/_jsx(Container, {\n                              className: \"framer-6gk4g9-container\",\n                              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                breakpoint: baseVariant,\n                                overrides: {\n                                  Thamj4SDx: {\n                                    variant: \"HU20jKfVF\"\n                                  }\n                                },\n                                children: /*#__PURE__*/_jsx(MenuItem, {\n                                  description: mo7ZvVE4hyIgnYutkq,\n                                  height: \"100%\",\n                                  id: \"etXD1Ya35\",\n                                  image: toResponsiveImage(wqiJrthIKyIgnYutkq),\n                                  layoutId: \"etXD1Ya35\",\n                                  price: YTqmzXKRqyIgnYutkq,\n                                  style: {\n                                    width: \"100%\"\n                                  },\n                                  title: UdxKRO0y0yIgnYutkq,\n                                  variant: \"p8x_xObQ9\",\n                                  width: \"100%\"\n                                })\n                              })\n                            })\n                          })\n                        }, idyIgnYutkq);\n                      })\n                    })\n                  })\n                }), isDisplayed() && /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-l2e27i-container hidden-72rtr7\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      Thamj4SDx: {\n                        style: {\n                          width: \"100%\"\n                        }\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(Button, {\n                      height: \"100%\",\n                      id: \"Xb0wTL6KH\",\n                      layoutId: \"Xb0wTL6KH\",\n                      V5iQIMOgy: resolveLink({\n                        webPageId: \"WoeL5pFDi\"\n                      }, router),\n                      variant: \"q6ZfGroXy\",\n                      VB_yFINVP: \"See Full Menu\",\n                      width: \"100%\"\n                    })\n                  })\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1r4puk6-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  variant: \"VnzlF2e31\"\n                },\n                Thamj4SDx: {\n                  variant: \"ZkqIbTrMR\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Testimonial, {\n                height: \"100%\",\n                id: \"iXPU9e_yw\",\n                layoutId: \"iXPU9e_yw\",\n                name: \"Logan Smith\",\n                style: {\n                  width: \"100%\"\n                },\n                testimonialText: '\" Simply incredible. Eating at TasteHub is a world-class experience in every way \"',\n                titlePosition: \"Food Critic\",\n                variant: \"jJTTwB_kB\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-142l6mr-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  variant: \"cuad62NTm\"\n                },\n                Thamj4SDx: {\n                  variant: \"fFiJCiBn3\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(BottomDetails, {\n                bwvIKtKaC: addImageAlt({\n                  src: \"https://framerusercontent.com/images/SmoiEBP49mpF5pokTlaquelyU9g.jpg\",\n                  srcSet: \"https://framerusercontent.com/images/SmoiEBP49mpF5pokTlaquelyU9g.jpg?scale-down-to=1024 682w, https://framerusercontent.com/images/SmoiEBP49mpF5pokTlaquelyU9g.jpg?scale-down-to=2048 1365w, https://framerusercontent.com/images/SmoiEBP49mpF5pokTlaquelyU9g.jpg 2000w\"\n                }, \"\"),\n                height: \"100%\",\n                id: \"BNGWKOsQG\",\n                layoutId: \"BNGWKOsQG\",\n                P3RNG2J5T: addImageAlt({\n                  src: \"https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg\",\n                  srcSet: \"https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/dvdjQM9Vg8CpI5U0gS9XTDLwkg.jpg 3160w\"\n                }, \"\"),\n                PjrrWAWZI: addImageAlt({\n                  src: \"https://framerusercontent.com/images/DSeXN2JFyKD9jK8hvnjZ83qrWUg.jpg?scale-down-to=4096\",\n                  srcSet: \"https://framerusercontent.com/images/DSeXN2JFyKD9jK8hvnjZ83qrWUg.jpg?scale-down-to=1024 682w, https://framerusercontent.com/images/DSeXN2JFyKD9jK8hvnjZ83qrWUg.jpg?scale-down-to=2048 1365w, https://framerusercontent.com/images/DSeXN2JFyKD9jK8hvnjZ83qrWUg.jpg?scale-down-to=4096 2730w, https://framerusercontent.com/images/DSeXN2JFyKD9jK8hvnjZ83qrWUg.jpg 4480w\"\n                }, \"\"),\n                pPRMcLm01: addImageAlt({\n                  src: \"https://framerusercontent.com/images/bKnYxapb6NQGXnoU4BS8ZLNW2OY.jpg?scale-down-to=4096\",\n                  srcSet: \"https://framerusercontent.com/images/bKnYxapb6NQGXnoU4BS8ZLNW2OY.jpg?scale-down-to=1024 847w, https://framerusercontent.com/images/bKnYxapb6NQGXnoU4BS8ZLNW2OY.jpg?scale-down-to=2048 1694w, https://framerusercontent.com/images/bKnYxapb6NQGXnoU4BS8ZLNW2OY.jpg?scale-down-to=4096 3389w, https://framerusercontent.com/images/bKnYxapb6NQGXnoU4BS8ZLNW2OY.jpg 3845w\"\n                }, \"\"),\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"fgmeq6zrI\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1o2xr3s-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                RGTmeDmfT: {\n                  variant: \"ZdOWRd4nD\"\n                },\n                Thamj4SDx: {\n                  variant: \"SwGkQ5s3C\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"IDnvZjUNB\",\n                layoutId: \"IDnvZjUNB\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"clAdBZHRm\",\n                width: \"100%\"\n              })\n            })\n          })]\n        })\n      }), /*#__PURE__*/_jsx(\"div\", {\n        className: cx(serializationHash, ...sharedStyleClassNames),\n        id: \"overlay\"\n      })]\n    })\n  });\n});\nconst css = ['.framer-Rebfp[data-border=\"true\"]::after, .framer-Rebfp [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName}-framer-Rebfp { background: white; }`, \".framer-Rebfp.framer-lux5qc, .framer-Rebfp .framer-lux5qc { display: block; }\", \".framer-Rebfp.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\", \".framer-Rebfp .framer-riikhs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1dylen3-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\", \".framer-Rebfp .framer-580ffs { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\", \".framer-Rebfp .framer-vu3e5b-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; transform: perspective(1200px); }\", \".framer-Rebfp .framer-ohsabl { display: grid; flex: none; gap: 80px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: auto; justify-content: center; overflow: hidden; padding: 60px 0px 30px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-pnp6sv { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: center; justify-self: start; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; z-index: 2; }\", \".framer-Rebfp .framer-xlr7ay-container { flex: none; height: 145px; position: absolute; right: -123px; top: -132px; width: 145px; }\", \".framer-Rebfp .framer-hd254s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1fyi2v1, .framer-Rebfp .framer-1hb6cyc, .framer-Rebfp .framer-lil26r, .framer-Rebfp .framer-1i3yz83, .framer-Rebfp .framer-kfrs8e, .framer-Rebfp .framer-1kq6li1 { --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-Rebfp .framer-1esxi08 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1wp4vl2-container, .framer-Rebfp .framer-ey0xu7-container, .framer-Rebfp .framer-1894aef-container, .framer-Rebfp .framer-l2e27i-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-Rebfp .framer-uusqhw { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Rebfp .framer-1jgbadf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-Rebfp .framer-1tpdt5d, .framer-Rebfp .framer-1k9j9gl { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 240px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1q9cvwe, .framer-Rebfp .framer-1am23u4 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 280px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1umk5ot { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-Rebfp .framer-fdfa3d { display: grid; flex: none; gap: 64px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: auto; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Rebfp .framer-bo7dhq { align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 400px; justify-self: start; position: relative; width: 100%; }\", \".framer-Rebfp .framer-dyd2kh { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1gbxrxx, .framer-Rebfp .framer-1i9sk7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-1uu44op-container, .framer-Rebfp .framer-6gk4g9-container, .framer-Rebfp .framer-1r4puk6-container, .framer-Rebfp .framer-142l6mr-container, .framer-Rebfp .framer-1o2xr3s-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-Rebfp .framer-vc5xi9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: auto; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\", \".framer-Rebfp .framer-ziams { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 420px; padding: 0px 0px 0px 0px; position: sticky; top: 64px; width: 1px; will-change: transform; z-index: 1; }\", \".framer-Rebfp .framer-15xhy07 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-Rebfp .framer-1wrm5o6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Rebfp.framer-72rtr7, .framer-Rebfp .framer-riikhs, .framer-Rebfp .framer-pnp6sv, .framer-Rebfp .framer-hd254s, .framer-Rebfp .framer-1esxi08, .framer-Rebfp .framer-uusqhw, .framer-Rebfp .framer-1jgbadf, .framer-Rebfp .framer-1umk5ot, .framer-Rebfp .framer-dyd2kh, .framer-Rebfp .framer-1gbxrxx, .framer-Rebfp .framer-vc5xi9, .framer-Rebfp .framer-ziams, .framer-Rebfp .framer-1i9sk7p, .framer-Rebfp .framer-15xhy07, .framer-Rebfp .framer-1wrm5o6 { gap: 0px; } .framer-Rebfp.framer-72rtr7 > *, .framer-Rebfp .framer-hd254s > *, .framer-Rebfp .framer-1jgbadf > *, .framer-Rebfp .framer-1umk5ot > *, .framer-Rebfp .framer-15xhy07 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Rebfp.framer-72rtr7 > :first-child, .framer-Rebfp .framer-riikhs > :first-child, .framer-Rebfp .framer-pnp6sv > :first-child, .framer-Rebfp .framer-hd254s > :first-child, .framer-Rebfp .framer-1jgbadf > :first-child, .framer-Rebfp .framer-1umk5ot > :first-child, .framer-Rebfp .framer-dyd2kh > :first-child, .framer-Rebfp .framer-1gbxrxx > :first-child, .framer-Rebfp .framer-ziams > :first-child, .framer-Rebfp .framer-1i9sk7p > :first-child, .framer-Rebfp .framer-15xhy07 > :first-child, .framer-Rebfp .framer-1wrm5o6 > :first-child { margin-top: 0px; } .framer-Rebfp.framer-72rtr7 > :last-child, .framer-Rebfp .framer-riikhs > :last-child, .framer-Rebfp .framer-pnp6sv > :last-child, .framer-Rebfp .framer-hd254s > :last-child, .framer-Rebfp .framer-1jgbadf > :last-child, .framer-Rebfp .framer-1umk5ot > :last-child, .framer-Rebfp .framer-dyd2kh > :last-child, .framer-Rebfp .framer-1gbxrxx > :last-child, .framer-Rebfp .framer-ziams > :last-child, .framer-Rebfp .framer-1i9sk7p > :last-child, .framer-Rebfp .framer-15xhy07 > :last-child, .framer-Rebfp .framer-1wrm5o6 > :last-child { margin-bottom: 0px; } .framer-Rebfp .framer-riikhs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Rebfp .framer-pnp6sv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Rebfp .framer-1esxi08 > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-Rebfp .framer-1esxi08 > :first-child, .framer-Rebfp .framer-uusqhw > :first-child, .framer-Rebfp .framer-vc5xi9 > :first-child { margin-left: 0px; } .framer-Rebfp .framer-1esxi08 > :last-child, .framer-Rebfp .framer-uusqhw > :last-child, .framer-Rebfp .framer-vc5xi9 > :last-child { margin-right: 0px; } .framer-Rebfp .framer-uusqhw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Rebfp .framer-dyd2kh > *, .framer-Rebfp .framer-ziams > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Rebfp .framer-1gbxrxx > *, .framer-Rebfp .framer-1i9sk7p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Rebfp .framer-vc5xi9 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-Rebfp .framer-1wrm5o6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\", \"@media (min-width: 1200px) { .framer-Rebfp .hidden-72rtr7 { display: none !important; } }\", `@media (min-width: 768px) and (max-width: 1199px) { .framer-Rebfp .hidden-airkmp { display: none !important; } .${metadata.bodyClassName}-framer-Rebfp { background: white; } .framer-Rebfp.framer-72rtr7 { width: 768px; } .framer-Rebfp .framer-580ffs { background-color: unset; z-index: 2; } .framer-Rebfp .framer-vu3e5b-container { z-index: 2; } .framer-Rebfp .framer-ohsabl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; padding: 60px 0px 60px 0px; } .framer-Rebfp .framer-pnp6sv, .framer-Rebfp .framer-uusqhw { align-self: unset; } .framer-Rebfp .framer-xlr7ay-container { right: 0px; top: 0px; } .framer-Rebfp .framer-hd254s { max-width: 540px; } .framer-Rebfp .framer-fdfa3d { gap: 40px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 60px 0px 60px 0px; } .framer-Rebfp .framer-bo7dhq { order: 1; } .framer-Rebfp .framer-dyd2kh { order: 0; } .framer-Rebfp .framer-vc5xi9 { flex-direction: column; gap: 40px; padding: 60px 0px 60px 0px; } .framer-Rebfp .framer-ziams { flex: none; max-width: 540px; position: relative; top: unset; width: 100%; } .framer-Rebfp .framer-15xhy07 { flex: none; gap: 40px; width: 100%; } .framer-Rebfp .framer-1wrm5o6 { --border-bottom-width: 1px; --border-color: var(--token-d7d5f191-5da1-4fd2-af48-00b6d10fcf33, rgba(0, 0, 0, 0.12)) /* {\"name\":\"Border Grey\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; padding: 40px 0px 40px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Rebfp .framer-ohsabl, .framer-Rebfp .framer-fdfa3d, .framer-Rebfp .framer-vc5xi9, .framer-Rebfp .framer-15xhy07 { gap: 0px; } .framer-Rebfp .framer-ohsabl > *, .framer-Rebfp .framer-vc5xi9 > *, .framer-Rebfp .framer-15xhy07 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Rebfp .framer-ohsabl > :first-child, .framer-Rebfp .framer-vc5xi9 > :first-child, .framer-Rebfp .framer-15xhy07 > :first-child { margin-top: 0px; } .framer-Rebfp .framer-ohsabl > :last-child, .framer-Rebfp .framer-vc5xi9 > :last-child, .framer-Rebfp .framer-15xhy07 > :last-child { margin-bottom: 0px; } .framer-Rebfp .framer-fdfa3d > *, .framer-Rebfp .framer-fdfa3d > :first-child, .framer-Rebfp .framer-fdfa3d > :last-child { margin: 0px; } }}`, `@media (max-width: 767px) { .framer-Rebfp .hidden-1wyhed1 { display: none !important; } .${metadata.bodyClassName}-framer-Rebfp { background: white; } .framer-Rebfp.framer-72rtr7 { padding: 0px 20px 0px 20px; width: 390px; } .framer-Rebfp .framer-580ffs { background-color: unset; z-index: 2; } .framer-Rebfp .framer-vu3e5b-container { z-index: 2; } .framer-Rebfp .framer-ohsabl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 60px 0px 40px 0px; } .framer-Rebfp .framer-pnp6sv { align-self: unset; gap: 40px; } .framer-Rebfp .framer-xlr7ay-container { height: 84px; right: 43px; top: -36px; width: 84px; } .framer-Rebfp .framer-1fyi2v1, .framer-Rebfp .framer-dyd2kh { order: 0; } .framer-Rebfp .framer-1hb6cyc { order: 1; } .framer-Rebfp .framer-1esxi08 { flex-direction: column; } .framer-Rebfp .framer-1wp4vl2-container, .framer-Rebfp .framer-ey0xu7-container, .framer-Rebfp .framer-l2e27i-container { width: 100%; } .framer-Rebfp .framer-uusqhw { align-self: unset; } .framer-Rebfp .framer-1tpdt5d, .framer-Rebfp .framer-1k9j9gl { height: 180px; } .framer-Rebfp .framer-1q9cvwe, .framer-Rebfp .framer-1am23u4 { height: 220px; } .framer-Rebfp .framer-fdfa3d { gap: 40px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 40px 0px 40px 0px; } .framer-Rebfp .framer-bo7dhq { height: 300px; order: 1; } .framer-Rebfp .framer-vc5xi9 { flex-direction: column; gap: 32px; padding: 40px 0px 40px 0px; } .framer-Rebfp .framer-ziams { flex: none; max-width: 540px; position: relative; top: unset; width: 100%; } .framer-Rebfp .framer-15xhy07 { flex: none; gap: 40px; width: 100%; } .framer-Rebfp .framer-1wrm5o6 { --border-bottom-width: 1px; --border-color: var(--token-d7d5f191-5da1-4fd2-af48-00b6d10fcf33, rgba(0, 0, 0, 0.12)) /* {\"name\":\"Border Grey\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; padding: 40px 0px 40px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Rebfp .framer-ohsabl, .framer-Rebfp .framer-pnp6sv, .framer-Rebfp .framer-1esxi08, .framer-Rebfp .framer-fdfa3d, .framer-Rebfp .framer-vc5xi9, .framer-Rebfp .framer-15xhy07 { gap: 0px; } .framer-Rebfp .framer-ohsabl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Rebfp .framer-ohsabl > :first-child, .framer-Rebfp .framer-pnp6sv > :first-child, .framer-Rebfp .framer-1esxi08 > :first-child, .framer-Rebfp .framer-vc5xi9 > :first-child, .framer-Rebfp .framer-15xhy07 > :first-child { margin-top: 0px; } .framer-Rebfp .framer-ohsabl > :last-child, .framer-Rebfp .framer-pnp6sv > :last-child, .framer-Rebfp .framer-1esxi08 > :last-child, .framer-Rebfp .framer-vc5xi9 > :last-child, .framer-Rebfp .framer-15xhy07 > :last-child { margin-bottom: 0px; } .framer-Rebfp .framer-pnp6sv > *, .framer-Rebfp .framer-15xhy07 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Rebfp .framer-1esxi08 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-Rebfp .framer-fdfa3d > *, .framer-Rebfp .framer-fdfa3d > :first-child, .framer-Rebfp .framer-fdfa3d > :last-child { margin: 0px; } .framer-Rebfp .framer-vc5xi9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicHeight 3557\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RGTmeDmfT\":{\"layout\":[\"fixed\",\"auto\"]},\"Thamj4SDx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerDisplayContentsDiv false\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    */\nconst FrameraugiA20Il = withCSS(Component, css, \"framer-Rebfp\");\nexport default FrameraugiA20Il;\nFrameraugiA20Il.displayName = \"Home\";\nFrameraugiA20Il.defaultProps = {\n  height: 3557,\n  width: 1200\n};\naddFonts(FrameraugiA20Il, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",\n  weight: \"600\"\n}, {\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",\n  weight: \"400\"\n}, ...NavbarFonts, ...NavMobileFonts, ...SpinnerWrapperFonts, ...ButtonFonts, ...ReviewWidgetFonts, ...MenuItemFonts, ...TestimonialFonts, ...BottomDetailsFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameraugiA20Il\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"3557\",\n        \"framerDisplayContentsDiv\": \"false\",\n        \"framerContractVersion\": \"1\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RGTmeDmfT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Thamj4SDx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicWidth\": \"1200\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["NavbarFonts", "getFonts", "ltuXlpbQ9_default", "NavMobileFonts", "ROSy7GEYE_default", "SpinnerWrapperFonts", "L1s_YcWEX_default", "ContainerWithFX", "withFX", "Container", "ButtonFonts", "S78rPCWMb_default", "ReviewWidgetFonts", "Xzzo7oFv_default", "MenuItemFonts", "LvBbkVHYv_default", "TestimonialFonts", "b_nyzgMXA_default", "BottomDetailsFonts", "AsVl6xmMW_default", "FooterFonts", "MiDVBqUWq_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation3", "transition2", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "animation8", "toResponsiveImage", "value", "QueryData", "query", "data", "useQueryData", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "wqiJrthIKyIgnYutkq", "UdxKRO0y0yIgnYutkq", "mo7ZvVE4hyIgnYutkq", "YTqmzXKRqyIgnYutkq", "xHXExFuw3yIgnYutkq", "idyIgnYutkq", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "xJIcz1ixQ42m929", "overlay", "args", "closeOverlayzn6atv", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "l", "Container", "PropertyOverrides", "ltuXlpbQ9_default", "AnimatePresence", "Ga", "x", "ROSy7GEYE_default", "optimizeAppear", "optimizeAppearTransformTemplate", "ContainerWithFX", "L1s_YcWEX_default", "RichText", "S78rPCWMb_default", "resolveLink", "Image2", "Xzzo7oFv_default", "zZSi9QZJW_default", "collection", "i", "PathVariablesContext", "LvBbkVHYv_default", "b_nyzgMXA_default", "AsVl6xmMW_default", "MiDVBqUWq_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavbarFonts", "NavMobileFonts", "SpinnerWrapperFonts", "ButtonFonts", "ReviewWidgetFonts", "MenuItemFonts", "TestimonialFonts", "BottomDetailsFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
