{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2Km2iR445Nbw1vkajRdx/wLHyCoU89wizQNNPVSQK/RH1GRgrs8.js", "ssg:https://framerusercontent.com/modules/GRKNeBJuOMtzWrFuy1uT/y2iq4zBvWsaYEy8z5KMi/RH1GRgrs8.js"],
  "sourcesContent": ["// Generated by Framer (99f3353)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={qTyE5haF3:new LazyValue(()=>import(\"./RH1GRgrs8-0.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\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/OobIpExjjda7YDjHO9YN/SVG.js\";import CTASection from\"#framer/local/canvasComponent/HyrI4dQMD/HyrI4dQMD.js\";import FooterDesktop from\"#framer/local/canvasComponent/I8d5cU_xR/I8d5cU_xR.js\";import NavigationNavigation from\"#framer/local/canvasComponent/TJtdcnIgW/TJtdcnIgW.js\";import LearnTemplates from\"#framer/local/canvasComponent/wUhkF_Qkg/wUhkF_Qkg.js\";import Guides from\"#framer/local/collection/c2qSVLqpU/c2qSVLqpU.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle4 from\"#framer/local/css/ck5AxXn6p/ck5AxXn6p.js\";import*as sharedStyle7 from\"#framer/local/css/FDGSxlw4_/FDGSxlw4_.js\";import*as sharedStyle8 from\"#framer/local/css/FiXHB24A8/FiXHB24A8.js\";import*as sharedStyle5 from\"#framer/local/css/fJwgvJc5r/fJwgvJc5r.js\";import*as sharedStyle1 from\"#framer/local/css/Hnr02ULNi/Hnr02ULNi.js\";import*as sharedStyle2 from\"#framer/local/css/NTBX0l6Io/NTBX0l6Io.js\";import*as sharedStyle10 from\"#framer/local/css/nxhaBkshv/nxhaBkshv.js\";import*as sharedStyle11 from\"#framer/local/css/od4IJCT2x/od4IJCT2x.js\";import*as sharedStyle from\"#framer/local/css/OpCwdqy_0/OpCwdqy_0.js\";import*as sharedStyle9 from\"#framer/local/css/ugrZawLCx/ugrZawLCx.js\";import*as sharedStyle6 from\"#framer/local/css/WuudZQTKh/WuudZQTKh.js\";import*as sharedStyle3 from\"#framer/local/css/yEmAo6nk7/yEmAo6nk7.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/RH1GRgrs8/RH1GRgrs8.js\";import metadataProvider from\"#framer/local/webPageMetadata/RH1GRgrs8/RH1GRgrs8.js\";const NavigationNavigationFonts=getFonts(NavigationNavigation);const NavigationNavigationWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigation);const SVGFonts=getFonts(SVG);const LearnTemplatesFonts=getFonts(LearnTemplates);const CTASectionFonts=getFonts(CTASection);const FooterDesktopFonts=getFonts(FooterDesktop);const breakpoints={fcjuo9prV:\"(max-width: 809px)\",VIsCyhBvt:\"(min-width: 1186px)\",x1itK8fqv:\"(min-width: 810px) and (max-width: 1185px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-CcKkA\";const variantClassNames={fcjuo9prV:\"framer-v-p08yei\",VIsCyhBvt:\"framer-v-uoo0ci\",x1itK8fqv:\"framer-v-r3c0h9\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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:\"VIsCyhBvt\",Phone:\"fcjuo9prV\",Tablet:\"x1itK8fqv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"VIsCyhBvt\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"RH1GRgrs8\",data:Guides,type:\"Collection\"},select:[{collection:\"RH1GRgrs8\",name:\"fjvYSINIX\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"LByoVFxW9\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"R5EV3PAnJ\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"JYtANif7R\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"d_ToSkiT3\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"AtrRYo3VL\",type:\"Identifier\"},{collection:\"RH1GRgrs8\",name:\"Ch2PseyoU\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"RH1GRgrs8\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,LByoVFxW9=getFromCurrentRouteData(\"LByoVFxW9\")??\"\",TzIUIDvUe,p6m_M5_XBwd3nufdw9,JYtANif7R=getFromCurrentRouteData(\"JYtANif7R\")??\"\",R5EV3PAnJ=getFromCurrentRouteData(\"R5EV3PAnJ\"),d_ToSkiT3=getFromCurrentRouteData(\"d_ToSkiT3\")??\"\",fjvYSINIX=getFromCurrentRouteData(\"fjvYSINIX\"),previousItemIdwd3nufdw9,previousItemId_hcwG7bvLKwd3nufdw9,previousItemId_RWSPJHqabwd3nufdw9,Ch2PseyoU=getFromCurrentRouteData(\"Ch2PseyoU\")??\"\",...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,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent=toDateString(R5EV3PAnJ,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=isSet(previousItemIdwd3nufdw9);const textContent1=prefix(previousItemId_RWSPJHqabwd3nufdw9,getLocalizedValue(\"v2\",activeLocale)??\"\u2039 \");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"VIsCyhBvt\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f596dd75-4366-457f-a18a-6f599542eefd, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-uoo0ci\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9azgg\",\"data-framer-name\":\"Desktop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{width:undefined},x1itK8fqv:{width:\"770px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"1186px\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pldodx-container\",nodeId:\"IcZ6nhwPz\",rendersWithMotion:true,scopeId:\"RH1GRgrs8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{style:{height:\"100%\"},variant:\"QCI_O7SoP\"},x1itK8fqv:{variant:\"QCI_O7SoP\"}},children:/*#__PURE__*/_jsx(NavigationNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"IcZ6nhwPz\",layoutId:\"IcZ6nhwPz\",style:{height:\"100%\",width:\"100%\"},variant:\"nmOK9Q1QZ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7eio6x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m0eim7\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yf1uoz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XueyXzf8i\"},motionChild:true,nodeId:\"MBtW_qDcI\",openInNewTab:false,scopeId:\"RH1GRgrs8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1la99cu framer-xp8p9s\",\"data-border\":true,\"data-framer-name\":\"Buttons / Button\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e4nzh7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"K4hXRvxX_\",rendersWithMotion:true,scopeId:\"RH1GRgrs8\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{customColor:\"var(--token-986afb1c-84ad-46b2-a807-6bd407af3abe, rgb(250, 250, 250))\",customPadding:0,customStrokeWidth:1.25,customSvgCode:getLocalizedValue(\"v0\",activeLocale)??'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">   <path d=\"M4.5 9L7.5 6L4.5 3\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg>',height:\"100%\",id:\"K4hXRvxX_\",layoutId:\"K4hXRvxX_\",lineCap:\"round\",lineJoin:\"round\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-c4634c61-c453-49aa-834c-3d21e51f5eb0, rgb(163, 163, 163))\"},children:\"Back to Guides\"})}),className:\"framer-1eat5a4\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uoucn0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rwrigf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-11lpz5a\",\"data-styles-preset\":\"OpCwdqy_0\",style:{\"--framer-text-alignment\":\"left\"},children:\"Content\"})}),className:\"framer-3krlfn\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],text:LByoVFxW9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qk663m\",\"data-styles-preset\":\"Hnr02ULNi\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-gd6l47\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:TzIUIDvUe,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-400gzx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+64+0+197.6+78),sizes:\"48px\",...toResponsiveImage(p6m_M5_XBwd3nufdw9)}},x1itK8fqv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+64+0+197.6+78),sizes:\"48px\",...toResponsiveImage(p6m_M5_XBwd3nufdw9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+40+0+197.6+78),sizes:\"48px\",...toResponsiveImage(p6m_M5_XBwd3nufdw9)},className:\"framer-e14aq8\",\"data-border\":true,\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ecbaq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-npxqny\",\"data-styles-preset\":\"NTBX0l6Io\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-1ltepc2\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:JYtANif7R,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a238b156-015a-49c5-b6c0-951103c78e3d, rgb(115, 115, 115))\"},children:\"Content\"})}),className:\"framer-mgod5l\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d5xu8i\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17qdh8z\",\"data-border\":true,\"data-framer-name\":\"Secondary M\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qk663m\",\"data-styles-preset\":\"Hnr02ULNi\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-xxro16\",\"data-framer-name\":\"Category 1\",fonts:[\"Inter\"],text:d_ToSkiT3,verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+64+0+425.6),sizes:\"318px\",...toResponsiveImage(fjvYSINIX)}},x1itK8fqv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+64+0+425.6),sizes:\"640px\",...toResponsiveImage(fjvYSINIX)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+144+0+0+32+40+0+425.6),sizes:\"640px\",...toResponsiveImage(fjvYSINIX)},className:\"framer-kwpdtg\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ws1cg\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qk663m\",\"data-styles-preset\":\"Hnr02ULNi\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{hcwG7bvLK:previousItemId_hcwG7bvLKwd3nufdw9},webPageId:\"wd3nufdw9\"},motionChild:true,nodeId:\"wvvD3wzsW\",openInNewTab:false,scopeId:\"RH1GRgrs8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-yplq5h\",\"data-styles-preset\":\"yEmAo6nk7\",children:\"\u2039 \"})})})}),className:\"framer-geaspk\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c1yg1m\",\"data-framer-name\":\"Spacer\"})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MC0a_q4T5\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"aZxI2DJ3E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Ch2PseyoU,className:\"framer-1x7dhdd\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-yplq5h\",blockquote:\"framer-styles-preset-132gqkr\",code:\"framer-styles-preset-1of2ghk\",h1:\"framer-styles-preset-11lpz5a\",h2:\"framer-styles-preset-10nsvr3\",h3:\"framer-styles-preset-cdfczo\",h4:\"framer-styles-preset-zxox1x\",h5:\"framer-styles-preset-1u43vrs\",h6:\"framer-styles-preset-qdnho3\",img:\"framer-styles-preset-8ooxeg\",p:\"framer-styles-preset-1qk663m\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XueyXzf8i\"},implicitPathVariables:undefined},{href:{webPageId:\"XueyXzf8i\"},implicitPathVariables:undefined},{href:{webPageId:\"XueyXzf8i\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{width:\"350px\",y:(componentViewport?.y||0)+0+0+0+144+0+782},x1itK8fqv:{width:\"770px\",y:(componentViewport?.y||0)+0+0+0+144+0+1103.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:329,width:\"1138px\",y:(componentViewport?.y||0)+0+0+0+144+0+1055.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kf7k1v-container\",\"data-framer-name\":\"Learn / Title\",name:\"Learn / Title\",nodeId:\"Qjoa2M21E\",scopeId:\"RH1GRgrs8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{L420FuI6I:resolvedLinks[2],variant:\"UWu3fdDth\"},x1itK8fqv:{L420FuI6I:resolvedLinks[1],variant:\"UWu3fdDth\"}},children:/*#__PURE__*/_jsx(LearnTemplates,{ChBrmh_b3:getLocalizedValue(\"v3\",activeLocale)??\"Explore other web3 developer tutorials\",gP399Livn:getLocalizedValue(\"v5\",activeLocale)??\"View development toolkit\",height:\"100%\",id:\"Qjoa2M21E\",L420FuI6I:resolvedLinks[0],layoutId:\"Qjoa2M21E\",name:\"Learn / Title\",style:{width:\"100%\"},UHOYfyLcH:getLocalizedValue(\"v4\",activeLocale)??\"Dive into our tutorials to learn more about thirdweb\u2019s complete web3 development toolkit and how to use it.\",variant:\"DWQP9t6ig\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{width:\"350px\",y:(componentViewport?.y||0)+0+0+0+144+0+1111},x1itK8fqv:{width:\"770px\",y:(componentViewport?.y||0)+0+0+0+144+0+1432.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:492,width:\"1138px\",y:(componentViewport?.y||0)+0+0+0+144+0+1384.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iqnijb-container\",nodeId:\"i0bFVTrEO\",scopeId:\"RH1GRgrs8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{variant:\"gHdra7zwL\"},x1itK8fqv:{variant:\"L0w_kxPyR\"}},children:/*#__PURE__*/_jsx(CTASection,{height:\"100%\",id:\"i0bFVTrEO\",layoutId:\"i0bFVTrEO\",RJ8vLGvQz:getLocalizedValue(\"v8\",activeLocale)??\"Start Building\",rsnCgCeO_:true,rY5wO5xbt:getLocalizedValue(\"v7\",activeLocale)??\"Build web3 apps with ease. Get instant access.\",style:{height:\"100%\",width:\"100%\"},variant:\"W_I0fhH9n\",w91cloFlf:getLocalizedValue(\"v6\",activeLocale)??\"Start with thirdweb.\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{width:\"350px\",y:(componentViewport?.y||0)+0+0+0+144+0+1603},x1itK8fqv:{width:\"770px\",y:(componentViewport?.y||0)+0+0+0+144+0+1924.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:764,width:\"1138px\",y:(componentViewport?.y||0)+0+0+0+144+0+1876.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qiyv4y-container\",nodeId:\"tjwU9XIYW\",scopeId:\"RH1GRgrs8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fcjuo9prV:{variant:\"yAQSJkIDz\"},x1itK8fqv:{variant:\"PoUESFXRP\"}},children:/*#__PURE__*/_jsx(FooterDesktop,{height:\"100%\",id:\"tjwU9XIYW\",layoutId:\"tjwU9XIYW\",style:{width:\"100%\"},variant:\"Y5GG_vnwE\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CcKkA.framer-xp8p9s, .framer-CcKkA .framer-xp8p9s { display: block; }\",\".framer-CcKkA.framer-uoo0ci { align-content: center; align-items: center; background-color: var(--token-f596dd75-4366-457f-a18a-6f599542eefd, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1186px; }\",\".framer-CcKkA .framer-1h9azgg { align-content: center; align-items: center; background-color: var(--token-f596dd75-4366-457f-a18a-6f599542eefd, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 140px 20px; position: relative; width: 1186px; }\",\".framer-CcKkA .framer-1pldodx-container { flex: none; height: 64px; position: relative; width: 1186px; z-index: 10; }\",\".framer-CcKkA .framer-7eio6x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-1m0eim7 { --border-bottom-width: 1px; --border-color: var(--token-1fcdce94-4e08-47d5-b021-6c1890240255, #1f1f1f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 80px 16px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-yf1uoz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-1la99cu { --border-bottom-width: 1px; --border-color: var(--token-c577e02e-f43d-46dc-969d-cdb91fd83990, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-3b98b97f-17e0-41b1-8bc6-f8dae04475db, #0a0a0a); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; padding: 10px 14px 10px 11px; position: relative; text-decoration: none; width: min-content; }\",\".framer-CcKkA .framer-e4nzh7-container { flex: none; height: 16px; opacity: 0.5; position: relative; width: 16px; }\",\".framer-CcKkA .framer-1eat5a4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; z-index: 2; }\",\".framer-CcKkA .framer-uoucn0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 640px; }\",\".framer-CcKkA .framer-1rwrigf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-3krlfn, .framer-CcKkA .framer-gd6l47, .framer-CcKkA .framer-1ltepc2, .framer-CcKkA .framer-mgod5l { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CcKkA .framer-400gzx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-e14aq8 { --border-bottom-width: 1px; --border-color: var(--token-1fcdce94-4e08-47d5-b021-6c1890240255, #1f1f1f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-CcKkA .framer-7ecbaq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CcKkA .framer-d5xu8i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CcKkA .framer-17qdh8z { --border-bottom-width: 1px; --border-color: var(--token-c577e02e-f43d-46dc-969d-cdb91fd83990, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-3b98b97f-17e0-41b1-8bc6-f8dae04475db, #0a0a0a); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 10px 53px 10px 53px; position: relative; width: min-content; }\",\".framer-CcKkA .framer-xxro16 { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-CcKkA .framer-kwpdtg { flex: none; height: 358px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-18ws1cg { 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: 600px; padding: 0px; position: relative; width: 100%; }\",\".framer-CcKkA .framer-geaspk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CcKkA .framer-c1yg1m { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-CcKkA .framer-1x7dhdd { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CcKkA .framer-1kf7k1v-container, .framer-CcKkA .framer-qiyv4y-container { flex: none; height: auto; position: relative; width: 1138px; }\",\".framer-CcKkA .framer-1iqnijb-container { flex: none; height: 492px; position: relative; width: 1138px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CcKkA.framer-uoo0ci, .framer-CcKkA .framer-1h9azgg, .framer-CcKkA .framer-7eio6x, .framer-CcKkA .framer-1m0eim7, .framer-CcKkA .framer-yf1uoz, .framer-CcKkA .framer-1la99cu, .framer-CcKkA .framer-uoucn0, .framer-CcKkA .framer-1rwrigf, .framer-CcKkA .framer-400gzx, .framer-CcKkA .framer-7ecbaq, .framer-CcKkA .framer-d5xu8i, .framer-CcKkA .framer-17qdh8z, .framer-CcKkA .framer-18ws1cg { gap: 0px; } .framer-CcKkA.framer-uoo0ci > *, .framer-CcKkA .framer-7eio6x > *, .framer-CcKkA .framer-1m0eim7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CcKkA.framer-uoo0ci > :first-child, .framer-CcKkA .framer-1h9azgg > :first-child, .framer-CcKkA .framer-7eio6x > :first-child, .framer-CcKkA .framer-1m0eim7 > :first-child, .framer-CcKkA .framer-uoucn0 > :first-child, .framer-CcKkA .framer-1rwrigf > :first-child, .framer-CcKkA .framer-7ecbaq > :first-child { margin-top: 0px; } .framer-CcKkA.framer-uoo0ci > :last-child, .framer-CcKkA .framer-1h9azgg > :last-child, .framer-CcKkA .framer-7eio6x > :last-child, .framer-CcKkA .framer-1m0eim7 > :last-child, .framer-CcKkA .framer-uoucn0 > :last-child, .framer-CcKkA .framer-1rwrigf > :last-child, .framer-CcKkA .framer-7ecbaq > :last-child { margin-bottom: 0px; } .framer-CcKkA .framer-1h9azgg > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-CcKkA .framer-yf1uoz > *, .framer-CcKkA .framer-17qdh8z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CcKkA .framer-yf1uoz > :first-child, .framer-CcKkA .framer-1la99cu > :first-child, .framer-CcKkA .framer-400gzx > :first-child, .framer-CcKkA .framer-d5xu8i > :first-child, .framer-CcKkA .framer-17qdh8z > :first-child, .framer-CcKkA .framer-18ws1cg > :first-child { margin-left: 0px; } .framer-CcKkA .framer-yf1uoz > :last-child, .framer-CcKkA .framer-1la99cu > :last-child, .framer-CcKkA .framer-400gzx > :last-child, .framer-CcKkA .framer-d5xu8i > :last-child, .framer-CcKkA .framer-17qdh8z > :last-child, .framer-CcKkA .framer-18ws1cg > :last-child { margin-right: 0px; } .framer-CcKkA .framer-1la99cu > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-CcKkA .framer-uoucn0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CcKkA .framer-1rwrigf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CcKkA .framer-400gzx > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-CcKkA .framer-7ecbaq > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CcKkA .framer-d5xu8i > *, .framer-CcKkA .framer-18ws1cg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-CcKkA[data-border=\"true\"]::after, .framer-CcKkA [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; }',\"@media (min-width: 810px) and (max-width: 1185px) { .framer-CcKkA.framer-uoo0ci, .framer-CcKkA .framer-1h9azgg { width: 810px; } .framer-CcKkA .framer-1pldodx-container, .framer-CcKkA .framer-1kf7k1v-container, .framer-CcKkA .framer-1iqnijb-container, .framer-CcKkA .framer-qiyv4y-container { width: 100%; } .framer-CcKkA .framer-1m0eim7 { gap: 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CcKkA .framer-1m0eim7 { gap: 0px; } .framer-CcKkA .framer-1m0eim7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CcKkA .framer-1m0eim7 > :first-child { margin-top: 0px; } .framer-CcKkA .framer-1m0eim7 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-CcKkA.framer-uoo0ci, .framer-CcKkA .framer-1h9azgg { width: 390px; } .framer-CcKkA .framer-1pldodx-container { width: auto; } .framer-CcKkA .framer-1m0eim7 { gap: 24px; padding: 32px 16px 80px 16px; width: 350px; } .framer-CcKkA .framer-yf1uoz { justify-content: center; } .framer-CcKkA .framer-uoucn0 { height: 486px; width: 318px; } .framer-CcKkA .framer-kwpdtg { height: 180px; } .framer-CcKkA .framer-1kf7k1v-container, .framer-CcKkA .framer-1iqnijb-container, .framer-CcKkA .framer-qiyv4y-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CcKkA .framer-1m0eim7 { gap: 0px; } .framer-CcKkA .framer-1m0eim7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CcKkA .framer-1m0eim7 > :first-child { margin-top: 0px; } .framer-CcKkA .framer-1m0eim7 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7028\n * @framerIntrinsicWidth 1186\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"x1itK8fqv\":{\"layout\":[\"fixed\",\"auto\"]},\"fcjuo9prV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerRH1GRgrs8=withCSS(Component,css,\"framer-CcKkA\");export default FramerRH1GRgrs8;FramerRH1GRgrs8.displayName=\"Tutorials\";FramerRH1GRgrs8.defaultProps={height:7028,width:1186};addFonts(FramerRH1GRgrs8,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...NavigationNavigationFonts,...SVGFonts,...LearnTemplatesFonts,...CTASectionFonts,...FooterDesktopFonts,...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),...componentPresets.fonts?.[\"aZxI2DJ3E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"aZxI2DJ3E\"]):[],...componentPresets.fonts?.[\"MC0a_q4T5\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"MC0a_q4T5\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRH1GRgrs8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"7028\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x1itK8fqv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fcjuo9prV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1186\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationNavigationFonts", "getFonts", "TJtdcnIgW_default", "NavigationNavigationWithVariantAppearEffect", "withVariantAppearEffect", "SVGFonts", "SVG_default", "LearnTemplatesFonts", "wUhkF_Qkg_default", "CTASectionFonts", "HyrI4dQMD_default", "FooterDesktopFonts", "I8d5cU_xR_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "prefix", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "c2qSVLqpU_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "LByoVFxW9", "TzIUIDvUe", "p6m_M5_XBwd3nufdw9", "JYtANif7R", "R5EV3PAnJ", "d_ToSkiT3", "fjvYSINIX", "previousItemIdwd3nufdw9", "previousItemId_hcwG7bvLKwd3nufdw9", "previousItemId_RWSPJHqabwd3nufdw9", "Ch2PseyoU", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "textContent1", "getLocalizedValue", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "NavigationNavigationWithVariantAppearEffect", "Link", "SVG_default", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "wUhkF_Qkg_default", "HyrI4dQMD_default", "I8d5cU_xR_default", "css", "FramerRH1GRgrs8", "withCSS", "RH1GRgrs8_default", "addFonts", "NavigationNavigationFonts", "SVGFonts", "LearnTemplatesFonts", "CTASectionFonts", "FooterDesktopFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
