{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kj6r5wyQczyN5rvdjFq0/Lulkhysv6TxrpKgxPZi3/ki9R0JcCk.js"],
  "sourcesContent": ["// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,Link,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Navigation from\"#framer/local/canvasComponent/cWqm4FJl6/cWqm4FJl6.js\";import Notifications from\"#framer/local/canvasComponent/KI_Wif1DL/KI_Wif1DL.js\";import Search from\"#framer/local/canvasComponent/nfJ9zCIij/nfJ9zCIij.js\";import Subscribe from\"#framer/local/canvasComponent/TSsl7q6hE/TSsl7q6hE.js\";import TopSuggestion from\"#framer/local/canvasComponent/TwJ7_W9Iq/TwJ7_W9Iq.js\";import TagsTopSuggestion from\"#framer/local/canvasComponent/UrCQ8UdE1/UrCQ8UdE1.js\";import Footer from\"#framer/local/canvasComponent/wA3vcSzZ0/wA3vcSzZ0.js\";import*as sharedStyle from\"#framer/local/css/dJhwAVe0o/dJhwAVe0o.js\";import metadataProvider from\"#framer/local/webPageMetadata/ki9R0JcCk/ki9R0JcCk.js\";const SearchFonts=getFonts(Search);const TagsTopSuggestionFonts=getFonts(TagsTopSuggestion);const TopSuggestionFonts=getFonts(TopSuggestion);const NavigationFonts=getFonts(Navigation);const NotificationsFonts=getFonts(Notifications);const ContainerWithFX=withFX(Container);const SubscribeFonts=getFonts(Subscribe);const FooterFonts=getFonts(Footer);const breakpoints={ECutjmmcH:\"(min-width: 1440px)\",lvwEvIDgG:\"(min-width: 810px) and (max-width: 1439px)\",nBn2HyqqC:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VzXUr\";const variantClassNames={ECutjmmcH:\"framer-v-s3cf1c\",lvwEvIDgG:\"framer-v-7xfb4g\",nBn2HyqqC:\"framer-v-xg0n9\"};const valuesByLocaleId={QzvGGyFKL:new LazyValue(()=>import(\"./ki9R0JcCk-0.js\"))};const preloadLocalizedValues=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);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"ECutjmmcH\",Phone:\"nBn2HyqqC\",Tablet:\"lvwEvIDgG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ECutjmmcH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-VzXUr`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-VzXUr`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const d3XkG35NRwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const mPqYmKwQR1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ECutjmmcH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s3cf1c\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9nirbq\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(0),pixelHeight:1440,pixelWidth:1920,sizes:\"min(100vw, 1440px)\",src:\"https://framerusercontent.com/images/N1BD4v06LZFq1bj8LQE1aFRhaYQ.svg\",srcSet:\"https://framerusercontent.com/images/N1BD4v06LZFq1bj8LQE1aFRhaYQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/N1BD4v06LZFq1bj8LQE1aFRhaYQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/N1BD4v06LZFq1bj8LQE1aFRhaYQ.svg 1920w\"},className:\"framer-uf8qd2\",\"data-framer-name\":\"Grid\",name:\"Grid\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kaf9ir\",\"data-framer-name\":\"From Local Advancements to Global Changes\",name:\"From Local Advancements to Global Changes\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{children:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1v7krub\",\"data-styles-preset\":\"dJhwAVe0o\",style:{\"--framer-text-alignment\":\"left\"},children:\"From Local Advancements to Global Changes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1v7krub\",\"data-styles-preset\":\"dJhwAVe0o\",style:{\"--framer-text-alignment\":\"center\"},children:\"From Local Advancements to Global Changes\"})}),className:\"framer-17b2jwj\",\"data-framer-name\":\"Tales of Travel Outdoors, and Adventure\",fonts:[\"Inter\"],name:\"Tales of Travel Outdoors, and Adventure\",verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rgkmyi\",\"data-framer-name\":\"Header Search\",name:\"Header Search\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{y:258},nBn2HyqqC:{y:228}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"min(min(100vw, 1440px) - 48px, 551px)\",y:306,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eshd8t-container\",children:/*#__PURE__*/_jsx(Search,{height:\"100%\",id:\"V4tXi1kK1\",L4ENmM1ku:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Search resourcces...\",layoutId:\"V4tXi1kK1\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10cmu2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{variant:\"W1S1nLuVJ\"}},children:/*#__PURE__*/_jsx(TagsTopSuggestion,{height:\"100%\",id:\"bv48zY7m9\",layoutId:\"bv48zY7m9\",style:{width:\"100%\"},variant:\"Oo_raRIzj\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jw86a9\",\"data-framer-name\":\"Top Suggestion\",name:\"Top Suggestion\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xuurpb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{variant:\"Pd62xRyjA\"},nBn2HyqqC:{variant:\"SQvUQfYwt\"}},children:/*#__PURE__*/_jsx(TopSuggestion,{height:\"100%\",id:\"BlvQ12Isw\",layoutId:\"BlvQ12Isw\",style:{width:\"100%\"},variant:\"i3HmSJuOK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,layoutScroll:true,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsxs(ContainerWithFX,{className:\"framer-1a9cjoh-container\",id:\"1a9cjoh\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{variant:\"zvl_ifw1K\"},nBn2HyqqC:{variant:\"Cw9ALL59a\"}},children:/*#__PURE__*/_jsx(Navigation,{d3XkG35NR:d3XkG35NRwelu7j({overlay}),height:\"100%\",id:\"ymdEfyKso\",layoutId:\"ymdEfyKso\",style:{width:\"100%\"},variant:\"JsCFHS6qe\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-zxb1yh\",\"data-framer-portal-id\":\"1a9cjoh\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"EQYKlagzN\"),/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-11pdraz\",\"data-framer-name\":\"BG Blur\",\"data-framer-portal-id\":\"1a9cjoh\",exit:animation1,initial:animation,name:\"BG Blur\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{width:\"342px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:287,y:356.5000000000002,children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:\"framer-sp4nrz-container\",\"data-framer-portal-id\":\"1a9cjoh\",exit:animation3,initial:animation5,transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{style:{width:\"100%\"},variant:\"TSc6ag1cf\"}},children:/*#__PURE__*/_jsx(Notifications,{height:\"100%\",id:\"lZH_sj0I9\",layoutId:\"lZH_sj0I9\",mPqYmKwQR:mPqYmKwQR1wvko5h({overlay}),variant:\"wFK1FNJh7\",width:\"100%\"})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{y:4807},nBn2HyqqC:{y:4777}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"min(100vw, 1440px)\",y:4855,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6s5t6t-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nBn2HyqqC:{variant:\"UwMXc6PhU\"}},children:/*#__PURE__*/_jsx(Subscribe,{height:\"100%\",id:\"vjaIMmDSv\",layoutId:\"vjaIMmDSv\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"uli7zoDne\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{y:5219},nBn2HyqqC:{y:5189}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:293,width:\"100vw\",y:5267,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pn9605-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lvwEvIDgG:{variant:\"reFlrcrzA\"},nBn2HyqqC:{variant:\"W3ztLeVeY\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"XbSuqVSI_\",layoutId:\"XbSuqVSI_\",style:{width:\"100%\"},variant:\"Irz_FS3qF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://moisedavid.lemonsqueezy.com/checkout/buy/9fd93e53-b3cf-4724-b83e-b7c0d2fefae6\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-18w01lz framer-qx8dz9\",\"data-framer-name\":\"Button Buy Templates\",name:\"Button Buy Templates\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-48f15c02-9c59-43e4-9385-d79e263e2580, rgb(1, 1, 1))\"},children:\"Get the Template\"})}),className:\"framer-1rc7wvu\",fonts:[\"GF;Roboto-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-VzXUr { background: var(--token-b8542747-c65d-4d8e-abfa-e0f1e423d57e, rgb(13, 13, 13)) /* {\"name\":\"Background\"} */; }`,\".framer-VzXUr.framer-qx8dz9, .framer-VzXUr .framer-qx8dz9 { display: block; }\",\".framer-VzXUr.framer-s3cf1c { align-content: center; align-items: center; background-color: var(--token-b8542747-c65d-4d8e-abfa-e0f1e423d57e, #0d0d0d); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-VzXUr .framer-9nirbq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 178px 24px 50px 24px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-uf8qd2 { bottom: 0px; flex: none; left: 0px; opacity: 0.15; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-VzXUr .framer-kaf9ir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-17b2jwj { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VzXUr .framer-rgkmyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-1eshd8t-container { flex: none; height: auto; max-width: 551px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-10cmu2-container, .framer-VzXUr .framer-xuurpb-container, .framer-VzXUr .framer-pn9605-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VzXUr .framer-1jw86a9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-1a9cjoh-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-VzXUr .framer-zxb1yh { background-color: rgba(0, 0, 0, 0.6); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-VzXUr .framer-11pdraz { -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); background-color: rgba(0, 0, 0, 0.01); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: fixed; right: 0px; top: 0px; z-index: 5; }\",\".framer-VzXUr .framer-sp4nrz-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 5; }\",\".framer-VzXUr .framer-6s5t6t-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\".framer-VzXUr .framer-18w01lz { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 80px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 16px 7px 16px; pointer-events: auto; position: fixed; right: 20px; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-VzXUr .framer-1rc7wvu { --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; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VzXUr.framer-s3cf1c, .framer-VzXUr .framer-9nirbq, .framer-VzXUr .framer-kaf9ir, .framer-VzXUr .framer-rgkmyi, .framer-VzXUr .framer-1jw86a9, .framer-VzXUr .framer-18w01lz { gap: 0px; } .framer-VzXUr.framer-s3cf1c > *, .framer-VzXUr .framer-1jw86a9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VzXUr.framer-s3cf1c > :first-child, .framer-VzXUr .framer-9nirbq > :first-child, .framer-VzXUr .framer-kaf9ir > :first-child, .framer-VzXUr .framer-rgkmyi > :first-child, .framer-VzXUr .framer-1jw86a9 > :first-child, .framer-VzXUr .framer-18w01lz > :first-child { margin-top: 0px; } .framer-VzXUr.framer-s3cf1c > :last-child, .framer-VzXUr .framer-9nirbq > :last-child, .framer-VzXUr .framer-kaf9ir > :last-child, .framer-VzXUr .framer-rgkmyi > :last-child, .framer-VzXUr .framer-1jw86a9 > :last-child, .framer-VzXUr .framer-18w01lz > :last-child { margin-bottom: 0px; } .framer-VzXUr .framer-9nirbq > *, .framer-VzXUr .framer-rgkmyi > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VzXUr .framer-kaf9ir > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VzXUr .framer-18w01lz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-VzXUr { background: var(--token-b8542747-c65d-4d8e-abfa-e0f1e423d57e, rgb(13, 13, 13)) /* {\"name\":\"Background\"} */; } .framer-VzXUr.framer-s3cf1c { width: 810px; } .framer-VzXUr .framer-9nirbq { gap: 50px; padding: 150px 24px 50px 24px; } .framer-VzXUr .framer-kaf9ir { gap: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VzXUr .framer-9nirbq, .framer-VzXUr .framer-kaf9ir { gap: 0px; } .framer-VzXUr .framer-9nirbq > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VzXUr .framer-9nirbq > :first-child, .framer-VzXUr .framer-kaf9ir > :first-child { margin-top: 0px; } .framer-VzXUr .framer-9nirbq > :last-child, .framer-VzXUr .framer-kaf9ir > :last-child { margin-bottom: 0px; } .framer-VzXUr .framer-kaf9ir > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-VzXUr { background: var(--token-b8542747-c65d-4d8e-abfa-e0f1e423d57e, rgb(13, 13, 13)) /* {\"name\":\"Background\"} */; } .framer-VzXUr.framer-s3cf1c { width: 390px; } .framer-VzXUr .framer-9nirbq { gap: 50px; padding: 100px 24px 50px 24px; } .framer-VzXUr .framer-1a9cjoh-container { position: fixed; } .framer-VzXUr .framer-sp4nrz-container { width: 342px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VzXUr .framer-9nirbq { gap: 0px; } .framer-VzXUr .framer-9nirbq > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VzXUr .framer-9nirbq > :first-child { margin-top: 0px; } .framer-VzXUr .framer-9nirbq > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2507\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lvwEvIDgG\":{\"layout\":[\"fixed\",\"auto\"]},\"nBn2HyqqC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerki9R0JcCk=withCSS(Component,css,\"framer-VzXUr\");export default Framerki9R0JcCk;Framerki9R0JcCk.displayName=\"Blog / Blog All\";Framerki9R0JcCk.defaultProps={height:2507,width:1440};addFonts(Framerki9R0JcCk,[{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:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]},...SearchFonts,...TagsTopSuggestionFonts,...TopSuggestionFonts,...NavigationFonts,...NotificationsFonts,...SubscribeFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerki9R0JcCk\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2507\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lvwEvIDgG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nBn2HyqqC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "g0BACisC,IAAMA,GAAYC,EAASC,CAAM,EAAQC,GAAuBF,EAASG,CAAiB,EAAQC,GAAmBJ,EAASK,CAAa,EAAQC,GAAgBN,EAASO,CAAU,EAAQC,GAAmBR,EAASS,CAAa,EAAQC,GAAgBC,EAAOC,CAAS,EAAQC,GAAeb,EAASc,CAAS,EAAQC,GAAYf,EAASgB,CAAM,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,6CAA6C,UAAU,oBAAoB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,gBAAgB,EAAQC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAQC,GAAuBC,GAAQ,CAAC,IAAMC,EAAS,CAAC,EAAE,KAAMD,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMC,EAAQD,EAAO,QAAQ,EAAKC,GAASF,EAAS,KAAKE,CAAO,CAAG,CAACH,EAAOA,EAAO,QAAS,CAAC,GAAGC,EAAS,OAAO,EAAG,OAAO,QAAQ,IAAIA,CAAQ,CAAG,EAAQG,EAAkB,CAACC,EAAIL,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMI,EAAMJ,EAAO,KAAK,EAAEG,CAAG,EAAE,GAAGC,EAAO,OAAOA,CAAO,CAACN,EAAOA,EAAO,QAAS,CAAC,EAAQO,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWF,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWH,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQI,GAAmB,CAACR,EAAEC,IAAI,yBAAyBA,CAAC,GAASQ,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWL,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQM,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,EAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6B,EAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEhB,GAASI,CAAK,EAAQa,EAAU,IAAI,CAAC,IAAMC,EAAUpB,EAAiB,OAAUW,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAAUpB,EAAiB,OAAUW,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,CAAE,CAAC,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,EAAK,SAAS,KAAKA,EAAK,UAAU,QAAQC,GAAGA,EAAE,WAAW,cAAc,GAAGD,EAAK,UAAU,OAAOC,CAAC,CAAC,EAAED,EAAK,UAAU,IAAI,GAAGL,EAAU,aAAa,eAAe,CAAE,CAAC,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,aAAa,eAAe,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,EAAmB,EAAEC,GAA8BZ,GAAQa,GAAY,EAAK,EAAQC,GAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,EAAK,EAAEC,GAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,GAAiB,CAAC,CAAC,QAAAH,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAQI,EAAenE,GAAuBsC,CAAY,EAAE,GAAG6B,EAAe,MAAMA,EAAe,IAAMC,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,EAAsB,CAAa9B,EAAS,EAAE+B,GAAiB,CAAC,CAAC,EAAE,IAAIC,EAAmBC,EAAoBC,EAAoB,OAAoBC,EAAKC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAjF,EAAiB,EAAE,SAAsBkF,EAAMC,EAAY,CAAC,GAAGrC,GAA4C2B,GAAgB,SAAS,CAAcS,EAAME,EAAO,IAAI,CAAC,GAAGpC,GAAU,UAAUqC,EAAGtF,GAAkB,GAAG4E,EAAsB,gBAAgB9B,CAAS,EAAE,IAAIL,GAA6B+B,GAAK,MAAM,CAAC,GAAG3B,CAAK,EAAE,SAAS,CAAcsC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,SAAS,SAAS,CAAcF,EAAKM,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQC,GAA0B,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,qBAAqB,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,MAAM,CAAC,EAAeL,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,4CAA4C,KAAK,4CAA4C,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUoB,EAAmBrE,EAAkB,KAAKiC,CAAY,KAAK,MAAMoC,IAAqB,OAAOA,EAAgCG,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKU,EAAS,CAAC,sBAAsB,GAAK,UAAUZ,EAAoBtE,EAAkB,KAAKiC,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAiCE,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,0CAA0C,MAAM,CAAC,OAAO,EAAE,KAAK,0CAA0C,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,KAAK,gBAAgB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,GAAG,CAAC,EAAE,SAAsBuB,EAAKW,EAA0B,CAAC,OAAO,GAAG,MAAM,wCAAwC,EAAE,IAAI,SAAsBX,EAAKY,EAAU,CAAC,UAAU,2BAA2B,SAAsBZ,EAAKa,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,WAAWd,EAAoBvE,EAAkB,KAAKiC,CAAY,KAAK,MAAMsC,IAAsB,OAAOA,EAAoB,uBAAuB,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeC,EAAKW,EAA0B,CAAC,SAAsBX,EAAKY,EAAU,CAAC,UAAU,0BAA0B,SAAsBZ,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKc,EAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,KAAK,iBAAiB,SAAsBA,EAAKW,EAA0B,CAAC,SAAsBX,EAAKY,EAAU,CAAC,UAAU,0BAA0B,SAAsBZ,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKe,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKzD,GAAQ,CAAC,SAAS2C,GAAsBc,EAAKgB,EAAU,CAAC,SAAsBhB,EAAKW,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBX,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,WAAW3C,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,aAAa,GAAK,MAAM,CAAC,qBAAqB,IAAI,CAAC,CAAC,EAAE,SAAsBmE,EAAMe,GAAgB,CAAC,UAAU,2BAA2B,GAAG,UAAU,kBAAkBtF,GAAmB,SAAS,CAAcqE,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKkB,EAAW,CAAC,UAAUjC,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAec,EAAKmB,EAAgB,CAAC,SAASjC,EAAQ,SAAsBc,EAAKgB,EAAU,CAAC,SAA+BI,EAA0BlB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAKI,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIlB,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAec,EAAKI,EAAO,IAAI,CAAC,QAAQlE,GAAW,UAAU,iBAAiB,mBAAmB,UAAU,wBAAwB,UAAU,KAAKD,GAAW,QAAQF,GAAU,KAAK,UAAU,MAAM,CAAC,qBAAqB,IAAI,CAAC,CAAC,EAAeiE,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsBuB,EAAKW,EAA0B,CAAC,OAAO,IAAI,EAAE,kBAAkB,SAAsBX,EAAKY,EAAU,CAAC,QAAQvE,GAAW,UAAU,0BAA0B,wBAAwB,UAAU,KAAKF,GAAW,QAAQG,GAAW,kBAAkBF,GAAmB,SAAsB4D,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKqB,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUhC,GAAiB,CAAC,QAAAH,CAAO,CAAC,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,cAAc,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAec,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBuB,EAAKW,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,KAAK,SAAsBX,EAAKY,EAAU,CAAC,UAAU,0BAA0B,SAAsBZ,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKsB,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBuB,EAAKW,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBX,EAAKY,EAAU,CAAC,UAAU,0BAA0B,SAAsBZ,EAAKQ,EAAkB,CAAC,WAAW/B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBuB,EAAKuB,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevB,EAAKwB,GAAK,CAAC,KAAK,wFAAwF,aAAa,GAAK,SAAsBxB,EAAK,IAAI,CAAC,UAAU,+BAA+B,mBAAmB,uBAAuB,KAAK,uBAAuB,SAAsBA,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,eAAe,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAUK,EAAGtF,GAAkB,GAAG4E,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8B,GAAI,CAAC,kFAAkF,IAAI3E,EAAS,aAAa,gIAAgI,gFAAgF,qVAAqV,mTAAmT,4IAA4I,+QAA+Q,yNAAyN,+QAA+Q,2HAA2H,wLAAwL,4TAA4T,uKAAuK,qIAAqI,oPAAoP,wKAAwK,2HAA2H,8lBAA8lB,4OAA4O,q0CAAq0C,wDAAwDA,EAAS,aAAa,62BAA62B,gCAAgCA,EAAS,aAAa,mtBAAmtB,GAAe2E,EAAG,EAS1/qBC,EAAgBC,EAAQpE,GAAUkE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,kBAAkBA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,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,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,8EAA8E,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAY,GAAGC,GAAuB,GAAGC,GAAmB,GAAGC,GAAgB,GAAGC,GAAmB,GAAGC,GAAe,GAAGC,GAAY,GAAGC,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC7nE,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,uBAAyB,GAAG,6BAA+B,OAAO,sBAAwB,OAAO,yBAA2B,QAAQ,sBAAwB,IAAI,oCAAsC,4JAA0L,yBAA2B,OAAO,qBAAuB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["SearchFonts", "getFonts", "nfJ9zCIij_default", "TagsTopSuggestionFonts", "UrCQ8UdE1_default", "TopSuggestionFonts", "TwJ7_W9Iq_default", "NavigationFonts", "cWqm4FJl6_default", "NotificationsFonts", "KI_Wif1DL_default", "ContainerWithFX", "withFX", "Container", "SubscribeFonts", "TSsl7q6hE_default", "FooterFonts", "wA3vcSzZ0_default", "breakpoints", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transformTemplate1", "_", "t", "transition1", "animation", "transition2", "animation1", "animation2", "animation3", "transformTemplate2", "animation4", "animation5", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "d3XkG35NRwelu7j", "overlay", "paginationInfo", "args", "mPqYmKwQR1wvko5h", "preloadPromise", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "x", "RichText2", "ComponentViewportProvider", "Container", "nfJ9zCIij_default", "UrCQ8UdE1_default", "TwJ7_W9Iq_default", "l", "ContainerWithFX", "cWqm4FJl6_default", "AnimatePresence", "Ga", "KI_Wif1DL_default", "TSsl7q6hE_default", "wA3vcSzZ0_default", "Link", "css", "Framerki9R0JcCk", "withCSS", "ki9R0JcCk_default", "addFonts", "SearchFonts", "TagsTopSuggestionFonts", "TopSuggestionFonts", "NavigationFonts", "NotificationsFonts", "SubscribeFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
