{"version":3,"file":"static/chunks/7385-9b816cf1e48371ae.js","mappings":"wLAYA,MAAc,OAAuB,CAPrC,YAA0B,qCAA+C,MACzE,MAA6B,OAAU,CAAC,GAAkB,SAAmB,QAAiB,CAAC,GAAkB,UAAoB,QAAiB,CAAC,GAAkB,WACzK,OAAY,eAAmB,CAAC,GAAI,EAAI,iCAA4D,GACpG,GAKA,mHC4BA,MAHA,CACA,GAAK,CAAK,EAEV,qBAgCO,eAAiD,EACxD,IACA,UACA,CAAI,EACJ,sBAAwD,EACxD,MAAgB,OAAQ,GACxB,MACA,YAMA,6DACA,CACA,oBACA,sCACA,qBACA,WACA,CAAM,CAAE,MAAa,EACrB,wBACA,QACA,OACA,CAAK,EAML,8BAWA,MATA,YA9DA,oBACA,MAA6B,aAAiB,YAC9C,EAA4B,SAAa,MACzC,QACA,uBAEA,aACA,IACA,UACA,CAAQ,KACR,WACA,CACA,QACA,CAAG,cACH,MAAmC,SAAa,MAChD,YACA,mBAAgD,EAEhD,WACA,yBACA,+BACA,KACA,iCACA,GACK,CACF,UAEH,OADA,QAEA,EA/DA,oBACA,SAA4B,UAAc,KAC1C,KACA,aAEA,EACA,aAKA,GAgBA,MAdE,OAAiB,MACnB,MACA,OAEA,WACA,OACA,YACA,EAGA,OAFA,IACA,+BACA,KACA,iCACA,CACA,CAAG,QACH,CACA,CAqEA,EADA,+BAEA,QASA,CACA,CACA,IC/GA,MAHsBA,EAA6B,CACjDC,QAASC,SAAAA,CAAQA,GAEJC,IAHmCH,gCAGtBG,EAAC,0CCCd,SAASC,IACtB,IAAMC,EAAQC,CAAAA,EAAAA,EAAAA,CAAAA,CAAcA,CAACC,EAAAA,CAAYA,EAMzC,OAAOF,CAAK,CAACH,EAAAA,CAAQA,CAAC,EAAIG,CAC5B,iDCbe,cACf,IACA,QACA,OACA,QACA,CAAI,SACJ,+DAGS,OAAY,iCAFrB,CAGA,iGCRA,IAAMG,EAASC,IAAQ,IAAM,+BAAkB,YAAzBA,gCAChBC,EAASD,IAAQ,IAAM,2CAAPA,EAAO,+BAAkB,4CAoB/C,EAbA,SAASE,CAGY,KAHoB,UACvCC,CAAQ,EAYKD,KAXbE,CAAK,CACc,CAHoB,EAIvC,MACE,eAQ0CF,EAAC,IAR3C,YACE,UAACH,EAAAA,CAAOK,MAAOA,IACf,UAACC,MAAAA,CAAIC,UAAU,oCAA4BH,IAC3C,UAACF,EAAAA,CAAAA,KAGP,8DClBO,MAA2B,OAAW,GAI7C,EAHA,cACA,MAAS,OAAsB,GAC/B,MACuB,wDCGvB,MAJA,iBACA,MAAuB,KAGR,OAHwB,CAAC,GAAY,EACpD,UAJA,gBAIA,GAJA,OAIA,GACA,8CCkYO,IAAMM,EAA4B,m/KAgQvC,EAmhBsD,ytLA0QtD,4FC95CF,MAAa,cAAuB,CANpC,YAAyB,8BAAyC,KACtD,eAAmB,CAAC,GAAI,EAAI,UAAW,OAAU,CAAC,GAAkB,MAAO,QAAiB,CAAC,GAAkB,uBAAkD,KAM7K,sECAA,MADA,2BAA0D,CAC3C,CAD2C,eAAqB,CAAG,WAAe","sources":["webpack://_N_E/./node_modules/@aws-amplify/ui-react/dist/esm/primitives/Badge/Badge.mjs","webpack://_N_E/./node_modules/@mui/system/esm/useMediaQuery/useMediaQuery.js","webpack://_N_E/./node_modules/@mui/material/useMediaQuery/index.js","webpack://_N_E/./node_modules/@mui/material/styles/useTheme.js","webpack://_N_E/./node_modules/@mui/system/esm/useThemeProps/getThemeProps.js","webpack://_N_E/./components/Layout/ContentLayoutFooterNoChartreuse.tsx","webpack://_N_E/./node_modules/@mui/system/esm/useTheme/useTheme.js","webpack://_N_E/./node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js","webpack://_N_E/./src/graphql/queries.ts","webpack://_N_E/./node_modules/@aws-amplify/ui-react/dist/esm/primitives/Card/Card.mjs","webpack://_N_E/./node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js"],"sourcesContent":["import * as React from 'react';\nimport { classNames, ComponentClassName, classNameModifier } from '@aws-amplify/ui';\nimport { primitiveWithForwardRef } from '../utils/primitiveWithForwardRef.mjs';\nimport { View } from '../View/View.mjs';\n\nconst BadgePrimitive = ({ className, children, variation, size, ...rest }, ref) => {\n const componentClasses = classNames(ComponentClassName.Badge, className, classNameModifier(ComponentClassName.Badge, variation), classNameModifier(ComponentClassName.Badge, size));\n return (React.createElement(View, { as: \"span\", className: componentClasses, ref: ref, ...rest }, children));\n};\n/**\n * [📖 Docs](https://ui.docs.amplify.aws/react/components/badge)\n */\nconst Badge = primitiveWithForwardRef(BadgePrimitive);\nBadge.displayName = 'Badge';\n\nexport { Badge };\n","'use client';\n\nimport * as React from 'react';\nimport useEnhancedEffect from '@mui/utils/useEnhancedEffect';\nimport { getThemeProps } from \"../useThemeProps/index.js\";\nimport useTheme from \"../useThemeWithoutDefault/index.js\";\n// TODO React 17: Remove `useMediaQueryOld` once React 17 support is removed\nfunction useMediaQueryOld(query, defaultMatches, matchMedia, ssrMatchMedia, noSsr) {\n const [match, setMatch] = React.useState(() => {\n if (noSsr && matchMedia) {\n return matchMedia(query).matches;\n }\n if (ssrMatchMedia) {\n return ssrMatchMedia(query).matches;\n }\n\n // Once the component is mounted, we rely on the\n // event listeners to return the correct matches value.\n return defaultMatches;\n });\n useEnhancedEffect(() => {\n if (!matchMedia) {\n return undefined;\n }\n const queryList = matchMedia(query);\n const updateMatch = () => {\n setMatch(queryList.matches);\n };\n updateMatch();\n queryList.addEventListener('change', updateMatch);\n return () => {\n queryList.removeEventListener('change', updateMatch);\n };\n }, [query, matchMedia]);\n return match;\n}\n\n// See https://github.com/mui/material-ui/issues/41190#issuecomment-2040873379 for why\nconst safeReact = {\n ...React\n};\nconst maybeReactUseSyncExternalStore = safeReact.useSyncExternalStore;\nfunction useMediaQueryNew(query, defaultMatches, matchMedia, ssrMatchMedia, noSsr) {\n const getDefaultSnapshot = React.useCallback(() => defaultMatches, [defaultMatches]);\n const getServerSnapshot = React.useMemo(() => {\n if (noSsr && matchMedia) {\n return () => matchMedia(query).matches;\n }\n if (ssrMatchMedia !== null) {\n const {\n matches\n } = ssrMatchMedia(query);\n return () => matches;\n }\n return getDefaultSnapshot;\n }, [getDefaultSnapshot, query, ssrMatchMedia, noSsr, matchMedia]);\n const [getSnapshot, subscribe] = React.useMemo(() => {\n if (matchMedia === null) {\n return [getDefaultSnapshot, () => () => {}];\n }\n const mediaQueryList = matchMedia(query);\n return [() => mediaQueryList.matches, notify => {\n mediaQueryList.addEventListener('change', notify);\n return () => {\n mediaQueryList.removeEventListener('change', notify);\n };\n }];\n }, [getDefaultSnapshot, matchMedia, query]);\n const match = maybeReactUseSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);\n return match;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function unstable_createUseMediaQuery(params = {}) {\n const {\n themeId\n } = params;\n return function useMediaQuery(queryInput, options = {}) {\n let theme = useTheme();\n if (theme && themeId) {\n theme = theme[themeId] || theme;\n }\n // Wait for jsdom to support the match media feature.\n // All the browsers MUI support have this built-in.\n // This defensive check is here for simplicity.\n // Most of the time, the match media logic isn't central to people tests.\n const supportMatchMedia = typeof window !== 'undefined' && typeof window.matchMedia !== 'undefined';\n const {\n defaultMatches = false,\n matchMedia = supportMatchMedia ? window.matchMedia : null,\n ssrMatchMedia = null,\n noSsr = false\n } = getThemeProps({\n name: 'MuiUseMediaQuery',\n props: options,\n theme\n });\n if (process.env.NODE_ENV !== 'production') {\n if (typeof queryInput === 'function' && theme === null) {\n console.error(['MUI: The `query` argument provided is invalid.', 'You are providing a function without a theme in the context.', 'One of the parent elements needs to use a ThemeProvider.'].join('\\n'));\n }\n }\n let query = typeof queryInput === 'function' ? queryInput(theme) : queryInput;\n query = query.replace(/^@media( ?)/m, '');\n const useMediaQueryImplementation = maybeReactUseSyncExternalStore !== undefined ? useMediaQueryNew : useMediaQueryOld;\n const match = useMediaQueryImplementation(query, defaultMatches, matchMedia, ssrMatchMedia, noSsr);\n if (process.env.NODE_ENV !== 'production') {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useDebugValue({\n query,\n match\n });\n }\n return match;\n };\n}\nconst useMediaQuery = unstable_createUseMediaQuery();\nexport default useMediaQuery;","import { unstable_createUseMediaQuery } from '@mui/system/useMediaQuery';\nimport THEME_ID from \"../styles/identifier.js\";\nconst useMediaQuery = unstable_createUseMediaQuery({\n themeId: THEME_ID\n});\nexport default useMediaQuery;","'use client';\n\nimport * as React from 'react';\nimport { useTheme as useThemeSystem } from '@mui/system';\nimport defaultTheme from \"./defaultTheme.js\";\nimport THEME_ID from \"./identifier.js\";\nexport default function useTheme() {\n const theme = useThemeSystem(defaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n // TODO: uncomment once we enable eslint-plugin-react-compiler // eslint-disable-next-line react-compiler/react-compiler\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useDebugValue(theme);\n }\n return theme[THEME_ID] || theme;\n}","import resolveProps from '@mui/utils/resolveProps';\nexport default function getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name] || !theme.components[name].defaultProps) {\n return props;\n }\n return resolveProps(theme.components[name].defaultProps, props);\n}","import React from \"react\";\nimport dynamic from \"next/dynamic\";\n\nconst Header = dynamic(() => import(\"./Header\"));\nconst Footer = dynamic(() => import(\"./Footer\"));\n\ntype ContentLayoutProps = {\n children: React.ReactNode;\n title: string;\n};\n\nfunction ContentLayoutFooterNoChartreuse({\n children,\n title,\n}: ContentLayoutProps) {\n return (\n <>\n