{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Mk4gyarAr7iOeVBKeRli/tSk9p8jkvnU1R2ot1Dhm/wGuvPfsre.js", "ssg:https://framerusercontent.com/modules/V4S8mJjWfxhIUqcfNjl6/aSYWwJOkwxVJnZzB6UtA/wGuvPfsre.js"],
  "sourcesContent": ["// Generated by Framer (114832d)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={eOUEJbX3d:new LazyValue(()=>import(\"./wGuvPfsre-4.js\")),gtxNy_Z_g:new LazyValue(()=>import(\"./wGuvPfsre-1.js\")),O10_qOz99:new LazyValue(()=>import(\"./wGuvPfsre-0.js\")),v_wUXzK2t:new LazyValue(()=>import(\"./wGuvPfsre-2.js\")),xXD0FuPZj:new LazyValue(()=>import(\"./wGuvPfsre-3.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import NewHeader from\"#framer/local/canvasComponent/V5KJlOx69/V5KJlOx69.js\";import Footer from\"#framer/local/canvasComponent/VgTG5NmVE/VgTG5NmVE.js\";import Legal from\"#framer/local/collection/pqWinA_Oc/pqWinA_Oc.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/bt94C8y50/bt94C8y50.js\";import*as sharedStyle10 from\"#framer/local/css/drqEBgFzf/drqEBgFzf.js\";import*as sharedStyle3 from\"#framer/local/css/dVSx0S7Yb/dVSx0S7Yb.js\";import*as sharedStyle6 from\"#framer/local/css/DZvMyZq8m/DZvMyZq8m.js\";import*as sharedStyle8 from\"#framer/local/css/KjEL69wIH/KjEL69wIH.js\";import*as sharedStyle4 from\"#framer/local/css/kqURPn0Nf/kqURPn0Nf.js\";import*as sharedStyle9 from\"#framer/local/css/lGfP3hhwn/lGfP3hhwn.js\";import*as sharedStyle2 from\"#framer/local/css/qnCiqeFtI/qnCiqeFtI.js\";import*as sharedStyle7 from\"#framer/local/css/SNrOtmc0V/SNrOtmc0V.js\";import*as sharedStyle5 from\"#framer/local/css/T9_4VMj8q/T9_4VMj8q.js\";import*as sharedStyle1 from\"#framer/local/css/xbmrCvaBx/xbmrCvaBx.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/wGuvPfsre/wGuvPfsre.js\";import metadataProvider from\"#framer/local/webPageMetadata/wGuvPfsre/wGuvPfsre.js\";const NewHeaderFonts=getFonts(NewHeader);const ContainerWithFX=withFX(Container);const FooterFonts=getFonts(Footer);const breakpoints={pwJdCF2cO:\"(min-width: 768px) and (max-width: 1199px)\",VRkT9His5:\"(max-width: 767px)\",WRJw3i6Wc:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1qtTP\";const variantClassNames={pwJdCF2cO:\"framer-v-1wp0qrw\",VRkT9His5:\"framer-v-1gluqa5\",WRJw3i6Wc:\"framer-v-1ln055d\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};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 prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WRJw3i6Wc\",Phone:\"VRkT9His5\",Tablet:\"pwJdCF2cO\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WRJw3i6Wc\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"wGuvPfsre\",data:Legal,type:\"Collection\"},select:[{collection:\"wGuvPfsre\",name:\"NFfC0CV2y\",type:\"Identifier\"},{collection:\"wGuvPfsre\",name:\"CL2wuAaTN\",type:\"Identifier\"},{collection:\"wGuvPfsre\",name:\"nQissxfnu\",type:\"Identifier\"},{collection:\"wGuvPfsre\",name:\"saPPaUKwu\",type:\"Identifier\"},{collection:\"wGuvPfsre\",name:\"TYWZ9o7Fu\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"wGuvPfsre\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,NFfC0CV2y=getFromCurrentRouteData(\"NFfC0CV2y\")??\"\",saPPaUKwu=getFromCurrentRouteData(\"saPPaUKwu\")??\"\",nQissxfnu=getFromCurrentRouteData(\"nQissxfnu\"),CL2wuAaTN=getFromCurrentRouteData(\"CL2wuAaTN\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"k79Dk_0JQ\");const visible=negate(equals(saPPaUKwu,\"sub-processors\"));const activeLocaleCode=useLocaleCode();const textContent=prefix(toDateString(nQissxfnu,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),getLocalizedValue(\"v2\",activeLocale)??\"Last updated: \");const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WRJw3i6Wc\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ln055d\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pwJdCF2cO:{width:\"91vw\"},VRkT9His5:{width:\"91vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:\"94vw\",y:32,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ng6lgl-container\",\"data-framer-name\":\"navBlur\",layoutScroll:true,name:\"navBlur\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pwJdCF2cO:{variant:\"x9jCri5vm\"},VRkT9His5:{variant:\"XfDDr5t5v\"}},children:/*#__PURE__*/_jsx(NewHeader,{cTA80Etgl:true,height:\"100%\",id:\"fOuOfgoYx\",J_0MyDV1d:getLocalizedValue(\"v1\",activeLocale)??\"Download the app\",layoutId:\"fOuOfgoYx\",name:\"navBlur\",style:{width:\"100%\"},variant:\"RwtkT0Z4r\",width:\"100%\",yuW6tKr4I:getLocalizedValue(\"v0\",activeLocale)??\"Start using\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ge5sqo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pwJdCF2cO:{variant:\"RVGfb8Zbp\"},VRkT9His5:{variant:\"evtzg4NZp\"}},children:/*#__PURE__*/_jsx(NewHeader,{cTA80Etgl:true,height:\"100%\",id:\"Fd6guNemr\",J_0MyDV1d:getLocalizedValue(\"v1\",activeLocale)??\"Download the app\",layoutId:\"Fd6guNemr\",style:{width:\"100%\"},variant:\"uXk5PQnVM\",width:\"100%\",yuW6tKr4I:getLocalizedValue(\"v0\",activeLocale)??\"Start using\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1al6m42\",\"data-framer-name\":\"Post\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-5329uw\",\"data-styles-preset\":\"bt94C8y50\",children:\"Usage policy\"})}),className:\"framer-i62ep7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:NFfC0CV2y,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ap3wzn\",\"data-styles-preset\":\"xbmrCvaBx\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6b2a1705-9a6d-413a-887e-e06ef25f2ed7, rgb(93, 0, 255))\"},children:\"Last updated: December 1, 2023\"})}),className:\"framer-x2mei9\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"nDFcn8erg\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:CL2wuAaTN,className:\"framer-2stzwo\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1y6hx4h\",code:\"framer-styles-preset-h5rdyh\",h1:\"framer-styles-preset-1hbqkrl\",h2:\"framer-styles-preset-1tifuvb\",h3:\"framer-styles-preset-o9rcb8\",h4:\"framer-styles-preset-pkxtfz\",h5:\"framer-styles-preset-1fgks5q\",h6:\"framer-styles-preset-1l51j1u\",img:\"framer-styles-preset-15sapxk\",p:\"framer-styles-preset-1ap3wzn\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:627,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+683.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5qqt3e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pwJdCF2cO:{variant:\"H5CPvBdE2\"},VRkT9His5:{variant:\"r8ex2zEFc\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"OfqnZeU6W\",layoutId:\"OfqnZeU6W\",style:{width:\"100%\"},variant:\"B_tYU_GcE\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1qtTP.framer-cn7ome, .framer-1qtTP .framer-cn7ome { display: block; }\",\".framer-1qtTP.framer-1ln055d { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 89px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-1qtTP .framer-ng6lgl-container { flex: none; height: auto; left: 50%; position: fixed; top: 32px; transform: translateX(-50%); width: 94%; z-index: 1; }\",\".framer-1qtTP .framer-ge5sqo-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-1qtTP .framer-1al6m42 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 889px; padding: 0px 20px 0px 20px; position: relative; width: 889px; }\",\".framer-1qtTP .framer-i62ep7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1qtTP .framer-x2mei9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1qtTP .framer-2stzwo { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1qtTP .framer-5qqt3e-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1qtTP.framer-1ln055d, .framer-1qtTP .framer-1al6m42 { gap: 0px; } .framer-1qtTP.framer-1ln055d > * { margin: 0px; margin-bottom: calc(89px / 2); margin-top: calc(89px / 2); } .framer-1qtTP.framer-1ln055d > :first-child, .framer-1qtTP .framer-1al6m42 > :first-child { margin-top: 0px; } .framer-1qtTP.framer-1ln055d > :last-child, .framer-1qtTP .framer-1al6m42 > :last-child { margin-bottom: 0px; } .framer-1qtTP .framer-1al6m42 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 768px) and (max-width: 1199px) { .framer-1qtTP.framer-1ln055d { width: 768px; } .framer-1qtTP .framer-ng6lgl-container { width: 91%; } .framer-1qtTP .framer-1al6m42 { padding: 0px 37px 0px 37px; width: 100%; }}\",\"@media (max-width: 767px) { .framer-1qtTP.framer-1ln055d { width: 390px; } .framer-1qtTP .framer-ng6lgl-container { width: 91%; } .framer-1qtTP .framer-1al6m42 { padding: 0px 27px 0px 27px; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2943\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pwJdCF2cO\":{\"layout\":[\"fixed\",\"auto\"]},\"VRkT9His5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"k79Dk_0JQ\":{\"pattern\":\":k79Dk_0JQ\",\"name\":\"floating-starts\"}}\n * @framerResponsiveScreen\n */const FramerwGuvPfsre=withCSS(Component,css,\"framer-1qtTP\");export default FramerwGuvPfsre;FramerwGuvPfsre.displayName=\"Generated Component\";FramerwGuvPfsre.defaultProps={height:2943,width:1200};addFonts(FramerwGuvPfsre,[{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\"}]},...NewHeaderFonts,...FooterFonts,...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),...componentPresets.fonts?.[\"nDFcn8erg\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"nDFcn8erg\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwGuvPfsre\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pwJdCF2cO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VRkT9His5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"k79Dk_0JQ\\\":{\\\"pattern\\\":\\\":k79Dk_0JQ\\\",\\\"name\\\":\\\"floating-starts\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2943\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NewHeaderFonts", "getFonts", "V5KJlOx69_default", "ContainerWithFX", "withFX", "Container", "FooterFonts", "VgTG5NmVE_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "transformTemplate1", "_", "t", "equals", "a", "b", "negate", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "prefix", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "pqWinA_Oc_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "NFfC0CV2y", "saPPaUKwu", "nQissxfnu", "CL2wuAaTN", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "ref2", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "visible", "activeLocaleCode", "useLocaleCode", "textContent", "getLocalizedValue", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "ContainerWithFX", "V5KJlOx69_default", "Container", "RichText2", "x", "ComponentPresetsProvider", "VgTG5NmVE_default", "css", "FramerwGuvPfsre", "withCSS", "wGuvPfsre_default", "addFonts", "NewHeaderFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
