{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/MwQeub2BNPG1FBec24XH/0EMYEImeeU63RKUjnN8Y/zLuT3V6u1.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ControlType,cx,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/RGISGZeZb6P5N8vO7AsP/yt6hQWYvW62FRIixx7xh/componentPresets.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/CSr15EXqFQwRQEjGQoGT/G10dYF8GXH1IiBDpXTXq/bOHEg3d6V.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/KNPPnHKpuGpym7VcfHji/AVFFgWb9pmASi1t26izJ/C8fhxATlR.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/7qfz6vSahLU4jU3plwHu/gBcSMdtY1LLEQeJuJEGX/gcl8flF2B.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/QPdrNBGXZBCzUMTQaSS0/aMOTNN7pyiUdB7y37rug/hjRRaDW7f.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vyOmZXLDFzTHbLNRx18R/9PStDbyTsq6V6u9bRo4X/IjPjfm2Jt.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/G5LRSziUoD7tqL1QRSwv/YP4HZSEr7yIiBziAJvVV/jwa3A5f_5.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/YaCzP79lkJBIqvX8wypG/KBDXUNpBCL56RIXD1rW7/jwSSG52me.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/TNwBOI8iJXvZs5i5ZQXD/p5vN3RcCPKLHgAYLbONN/k__xfrXqx.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/0K4zeLd5xrHhcMb0dYA5/OTaCm30MA3mC9WGrpGfZ/K1fHZzCTi.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/UucZLqpEfdIam3KPRWdH/qU46A4lAoMiWGfMSJMJL/lOuVAW5gU.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/cDEWMl32qsVFS1nBGbgL/PlGOXSF5i4UAH9X3C3zS/ogB6Fzyj9.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/TPam9syCir4oCmDUL2co/RPEuzRXAvURN0MSgbrnD/SU8PAjiEb.js\";import*as sharedStyle12 from\"https://framerusercontent.com/modules/AtRTjpyCWL1uSTSoUt3k/CiS2kYlABzHJxtifN5MZ/tZZRwYrI1.js\";const cycleOrder=[\"Wz0JPXOwv\",\"BD72OAULB\",\"d9wUfs2B_\"];const serializationHash=\"framer-LL0x6\";const variantClassNames={BD72OAULB:\"framer-v-qy8a9s\",d9wUfs2B_:\"framer-v-sepe3x\",Wz0JPXOwv:\"framer-v-s1tjld\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"Wz0JPXOwv\",Phone:\"d9wUfs2B_\",Tablet:\"BD72OAULB\"};const getProps=({body,height,id,lastUpdatedDate,title,width,...props})=>{return{...props,gm5H5pes5:lastUpdatedDate??props.gm5H5pes5??\"1970-01-01T00:00:00.000Z\",l30frILyB:body??props.l30frILyB??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Here's some text\"})}),O3ckeGLNQ:title??props.O3ckeGLNQ??\"Page Title\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Wz0JPXOwv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,O3ckeGLNQ,gm5H5pes5,l30frILyB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wz0JPXOwv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(gm5H5pes5,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s1tjld\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Wz0JPXOwv\",ref:refBinding,style:{...style},...addPropertyOverrides({BD72OAULB:{\"data-framer-name\":\"Tablet\"},d9wUfs2B_:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.header,{className:\"framer-cvictg\",layoutDependency:layoutDependency,layoutId:\"iV3YTDAlg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-14qwfet\",\"data-styles-preset\":\"IjPjfm2Jt\",children:\"Page Title\"})}),className:\"framer-1bys255\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ooF_XggzJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:O3ckeGLNQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-suer8r\",layoutDependency:layoutDependency,layoutId:\"o8aRtdOT1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fj5cfx\",\"data-styles-preset\":\"C8fhxATlR\",children:\"Last updated:\"})}),className:\"framer-k2hghg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iyUAQTIva\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fj5cfx\",\"data-styles-preset\":\"C8fhxATlR\",children:\"January 1, 1970\"})}),className:\"framer-xpj1qz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jgchWWWY2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.main,{className:\"framer-1t8q8uk\",layoutDependency:layoutDependency,layoutId:\"rNrrWmSgg\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"Uh3wPJYTb\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"b4Wc7m_dN\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:l30frILyB,className:\"framer-b7w32l\",fonts:[\"GF;Schibsted Grotesk-regular\",\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-700italic\",\"GF;Schibsted Grotesk-italic\"],layoutDependency:layoutDependency,layoutId:\"c8gbmmg7q\",style:{\"--extracted-r6o4lv\":\"var(--token-f930ffcf-65b8-472c-9e9d-90374e859d9d, rgb(204, 204, 204))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-5dwq9h\",blockquote:\"framer-styles-preset-iq9q6k\",code:\"framer-styles-preset-1v82egn\",h1:\"framer-styles-preset-14qwfet\",h2:\"framer-styles-preset-gvtibg\",h3:\"framer-styles-preset-16ejgdg\",h4:\"framer-styles-preset-9zpado\",h5:\"framer-styles-preset-1wa3sx8\",h6:\"framer-styles-preset-1wkt3xj\",img:\"framer-styles-preset-kt556s\",p:\"framer-styles-preset-18hab4y\",table:\"framer-styles-preset-a5l8ll\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LL0x6.framer-24w3xy, .framer-LL0x6 .framer-24w3xy { display: block; }\",\".framer-LL0x6.framer-s1tjld { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 1200px; }\",\".framer-LL0x6 .framer-cvictg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 960px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LL0x6 .framer-1bys255 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LL0x6 .framer-suer8r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LL0x6 .framer-k2hghg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LL0x6 .framer-xpj1qz, .framer-LL0x6 .framer-b7w32l { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LL0x6 .framer-1t8q8uk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 960px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LL0x6.framer-s1tjld, .framer-LL0x6 .framer-cvictg, .framer-LL0x6 .framer-suer8r, .framer-LL0x6 .framer-1t8q8uk { gap: 0px; } .framer-LL0x6.framer-s1tjld > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LL0x6.framer-s1tjld > :first-child, .framer-LL0x6 .framer-cvictg > :first-child { margin-top: 0px; } .framer-LL0x6.framer-s1tjld > :last-child, .framer-LL0x6 .framer-cvictg > :last-child { margin-bottom: 0px; } .framer-LL0x6 .framer-cvictg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LL0x6 .framer-suer8r > *, .framer-LL0x6 .framer-1t8q8uk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LL0x6 .framer-suer8r > :first-child, .framer-LL0x6 .framer-1t8q8uk > :first-child { margin-left: 0px; } .framer-LL0x6 .framer-suer8r > :last-child, .framer-LL0x6 .framer-1t8q8uk > :last-child { margin-right: 0px; } }\",\".framer-LL0x6.framer-v-qy8a9s.framer-s1tjld { width: 810px; }\",\".framer-LL0x6.framer-v-sepe3x.framer-s1tjld { padding: 24px; width: 390px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 333\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BD72OAULB\":{\"layout\":[\"fixed\",\"auto\"]},\"d9wUfs2B_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"O3ckeGLNQ\":\"title\",\"gm5H5pes5\":\"lastUpdatedDate\",\"l30frILyB\":\"body\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzLuT3V6u1=withCSS(Component,css,\"framer-LL0x6\");export default FramerzLuT3V6u1;FramerzLuT3V6u1.displayName=\"Legal Page Layout\";FramerzLuT3V6u1.defaultProps={height:333,width:1200};addPropertyControls(FramerzLuT3V6u1,{variant:{options:[\"Wz0JPXOwv\",\"BD72OAULB\",\"d9wUfs2B_\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},O3ckeGLNQ:{defaultValue:\"Page Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},gm5H5pes5:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Last Updated Date\",type:ControlType.Date},l30frILyB:{defaultValue:\"<p>Here's some text</p>\",description:\"\",title:\"Body\",type:ControlType.RichText}});addFonts(FramerzLuT3V6u1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEASsJuXFGVOQ.woff2\",weight:\"400\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYASsJuXFGVOQ.woff2\",weight:\"700\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hvflSFOTXs.woff2\",weight:\"700\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLoDMhvflSFOTXs.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"b4Wc7m_dN\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"b4Wc7m_dN\"]):[],...componentPresets.fonts?.[\"Uh3wPJYTb\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Uh3wPJYTb\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzLuT3V6u1\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"333\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BD72OAULB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d9wUfs2B_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"O3ckeGLNQ\\\":\\\"title\\\",\\\"gm5H5pes5\\\":\\\"lastUpdatedDate\\\",\\\"l30frILyB\\\":\\\"body\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "u5BACykE,IAAMA,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAa,CAACC,EAAMC,EAAQ,CAAC,EAAEC,IAAe,CAAC,GAAG,OAAOF,GAAQ,SAAS,MAAM,GAAG,IAAMG,EAAK,IAAI,KAAKH,CAAK,EAAE,GAAG,MAAMG,EAAK,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAMC,EAAQH,EAAQ,QAAQA,EAAQ,QAAQ,OAAaI,EAAY,CAAC,UAAUD,IAAU,OAAOH,EAAQ,UAAU,OAAU,UAAUG,IAAU,OAAO,OAAU,QAAQ,SAAS,KAAK,EAAQE,EAAe,QAAcC,EAAON,EAAQ,QAAQC,GAAcI,EACt6F,GAAG,CAAC,OAAOH,EAAK,eAAeI,EAAOF,CAAW,CAAE,MAAM,CAAC,OAAOF,EAAK,eAAeG,EAAeD,CAAW,CAAE,CAAC,EAAQG,GAAW,CAAC,CAAC,MAAAR,EAAM,SAAAS,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWb,GAAOU,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,KAAAC,EAAK,OAAAC,EAAO,GAAAC,EAAG,gBAAAC,EAAgB,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAiBG,EAAM,WAAW,2BAA2B,UAAUN,GAAMM,EAAM,WAAwBZ,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAUQ,GAAOE,EAAM,WAAW,aAAa,QAAQR,GAAwBQ,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMjC,IAAeiC,EAAM,iBAAwBjC,EAAS,KAAK,GAAG,EAAEiC,EAAM,iBAAwBjC,EAAS,KAAK,GAAG,EAAUmC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAnC,EAAa,UAAAoC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAA/C,GAAQ,UAAAgD,GAAU,UAAAC,GAAU,UAAAC,GAAU,GAAGC,EAAS,EAAE3B,GAASO,CAAK,EAAO,CAAC,YAAAqB,GAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,GAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAA7D,CAAQ,EAAE8D,EAAgB,CAAC,WAAAnE,GAAW,eAAe,YAAY,IAAI6C,EAAW,QAAAtC,GAAQ,kBAAAL,EAAiB,CAAC,EAAQkE,EAAiB7B,GAAuBD,EAAMjC,CAAQ,EAAmVgE,GAAkBC,EAAGrE,GAAkB,GAA5V,CAAaoD,GAAuBA,EAAuBA,EAAuBA,EAAuBA,GAAuBA,GAAuBA,EAAuBA,EAAuBA,GAAuBA,GAAwBA,GAAwBA,GAAwBA,EAAS,CAAuE,EAAQkB,GAAiBC,EAAc,EAAQC,GAAYhE,GAAa+C,GAAU,CAAC,UAAU,OAAO,OAAO,EAAE,EAAEe,EAAgB,EAAE,OAAoB7C,EAAKgD,EAAY,CAAC,GAAGpB,IAAUR,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQtB,EAAS,QAAQ,GAAM,SAAsBqB,EAAKR,GAAW,CAAC,MAAMV,GAAY,SAAsB,EAAMoB,EAAO,QAAQ,CAAC,GAAG8B,GAAU,GAAGI,GAAgB,UAAUQ,EAAGD,GAAkB,gBAAgBhB,GAAUO,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGO,EAAK,EAAE,GAAGjD,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEwD,GAAYI,EAAc,EAAE,SAAS,CAAc,EAAMnC,EAAO,OAAO,CAAC,UAAU,gBAAgB,iBAAiBwC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBwC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe1C,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKK,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKE,EAAO,KAAK,CAAC,UAAU,iBAAiB,iBAAiBwC,EAAiB,SAAS,YAAY,SAAsB1C,EAAKkD,EAAyB,CAAC,QAAQ,CAAC,sEAAuFtC,EAAM,UAAa,wEAAyFA,EAAM,SAAY,EAAE,SAAsBZ,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAASlB,GAAU,UAAU,gBAAgB,MAAM,CAAC,+BAA+B,2BAA2B,iCAAiC,6BAA6B,EAAE,iBAAiBW,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,wBAAwB,CAAC,EAAE,8BAA8B,WAAW,8BAA8B,KAAK,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,IAAI,8BAA8B,EAAE,+BAA+B,MAAM,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQS,GAAI,CAAC,kFAAkF,gFAAgF,qQAAqQ,kSAAkS,qKAAqK,6QAA6Q,gHAAgH,oMAAoM,gSAAgS,2/BAA2/B,gEAAgE,+EAA+E,GAAeA,EAAI,GAAgBA,EAAI,GAAgBA,EAAI,GAAgBA,EAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,EAAI,GAAgBA,EAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,GAAiBA,EAAG,EAS3+RC,EAAgBC,EAAQvC,GAAUqC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,oBAAoBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,aAAa,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,2BAA2B,MAAM,oBAAoB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,0BAA0B,YAAY,GAAG,MAAM,OAAO,KAAKA,EAAY,QAAQ,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,mHAAmH,OAAO,KAAK,EAAE,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,mHAAmH,OAAO,KAAK,EAAE,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,qHAAqH,OAAO,KAAK,EAAE,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,qHAAqH,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "body", "height", "id", "lastUpdatedDate", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "O3ckeGLNQ", "gm5H5pes5", "l30frILyB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "LayoutGroup", "RichText2", "ComponentPresetsProvider", "css", "FramerzLuT3V6u1", "withCSS", "zLuT3V6u1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset"]
}
