{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Wvyftd8dHLBENEPqb5G2/vIbMneU1cDQ75Syug6KC/EYvRsyPuP.js"],
  "sourcesContent": ["// Generated by Framer (d213f04)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, useLocaleCode, useLocaleInfo, useQueryData, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport NavbarLogoLight from \"https://framerusercontent.com/modules/o6JNIGryeiN71MktgObT/Uj38vXA9NeMi3KMe7j39/tnMC6bXKK.js\";\nimport Footer from \"https://framerusercontent.com/modules/b2giPQjyB6RQH1QbFfxe/FTl9a1KOlGHUzHdJ39O3/vY4N03uSm.js\";\nimport Blog from \"https://framerusercontent.com/modules/GLTJCJsIhNeLLwwxjiDi/wYyO4YgxH8S2R84TPWVI/XfO9sCsHh.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/GSNZAxashgA7OJal853y/4RhxEfRfY2zhGclvxyJs/XxGgk6JVA.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/UOOawY5qzkfLUIPF4yr9/btzTx75IthqiiGgGfxQM/EYvRsyPuP.js\";\nconst NavbarLogoLightFonts = getFonts(NavbarLogoLight);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"iwVC27QFn\", \"m8WjcOkUD\", \"v0irRi8pQ\"];\nconst breakpoints = {\n  iwVC27QFn: \"(min-width: 1200px)\",\n  m8WjcOkUD: \"(min-width: 810px) and (max-width: 1199px)\",\n  v0irRi8pQ: \"(max-width: 809px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  iwVC27QFn: \"framer-v-1ows190\",\n  m8WjcOkUD: \"framer-v-lhyfwl\",\n  v0irRi8pQ: \"framer-v-8tp2se\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"iwVC27QFn\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation = {\n  boxShadow: \"0px 2px 4px 2px rgba(0, 0, 0, 0.15)\",\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  transition: transition1\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst toDateString = (value, options = {}, activeLocale) => {\n  if (typeof value !== \"string\") return \"\";\n  const date = new Date(value);\n  if (isNaN(date.getTime())) return \"\";\n  const fallbackLocale = \"en-US\";\n  const locale = options.locale || activeLocale || fallbackLocale;\n  const dateStyle = options.dateStyle;\n  const timeZone = \"UTC\";\n  try {\n    return date.toLocaleDateString(locale, {\n      dateStyle,\n      timeZone\n    });\n  } catch {\n    return date.toLocaleDateString(fallbackLocale, {\n      dateStyle,\n      timeZone\n    });\n  }\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"iwVC27QFn\",\n  Phone: \"v0irRi8pQ\",\n  Tablet: \"m8WjcOkUD\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"iwVC27QFn\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    s9kcawSwwrEapFfSJu,\n    yBtP0Y8fHrEapFfSJu,\n    n96r2QsVjrEapFfSJu,\n    XdYPNYOGHrEapFfSJu,\n    idrEapFfSJu,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var 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  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const activeLocaleCode = useLocaleCode();\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"iwVC27QFn\",\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-5eGEI\", sharedStyle.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1ows190\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-1wkagyi-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                v0irRi8pQ: {\n                  variant: \"JNEuL4zAH\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(NavbarLogoLight, {\n                height: \"100%\",\n                id: \"Kfwwkg66y\",\n                layoutId: \"Kfwwkg66y\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"E0CTHOO48\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              m8WjcOkUD: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h1\", {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS0zMDA=\",\n                      \"--framer-font-family\": '\"Manrope\", sans-serif',\n                      \"--framer-font-size\": \"57px\",\n                      \"--framer-font-weight\": \"300\",\n                      \"--framer-line-height\": \"63px\",\n                      \"--framer-text-alignment\": \"center\",\n                      \"--framer-text-color\": \"var(--token-0e54ae4a-c42c-4930-affc-37c2559cfceb, rgb(33, 30, 82))\"\n                    },\n                    children: \"Blog\"\n                  })\n                })\n              },\n              v0irRi8pQ: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h1\", {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS0zMDA=\",\n                      \"--framer-font-family\": '\"Manrope\", sans-serif',\n                      \"--framer-font-size\": \"57px\",\n                      \"--framer-font-weight\": \"300\",\n                      \"--framer-line-height\": \"63px\",\n                      \"--framer-text-alignment\": \"center\",\n                      \"--framer-text-color\": \"var(--token-0e54ae4a-c42c-4930-affc-37c2559cfceb, rgb(33, 30, 82))\"\n                    },\n                    children: \"Blog\"\n                  })\n                })\n              }\n            },\n            children: /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h1\", {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS0zMDA=\",\n                    \"--framer-font-family\": '\"Manrope\", sans-serif',\n                    \"--framer-font-size\": \"88px\",\n                    \"--framer-font-weight\": \"300\",\n                    \"--framer-line-height\": \"90px\",\n                    \"--framer-text-alignment\": \"center\",\n                    \"--framer-text-color\": \"var(--token-0e54ae4a-c42c-4930-affc-37c2559cfceb, rgb(33, 30, 82))\"\n                  },\n                  children: \"Blog\"\n                })\n              }),\n              className: \"framer-1yyw0x1\",\n              fonts: [\"GF;Manrope-300\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-w3z9po\",\n            children: /*#__PURE__*/_jsx(QueryData, {\n              query: {\n                from: {\n                  data: Blog,\n                  type: \"Collection\"\n                },\n                select: [{\n                  name: \"s9kcawSww\",\n                  type: \"Identifier\"\n                }, {\n                  name: \"yBtP0Y8fH\",\n                  type: \"Identifier\"\n                }, {\n                  name: \"n96r2QsVj\",\n                  type: \"Identifier\"\n                }, {\n                  name: \"XdYPNYOGH\",\n                  type: \"Identifier\"\n                }, {\n                  name: \"id\",\n                  type: \"Identifier\"\n                }]\n              },\n              children: collection => collection.map(({\n                s9kcawSww: s9kcawSwwrEapFfSJu,\n                yBtP0Y8fH: yBtP0Y8fHrEapFfSJu,\n                n96r2QsVj: n96r2QsVjrEapFfSJu,\n                XdYPNYOGH: XdYPNYOGHrEapFfSJu,\n                id: idrEapFfSJu\n              }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                id: `rEapFfSJu-${idrEapFfSJu}`,\n                children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                  value: {\n                    s9kcawSww: s9kcawSwwrEapFfSJu\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      pathVariables: {\n                        s9kcawSww: s9kcawSwwrEapFfSJu\n                      },\n                      webPageId: \"ZcCoyJbq4\"\n                    },\n                    children: /*#__PURE__*/_jsxs(motion.a, {\n                      className: \"framer-ijw9la framer-1vdfxw4\",\n                      whileHover: animation,\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          v0irRi8pQ: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              sizes: \"94px\",\n                              ...toResponsiveImage(yBtP0Y8fHrEapFfSJu)\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            sizes: \"150px\",\n                            ...toResponsiveImage(yBtP0Y8fHrEapFfSJu)\n                          },\n                          className: \"framer-qxx19f\"\n                        })\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-184n36q\",\n                        \"data-framer-name\": \"Post\",\n                        name: \"Post\",\n                        children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            v0irRi8pQ: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"h3\", {\n                                  style: {\n                                    \"--font-selector\": \"R0Y7TWFucm9wZS0zMDA=\",\n                                    \"--framer-font-family\": '\"Manrope\", sans-serif',\n                                    \"--framer-font-size\": \"30px\",\n                                    \"--framer-font-weight\": \"300\",\n                                    \"--framer-letter-spacing\": \"-0.02em\",\n                                    \"--framer-text-color\": \"var(--token-0e54ae4a-c42c-4930-affc-37c2559cfceb, rgb(33, 30, 82))\"\n                                  },\n                                  children: 'The Evolution of MQLs: Why They Are/Should Be \"Dead\"'\n                                })\n                              })\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"h3\", {\n                                style: {\n                                  \"--font-selector\": \"R0Y7TWFucm9wZS0zMDA=\",\n                                  \"--framer-font-family\": '\"Manrope\", sans-serif',\n                                  \"--framer-font-size\": \"40px\",\n                                  \"--framer-font-weight\": \"300\",\n                                  \"--framer-letter-spacing\": \"-0.02em\",\n                                  \"--framer-text-color\": \"var(--token-0e54ae4a-c42c-4930-affc-37c2559cfceb, rgb(33, 30, 82))\"\n                                },\n                                children: 'The Evolution of MQLs: Why They Are/Should Be \"Dead\"'\n                              })\n                            }),\n                            className: \"framer-1ksp2ii\",\n                            \"data-framer-name\": \"Title\",\n                            fonts: [\"GF;Manrope-300\"],\n                            name: \"Title\",\n                            text: n96r2QsVjrEapFfSJu,\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        }), /*#__PURE__*/_jsx(RichText, {\n                          __fromCanvasComponent: true,\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-1x85mek\",\n                              \"data-styles-preset\": \"XxGgk6JVA\",\n                              style: {\n                                \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                              },\n                              children: \"Content\"\n                            })\n                          }),\n                          className: \"framer-1wletz3\",\n                          \"data-framer-name\": \"Date\",\n                          name: \"Date\",\n                          text: toDateString(XdYPNYOGHrEapFfSJu, {\n                            dateStyle: \"medium\",\n                            locale: \"\"\n                          }, activeLocaleCode),\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })]\n                      })]\n                    })\n                  })\n                })\n              }, idrEapFfSJu))\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1dx0s71-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                m8WjcOkUD: {\n                  variant: \"R_IalktUN\"\n                },\n                v0irRi8pQ: {\n                  variant: \"WtrXmoNAc\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"TTI13FD5p\",\n                layoutId: \"TTI13FD5p\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"cMtQr5bm9\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-5eGEI [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: #FFFFFF; }`, \".framer-5eGEI .framer-1vdfxw4 { display: block; }\", \".framer-5eGEI .framer-1ows190 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 1200px; }\", \".framer-5eGEI .framer-1wkagyi-container { flex: none; height: auto; position: relative; width: 1200px; z-index: 1; }\", \".framer-5eGEI .framer-1yyw0x1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-5eGEI .framer-w3z9po { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 675px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\", \".framer-5eGEI .framer-ijw9la { align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 5px 0px 5px 15px; position: relative; text-decoration: none; width: 100%; }\", \".framer-5eGEI .framer-qxx19f { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 150px; position: relative; width: 150px; }\", \".framer-5eGEI .framer-184n36q { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-5eGEI .framer-1ksp2ii, .framer-5eGEI .framer-1wletz3 { --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-5eGEI .framer-1dx0s71-container { flex: none; height: auto; position: relative; width: 1196px; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5eGEI .framer-1ows190, .framer-5eGEI .framer-w3z9po, .framer-5eGEI .framer-ijw9la, .framer-5eGEI .framer-184n36q { gap: 0px; } .framer-5eGEI .framer-1ows190 > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-5eGEI .framer-1ows190 > :first-child, .framer-5eGEI .framer-w3z9po > :first-child, .framer-5eGEI .framer-184n36q > :first-child { margin-top: 0px; } .framer-5eGEI .framer-1ows190 > :last-child, .framer-5eGEI .framer-w3z9po > :last-child, .framer-5eGEI .framer-184n36q > :last-child { margin-bottom: 0px; } .framer-5eGEI .framer-w3z9po > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-5eGEI .framer-ijw9la > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-5eGEI .framer-ijw9la > :first-child { margin-left: 0px; } .framer-5eGEI .framer-ijw9la > :last-child { margin-right: 0px; } .framer-5eGEI .framer-184n36q > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\", \"@media (min-width: 1200px) { .framer-5eGEI .hidden-1ows190 { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-5eGEI .hidden-lhyfwl { display: none !important; } .${metadata.bodyClassName} { background: #FFFFFF; } .framer-5eGEI .framer-1ows190 { padding: 0px 0px 160px 0px; width: 810px; } .framer-5eGEI .framer-1wkagyi-container { width: 810px; } .framer-5eGEI .framer-1dx0s71-container { width: 813px; }}`, `@media (max-width: 809px) { .framer-5eGEI .hidden-8tp2se { display: none !important; } .${metadata.bodyClassName} { background: #FFFFFF; } .framer-5eGEI .framer-1ows190 { padding: 0px 0px 160px 0px; width: 390px; } .framer-5eGEI .framer-1wkagyi-container { width: 390px; } .framer-5eGEI .framer-ijw9la { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; } .framer-5eGEI .framer-qxx19f { height: 94px; width: 94px; } .framer-5eGEI .framer-184n36q { flex: none; width: 100%; } .framer-5eGEI .framer-1dx0s71-container { width: 397px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5eGEI .framer-ijw9la { gap: 0px; } .framer-5eGEI .framer-ijw9la > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5eGEI .framer-ijw9la > :first-child { margin-top: 0px; } .framer-5eGEI .framer-ijw9la > :last-child { margin-bottom: 0px; } }}`, ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicHeight 4613\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m8WjcOkUD\":{\"layout\":[\"fixed\",\"auto\"]},\"v0irRi8pQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst FramerEYvRsyPuP = withCSS(Component, css, \"framer-5eGEI\");\nexport default FramerEYvRsyPuP;\nFramerEYvRsyPuP.displayName = \"Blog\";\nFramerEYvRsyPuP.defaultProps = {\n  height: 4613,\n  width: 1200\n};\naddFonts(FramerEYvRsyPuP, [{\n  family: \"Manrope\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/EYvRsyPuP:default\",\n    url: \"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\",\n  weight: \"300\"\n}, ...NavbarLogoLightFonts, ...FooterFonts, ...sharedStyle.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\": \"FramerEYvRsyPuP\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m8WjcOkUD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v0irRi8pQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"4613\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["NavbarLogoLightFonts", "getFonts", "tnMC6bXKK_default", "FooterFonts", "vY4N03uSm_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "transition1", "animation", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "useLocaleInfo", "style", "className", "layoutId", "variant", "s9kcawSwwrEapFfSJu", "yBtP0Y8fHrEapFfSJu", "n96r2QsVjrEapFfSJu", "XdYPNYOGHrEapFfSJu", "idrEapFfSJu", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "tnMC6bXKK_default", "x", "RichText", "XfO9sCsHh_default", "collection", "i", "PathVariablesContext", "Link", "Image2", "vY4N03uSm_default", "css", "FramerEYvRsyPuP", "withCSS", "EYvRsyPuP_default", "addFonts", "NavbarLogoLightFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
