{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mgtPSW3pKKP296GuQDtN/Cjveu6DK3Q3Wlu7uKdSs/QjkUxjMf3.js"],
  "sourcesContent": ["// Generated by Framer (f6797a0)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Link, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, useRouteElementId, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Banner from \"https://framerusercontent.com/modules/aoMlDEZ2jEAodyZu2d9M/LaccqtKi5qDBTIZndN5T/Het0xs4YP.js\";\nimport Footer from \"https://framerusercontent.com/modules/AME5Ttxe9kOhsrkToeaJ/LXp1tEMR0PbxocSyia7R/jLw_YGz65.js\";\nimport Topbar from \"https://framerusercontent.com/modules/zZ4ySF1OPwHh8CmPkF9v/i6ih9l8Iwv8OEZeCH3ji/pQWsMWkcK.js\";\nimport BlogItem from \"https://framerusercontent.com/modules/871eYm6fjdGJIccb3oq4/bhE7D0mmbKl2JP6SGr9p/WhG1B0HtD.js\";\nimport ElementsTabsCopy4 from \"https://framerusercontent.com/modules/QY9VVKgPWEb3RvyvlIhe/pMEZaK6c8NgxWHDPIJMY/zsSkRXjx4.js\";\nimport Blog from \"https://framerusercontent.com/modules/60cI7WxE3CW0prBonOnZ/VO0nsSqh9Yk1vQGDLv3a/rK8tdCcFX.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/jjhtpQ9e79xDAAmMUt1L/g4kCQJtuCont4YKb7xtX/bgnDa1NqV.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/hg2BUW9t9zCs1HUS5SoJ/9p2PHzH7xXpNCtpU0vHS/ro7OPezbn.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/zHxv3vHiPVAMyrLqB6yy/1Ok4Jzr8GXpf3Fh71Z1A/xZndidUCt.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/OGenYFRxl4qJFn6aGw6Q/16tPhW0HnenG95lhJqZM/QjkUxjMf3.js\";\nconst ElementsTabsCopy4Fonts = getFonts(ElementsTabsCopy4);\nconst BannerFonts = getFonts(Banner);\nconst BlogItemFonts = getFonts(BlogItem);\nconst FooterFonts = getFonts(Footer);\nconst TopbarFonts = getFonts(Topbar);\nconst cycleOrder = [\"JBGr86Vki\", \"jf7B1cWnx\", \"jBf5yJ_4n\", \"R8mvoqhy_\", \"PCgQdAjzs\", \"BIJcCxXUj\"];\nconst breakpoints = {\n  BIJcCxXUj: \"(min-width: 400px) and (max-width: 419px)\",\n  jBf5yJ_4n: \"(max-width: 399px)\",\n  JBGr86Vki: \"(min-width: 1200px) and (max-width: 1727px)\",\n  jf7B1cWnx: \"(min-width: 810px) and (max-width: 1199px)\",\n  PCgQdAjzs: \"(min-width: 420px) and (max-width: 809px)\",\n  R8mvoqhy_: \"(min-width: 1728px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  BIJcCxXUj: \"framer-v-1tkarcz\",\n  jBf5yJ_4n: \"framer-v-d7dy0l\",\n  JBGr86Vki: \"framer-v-ce2zkd\",\n  jf7B1cWnx: \"framer-v-19ci5n0\",\n  PCgQdAjzs: \"framer-v-u64dqd\",\n  R8mvoqhy_: \"framer-v-18o8xo3\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"JBGr86Vki\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  \"Phone 2\": \"PCgQdAjzs\",\n  \"phone 400\": \"BIJcCxXUj\",\n  Desktop: \"JBGr86Vki\",\n  mac: \"R8mvoqhy_\",\n  Phone: \"jBf5yJ_4n\",\n  Tablet: \"jf7B1cWnx\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nfunction toResponsiveImage_194x2gw(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 BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nfunction useRandomID() {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n}\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"JBGr86Vki\",\n  fXaHXcr_ZGLrD8xlsO,\n  jKABTozCBGLrD8xlsO,\n  qNdjAhWpsGLrD8xlsO,\n  htvBFEUFLGLrD8xlsO,\n  urMkaULe3GLrD8xlsO,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata = metadataProvider();\n    document.title = metadata.title || \"\";\n    if (metadata.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata.viewport);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const element0Id = useRouteElementId(\"EEsfS7pwz\");\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if ([\"jf7B1cWnx\", \"jBf5yJ_4n\", \"PCgQdAjzs\", \"BIJcCxXUj\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"jf7B1cWnx\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"PCgQdAjzs\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed3 = () => {\n    if ([\"jBf5yJ_4n\", \"BIJcCxXUj\"].includes(baseVariant)) return true;\n    return !isBrowser();\n  };\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"JBGr86Vki\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        \"data-framer-generated\": true,\n        className: cx(\"framer-zMpxa\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className),\n        style: {\n          display: \"contents\",\n          pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-ce2zkd\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1g6kiyt\",\n            children: [isDisplayed() && /*#__PURE__*/_jsxs(motion.nav, {\n              className: \"framer-ggbict hidden-19ci5n0 hidden-d7dy0l hidden-u64dqd hidden-1tkarcz\",\n              \"data-border\": true,\n              \"data-framer-name\": \"Topbar\",\n              name: \"Topbar\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1xeqrc4\",\n                \"data-framer-name\": \"Title and Icon\",\n                name: \"Title and Icon\",\n                children: [/*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-92bqgu\",\n                  \"data-framer-name\": \"logo_nh\",\n                  fill: \"black\",\n                  intrinsicHeight: 51,\n                  intrinsicWidth: 51,\n                  name: \"logo_nh\",\n                  svg: '<svg width=\"51\" height=\"51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"51\" height=\"51\"><rect width=\"51\" height=\"51\" rx=\"8\" fill=\"#FFC83A\"/></mask><g mask=\"url(#a)\"><rect width=\"51\" height=\"51\" rx=\"8\" fill=\"#FFC83A\"/><circle cx=\"38.5\" cy=\"39.5\" r=\"25.5\" fill=\"#5383EC\" style=\"mix-blend-mode:color-burn\"/><circle cx=\"-.5\" cy=\"25.5\" r=\"25.5\" fill=\"#58A65C\" style=\"mix-blend-mode:color-burn\"/></g></svg>',\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                        \"--framer-font-weight\": \"700\",\n                        \"--framer-letter-spacing\": \"1px\",\n                        \"--framer-line-height\": \"2em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                      },\n                      children: /*#__PURE__*/_jsx(Link, {\n                        href: \"data:framer/page-link,augiA20Il\",\n                        openInNewTab: false,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(\"a\", {\n                          className: \"framer-styles-preset-14x2k1v\",\n                          \"data-styles-preset\": \"bgnDa1NqV\",\n                          href: \"data:framer/page-link,augiA20Il\",\n                          children: \"StartDesignSystem\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-1f2cvk6\",\n                  fonts: [\"GF;Inter-700\"],\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-21ogod\",\n                    \"data-styles-preset\": \"xZndidUCt\",\n                    style: {\n                      \"--framer-text-alignment\": \"center\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,augiA20Il\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(\"a\", {\n                        className: \"framer-styles-preset-1wicq5s\",\n                        \"data-styles-preset\": \"ro7OPezbn\",\n                        href: \"data:framer/page-link,augiA20Il\",\n                        children: \"Home\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-tiqo37\",\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-alignment\": \"center\",\n                      \"--framer-text-color\": \"rgb(0, 0, 0)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,QjkUxjMf3\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(\"a\", {\n                        className: \"framer-styles-preset-14x2k1v\",\n                        \"data-styles-preset\": \"bgnDa1NqV\",\n                        href: \"data:framer/page-link,QjkUxjMf3\",\n                        children: \"Resources\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-1rtu7xv\",\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-alignment\": \"center\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,YNNqgoDXi\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(\"a\", {\n                        className: \"framer-styles-preset-1wicq5s\",\n                        \"data-styles-preset\": \"ro7OPezbn\",\n                        href: \"data:framer/page-link,YNNqgoDXi\",\n                        children: \"Events\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-1etnotm\",\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-alignment\": \"center\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,oSqiE1i1k\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(\"a\", {\n                        className: \"framer-styles-preset-1wicq5s\",\n                        \"data-styles-preset\": \"ro7OPezbn\",\n                        href: \"data:framer/page-link,oSqiE1i1k\",\n                        children: \"Contact\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-g7elge\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                BIJcCxXUj: {\n                  id: element0Id\n                },\n                jBf5yJ_4n: {\n                  id: element0Id\n                }\n              },\n              children: /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-gy5lvi\",\n                ref: ref1,\n                children: /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-10kgbiv-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      BIJcCxXUj: {\n                        style: {\n                          width: \"100%\"\n                        }\n                      },\n                      jBf5yJ_4n: {\n                        style: {\n                          width: \"100%\"\n                        }\n                      },\n                      R8mvoqhy_: {\n                        tab3: \"Tutorial\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(ElementsTabsCopy4, {\n                      height: \"100%\",\n                      id: \"v6HTmMJ4Y\",\n                      layoutId: \"v6HTmMJ4Y\",\n                      tab1: \"Get Started\",\n                      tab2: \"Blogs\",\n                      tab3: \"Podcasts\",\n                      tab4: \"Tutorials\",\n                      variant: \"Rw5QYozUV\",\n                      width: \"100%\"\n                    })\n                  })\n                })\n              })\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-kx22nz-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                BIJcCxXUj: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"SWVjuXXR3\"\n                },\n                jBf5yJ_4n: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"SWVjuXXR3\"\n                },\n                jf7B1cWnx: {\n                  variant: \"G0Md9RTAY\"\n                },\n                PCgQdAjzs: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"SWVjuXXR3\"\n                },\n                R8mvoqhy_: {\n                  variant: \"lkimxDeKf\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Banner, {\n                height: \"100%\",\n                id: \"AZZn2SADF\",\n                layoutId: \"AZZn2SADF\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                subHeading: \"Blogs, articles, and other insightful pieces on how to use and implement design systems for business and operations.\",\n                title: \"Decoding Design Systems\",\n                variant: \"jv4O0ePYs\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1mqjlt1\",\n            children: Blog.map((data41y55g, i) => {\n              const {\n                qNdjAhWps: qNdjAhWpsGLrD8xlsO,\n                R1rSfXSbw: R1rSfXSbwGLrD8xlsO,\n                fXaHXcr_Z: fXaHXcr_ZGLrD8xlsO,\n                jKABTozCB: jKABTozCBGLrD8xlsO,\n                htvBFEUFL: htvBFEUFLGLrD8xlsO,\n                urMkaULe3: urMkaULe3GLrD8xlsO,\n                VO9qg4wZu: VO9qg4wZuGLrD8xlsO\n              } = data41y55g;\n              return /*#__PURE__*/_jsx(LayoutGroup, {\n                id: `GLrD8xlsO-${data41y55g[\"id\"]}`,\n                children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                  value: data41y55g,\n                  children: /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-1r2o3aj-container\",\n                    style: {\n                      \"--VO9qg4wZuGLrD8xlsO\": VO9qg4wZuGLrD8xlsO\n                    },\n                    children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        BIJcCxXUj: {\n                          variant: \"o9WMXEt1V\"\n                        },\n                        jBf5yJ_4n: {\n                          variant: \"o9WMXEt1V\"\n                        },\n                        PCgQdAjzs: {\n                          variant: \"o9WMXEt1V\"\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(BlogItem, {\n                        date: jKABTozCBGLrD8xlsO,\n                        height: \"100%\",\n                        id: \"TN73JeZ9E\",\n                        image: toResponsiveImage_194x2gw(fXaHXcr_ZGLrD8xlsO),\n                        intro: htvBFEUFLGLrD8xlsO,\n                        layoutId: \"TN73JeZ9E\",\n                        link2: urMkaULe3GLrD8xlsO,\n                        style: {\n                          width: \"100%\"\n                        },\n                        title: qNdjAhWpsGLrD8xlsO,\n                        variant: \"dwD0dqZa8\",\n                        width: \"100%\"\n                      })\n                    })\n                  })\n                })\n              }, data41y55g[\"id\"]);\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-unk645-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                BIJcCxXUj: {\n                  variant: \"g5wuiUDEf\"\n                },\n                jBf5yJ_4n: {\n                  variant: \"g5wuiUDEf\"\n                },\n                jf7B1cWnx: {\n                  variant: \"yyZO6isI5\"\n                },\n                PCgQdAjzs: {\n                  variant: \"g5wuiUDEf\"\n                },\n                R8mvoqhy_: {\n                  variant: \"EyGA0pICY\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"uIlpypTYa\",\n                layoutId: \"uIlpypTYa\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"bKxDWHJtR\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1d4580y-container hidden-ce2zkd hidden-d7dy0l hidden-18o8xo3 hidden-u64dqd hidden-1tkarcz\",\n            children: /*#__PURE__*/_jsx(Topbar, {\n              events: \"Resources\",\n              height: \"100%\",\n              id: \"zjFbzzl2s\",\n              layoutId: \"zjFbzzl2s\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"vRz6iFx98\",\n              width: \"100%\"\n            })\n          }), isDisplayed2() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-531h46-container hidden-ce2zkd hidden-19ci5n0 hidden-d7dy0l hidden-18o8xo3 hidden-1tkarcz\",\n            children: /*#__PURE__*/_jsx(Topbar, {\n              events: \"Resources\",\n              height: \"100%\",\n              id: \"GmHHY6udr\",\n              layoutId: \"GmHHY6udr\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"dxtA8R9ro\",\n              width: \"100%\"\n            })\n          }), isDisplayed3() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1ff79mm-container hidden-ce2zkd hidden-19ci5n0 hidden-18o8xo3 hidden-u64dqd\",\n            children: /*#__PURE__*/_jsx(Topbar, {\n              events: \"Resources\",\n              height: \"100%\",\n              id: \"ia8VpP0M2\",\n              layoutId: \"ia8VpP0M2\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"dxtA8R9ro\",\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-zMpxa [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-zMpxa .framer-gf1hdl { display: block; }\", \".framer-zMpxa .framer-ce2zkd { align-content: center; align-items: center; background-color: #0d0c0c; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-zMpxa .framer-1g6kiyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 0px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-zMpxa .framer-ggbict { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 63px; height: 80px; justify-content: center; overflow: hidden; padding: 24px 48px 24px 48px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-zMpxa .framer-1xeqrc4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-zMpxa .framer-92bqgu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\", \".framer-zMpxa .framer-1f2cvk6 { --framer-paragraph-spacing: 0px; flex: none; height: 32px; overflow: hidden; position: relative; white-space: pre; width: auto; }\", \".framer-zMpxa .framer-qmk2io, .framer-zMpxa .framer-gvais8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\", \".framer-zMpxa .framer-tiqo37, .framer-zMpxa .framer-1rtu7xv, .framer-zMpxa .framer-1etnotm, .framer-zMpxa .framer-g7elge { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-zMpxa .framer-gy5lvi { align-content: center; align-items: center; background-color: #0d0c0c; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: flex-start; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\", \".framer-zMpxa .framer-10kgbiv-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\", \".framer-zMpxa .framer-kx22nz-container { flex: none; height: 382px; position: relative; width: 100%; }\", \".framer-zMpxa .framer-1mqjlt1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: flex-start; padding: 48px 48px 48px 48px; position: relative; width: 100%; }\", \".framer-zMpxa .framer-1r2o3aj-container { flex: none; height: auto; position: relative; width: 1120px; }\", \".framer-zMpxa .framer-unk645-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-zMpxa .framer-1d4580y-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\", \".framer-zMpxa .framer-531h46-container, .framer-zMpxa .framer-1ff79mm-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zMpxa .framer-ce2zkd, .framer-zMpxa .framer-1g6kiyt, .framer-zMpxa .framer-ggbict, .framer-zMpxa .framer-1xeqrc4, .framer-zMpxa .framer-gy5lvi, .framer-zMpxa .framer-1mqjlt1 { gap: 0px; } .framer-zMpxa .framer-ce2zkd > *, .framer-zMpxa .framer-1g6kiyt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zMpxa .framer-ce2zkd > :first-child, .framer-zMpxa .framer-1g6kiyt > :first-child, .framer-zMpxa .framer-1mqjlt1 > :first-child { margin-top: 0px; } .framer-zMpxa .framer-ce2zkd > :last-child, .framer-zMpxa .framer-1g6kiyt > :last-child, .framer-zMpxa .framer-1mqjlt1 > :last-child { margin-bottom: 0px; } .framer-zMpxa .framer-ggbict > * { margin: 0px; margin-left: calc(63px / 2); margin-right: calc(63px / 2); } .framer-zMpxa .framer-ggbict > :first-child, .framer-zMpxa .framer-1xeqrc4 > :first-child, .framer-zMpxa .framer-gy5lvi > :first-child { margin-left: 0px; } .framer-zMpxa .framer-ggbict > :last-child, .framer-zMpxa .framer-1xeqrc4 > :last-child, .framer-zMpxa .framer-gy5lvi > :last-child { margin-right: 0px; } .framer-zMpxa .framer-1xeqrc4 > *, .framer-zMpxa .framer-gy5lvi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zMpxa .framer-1mqjlt1 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1727px) { .framer-zMpxa .hidden-ce2zkd { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-zMpxa .hidden-19ci5n0 { display: none !important; } .framer-zMpxa .framer-ce2zkd { width: 810px; } .framer-zMpxa .framer-1g6kiyt { order: 1; } .framer-zMpxa .framer-kx22nz-container { order: 2; } .framer-zMpxa .framer-1mqjlt1 { order: 3; } .framer-zMpxa .framer-1r2o3aj-container { width: 711px; } .framer-zMpxa .framer-unk645-container { order: 4; } .framer-zMpxa .framer-1d4580y-container { order: 0; }}\", \"@media (max-width: 399px) { .framer-zMpxa .hidden-d7dy0l { display: none !important; } .framer-zMpxa .framer-ce2zkd { width: 390px; } .framer-zMpxa .framer-1g6kiyt { order: 1; } .framer-zMpxa .framer-gy5lvi { overflow: auto; padding: 0px 16px 0px 16px; scroll-margin-top: 30px; } .framer-zMpxa .framer-10kgbiv-container { flex: 1 0 0px; width: 1px; } .framer-zMpxa .framer-kx22nz-container { height: auto; order: 2; } .framer-zMpxa .framer-1mqjlt1 { align-content: center; align-items: center; order: 3; padding: 48px 0px 48px 0px; } .framer-zMpxa .framer-1r2o3aj-container { width: 297px; } .framer-zMpxa .framer-unk645-container { order: 4; } .framer-zMpxa .framer-1ff79mm-container { order: 0; }}\", \"@media (min-width: 1728px) { .framer-zMpxa .hidden-18o8xo3 { display: none !important; } .framer-zMpxa .framer-ce2zkd { width: 1728px; } .framer-zMpxa .framer-1g6kiyt { order: 0; } .framer-zMpxa .framer-ggbict { padding: 24px 264px 24px 264px; } .framer-zMpxa .framer-gy5lvi { padding: 0px 264px 0px 264px; } .framer-zMpxa .framer-kx22nz-container { height: 513px; order: 1; } .framer-zMpxa .framer-1mqjlt1 { order: 2; padding: 48px 264px 48px 264px; } .framer-zMpxa .framer-unk645-container { order: 3; }}\", \"@media (min-width: 420px) and (max-width: 809px) { .framer-zMpxa .hidden-u64dqd { display: none !important; } .framer-zMpxa .framer-ce2zkd { width: 420px; } .framer-zMpxa .framer-1g6kiyt { order: 1; } .framer-zMpxa .framer-gy5lvi { overflow: auto; } .framer-zMpxa .framer-kx22nz-container { height: auto; order: 2; } .framer-zMpxa .framer-1mqjlt1 { order: 3; padding: 48px 16px 48px 16px; } .framer-zMpxa .framer-1r2o3aj-container { width: 100%; } .framer-zMpxa .framer-unk645-container { order: 4; } .framer-zMpxa .framer-531h46-container { order: 0; }}\", \"@media (min-width: 400px) and (max-width: 419px) { .framer-zMpxa .hidden-1tkarcz { display: none !important; } .framer-zMpxa .framer-ce2zkd { width: 400px; } .framer-zMpxa .framer-1g6kiyt { order: 1; } .framer-zMpxa .framer-gy5lvi { overflow: auto; padding: 0px 16px 0px 16px; scroll-margin-top: 30px; } .framer-zMpxa .framer-10kgbiv-container { flex: 1 0 0px; width: 1px; } .framer-zMpxa .framer-kx22nz-container { height: auto; order: 2; } .framer-zMpxa .framer-1mqjlt1 { align-content: center; align-items: center; order: 3; padding: 48px 0px 48px 0px; } .framer-zMpxa .framer-1r2o3aj-container { width: 297px; } .framer-zMpxa .framer-unk645-container { order: 4; } .framer-zMpxa .framer-1ff79mm-container { order: 0; }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerIntrinsicHeight 3451\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jf7B1cWnx\":{\"layout\":[\"fixed\",\"auto\"]},\"jBf5yJ_4n\":{\"layout\":[\"fixed\",\"auto\"]},\"R8mvoqhy_\":{\"layout\":[\"fixed\",\"auto\"]},\"PCgQdAjzs\":{\"layout\":[\"fixed\",\"auto\"]},\"BIJcCxXUj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         */\nconst FramerQjkUxjMf3 = withCSS(Component, css);\nexport default FramerQjkUxjMf3;\nFramerQjkUxjMf3.displayName = \"Resource Blogs\";\nFramerQjkUxjMf3.defaultProps = {\n  height: 3451,\n  width: 1200\n};\naddFonts(FramerQjkUxjMf3, [{\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/QjkUxjMf3:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\",\n  weight: \"700\"\n}, ...ElementsTabsCopy4Fonts, ...BannerFonts, ...BlogItemFonts, ...FooterFonts, ...TopbarFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerQjkUxjMf3\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jf7B1cWnx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jBf5yJ_4n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R8mvoqhy_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PCgQdAjzs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BIJcCxXUj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"3451\",\n        \"framerContractVersion\": \"1\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "wtBAeA,IAAMA,GAAyBC,EAASC,CAAiB,EACnDC,GAAcF,EAASG,CAAM,EAC7BC,GAAgBJ,EAASK,CAAQ,EACjCC,GAAcN,EAASO,CAAM,EAC7BC,GAAcR,EAASS,CAAM,EAEnC,IAAMC,EAAc,CAClB,UAAW,4CACX,UAAW,qBACX,UAAW,8CACX,UAAW,6CACX,UAAW,4CACX,UAAW,qBACb,EACMC,EAAY,IAAM,OAAO,SAAa,IACtCC,EAAoB,CACxB,UAAW,mBACX,UAAW,kBACX,UAAW,kBACX,UAAW,mBACX,UAAW,kBACX,UAAW,kBACb,EACID,EAAU,GACZE,EAA6B,YAAaH,EAAaE,CAAiB,EAE1E,IAAME,GAA0B,CAC9B,UAAW,YACX,YAAa,YACb,QAAS,YACT,IAAK,YACL,MAAO,YACP,OAAQ,WACV,EACMC,GAAc,CAClB,QAAS,CACP,SAAU,CACZ,CACF,EACA,SAASC,GAA0BC,EAAO,CACxC,OAAI,OAAOA,GAAU,UAAYA,IAAU,MAAQ,OAAOA,EAAM,KAAQ,SAC/DA,EAEF,OAAOA,GAAU,SAAW,CACjC,IAAKA,CACP,EAAI,MACN,CACA,IAAMC,EAAS,iEACf,SAASC,IAAc,CACrB,IAAMC,EAAYC,EAAO,IAAI,EAC7B,OAAID,EAAI,UAAY,OAClBA,EAAI,QAAU,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,IAAI,IAAMF,EAAO,KAAK,MAAM,KAAK,OAAO,EAAIA,EAAO,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,GAE9FE,EAAI,OACb,CACA,IAAME,GAA+BC,EAAW,SAAU,CACxD,GAAAC,EACA,MAAOC,EAAgB,CAAC,EACxB,UAAAC,EACA,MAAAC,GACA,OAAAC,GACA,SAAAC,EACA,QAASC,EAAe,YACxB,mBAAAC,GACA,mBAAAC,GACA,mBAAAC,GACA,mBAAAC,GACA,mBAAAC,GACA,GAAGC,CACL,EAAGhB,GAAK,CAEN,IAAMiB,GADiBvB,GAAwBgB,CAAY,GACzBA,EAC5BQ,EAAgB,IAAM,CAC1B,IAAMC,EAAWC,EAAiB,EAElC,GADA,SAAS,MAAQD,EAAS,OAAS,GAC/BA,EAAS,SAAU,CACrB,IAAIE,GACHA,EAA0B,SAAS,cAAc,uBAAuB,KAAO,MAAQA,IAA4B,QAAkBA,EAAwB,aAAa,UAAWF,EAAS,QAAQ,EAE3M,EAAG,CAAC,CAAC,EACL,GAAM,CAACG,EAAaC,EAAmB,EAAIC,EAA8BP,GAAS3B,EAAa,EAAK,EAC9FmC,GAAiB,OACjBC,GAAa/B,GAAY,QACzBgC,EAAaC,EAAkB,WAAW,EAC1CC,GAAa5B,EAAO,IAAI,EACxB6B,GAAc,IACd,CAAC,YAAa,YAAa,YAAa,WAAW,EAAE,SAASR,CAAW,EAAU,CAAC/B,EAAU,EAC3F,GAEHwC,GAAe,IACfT,IAAgB,YAAoB,GACjC,CAAC/B,EAAU,EAEdyC,GAAe,IACfV,IAAgB,YAAoB,GACjC,CAAC/B,EAAU,EAEd0C,GAAe,IACf,CAAC,YAAa,WAAW,EAAE,SAASX,CAAW,EAAU,GACtD,CAAC/B,EAAU,EAEd2C,GAAkBnC,GAAY,EAC9B,CACJ,cAAAoC,EACA,GAAGC,EACL,EAAI/B,EACJ,OAAoBgC,EAAKC,EAA0B,SAAU,CAC3D,MAAO,CACL,iBAAkB,YAClB,kBAAA9C,CACF,EACA,SAAuB6C,EAAKE,EAAa,CACvC,GAAI9B,GAAsDyB,GAC1D,SAAuBM,EAAMC,EAAO,IAAK,CACvC,wBAAyB,GACzB,UAAWC,EAAG,eAA4BpC,EAAwBA,EAAwBA,CAAS,EACnG,MAAO,CACL,QAAS,WACT,cAAe6B,GAAqE,MACtF,EACA,SAAU,CAAcK,EAAMC,EAAO,IAAK,CACxC,GAAGzB,EACH,UAAW0B,EAAG,gBAAiBpC,CAAS,EACxC,IAAKN,GACL,MAAO,CACL,GAAGoC,EACL,EACA,SAAU,CAAcI,EAAMC,EAAO,IAAK,CACxC,UAAW,iBACX,SAAU,CAACX,GAAY,GAAkBU,EAAMC,EAAO,IAAK,CACzD,UAAW,0EACX,cAAe,GACf,mBAAoB,SACpB,KAAM,SACN,SAAU,CAAcD,EAAMC,EAAO,IAAK,CACxC,UAAW,iBACX,mBAAoB,iBACpB,KAAM,iBACN,SAAU,CAAcJ,EAAKM,EAAK,CAChC,UAAW,gBACX,mBAAoB,UACpB,KAAM,QACN,gBAAiB,GACjB,eAAgB,GAChB,KAAM,UACN,IAAK,yeACL,mBAAoB,EACtB,CAAC,EAAgBN,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,mBACnB,uBAAwB,MACxB,0BAA2B,MAC3B,uBAAwB,MACxB,0BAA2B,OAC3B,sBAAuB,oBACzB,EACA,SAAuBA,EAAKS,EAAM,CAChC,KAAM,kCACN,aAAc,GACd,aAAc,GACd,SAAuBT,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,KAAM,kCACN,SAAU,mBACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,iBACX,MAAO,CAAC,cAAc,EACtB,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,0BAA2B,QAC7B,EACA,SAAuBA,EAAKS,EAAM,CAChC,KAAM,kCACN,aAAc,GACd,aAAc,GACd,SAAuBT,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,KAAM,kCACN,SAAU,MACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,gBACX,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,0BAA2B,SAC3B,sBAAuB,cACzB,EACA,SAAuBA,EAAKS,EAAM,CAChC,KAAM,kCACN,aAAc,GACd,aAAc,GACd,SAAuBT,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,KAAM,kCACN,SAAU,WACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,iBACX,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,0BAA2B,QAC7B,EACA,SAAuBA,EAAKS,EAAM,CAChC,KAAM,kCACN,aAAc,GACd,aAAc,GACd,SAAuBT,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,KAAM,kCACN,SAAU,QACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,iBACX,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,0BAA2B,QAC7B,EACA,SAAuBA,EAAKS,EAAM,CAChC,KAAM,kCACN,aAAc,GACd,aAAc,GACd,SAAuBT,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,KAAM,kCACN,SAAU,SACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,gBACX,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,EAAgBA,EAAKU,EAAmB,CACvC,WAAYzB,EACZ,UAAW,CACT,UAAW,CACT,GAAIK,CACN,EACA,UAAW,CACT,GAAIA,CACN,CACF,EACA,SAAuBU,EAAKI,EAAO,IAAK,CACtC,UAAW,gBACX,IAAKZ,GACL,SAAuBQ,EAAKW,EAAW,CACrC,UAAW,2BACX,SAAuBX,EAAKU,EAAmB,CAC7C,WAAYzB,EACZ,UAAW,CACT,UAAW,CACT,MAAO,CACL,MAAO,MACT,CACF,EACA,UAAW,CACT,MAAO,CACL,MAAO,MACT,CACF,EACA,UAAW,CACT,KAAM,UACR,CACF,EACA,SAAuBe,EAAKY,EAAmB,CAC7C,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,KAAM,cACN,KAAM,QACN,KAAM,WACN,KAAM,YACN,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,EAAgBZ,EAAKW,EAAW,CAC/B,UAAW,0BACX,SAAuBX,EAAKU,EAAmB,CAC7C,WAAYzB,EACZ,UAAW,CACT,UAAW,CACT,MAAO,CACL,MAAO,MACT,EACA,QAAS,WACX,EACA,UAAW,CACT,MAAO,CACL,MAAO,MACT,EACA,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,MAAO,CACL,MAAO,MACT,EACA,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,CACF,EACA,SAAuBe,EAAKa,EAAQ,CAClC,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,OAAQ,OACR,MAAO,MACT,EACA,WAAY,uHACZ,MAAO,0BACP,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,CACH,CAAC,EAAgBb,EAAKI,EAAO,IAAK,CAChC,UAAW,iBACX,SAAUU,EAAK,IAAI,CAACC,EAAYC,IAAM,CACpC,GAAM,CACJ,UAAWxC,GACX,UAAWyC,GACX,UAAW3C,GACX,UAAWC,GACX,UAAWE,GACX,UAAWC,GACX,UAAWwC,EACb,EAAIH,EACJ,OAAoBf,EAAKE,EAAa,CACpC,GAAI,aAAaa,EAAW,KAC5B,SAAuBf,EAAKmB,EAAqB,SAAU,CACzD,MAAOJ,EACP,SAAuBf,EAAKW,EAAW,CACrC,UAAW,2BACX,MAAO,CACL,uBAAwBO,EAC1B,EACA,SAAuBlB,EAAKU,EAAmB,CAC7C,WAAYzB,EACZ,UAAW,CACT,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,CACF,EACA,SAAuBe,EAAKoB,EAAU,CACpC,KAAM7C,GACN,OAAQ,OACR,GAAI,YACJ,MAAOhB,GAA0Be,EAAkB,EACnD,MAAOG,GACP,SAAU,YACV,MAAOC,GACP,MAAO,CACL,MAAO,MACT,EACA,MAAOF,GACP,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,EAAGuC,EAAW,EAAK,CACrB,CAAC,CACH,CAAC,EAAgBf,EAAKW,EAAW,CAC/B,UAAW,0BACX,SAAuBX,EAAKU,EAAmB,CAC7C,WAAYzB,EACZ,UAAW,CACT,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,CACF,EACA,SAAuBe,EAAKqB,EAAQ,CAClC,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,CACH,CAAC,EAAG3B,GAAa,GAAkBM,EAAKW,EAAW,CACjD,UAAW,mGACX,SAAuBX,EAAKsB,EAAQ,CAClC,OAAQ,YACR,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,EAAG3B,GAAa,GAAkBK,EAAKW,EAAW,CACjD,UAAW,mGACX,SAAuBX,EAAKsB,EAAQ,CAClC,OAAQ,YACR,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,EAAG1B,GAAa,GAAkBI,EAAKW,EAAW,CACjD,UAAW,qFACX,SAAuBX,EAAKsB,EAAQ,CAClC,OAAQ,YACR,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,QAAS,YACT,MAAO,MACT,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,EAAgBtB,EAAK,MAAO,CAC3B,GAAI,SACN,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACKuB,GAAM,CAAC,sZAAuZ,kFAAmF,mDAAoD,gTAAiT,kVAAmV,kgBAAmgB,iSAAkS,yJAA0J,oKAAqK,yMAA0M,gQAAiQ,kTAAmT,qHAAsH,yGAA0G,0RAA2R,2GAA4G,wGAAyG,qHAAsH,6LAA8L,w3CAAy3C,oHAAqH,odAAqd,8rBAA+rB,6fAA8f,6iBAA8iB,stBAAutB,GAAeA,EAAK,GAAgBA,EAAK,GAAgBA,CAAG,EAOh9QC,EAAkBC,EAAQ5D,GAAW0D,EAAG,EACvCxC,GAAQyC,EACfA,EAAgB,YAAc,iBAC9BA,EAAgB,aAAe,CAC7B,OAAQ,KACR,MAAO,IACT,EACAE,EAASF,EAAiB,CAAC,CACzB,OAAQ,QACR,YAAa,CACX,sBAAuB,wCACvB,IAAK,uGACP,EACA,MAAO,SACP,IAAK,wGACL,OAAQ,KACV,EAAG,GAAGG,GAAwB,GAAGC,GAAa,GAAGC,GAAe,GAAGC,GAAa,GAAGC,GAAa,GAAeC,EAAO,GAAgBA,EAAO,GAAgBA,CAAK,CAAC,EAC5J,IAAMC,GAAqB,CAChC,QAAW,CACT,QAAW,CACT,KAAQ,iBACR,KAAQ,kBACR,MAAS,CAAC,EACV,YAAe,CACb,oCAAuC,oRACvC,qBAAwB,OACxB,sBAAyB,OACzB,sBAAyB,IACzB,uBAA0B,EAC5B,CACF,EACA,MAAS,CACP,KAAQ,SACR,YAAe,CACb,sBAAyB,GAC3B,CACF,EACA,mBAAsB,CACpB,KAAQ,UACV,CACF,CACF",
  "names": ["ElementsTabsCopy4Fonts", "getFonts", "zsSkRXjx4_default", "BannerFonts", "Het0xs4YP_default", "BlogItemFonts", "WhG1B0HtD_default", "FooterFonts", "jLw_YGz65_default", "TopbarFonts", "pQWsMWkcK_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "toResponsiveImage_194x2gw", "value", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "fXaHXcr_ZGLrD8xlsO", "jKABTozCBGLrD8xlsO", "qNdjAhWpsGLrD8xlsO", "htvBFEUFLGLrD8xlsO", "urMkaULe3GLrD8xlsO", "restProps", "variant", "fe", "metadata", "QjkUxjMf3_default", "_document_querySelector", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "element0Id", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "pointerEvents", "style", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "SVG", "RichText", "x", "Link", "PropertyOverrides", "Container", "zsSkRXjx4_default", "Het0xs4YP_default", "rK8tdCcFX_default", "data41y55g", "i", "R1rSfXSbwGLrD8xlsO", "VO9qg4wZuGLrD8xlsO", "PathVariablesContext", "WhG1B0HtD_default", "jLw_YGz65_default", "pQWsMWkcK_default", "css", "FramerQjkUxjMf3", "withCSS", "addFonts", "ElementsTabsCopy4Fonts", "BannerFonts", "BlogItemFonts", "FooterFonts", "TopbarFonts", "fonts", "__FramerMetadata__"]
}
