{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lPFUIibVicUNh5f7cdaL/UzY73MpSVdFG2bqbZClz/na96hBJyt.js"],
  "sourcesContent": ["// Generated by Framer (de9b242)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport { Icon as Hero } from \"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";\nimport Navigation from \"https://framerusercontent.com/modules/qSdqD4oVzWpfcjSCM7Qv/Lt3pibEDSAdXbxuC97fc/qcjmy68NP.js\";\nimport Footer from \"https://framerusercontent.com/modules/4LMSlEF4YVly4ok1k8cu/jrO9R5oYon7q4WVYaLgr/Y16LS2cNe.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/cn6324fMumujO6Kd7HTX/DuJpHu92WnWtBcRcluCg/fVxnimdqP.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/bbrKBrQ1SiPLmi836zch/K1PPAecu745h7ihW8S38/iYYw4WIRq.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/6WQN6njLIHw0kCM71S7z/yykl6acueJqqqUd8XFBb/k7qjkNqGV.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/5v4OxS3PGGEInsshOUT7/6ZzyJ543YNN9Uafd3aru/xZndidUCt.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/Akp2N3HcZg32mL0u1aSW/Vn5Xekc5Rz3mXclzF8J3/na96hBJyt.js\";\nconst NavigationFonts = getFonts(Navigation);\nconst HeroFonts = getFonts(Hero);\nconst MotionDivWithFX = withFX(motion.div);\nconst ImageWithFX = withFX(Image);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"kdNXoT4wa\", \"m0ROHlYYh\", \"e34G5rl8k\"];\nconst breakpoints = {\n  e34G5rl8k: \"(max-width: 767px)\",\n  kdNXoT4wa: \"(min-width: 1500px)\",\n  m0ROHlYYh: \"(min-width: 768px) and (max-width: 1499px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  e34G5rl8k: \"framer-v-1dcbyx2\",\n  kdNXoT4wa: \"framer-v-cl9rua\",\n  m0ROHlYYh: \"framer-v-vbj3o6\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"kdNXoT4wa\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"kdNXoT4wa\",\n  Phone: \"e34G5rl8k\",\n  Tablet: \"m0ROHlYYh\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  delay: 0,\n  duration: 1,\n  ease: [.4, 0, 0, 1],\n  type: \"tween\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 24\n};\nconst transformTemplate = (_, 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: .001,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 24\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 40\n};\nconst animation4 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 40\n};\nconst metadata = metadataProvider();\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"kdNXoT4wa\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.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);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"kdNXoT4wa\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-Tqk3W\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-cl9rua\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-agvfil-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  variant: \"BtrdPCh87\"\n                },\n                m0ROHlYYh: {\n                  variant: \"MESY6mj0m\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Navigation, {\n                height: \"100%\",\n                id: \"rDBTg2z1m\",\n                layoutId: \"rDBTg2z1m\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"E9eZPMwYxl6VyjV0ZA\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsxs(motion.main, {\n            className: \"framer-qehfws\",\n            \"data-framer-name\": \"Content\",\n            name: \"Content\",\n            children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  \"data-framer-appear-id\": \"zp4fln\",\n                  animate: optimizeAppear(\"animate\", \"zp4fln\", animation1, \"1dcbyx2\"),\n                  initial: optimizeAppear(\"initial\", \"zp4fln\", animation2, \"1dcbyx2\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"zp4fln\", transformTemplate)\n                },\n                m0ROHlYYh: {\n                  \"data-framer-appear-id\": \"j3278z\",\n                  animate: optimizeAppear(\"animate\", \"j3278z\", animation1, \"vbj3o6\"),\n                  initial: optimizeAppear(\"initial\", \"j3278z\", animation2, \"vbj3o6\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"j3278z\", transformTemplate)\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.header, {\n                animate: optimizeAppear(\"animate\", \"1evsmyn\", animation1, \"cl9rua\"),\n                className: \"framer-1evsmyn\",\n                \"data-framer-appear-id\": \"1evsmyn\",\n                \"data-framer-name\": \"Hero\",\n                exit: animation,\n                initial: optimizeAppear(\"initial\", \"1evsmyn\", animation2, \"cl9rua\"),\n                name: \"Hero\",\n                transformTemplate: optimizeAppearTransformTemplate(\"1evsmyn\", transformTemplate),\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h1\", {\n                      className: \"framer-styles-preset-1wml6uu\",\n                      \"data-styles-preset\": \"fVxnimdqP\",\n                      style: {\n                        \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"strong\", {\n                        children: \"Loonode v1\"\n                      }), \" : A Ghost Theme\"]\n                    })\n                  }),\n                  className: \"framer-n1p0ai\",\n                  \"data-framer-name\": \"Title\",\n                  name: \"Title\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1ysn6r\",\n                  \"data-framer-name\": \"Section\",\n                  name: \"Section\",\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsxs(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-color\": \"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"\n                        },\n                        children: [\"Loonode is a theme for the open-source publishing platform \", /*#__PURE__*/_jsx(Link, {\n                          href: \"https://ghost.org/\",\n                          openInNewTab: false,\n                          smoothScroll: false,\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            children: \"Ghost\"\n                          })\n                        }), \". It is compatible with >=Ghost v5.\"]\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-color\": \"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"\n                        },\n                        children: [\"For instructions on how to install or use Ghost, see the \", /*#__PURE__*/_jsx(Link, {\n                          href: \"https://ghost.org/help/\",\n                          openInNewTab: false,\n                          smoothScroll: false,\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            children: \"official documentation\"\n                          })\n                        }), \".\"]\n                      })]\n                    }),\n                    className: \"framer-1no9gs5\",\n                    \"data-framer-name\": \"Paragraph\",\n                    name: \"Paragraph\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(Link, {\n                  href: \"https://github.com/dhanukaShamen/Loonode\",\n                  openInNewTab: true,\n                  children: /*#__PURE__*/_jsxs(motion.a, {\n                    className: \"framer-q40juy framer-9bokj6\",\n                    \"data-framer-name\": \"Section\",\n                    name: \"Section\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-129n6fj\",\n                          \"data-styles-preset\": \"k7qjkNqGV\",\n                          children: \"Github\"\n                        })\n                      }),\n                      className: \"framer-125mv37\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-eyhg0k-container\",\n                      children: /*#__PURE__*/_jsx(Hero, {\n                        color: \"rgb(102, 102, 255)\",\n                        height: \"100%\",\n                        iconSearch: \"Home\",\n                        iconSelection: \"ArrowCircleRight\",\n                        id: \"kjoonwnDs\",\n                        layoutId: \"kjoonwnDs\",\n                        mirrored: false,\n                        selectByList: true,\n                        style: {\n                          height: \"100%\",\n                          width: \"100%\"\n                        },\n                        width: \"100%\"\n                      })\n                    })]\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-3j0wwb\",\n                  \"data-framer-name\": \"Section\",\n                  name: \"Section\",\n                  children: [/*#__PURE__*/_jsx(Link, {\n                    href: \"https://github.com/dhanukaShamen/Loonode\",\n                    openInNewTab: true,\n                    children: /*#__PURE__*/_jsxs(motion.a, {\n                      className: \"framer-1i1bx5t framer-9bokj6\",\n                      \"data-framer-name\": \"Section\",\n                      name: \"Section\",\n                      children: [/*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-k372go\",\n                            \"data-styles-preset\": \"iYYw4WIRq\",\n                            children: \"What's New \"\n                          })\n                        }),\n                        className: \"framer-1bffnxh\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-nllcma-container\",\n                        children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            e34G5rl8k: {\n                              iconSelection: \"Pencil\"\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(Hero, {\n                            color: \"rgb(102, 102, 255)\",\n                            height: \"100%\",\n                            iconSearch: \"Home\",\n                            iconSelection: \"ArrowCircleRight\",\n                            id: \"ayDXEdbnx\",\n                            layoutId: \"ayDXEdbnx\",\n                            mirrored: false,\n                            selectByList: true,\n                            style: {\n                              height: \"100%\",\n                              width: \"100%\"\n                            },\n                            width: \"100%\"\n                          })\n                        })\n                      })]\n                    })\n                  }), /*#__PURE__*/_jsx(Link, {\n                    href: \"https://github.com/dhanukaShamen/Loonode\",\n                    openInNewTab: true,\n                    children: /*#__PURE__*/_jsxs(motion.a, {\n                      className: \"framer-mf764p framer-9bokj6\",\n                      \"data-framer-name\": \"Section\",\n                      name: \"Section\",\n                      children: [/*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"ol\", {\n                            className: \"framer-styles-preset-21ogod\",\n                            \"data-styles-preset\": \"xZndidUCt\",\n                            children: /*#__PURE__*/_jsx(\"li\", {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                children: \"Added New Share Button Componet\"\n                              })\n                            })\n                          })\n                        }),\n                        className: \"framer-s98cy3\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          e34G5rl8k: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                                  \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                                  \"--framer-font-size\": \"12px\",\n                                  \"--framer-font-weight\": \"300\",\n                                  \"--framer-letter-spacing\": \"-0.15px\",\n                                  \"--framer-line-height\": \"175%\",\n                                  \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                                },\n                                children: \"2023/05/14\"\n                              })\n                            })\n                          },\n                          m0ROHlYYh: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                                  \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                                  \"--framer-font-size\": \"14px\",\n                                  \"--framer-font-weight\": \"300\",\n                                  \"--framer-letter-spacing\": \"-0.2px\",\n                                  \"--framer-line-height\": \"175%\",\n                                  \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                                },\n                                children: \"2023/05/14\"\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\": \"SW50ZXItTGlnaHQ=\",\n                                \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                                \"--framer-font-size\": \"24px\",\n                                \"--framer-font-weight\": \"300\",\n                                \"--framer-letter-spacing\": \"-0.25px\",\n                                \"--framer-line-height\": \"175%\",\n                                \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                              },\n                              children: \"2023/05/14\"\n                            })\n                          }),\n                          className: \"framer-1wverbj\",\n                          fonts: [\"Inter-Light\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      }), /*#__PURE__*/_jsx(Image, {\n                        background: {\n                          alt: \"\",\n                          fit: \"fill\",\n                          intrinsicHeight: 104,\n                          intrinsicWidth: 426,\n                          pixelHeight: 104,\n                          pixelWidth: 426,\n                          src: new URL(\"https://framerusercontent.com/images/lMSeA4Y5RBzYT1yIxunwGp7jyQ.png\").href\n                        },\n                        className: \"framer-jej150\",\n                        \"data-framer-name\": \"image\",\n                        name: \"image\"\n                      })]\n                    })\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-14yi2kk\",\n                  \"data-framer-name\": \"Section\",\n                  name: \"Section\",\n                  children: [/*#__PURE__*/_jsx(Link, {\n                    href: \"https://github.com/dhanukaShamen/Loonode\",\n                    openInNewTab: true,\n                    children: /*#__PURE__*/_jsxs(motion.a, {\n                      className: \"framer-64x5iw framer-9bokj6\",\n                      \"data-framer-name\": \"Section\",\n                      name: \"Section\",\n                      children: [/*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-k372go\",\n                            \"data-styles-preset\": \"iYYw4WIRq\",\n                            children: \"What's Next \"\n                          })\n                        }),\n                        className: \"framer-1mipecv\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-1k0glem-container\",\n                        children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            e34G5rl8k: {\n                              iconSelection: \"Pencil\"\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(Hero, {\n                            color: \"rgb(102, 102, 255)\",\n                            height: \"100%\",\n                            iconSearch: \"Home\",\n                            iconSelection: \"BadgeCheck\",\n                            id: \"Ve_U0F5MQ\",\n                            layoutId: \"Ve_U0F5MQ\",\n                            mirrored: false,\n                            selectByList: true,\n                            style: {\n                              height: \"100%\",\n                              width: \"100%\"\n                            },\n                            width: \"100%\"\n                          })\n                        })\n                      })]\n                    })\n                  }), /*#__PURE__*/_jsx(Link, {\n                    href: \"https://github.com/dhanukaShamen/Loonode\",\n                    openInNewTab: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-ffevg framer-9bokj6\",\n                      \"data-framer-name\": \"Section\",\n                      name: \"Section\",\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            className: \"framer-styles-preset-21ogod\",\n                            \"data-styles-preset\": \"xZndidUCt\",\n                            children: [/*#__PURE__*/_jsx(\"em\", {\n                              children: \"Wait for new Footer layout\"\n                            }), \" \uD83D\uDE0F\"]\n                          })\n                        }),\n                        className: \"framer-vqltb3\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-5svzwu\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-k372go\",\n                    \"data-styles-preset\": \"iYYw4WIRq\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                    },\n                    children: \"Home Page\"\n                  })\n                }),\n                className: \"framer-dxkg5m\",\n                \"data-framer-name\": \"Header\",\n                name: \"Header\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-21ogod\",\n                    \"data-styles-preset\": \"xZndidUCt\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"\n                    },\n                    children: \"Our home page features a stunning layout that starts with the latest featured post, followed by a tag carousel powered by Swiper Js. Then, you'll find the post feed that showcases all the latest posts. Finally, we have a footer that complements the entire design.\"\n                  })\n                }),\n                className: \"framer-ptwvxo\",\n                \"data-framer-name\": \"Paragraph\",\n                name: \"Paragraph\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 4670,\n                    intrinsicWidth: 1920,\n                    pixelHeight: 4670,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 64px)\",\n                    src: new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=512\").href} 210w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=1024\").href} 421w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=2048\").href} 842w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=4096\").href} 1684w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href} 1920w`\n                  }\n                },\n                m0ROHlYYh: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 4670,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 4670,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 128px)\",\n                    src: new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=512\").href} 210w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=1024\").href} 421w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=2048\").href} 842w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=4096\").href} 1684w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href} 1920w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation3,\n                __framer__exit: animation4,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: 0,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 4670,\n                  intrinsicWidth: 1920,\n                  loading: \"lazy\",\n                  pixelHeight: 4670,\n                  pixelWidth: 1920,\n                  sizes: \"calc(min(100vw, 1600px) - 192px)\",\n                  src: new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=512\").href} 210w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=1024\").href} 421w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=2048\").href} 842w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png?scale-down-to=4096\").href} 1684w, ${new URL(\"https://framerusercontent.com/images/AdJjQIJSs5LHrV8cEHPLr6cg2NY.png\").href} 1920w`\n                },\n                className: \"framer-rwfxv4\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\",\n                transformTemplate: transformTemplate\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1s8aerv\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-k372go\",\n                    \"data-styles-preset\": \"iYYw4WIRq\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                    },\n                    children: \"Post Page\"\n                  })\n                }),\n                className: \"framer-1lnh768\",\n                \"data-framer-name\": \"Header\",\n                name: \"Header\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 5145,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 5145,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 64px)\",\n                    src: new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=512\").href} 191w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=1024\").href} 382w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=2048\").href} 764w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=4096\").href} 1528w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href} 1920w`\n                  }\n                },\n                m0ROHlYYh: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 5145,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 5145,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 128px)\",\n                    src: new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=512\").href} 191w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=1024\").href} 382w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=2048\").href} 764w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=4096\").href} 1528w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href} 1920w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation3,\n                __framer__exit: animation4,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: 0,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 5145,\n                  intrinsicWidth: 1920,\n                  loading: \"lazy\",\n                  pixelHeight: 5145,\n                  pixelWidth: 1920,\n                  sizes: \"calc(min(100vw, 1600px) - 192px)\",\n                  src: new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=512\").href} 191w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=1024\").href} 382w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=2048\").href} 764w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png?scale-down-to=4096\").href} 1528w, ${new URL(\"https://framerusercontent.com/images/zzFqTtKPAEnTNOQRA7PJsPzIZk.png\").href} 1920w`\n                },\n                className: \"framer-17t9pnb\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\",\n                transformTemplate: transformTemplate\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1syuocz\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-k372go\",\n                    \"data-styles-preset\": \"iYYw4WIRq\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                    },\n                    children: \"Tag Page\"\n                  })\n                }),\n                className: \"framer-uhma6o\",\n                \"data-framer-name\": \"Header\",\n                name: \"Header\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 3047,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 3047,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 64px)\",\n                    src: new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=512\").href} 322w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=1024\").href} 645w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=2048\").href} 1290w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href} 1920w`\n                  }\n                },\n                m0ROHlYYh: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 3047,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 3047,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 128px)\",\n                    src: new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=512\").href} 322w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=1024\").href} 645w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=2048\").href} 1290w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href} 1920w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation3,\n                __framer__exit: animation4,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: 0,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 3047,\n                  intrinsicWidth: 1920,\n                  loading: \"lazy\",\n                  pixelHeight: 3047,\n                  pixelWidth: 1920,\n                  sizes: \"calc(min(100vw, 1600px) - 192px)\",\n                  src: new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=512\").href} 322w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=1024\").href} 645w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png?scale-down-to=2048\").href} 1290w, ${new URL(\"https://framerusercontent.com/images/deAIP2UL9aDCrii0ETO2gmFlXvk.png\").href} 1920w`\n                },\n                className: \"framer-kji54n\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\",\n                transformTemplate: transformTemplate\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1ho4g8t\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-k372go\",\n                    \"data-styles-preset\": \"iYYw4WIRq\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                    },\n                    children: \"Author Page\"\n                  })\n                }),\n                className: \"framer-4ibcaj\",\n                \"data-framer-name\": \"Header\",\n                name: \"Header\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1888,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 1888,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 64px)\",\n                    src: new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href} 1920w`\n                  }\n                },\n                m0ROHlYYh: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1888,\n                    intrinsicWidth: 1920,\n                    loading: \"lazy\",\n                    pixelHeight: 1888,\n                    pixelWidth: 1920,\n                    sizes: \"calc(min(100vw, 1600px) - 128px)\",\n                    src: new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href} 1920w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation3,\n                __framer__exit: animation4,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: 0,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1888,\n                  intrinsicWidth: 1920,\n                  loading: \"lazy\",\n                  pixelHeight: 1888,\n                  pixelWidth: 1920,\n                  sizes: \"calc(min(100vw, 1600px) - 192px)\",\n                  src: new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/3jmrLVOUdkZ2SuYrOifYwymNQ8.png\").href} 1920w`\n                },\n                className: \"framer-1fqusa9\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\",\n                transformTemplate: transformTemplate\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1mbrzyi\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-k372go\",\n                    \"data-styles-preset\": \"iYYw4WIRq\",\n                    style: {\n                      \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                    },\n                    children: \"Mobile View\"\n                  })\n                }),\n                className: \"framer-12s01br\",\n                \"data-framer-name\": \"Header\",\n                name: \"Header\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation3,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: 0,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1oi35ne\",\n              \"data-framer-name\": \"Section\",\n              name: \"Section\",\n              transformTemplate: transformTemplate,\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  e34G5rl8k: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"324px\",\n                      src: new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href} 1570w`\n                    }\n                  },\n                  m0ROHlYYh: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"500px\",\n                      src: new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href} 1570w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation3,\n                  __framer__exit: animation4,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: 0,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 2932,\n                    intrinsicWidth: 1570,\n                    loading: \"lazy\",\n                    pixelHeight: 2932,\n                    pixelWidth: 1570,\n                    sizes: \"max((min(100vw, 1600px) - 272px) / 3, 1px)\",\n                    src: new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/lfgtWhKGP2CF8b73Lhob4y6x1w.png\").href} 1570w`\n                  },\n                  className: \"framer-1uofmy2\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\",\n                  transformTemplate: transformTemplate\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  e34G5rl8k: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"324px\",\n                      src: new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href} 1570w`\n                    }\n                  },\n                  m0ROHlYYh: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"500px\",\n                      src: new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href} 1570w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation3,\n                  __framer__exit: animation4,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: 0,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 2932,\n                    intrinsicWidth: 1570,\n                    loading: \"lazy\",\n                    pixelHeight: 2932,\n                    pixelWidth: 1570,\n                    sizes: \"max((min(100vw, 1600px) - 272px) / 3, 1px)\",\n                    src: new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/qV15XGEG0nAD5S4upuZOkpbRqnE.png\").href} 1570w`\n                  },\n                  className: \"framer-wk0p6r\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\",\n                  transformTemplate: transformTemplate\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  e34G5rl8k: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"410px\",\n                      src: new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href} 1570w`\n                    }\n                  },\n                  m0ROHlYYh: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 2932,\n                      intrinsicWidth: 1570,\n                      loading: \"lazy\",\n                      pixelHeight: 2932,\n                      pixelWidth: 1570,\n                      sizes: \"500px\",\n                      src: new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href} 1570w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation3,\n                  __framer__exit: animation4,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: 0,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 2932,\n                    intrinsicWidth: 1570,\n                    loading: \"lazy\",\n                    pixelHeight: 2932,\n                    pixelWidth: 1570,\n                    sizes: \"max((min(100vw, 1600px) - 272px) / 3, 1px)\",\n                    src: new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=512\").href} 274w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=1024\").href} 548w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png?scale-down-to=2048\").href} 1096w, ${new URL(\"https://framerusercontent.com/images/TId7ZVWJszKcWpYJABRXB7InZw.png\").href} 1570w`\n                  },\n                  className: \"framer-1kjdlj1\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\",\n                  transformTemplate: transformTemplate\n                })\n              })]\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h3\", {\n                  className: \"framer-styles-preset-k372go\",\n                  \"data-styles-preset\": \"iYYw4WIRq\",\n                  style: {\n                    \"--framer-text-alignment\": \"center\",\n                    \"--framer-text-color\": \"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\"\n                  },\n                  children: \"More cool features are coming soon \uD83C\uDF89 \uD83D\uDE0F\"\n                })\n              }),\n              className: \"framer-g3vo7x\",\n              \"data-framer-name\": \"Header\",\n              name: \"Header\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1redkfl-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                e34G5rl8k: {\n                  variant: \"tuwDi15gg\"\n                },\n                m0ROHlYYh: {\n                  variant: \"osQELfac3\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"YK45cfC0P\",\n                layoutId: \"YK45cfC0P\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"ieQu9z9wd\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-Tqk3W [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} { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(17, 17, 17)) /* {\"name\":\"Background\"} */; }`, \".framer-Tqk3W .framer-9bokj6 { display: block; }\", \".framer-Tqk3W .framer-cl9rua { align-content: center; align-items: center; background-color: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, #111111); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1500px; }\", \".framer-Tqk3W .framer-agvfil-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-Tqk3W .framer-qehfws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 160px 96px 160px 96px; position: relative; width: 100%; }\", \".framer-Tqk3W .framer-1evsmyn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-n1p0ai { --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-Tqk3W .framer-1ysn6r { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Tqk3W .framer-1no9gs5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; align-self: start; flex: none; grid-column: auto / span 2; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 1010px; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-mf764p, .framer-Tqk3W .framer-64x5iw, .framer-Tqk3W .framer-ffevg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\", \".framer-Tqk3W .framer-125mv37, .framer-Tqk3W .framer-1bffnxh, .framer-Tqk3W .framer-1mipecv, .framer-Tqk3W .framer-vqltb3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-Tqk3W .framer-eyhg0k-container, .framer-Tqk3W .framer-nllcma-container, .framer-Tqk3W .framer-1k0glem-container { flex: none; height: 24px; position: relative; width: 22px; }\", \".framer-Tqk3W .framer-3j0wwb, .framer-Tqk3W .framer-14yi2kk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Tqk3W .framer-s98cy3 { --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: 535px; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-1wverbj { --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: 170px; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-jej150 { aspect-ratio: 4.5673076923076925 / 1; border-bottom-left-radius: 87px; border-bottom-right-radius: 87px; border-top-left-radius: 87px; border-top-right-radius: 87px; flex: none; height: var(--framer-aspect-ratio-supported, 83px); overflow: visible; position: relative; width: 380px; }\", \".framer-Tqk3W .framer-5svzwu, .framer-Tqk3W .framer-1s8aerv, .framer-Tqk3W .framer-1syuocz, .framer-Tqk3W .framer-1ho4g8t, .framer-Tqk3W .framer-1mbrzyi, .framer-Tqk3W .framer-1oi35ne { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-dxkg5m, .framer-Tqk3W .framer-1lnh768, .framer-Tqk3W .framer-uhma6o, .framer-Tqk3W .framer-4ibcaj, .framer-Tqk3W .framer-12s01br { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; align-self: start; flex: none; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-ptwvxo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; align-self: start; flex: none; grid-column: auto / span 2; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-rwfxv4 { aspect-ratio: 0.3948083308179897 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 3313px); overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-17t9pnb { flex: none; height: 3724px; overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-kji54n { flex: none; height: 2156px; overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-1fqusa9 { flex: none; height: 1422px; overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-1uofmy2 { align-self: start; aspect-ratio: 0.5606515216459494 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 730px); justify-self: start; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-wk0p6r { align-self: start; aspect-ratio: 0.5532994923857868 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 740px); justify-self: start; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-Tqk3W .framer-1kjdlj1 { align-self: start; aspect-ratio: 0.5532994923857868 / 1; flex: none; height: 740px; justify-self: start; overflow: hidden; position: relative; transform: perspective(1200px); width: var(--framer-aspect-ratio-supported, 409px); }\", \".framer-Tqk3W .framer-g3vo7x { --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: 409px; word-break: break-word; word-wrap: break-word; }\", \".framer-Tqk3W .framer-1redkfl-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tqk3W .framer-cl9rua, .framer-Tqk3W .framer-qehfws, .framer-Tqk3W .framer-1evsmyn, .framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-3j0wwb, .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-mf764p, .framer-Tqk3W .framer-14yi2kk, .framer-Tqk3W .framer-64x5iw, .framer-Tqk3W .framer-ffevg { gap: 0px; } .framer-Tqk3W .framer-cl9rua > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Tqk3W .framer-cl9rua > :first-child, .framer-Tqk3W .framer-qehfws > :first-child, .framer-Tqk3W .framer-1evsmyn > :first-child, .framer-Tqk3W .framer-3j0wwb > :first-child, .framer-Tqk3W .framer-14yi2kk > :first-child { margin-top: 0px; } .framer-Tqk3W .framer-cl9rua > :last-child, .framer-Tqk3W .framer-qehfws > :last-child, .framer-Tqk3W .framer-1evsmyn > :last-child, .framer-Tqk3W .framer-3j0wwb > :last-child, .framer-Tqk3W .framer-14yi2kk > :last-child { margin-bottom: 0px; } .framer-Tqk3W .framer-qehfws > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-Tqk3W .framer-1evsmyn > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-Tqk3W .framer-q40juy > *, .framer-Tqk3W .framer-1i1bx5t > *, .framer-Tqk3W .framer-mf764p > *, .framer-Tqk3W .framer-64x5iw > *, .framer-Tqk3W .framer-ffevg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Tqk3W .framer-q40juy > :first-child, .framer-Tqk3W .framer-1i1bx5t > :first-child, .framer-Tqk3W .framer-mf764p > :first-child, .framer-Tqk3W .framer-64x5iw > :first-child, .framer-Tqk3W .framer-ffevg > :first-child { margin-left: 0px; } .framer-Tqk3W .framer-q40juy > :last-child, .framer-Tqk3W .framer-1i1bx5t > :last-child, .framer-Tqk3W .framer-mf764p > :last-child, .framer-Tqk3W .framer-64x5iw > :last-child, .framer-Tqk3W .framer-ffevg > :last-child { margin-right: 0px; } .framer-Tqk3W .framer-3j0wwb > *, .framer-Tqk3W .framer-14yi2kk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@media (min-width: 1500px) { .framer-Tqk3W .hidden-cl9rua { display: none !important; } }\", `@media (min-width: 768px) and (max-width: 1499px) { .framer-Tqk3W .hidden-vbj3o6 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(17, 17, 17)) /* {\"name\":\"Background\"} */; } .framer-Tqk3W .framer-cl9rua { width: 768px; } .framer-Tqk3W .framer-qehfws { gap: 64px; padding: 80px 64px 80px 64px; } .framer-Tqk3W .framer-1evsmyn { gap: 64px; } .framer-Tqk3W .framer-1ysn6r, .framer-Tqk3W .framer-5svzwu, .framer-Tqk3W .framer-1s8aerv, .framer-Tqk3W .framer-1syuocz, .framer-Tqk3W .framer-1ho4g8t, .framer-Tqk3W .framer-1mbrzyi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; } .framer-Tqk3W .framer-1no9gs5 { align-self: unset; width: 638px; } .framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-mf764p, .framer-Tqk3W .framer-64x5iw, .framer-Tqk3W .framer-ffevg { gap: 32px; } .framer-Tqk3W .framer-3j0wwb { gap: 17px; } .framer-Tqk3W .framer-s98cy3, .framer-Tqk3W .framer-1wverbj { white-space: pre; width: auto; } .framer-Tqk3W .framer-jej150 { height: var(--framer-aspect-ratio-supported, 43px); width: 197px; } .framer-Tqk3W .framer-14yi2kk { gap: 11px; } .framer-Tqk3W .framer-dxkg5m, .framer-Tqk3W .framer-ptwvxo, .framer-Tqk3W .framer-1lnh768, .framer-Tqk3W .framer-uhma6o, .framer-Tqk3W .framer-4ibcaj, .framer-Tqk3W .framer-12s01br { align-self: unset; } .framer-Tqk3W .framer-rwfxv4 { height: var(--framer-aspect-ratio-supported, 1621px); } .framer-Tqk3W .framer-17t9pnb { height: 1808px; } .framer-Tqk3W .framer-kji54n { height: 1058px; } .framer-Tqk3W .framer-1fqusa9 { height: 703px; } .framer-Tqk3W .framer-1oi35ne { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; } .framer-Tqk3W .framer-1uofmy2 { align-self: unset; height: var(--framer-aspect-ratio-supported, 891px); width: 500px; } .framer-Tqk3W .framer-wk0p6r { align-self: unset; height: var(--framer-aspect-ratio-supported, 904px); width: 500px; } .framer-Tqk3W .framer-1kjdlj1 { align-self: unset; height: 904px; width: var(--framer-aspect-ratio-supported, 500px); } .framer-Tqk3W .framer-g3vo7x { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tqk3W .framer-qehfws, .framer-Tqk3W .framer-1evsmyn, .framer-Tqk3W .framer-1ysn6r, .framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-3j0wwb, .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-mf764p, .framer-Tqk3W .framer-14yi2kk, .framer-Tqk3W .framer-64x5iw, .framer-Tqk3W .framer-ffevg, .framer-Tqk3W .framer-5svzwu, .framer-Tqk3W .framer-1s8aerv, .framer-Tqk3W .framer-1syuocz, .framer-Tqk3W .framer-1ho4g8t, .framer-Tqk3W .framer-1mbrzyi, .framer-Tqk3W .framer-1oi35ne { gap: 0px; } .framer-Tqk3W .framer-qehfws > *, .framer-Tqk3W .framer-1evsmyn > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Tqk3W .framer-qehfws > :first-child, .framer-Tqk3W .framer-1evsmyn > :first-child, .framer-Tqk3W .framer-1ysn6r > :first-child, .framer-Tqk3W .framer-3j0wwb > :first-child, .framer-Tqk3W .framer-14yi2kk > :first-child, .framer-Tqk3W .framer-5svzwu > :first-child, .framer-Tqk3W .framer-1s8aerv > :first-child, .framer-Tqk3W .framer-1syuocz > :first-child, .framer-Tqk3W .framer-1ho4g8t > :first-child, .framer-Tqk3W .framer-1mbrzyi > :first-child, .framer-Tqk3W .framer-1oi35ne > :first-child { margin-top: 0px; } .framer-Tqk3W .framer-qehfws > :last-child, .framer-Tqk3W .framer-1evsmyn > :last-child, .framer-Tqk3W .framer-1ysn6r > :last-child, .framer-Tqk3W .framer-3j0wwb > :last-child, .framer-Tqk3W .framer-14yi2kk > :last-child, .framer-Tqk3W .framer-5svzwu > :last-child, .framer-Tqk3W .framer-1s8aerv > :last-child, .framer-Tqk3W .framer-1syuocz > :last-child, .framer-Tqk3W .framer-1ho4g8t > :last-child, .framer-Tqk3W .framer-1mbrzyi > :last-child, .framer-Tqk3W .framer-1oi35ne > :last-child { margin-bottom: 0px; } .framer-Tqk3W .framer-1ysn6r > *, .framer-Tqk3W .framer-5svzwu > *, .framer-Tqk3W .framer-1s8aerv > *, .framer-Tqk3W .framer-1syuocz > *, .framer-Tqk3W .framer-1ho4g8t > *, .framer-Tqk3W .framer-1mbrzyi > *, .framer-Tqk3W .framer-1oi35ne > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Tqk3W .framer-q40juy > *, .framer-Tqk3W .framer-1i1bx5t > *, .framer-Tqk3W .framer-mf764p > *, .framer-Tqk3W .framer-64x5iw > *, .framer-Tqk3W .framer-ffevg > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-Tqk3W .framer-q40juy > :first-child, .framer-Tqk3W .framer-1i1bx5t > :first-child, .framer-Tqk3W .framer-mf764p > :first-child, .framer-Tqk3W .framer-64x5iw > :first-child, .framer-Tqk3W .framer-ffevg > :first-child { margin-left: 0px; } .framer-Tqk3W .framer-q40juy > :last-child, .framer-Tqk3W .framer-1i1bx5t > :last-child, .framer-Tqk3W .framer-mf764p > :last-child, .framer-Tqk3W .framer-64x5iw > :last-child, .framer-Tqk3W .framer-ffevg > :last-child { margin-right: 0px; } .framer-Tqk3W .framer-3j0wwb > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-Tqk3W .framer-14yi2kk > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } }}`, `@media (max-width: 767px) { .framer-Tqk3W .hidden-1dcbyx2 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(17, 17, 17)) /* {\"name\":\"Background\"} */; } .framer-Tqk3W .framer-cl9rua { width: 390px; } .framer-Tqk3W .framer-qehfws { gap: 40px; padding: 40px 32px 40px 32px; } .framer-Tqk3W .framer-1evsmyn { gap: 40px; } .framer-Tqk3W .framer-1ysn6r, .framer-Tqk3W .framer-5svzwu, .framer-Tqk3W .framer-1s8aerv, .framer-Tqk3W .framer-1syuocz, .framer-Tqk3W .framer-1ho4g8t, .framer-Tqk3W .framer-1mbrzyi, .framer-Tqk3W .framer-1oi35ne { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; } .framer-Tqk3W .framer-1no9gs5 { align-self: unset; width: 321px; } .framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-3j0wwb { gap: 24px; } .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-64x5iw { gap: 5px; } .framer-Tqk3W .framer-mf764p { flex-direction: column; gap: 9px; } .framer-Tqk3W .framer-s98cy3, .framer-Tqk3W .framer-1wverbj { white-space: pre; width: auto; } .framer-Tqk3W .framer-jej150 { height: var(--framer-aspect-ratio-supported, 44px); width: 199px; } .framer-Tqk3W .framer-ffevg { gap: 9px; } .framer-Tqk3W .framer-dxkg5m, .framer-Tqk3W .framer-ptwvxo, .framer-Tqk3W .framer-1lnh768, .framer-Tqk3W .framer-uhma6o, .framer-Tqk3W .framer-4ibcaj, .framer-Tqk3W .framer-12s01br { align-self: unset; } .framer-Tqk3W .framer-rwfxv4 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; height: var(--framer-aspect-ratio-supported, 826px); } .framer-Tqk3W .framer-17t9pnb { height: 927px; } .framer-Tqk3W .framer-kji54n { height: 560px; } .framer-Tqk3W .framer-1fqusa9 { height: 362px; } .framer-Tqk3W .framer-1uofmy2 { align-self: unset; height: var(--framer-aspect-ratio-supported, 578px); width: 324px; } .framer-Tqk3W .framer-wk0p6r { align-self: unset; height: var(--framer-aspect-ratio-supported, 585px); width: 324px; } .framer-Tqk3W .framer-1kjdlj1 { align-self: unset; height: 586px; width: var(--framer-aspect-ratio-supported, 324px); } .framer-Tqk3W .framer-g3vo7x { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tqk3W .framer-qehfws, .framer-Tqk3W .framer-1evsmyn, .framer-Tqk3W .framer-1ysn6r, .framer-Tqk3W .framer-q40juy, .framer-Tqk3W .framer-3j0wwb, .framer-Tqk3W .framer-1i1bx5t, .framer-Tqk3W .framer-mf764p, .framer-Tqk3W .framer-64x5iw, .framer-Tqk3W .framer-ffevg, .framer-Tqk3W .framer-5svzwu, .framer-Tqk3W .framer-1s8aerv, .framer-Tqk3W .framer-1syuocz, .framer-Tqk3W .framer-1ho4g8t, .framer-Tqk3W .framer-1mbrzyi, .framer-Tqk3W .framer-1oi35ne { gap: 0px; } .framer-Tqk3W .framer-qehfws > *, .framer-Tqk3W .framer-1evsmyn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Tqk3W .framer-qehfws > :first-child, .framer-Tqk3W .framer-1evsmyn > :first-child, .framer-Tqk3W .framer-1ysn6r > :first-child, .framer-Tqk3W .framer-3j0wwb > :first-child, .framer-Tqk3W .framer-mf764p > :first-child, .framer-Tqk3W .framer-5svzwu > :first-child, .framer-Tqk3W .framer-1s8aerv > :first-child, .framer-Tqk3W .framer-1syuocz > :first-child, .framer-Tqk3W .framer-1ho4g8t > :first-child, .framer-Tqk3W .framer-1mbrzyi > :first-child, .framer-Tqk3W .framer-1oi35ne > :first-child { margin-top: 0px; } .framer-Tqk3W .framer-qehfws > :last-child, .framer-Tqk3W .framer-1evsmyn > :last-child, .framer-Tqk3W .framer-1ysn6r > :last-child, .framer-Tqk3W .framer-3j0wwb > :last-child, .framer-Tqk3W .framer-mf764p > :last-child, .framer-Tqk3W .framer-5svzwu > :last-child, .framer-Tqk3W .framer-1s8aerv > :last-child, .framer-Tqk3W .framer-1syuocz > :last-child, .framer-Tqk3W .framer-1ho4g8t > :last-child, .framer-Tqk3W .framer-1mbrzyi > :last-child, .framer-Tqk3W .framer-1oi35ne > :last-child { margin-bottom: 0px; } .framer-Tqk3W .framer-1ysn6r > *, .framer-Tqk3W .framer-3j0wwb > *, .framer-Tqk3W .framer-5svzwu > *, .framer-Tqk3W .framer-1s8aerv > *, .framer-Tqk3W .framer-1syuocz > *, .framer-Tqk3W .framer-1ho4g8t > *, .framer-Tqk3W .framer-1mbrzyi > *, .framer-Tqk3W .framer-1oi35ne > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Tqk3W .framer-q40juy > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Tqk3W .framer-q40juy > :first-child, .framer-Tqk3W .framer-1i1bx5t > :first-child, .framer-Tqk3W .framer-64x5iw > :first-child, .framer-Tqk3W .framer-ffevg > :first-child { margin-left: 0px; } .framer-Tqk3W .framer-q40juy > :last-child, .framer-Tqk3W .framer-1i1bx5t > :last-child, .framer-Tqk3W .framer-64x5iw > :last-child, .framer-Tqk3W .framer-ffevg > :last-child { margin-right: 0px; } .framer-Tqk3W .framer-1i1bx5t > *, .framer-Tqk3W .framer-64x5iw > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Tqk3W .framer-mf764p > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-Tqk3W .framer-ffevg > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 14670\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 1500\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m0ROHlYYh\":{\"layout\":[\"fixed\",\"auto\"]},\"e34G5rl8k\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst Framerna96hBJyt = withCSS(Component, css, \"framer-Tqk3W\");\nexport default Framerna96hBJyt;\nFramerna96hBJyt.displayName = \"Loonode\";\nFramerna96hBJyt.defaultProps = {\n  height: 14670,\n  width: 1500\n};\naddFonts(Framerna96hBJyt, [...NavigationFonts, ...HeroFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framerna96hBJyt\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1500\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m0ROHlYYh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e34G5rl8k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"14670\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "qcjmy68NP_default", "HeroFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "FooterFonts", "Y16LS2cNe_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "animation3", "animation4", "metadata", "na96hBJyt_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "qcjmy68NP_default", "optimizeAppear", "optimizeAppearTransformTemplate", "RichText", "x", "Link", "Icon", "Image2", "MotionDivWithFX", "ImageWithFX", "Y16LS2cNe_default", "css", "Framerna96hBJyt", "withCSS", "addFonts", "NavigationFonts", "HeroFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
