{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nb2VaW1iXC85kdoeDaRu/Y2iwuIRUBJ3AjXUx3Toz/RichTextCounter.js", "ssg:https://framerusercontent.com/modules/JTBtBW3TdFeSTHo1QyZK/Bra3mf0yVnZzIRjDnaK9/XU7mYQqaM.js", "ssg:https://framerusercontent.com/modules/gv6kb3YBAHktW2e588mS/51yRA6BZF8kzxuCvZ2Hv/yGv4HWYZj.js", "ssg:https://framerusercontent.com/modules/SAe4esrxU2HKAWR74SVV/q4uUWVtsZ6rTawA6ehzr/componentPresets.js", "ssg:https://framerusercontent.com/modules/oivI9U8xeie3QkxzgRHk/gnAPZmFxMrsSthA0W116/N4cH5VlsQ.js", "ssg:https://framerusercontent.com/modules/jxp0n7DflntEdZT5Dtls/Hn81s2GIr3Tyw3VuwyWu/ZQdrSMSI5.js", "ssg:https://framerusercontent.com/modules/g5ZacUW550YyywEOz6CU/lMLMmlCeJbFIuObhXcF9/JsWK8xUZ5.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{fontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useEffect,useState}from\"react\";export function WordCounter(props){const{font,fontColor,title,displayMode}=props;const[countWords,setCountWords]=useState(0);useEffect(()=>{if(typeof window===\"undefined\")return;// Check if running in a browser environment\nconst div=document.createElement(\"div\");div.innerHTML=typeof title===\"string\"?title:JSON.stringify(title);const text=div.textContent||div.innerText||\"\";setCountWords(text.trim().split(/\\s+/).length);},[title]);const wordsPerMinute=200// Average reading speed\n;const timeToRead=Math.ceil(countWords/wordsPerMinute);return /*#__PURE__*/_jsx(\"div\",{style:{...font,color:fontColor,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",padding:0},children:displayMode===\"words\"?`${countWords}`:`${timeToRead} min read`});}WordCounter.defaultProps={title:\"<p>Your rich text here</p>\",font:fontControls.defaultProps,fontColor:\"#000\",displayMode:\"words\"};addPropertyControls(WordCounter,{title:{title:\"Title\",//@ts-ignore\ntype:ControlType.RichText},font:{// @ts-expect-error \u2013\u00A0Internal\ntype:ControlType.Font,controls:\"extended\",title:\"Font\"},fontColor:{title:\"Font Color\",type:ControlType.Color,defaultValue:WordCounter.defaultProps.fontColor},displayMode:{title:\"Display Mode\",type:ControlType.SegmentedEnum,options:[\"words\",\"time\"],optionTitles:[\"Words\",\"Time to Read\"],defaultValue:WordCounter.defaultProps.displayMode,description:\"[via SegmentUI](https://www.segmentUI.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"WordCounter\":{\"type\":\"reactComponent\",\"name\":\"WordCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RichTextCounter.map", "// Generated by Framer (abcfa95)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-8HrRX .framer-styles-preset-qr2crs:not(.rich-text-wrapper), .framer-8HrRX .framer-styles-preset-qr2crs.rich-text-wrapper a { --framer-link-current-text-color: #e62b1e; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-aade8ae5-2049-4a24-a07a-418ddfdda139, #e62b1e) /* {\"name\":\"Red\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-23ccc880-4dcb-4339-89b6-774f33d64684, #000000); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-8HrRX\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/JTBtBW3TdFeSTHo1QyZK/Bra3mf0yVnZzIRjDnaK9/XU7mYQqaM.js\";const cycleOrder=[\"e7WpdqZP_\"];const serializationHash=\"framer-3bbUB\";const variantClassNames={e7WpdqZP_:\"framer-v-1bfnc7m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const getProps=({category,distribute,height,id,title,width,...props})=>{var _ref,_humanReadableEnumMap_distribute,_ref1,_ref2,_ref3;return{...props,Fc_lVQQG6:(_ref=title!==null&&title!==void 0?title:props.Fc_lVQQG6)!==null&&_ref!==void 0?_ref:\"Starting a Career in Web Design\",IsAuEh15f:(_ref2=(_ref1=(_humanReadableEnumMap_distribute=humanReadableEnumMap[distribute])!==null&&_humanReadableEnumMap_distribute!==void 0?_humanReadableEnumMap_distribute:distribute)!==null&&_ref1!==void 0?_ref1:props.IsAuEh15f)!==null&&_ref2!==void 0?_ref2:\"center\",Xp5vi56wq:(_ref3=category!==null&&category!==void 0?category:props.Xp5vi56wq)!==null&&_ref3!==void 0?_ref3:\"Blog\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Fc_lVQQG6,Xp5vi56wq,IsAuEh15f,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e7WpdqZP_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bfnc7m\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"e7WpdqZP_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1i7lhzh\":IsAuEh15f,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Regular\", \"Helvetica Regular Placeholder\", sans-serif',\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XcHGOpFEN\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qr2crs\",\"data-styles-preset\":\"XU7mYQqaM\",children:\"Blog\"})})})}),className:\"framer-1bdsyna\",fonts:[\"CUSTOM;Helvetica Regular\"],layoutDependency:layoutDependency,layoutId:\"OUjtRtyip\",style:{\"--extracted-r6o4lv\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\"},text:Xp5vi56wq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69)))\"},children:\"/\"})}),className:\"framer-1t446r9\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"z8uw7aeG0\",style:{\"--extracted-r6o4lv\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBMaWdodCBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Light Regular\", \"Helvetica Light Regular Placeholder\", sans-serif',\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69)))\"},children:\"Starting a Career in Web Design\"})}),className:\"framer-dfdgj5\",fonts:[\"CUSTOM;Helvetica Light Regular\"],layoutDependency:layoutDependency,layoutId:\"dYmx4nXhD\",style:{\"--extracted-r6o4lv\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Fc_lVQQG6,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3bbUB.framer-ae0z00, .framer-3bbUB .framer-ae0z00 { display: block; }\",\".framer-3bbUB.framer-1bfnc7m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: var(--1i7lhzh); overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-3bbUB .framer-1bdsyna, .framer-3bbUB .framer-1t446r9, .framer-3bbUB .framer-dfdgj5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3bbUB.framer-1bfnc7m { gap: 0px; } .framer-3bbUB.framer-1bfnc7m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3bbUB.framer-1bfnc7m > :first-child { margin-left: 0px; } .framer-3bbUB.framer-1bfnc7m > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Fc_lVQQG6\":\"title\",\"Xp5vi56wq\":\"category\",\"IsAuEh15f\":\"distribute\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryGv4HWYZj=withCSS(Component,css,\"framer-3bbUB\");export default FrameryGv4HWYZj;FrameryGv4HWYZj.displayName=\"UI/ Breadcrumbs\";FrameryGv4HWYZj.defaultProps={height:27,width:800};addPropertyControls(FrameryGv4HWYZj,{Fc_lVQQG6:{defaultValue:\"Starting a Career in Web Design\",title:\"Title\",type:ControlType.String},Xp5vi56wq:{defaultValue:\"Blog\",displayTextArea:false,title:\"Category\",type:ControlType.String},IsAuEh15f:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum}});addFonts(FrameryGv4HWYZj,[{explicitInter:true,fonts:[{family:\"Helvetica Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/oZONoKwmc9ZQRgrHzDY8MkKsgHk.woff2\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Helvetica Light Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/rD6IGsjNCjXThxwi7ATR50JlXSc.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGv4HWYZj\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Fc_lVQQG6\\\":\\\"title\\\",\\\"Xp5vi56wq\\\":\\\"category\\\",\\\"IsAuEh15f\\\":\\\"distribute\\\"}\",\"framerIntrinsicHeight\":\"27\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yGv4HWYZj.map", "// Generated by Framer (4ba8877)\nexport const props={wegyvgZnU:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:true,topLeftRadius:0,topRightRadius:0}};export const fonts={};\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-7FCDq .framer-styles-preset-1sbcrqm:not(.rich-text-wrapper), .framer-7FCDq .framer-styles-preset-1sbcrqm.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-61e5ee56-3594-4358-94d0-c3752e3672e3, #0f0f0f) /* {\"name\":\"dark/900\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-61e5ee56-3594-4358-94d0-c3752e3672e3, #0f0f0f); --framer-link-text-decoration: none; }'];export const className=\"framer-7FCDq\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Fragment Mono-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}];export const css=['.framer-w0pkw .framer-styles-preset-1fczzu0 { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: var(--token-61e5ee56-3594-4358-94d0-c3752e3672e3, #0f0f0f) /* {\"name\":\"dark/900\"} */; --framer-font-size-scale: 0.85; background-color: var(--token-c53d836b-5706-468a-b8e6-ae61d5338acb, #ebeced) /* {\"name\":\"dark/50\"} */; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; padding-bottom: 0.3em; padding-left: 0.6em; padding-right: 0.6em; padding-top: 0.3em; }'];export const className=\"framer-w0pkw\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3,_componentPresets_fonts4,_componentPresets_fonts5;import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{WordCounter}from\"https://framerusercontent.com/modules/nb2VaW1iXC85kdoeDaRu/Y2iwuIRUBJ3AjXUx3Toz/RichTextCounter.js\";import UINavbar from\"#framer/local/canvasComponent/JoR8a3YB8/JoR8a3YB8.js\";import UIFooter from\"#framer/local/canvasComponent/oSd2Y2KyJ/oSd2Y2KyJ.js\";import UIBreadcrumbs from\"#framer/local/canvasComponent/yGv4HWYZj/yGv4HWYZj.js\";import Authors from\"#framer/local/collection/J2jU9Fg1T/J2jU9Fg1T.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/Ly1Xz2UMr/Ly1Xz2UMr.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/dg_BOUvr6/dg_BOUvr6.js\";import*as sharedStyle2 from\"#framer/local/css/dGYQEdYC2/dGYQEdYC2.js\";import*as sharedStyle1 from\"#framer/local/css/eXvYAfwGl/eXvYAfwGl.js\";import*as sharedStyle7 from\"#framer/local/css/j5rAAC_NV/j5rAAC_NV.js\";import*as sharedStyle5 from\"#framer/local/css/N4cH5VlsQ/N4cH5VlsQ.js\";import*as sharedStyle4 from\"#framer/local/css/tAvjPM2Ur/tAvjPM2Ur.js\";import*as sharedStyle3 from\"#framer/local/css/UUIkIwn0F/UUIkIwn0F.js\";import*as sharedStyle6 from\"#framer/local/css/ZQdrSMSI5/ZQdrSMSI5.js\";import metadataProvider from\"#framer/local/webPageMetadata/JsWK8xUZ5/JsWK8xUZ5.js\";const UINavbarFonts=getFonts(UINavbar);const UIBreadcrumbsFonts=getFonts(UIBreadcrumbs);const WordCounterFonts=getFonts(WordCounter);const UIFooterFonts=getFonts(UIFooter);const cycleOrder=[\"ebybze_Mj\",\"XzHmRiYGl\",\"JadAttsE3\"];const breakpoints={ebybze_Mj:\"(min-width: 1200px)\",JadAttsE3:\"(max-width: 809px)\",XzHmRiYGl:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-hFUjd\";const variantClassNames={ebybze_Mj:\"framer-v-16mrtf8\",JadAttsE3:\"framer-v-1rx9sxh\",XzHmRiYGl:\"framer-v-65dwmv\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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 transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={backgroundColor:'var(--token-a21c5608-6f6d-44b8-a4dd-3ec4d069f1f6, rgb(250, 250, 250)) /* {\"name\":\"dark/25\"} */',opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"ebybze_Mj\",Phone:\"JadAttsE3\",Tablet:\"XzHmRiYGl\"};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:\"ebybze_Mj\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_IMYi6uLrr;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"default\",data:Blog,type:\"Collection\"},select:[{collection:\"default\",name:\"ypmtZaA32\",type:\"Identifier\"},{collection:\"default\",name:\"UF3IW_F4R\",type:\"Identifier\"},{collection:\"default\",name:\"U3rKCKEkI\",type:\"Identifier\"},{collection:\"default\",name:\"rqzySUZVQ\",type:\"Identifier\"},{collection:\"default\",name:\"IMYi6uLrr\",type:\"Identifier\"},{collection:\"default\",name:\"Jth5RNPO0\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ypmtZaA32=getFromCurrentRouteData(\"ypmtZaA32\"),Jth5RNPO0=getFromCurrentRouteData(\"Jth5RNPO0\"),eOMWvRjHKB4RzHWIoY,f9LHLbX4KB4RzHWIoY,idB4RzHWIoY,XkUTWG0vaB4RzHWIoY,UF3IW_F4R=getFromCurrentRouteData(\"UF3IW_F4R\"),zjnE7ok5IoLDG1AuFs,IMYi6uLrr=getFromCurrentRouteData(\"IMYi6uLrr\"),U3rKCKEkI=getFromCurrentRouteData(\"U3rKCKEkI\"),rqzySUZVQ=getFromCurrentRouteData(\"rqzySUZVQ\"),pzP5o0Ov8TvBk_cFAC,U3rKCKEkITvBk_cFAC,ypmtZaA32TvBk_cFAC,eOMWvRjHKeIvWoysQT,f9LHLbX4KeIvWoysQT,ideIvWoysQT,XkUTWG0vaeIvWoysQT,UF3IW_F4RTvBk_cFAC,idTvBk_cFAC,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,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-hFUjd`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-hFUjd`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"JadAttsE3\")return false;return true;};const activeLocaleCode=useLocaleCode();const textContent=toDateString(UF3IW_F4R,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=(_enumToDisplayNameFunctions_IMYi6uLrr=enumToDisplayNameFunctions[\"IMYi6uLrr\"])===null||_enumToDisplayNameFunctions_IMYi6uLrr===void 0?void 0:_enumToDisplayNameFunctions_IMYi6uLrr.call(enumToDisplayNameFunctions,IMYi6uLrr,activeLocale);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ebybze_Mj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16mrtf8\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-psie6k-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JadAttsE3:{variant:\"AJjfAl24h\"},XzHmRiYGl:{variant:\"ELB4Feub1\"}},children:/*#__PURE__*/_jsx(UINavbar,{height:\"100%\",id:\"cplBrHHt3\",layoutId:\"cplBrHHt3\",style:{width:\"100%\"},variant:\"sr5lO67Si\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1tthp1u\",\"data-framer-name\":\"Blog Section\",name:\"Blog Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-p23h9c\",\"data-framer-name\":\"Headings/h1\",name:\"Headings/h1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qckmkn\",\"data-framer-name\":\"Content Container\",name:\"Content Container\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(100vw - 48px, 800px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-fc2i22-container hidden-1rx9sxh\",children:/*#__PURE__*/_jsx(UIBreadcrumbs,{Fc_lVQQG6:ypmtZaA32,height:\"100%\",id:\"O5OlSruTS\",IsAuEh15f:\"center\",layoutId:\"O5OlSruTS\",style:{width:\"100%\"},width:\"100%\",Xp5vi56wq:\"Blog\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JadAttsE3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-61e5ee56-3594-4358-94d0-c3752e3672e3, rgb(24, 28, 35))\"},children:\"Breaking Boundaries: The Role of Technology in Education\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-61e5ee56-3594-4358-94d0-c3752e3672e3, rgb(24, 28, 35))\"},children:\"Create a Landing Page That Performs Great\"})}),className:\"framer-1uwgtp5\",fonts:[\"GF;Inter-600\"],text:ypmtZaA32,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\"},children:\"Pro Library is the most extensive layout & component library for Framer. Built for speed and flexibility\"})}),className:\"framer-1tc9obz\",fonts:[\"GF;Inter-regular\"],text:Jth5RNPO0,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y2kya2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-matths\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"default\",data:Authors,type:\"Collection\"},select:[{collection:\"default\",name:\"eOMWvRjHK\",type:\"Identifier\"},{collection:\"default\",name:\"f9LHLbX4K\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"},{collection:\"default\",name:\"XkUTWG0va\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"eOMWvRjHK\":eOMWvRjHKB4RzHWIoY,\"f9LHLbX4K\":f9LHLbX4KB4RzHWIoY,\"id\":idB4RzHWIoY,\"XkUTWG0va\":XkUTWG0vaB4RzHWIoY},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`B4RzHWIoY-${idB4RzHWIoY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{XkUTWG0va:XkUTWG0vaB4RzHWIoY},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8pycvt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"28px\",...toResponsiveImage(eOMWvRjHKB4RzHWIoY)},className:\"framer-1cw639d\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lls002\",\"data-framer-name\":\"Post\",name:\"Post\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"Author Name\"})}),className:\"framer-l1u2yt\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",text:f9LHLbX4KB4RzHWIoY,verticalAlignment:\"top\",withExternalLayout:true})})]})})},idB4RzHWIoY);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"\\xb7\"})}),className:\"framer-bh71t0\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"Content\"})}),className:\"framer-eqla9x\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"\\xb7\"})}),className:\"framer-3rvrne\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jfkd4n-container\",children:/*#__PURE__*/_jsx(WordCounter,{displayMode:\"time\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.7em\",textAlign:\"right\"},fontColor:\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\",height:\"100%\",id:\"LlD6451cU\",layoutId:\"LlD6451cU\",title:zjnE7ok5IoLDG1AuFs,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"\\xb7\"})}),className:\"framer-gr8gfu\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o2k6er\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-aade8ae5-2049-4a24-a07a-418ddfdda139, rgb(255, 43, 6))\"},children:\"Tech\"})}),className:\"framer-1t9pcq\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-500\"],name:\"Author Name\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z1uo44\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max(min(100vw - 48px, 800px), 1px)\",...toResponsiveImage(U3rKCKEkI)},className:\"framer-1pvq0d8\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"wegyvgZnU\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rqzySUZVQ,className:\"framer-8qqnpq\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-keahnj\",h2:\"framer-styles-preset-16erwzf\",h3:\"framer-styles-preset-194en0o\",h4:\"framer-styles-preset-afbkp2\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1bgjqhd\",p:\"framer-styles-preset-yx1052\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rmy5pl\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"default\",data:Blog,type:\"Collection\"},select:[{collection:\"default\",name:\"pzP5o0Ov8\",type:\"Identifier\"},{collection:\"default\",name:\"U3rKCKEkI\",type:\"Identifier\"},{collection:\"default\",name:\"ypmtZaA32\",type:\"Identifier\"},{collection:\"default\",name:\"UF3IW_F4R\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({\"pzP5o0Ov8\":pzP5o0Ov8TvBk_cFAC,\"U3rKCKEkI\":U3rKCKEkITvBk_cFAC,\"ypmtZaA32\":ypmtZaA32TvBk_cFAC,\"UF3IW_F4R\":UF3IW_F4RTvBk_cFAC,\"id\":idTvBk_cFAC},i)=>{const textContent2=toDateString(UF3IW_F4RTvBk_cFAC,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`TvBk_cFAC-${idTvBk_cFAC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pzP5o0Ov8:pzP5o0Ov8TvBk_cFAC},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{pzP5o0Ov8:pzP5o0Ov8TvBk_cFAC},webPageId:\"JsWK8xUZ5\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1w4ezha framer-7vfdu3\",\"data-border\":true,whileHover:animation,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6y3srg\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(U3rKCKEkITvBk_cFAC)},className:\"framer-d634g0\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bhtts0\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-4cfb3a28-a190-4230-b1db-5025cd040ee9, rgb(38, 44, 55))\"},children:\"Title\"})}),className:\"framer-ot18va\",\"data-framer-name\":\"Title\",fonts:[\"GF;Inter-500\"],name:\"Title\",text:ypmtZaA32TvBk_cFAC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-edh7u2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ozh5cl\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"default\",data:Authors,type:\"Collection\"},select:[{collection:\"default\",name:\"eOMWvRjHK\",type:\"Identifier\"},{collection:\"default\",name:\"f9LHLbX4K\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"},{collection:\"default\",name:\"XkUTWG0va\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"eOMWvRjHK\":eOMWvRjHKeIvWoysQT,\"f9LHLbX4K\":f9LHLbX4KeIvWoysQT,\"id\":ideIvWoysQT,\"XkUTWG0va\":XkUTWG0vaeIvWoysQT},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`eIvWoysQT-${ideIvWoysQT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{XkUTWG0va:XkUTWG0vaeIvWoysQT},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sxsmf\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"16px\",...toResponsiveImage(eOMWvRjHKeIvWoysQT)},className:\"framer-ojx92a\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\"},children:\"Author Name\"})}),className:\"framer-vl5kio\",\"data-framer-name\":\"Author Name\",fonts:[\"GF;Inter-regular\"],name:\"Author Name\",text:f9LHLbX4KeIvWoysQT,verticalAlignment:\"top\",withExternalLayout:true})]})})},ideIvWoysQT);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--token-aa00c859-9e35-4938-802e-5067ae674749, rgb(64, 66, 69))\"},children:\"Content\"})}),className:\"framer-f70q9f\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-regular\"],name:\"Date\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idTvBk_cFAC);})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-194enhn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JadAttsE3:{variant:\"EFe96VvkQ\"},XzHmRiYGl:{variant:\"HThxpl1Uh\"}},children:/*#__PURE__*/_jsx(UIFooter,{height:\"100%\",id:\"PFXJ5J_8H\",layoutId:\"PFXJ5J_8H\",style:{width:\"100%\"},variant:\"YRDLAY9Jd\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-hFUjd { background: white; }`,\".framer-hFUjd.framer-7vfdu3, .framer-hFUjd .framer-7vfdu3 { display: block; }\",\".framer-hFUjd.framer-16mrtf8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-hFUjd .framer-psie6k-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-hFUjd .framer-1tthp1u { align-content: center; align-items: center; background-color: var(--token-2546f2ec-502d-4b32-8634-ef8a4d8c3ed0, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-p23h9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-1qckmkn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-fc2i22-container, .framer-hFUjd .framer-194enhn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-hFUjd .framer-1uwgtp5 { --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-hFUjd .framer-1tc9obz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-hFUjd .framer-1y2kya2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-matths { 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; padding: 0px; position: relative; width: min-content; }\",\".framer-hFUjd .framer-8pycvt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-hFUjd .framer-1cw639d { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-hFUjd .framer-lls002 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-hFUjd .framer-l1u2yt, .framer-hFUjd .framer-bh71t0, .framer-hFUjd .framer-eqla9x, .framer-hFUjd .framer-3rvrne, .framer-hFUjd .framer-gr8gfu, .framer-hFUjd .framer-1t9pcq, .framer-hFUjd .framer-f70q9f { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hFUjd .framer-jfkd4n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hFUjd .framer-o2k6er { --border-bottom-width: 1px; --border-color: var(--token-30fb77e0-7703-415f-8b70-5d0dca061c94, #e1defc); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 16px 4px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hFUjd .framer-z1uo44 { align-content: center; align-items: center; background-color: var(--token-a21c5608-6f6d-44b8-a4dd-3ec4d069f1f6, #fafafa); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 358px; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-hFUjd .framer-1pvq0d8, .framer-hFUjd .framer-d634g0 { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-hFUjd .framer-8qqnpq { --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-hFUjd .framer-rmy5pl { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); height: min-content; justify-content: center; max-width: 800px; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-1w4ezha { --border-bottom-width: 1px; --border-color: var(--token-3f7399b3-425b-4607-9520-05ba1c73ae14, #e1e1e5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: start; background-color: var(--token-2546f2ec-502d-4b32-8634-ef8a4d8c3ed0, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; justify-self: start; padding: 16px; position: relative; text-decoration: none; width: 100%; }\",\".framer-hFUjd .framer-6y3srg { align-content: center; align-items: center; background-color: var(--token-a21c5608-6f6d-44b8-a4dd-3ec4d069f1f6, #fafafa); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 163px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-hFUjd .framer-bhtts0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-ot18va { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hFUjd .framer-edh7u2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-1ozh5cl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-hFUjd .framer-sxsmf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-hFUjd .framer-ojx92a { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-hFUjd .framer-vl5kio { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hFUjd.framer-16mrtf8, .framer-hFUjd .framer-1tthp1u, .framer-hFUjd .framer-p23h9c, .framer-hFUjd .framer-1qckmkn, .framer-hFUjd .framer-1y2kya2, .framer-hFUjd .framer-matths, .framer-hFUjd .framer-8pycvt, .framer-hFUjd .framer-lls002, .framer-hFUjd .framer-o2k6er, .framer-hFUjd .framer-z1uo44, .framer-hFUjd .framer-1w4ezha, .framer-hFUjd .framer-6y3srg, .framer-hFUjd .framer-bhtts0, .framer-hFUjd .framer-edh7u2, .framer-hFUjd .framer-1ozh5cl, .framer-hFUjd .framer-sxsmf { gap: 0px; } .framer-hFUjd.framer-16mrtf8 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-hFUjd.framer-16mrtf8 > :first-child, .framer-hFUjd .framer-1tthp1u > :first-child, .framer-hFUjd .framer-p23h9c > :first-child, .framer-hFUjd .framer-1qckmkn > :first-child, .framer-hFUjd .framer-matths > :first-child, .framer-hFUjd .framer-lls002 > :first-child, .framer-hFUjd .framer-o2k6er > :first-child, .framer-hFUjd .framer-1w4ezha > :first-child, .framer-hFUjd .framer-bhtts0 > :first-child, .framer-hFUjd .framer-1ozh5cl > :first-child { margin-top: 0px; } .framer-hFUjd.framer-16mrtf8 > :last-child, .framer-hFUjd .framer-1tthp1u > :last-child, .framer-hFUjd .framer-p23h9c > :last-child, .framer-hFUjd .framer-1qckmkn > :last-child, .framer-hFUjd .framer-matths > :last-child, .framer-hFUjd .framer-lls002 > :last-child, .framer-hFUjd .framer-o2k6er > :last-child, .framer-hFUjd .framer-1w4ezha > :last-child, .framer-hFUjd .framer-bhtts0 > :last-child, .framer-hFUjd .framer-1ozh5cl > :last-child { margin-bottom: 0px; } .framer-hFUjd .framer-1tthp1u > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-hFUjd .framer-p23h9c > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hFUjd .framer-1qckmkn > *, .framer-hFUjd .framer-lls002 > *, .framer-hFUjd .framer-o2k6er > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hFUjd .framer-1y2kya2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hFUjd .framer-1y2kya2 > :first-child, .framer-hFUjd .framer-8pycvt > :first-child, .framer-hFUjd .framer-z1uo44 > :first-child, .framer-hFUjd .framer-6y3srg > :first-child, .framer-hFUjd .framer-edh7u2 > :first-child, .framer-hFUjd .framer-sxsmf > :first-child { margin-left: 0px; } .framer-hFUjd .framer-1y2kya2 > :last-child, .framer-hFUjd .framer-8pycvt > :last-child, .framer-hFUjd .framer-z1uo44 > :last-child, .framer-hFUjd .framer-6y3srg > :last-child, .framer-hFUjd .framer-edh7u2 > :last-child, .framer-hFUjd .framer-sxsmf > :last-child { margin-right: 0px; } .framer-hFUjd .framer-matths > *, .framer-hFUjd .framer-1ozh5cl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hFUjd .framer-8pycvt > *, .framer-hFUjd .framer-sxsmf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hFUjd .framer-z1uo44 > *, .framer-hFUjd .framer-6y3srg > *, .framer-hFUjd .framer-edh7u2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hFUjd .framer-1w4ezha > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-hFUjd .framer-bhtts0 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\"@media (min-width: 1200px) { .framer-hFUjd .hidden-16mrtf8 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-hFUjd .hidden-65dwmv { display: none !important; } .${metadata.bodyClassName}-framer-hFUjd { background: white; } .framer-hFUjd.framer-16mrtf8 { width: 810px; } .framer-hFUjd .framer-1tthp1u { padding: 40px 24px 40px 24px; }}`,`@media (max-width: 809px) { .framer-hFUjd .hidden-1rx9sxh { display: none !important; } .${metadata.bodyClassName}-framer-hFUjd { background: white; } .framer-hFUjd.framer-16mrtf8 { width: 390px; } .framer-hFUjd .framer-1tthp1u { padding: 10px 24px 40px 24px; } .framer-hFUjd .framer-1tc9obz { width: 100%; } .framer-hFUjd .framer-1y2kya2 { flex-direction: column; gap: 4px; } .framer-hFUjd .framer-8pycvt { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hFUjd .framer-1y2kya2 { gap: 0px; } .framer-hFUjd .framer-1y2kya2 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-hFUjd .framer-1y2kya2 > :first-child { margin-top: 0px; } .framer-hFUjd .framer-1y2kya2 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-hFUjd[data-border=\"true\"]::after, .framer-hFUjd [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3798\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XzHmRiYGl\":{\"layout\":[\"fixed\",\"auto\"]},\"JadAttsE3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerJsWK8xUZ5=withCSS(Component,css,\"framer-hFUjd\");export default FramerJsWK8xUZ5;FramerJsWK8xUZ5.displayName=\"Page\";FramerJsWK8xUZ5.defaultProps={height:3798,width:1200};addFonts(FramerJsWK8xUZ5,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.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/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\"}]},...UINavbarFonts,...UIBreadcrumbsFonts,...WordCounterFonts,...UIFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"Tl2WEZN8E\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"Tl2WEZN8E\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"hfSDBNMO2\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"hfSDBNMO2\"]):[],...((_componentPresets_fonts4=componentPresets.fonts)===null||_componentPresets_fonts4===void 0?void 0:_componentPresets_fonts4[\"wegyvgZnU\"])?getFontsFromComponentPreset((_componentPresets_fonts5=componentPresets.fonts)===null||_componentPresets_fonts5===void 0?void 0:_componentPresets_fonts5[\"wegyvgZnU\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJsWK8xUZ5\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XzHmRiYGl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JadAttsE3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"3798\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["WordCounter", "props", "font", "fontColor", "title", "displayMode", "countWords", "setCountWords", "ye", "ue", "window", "div", "text", "timeToRead", "p", "fontControls", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "category", "distribute", "height", "id", "title", "width", "props", "_ref", "_humanReadableEnumMap_distribute", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Fc_lVQQG6", "Xp5vi56wq", "IsAuEh15f", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "Link", "css", "FrameryGv4HWYZj", "withCSS", "yGv4HWYZj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "props", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "_componentPresets_fonts4", "_componentPresets_fonts5", "UINavbarFonts", "getFonts", "JoR8a3YB8_default", "UIBreadcrumbsFonts", "yGv4HWYZj_default", "WordCounterFonts", "WordCounter", "UIFooterFonts", "oSd2Y2KyJ_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transition1", "animation", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "_enumToDisplayNameFunctions_IMYi6uLrr", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Ly1Xz2UMr_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ypmtZaA32", "Jth5RNPO0", "eOMWvRjHKB4RzHWIoY", "f9LHLbX4KB4RzHWIoY", "idB4RzHWIoY", "XkUTWG0vaB4RzHWIoY", "UF3IW_F4R", "zjnE7ok5IoLDG1AuFs", "IMYi6uLrr", "U3rKCKEkI", "rqzySUZVQ", "pzP5o0Ov8TvBk_cFAC", "U3rKCKEkITvBk_cFAC", "ypmtZaA32TvBk_cFAC", "eOMWvRjHKeIvWoysQT", "f9LHLbX4KeIvWoysQT", "ideIvWoysQT", "XkUTWG0vaeIvWoysQT", "UF3IW_F4RTvBk_cFAC", "idTvBk_cFAC", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "enumToDisplayNameFunctions", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "JoR8a3YB8_default", "yGv4HWYZj_default", "x", "RichText2", "ChildrenCanSuspend", "J2jU9Fg1T_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "Image2", "WordCounter", "ComponentPresetsProvider", "collection2", "paginationInfo2", "loadMore2", "textContent2", "Link", "collection1", "paginationInfo1", "loadMore1", "oSd2Y2KyJ_default", "css", "FramerJsWK8xUZ5", "withCSS", "JsWK8xUZ5_default", "addFonts", "UINavbarFonts", "UIBreadcrumbsFonts", "WordCounterFonts", "UIFooterFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "getFontsFromComponentPreset", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "_componentPresets_fonts4", "_componentPresets_fonts5", "__FramerMetadata__"]
}
