{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ysJXlR2adBb7004txo5I/4JWYny38EDQvCSC1rFgL/Table_of_Contents.js", "ssg:https://framerusercontent.com/modules/C1VhTyv7w0NT664C2S6f/ItEcIDOGPJIB9L9aPHZ1/K5wflvfdN.js", "ssg:https://framerusercontent.com/modules/JJVIZ3PHhjMMqgmx3HyS/K9ItbtDLs2ZMjR4V80PN/kij9U8Wz2.js", "ssg:https://framerusercontent.com/modules/c20RI7Ko3XFGlsUSwsLP/anbo9zt8Q67xHs9ChKta/f_GDqQEnz.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";export function TableOfContents(){const[headings,setHeadings]=React.useState([]);const[activeHeading,setActiveHeading]=React.useState(null);// Gather H2 elements from Blog Content.\nReact.useEffect(()=>{// Enable smooth scrolling.\ndocument.documentElement.style.scrollBehavior=\"smooth\";const blogContent=document.querySelector('[data-framer-name=\"Body\"]');if(!blogContent)return;const headingElements=blogContent.querySelectorAll(\"h2\");const headingData=Array.from(headingElements).map((heading,index)=>{let id=heading.id;if(!id){id=heading.textContent.trim().toLowerCase().replace(/\\s+/g,\"-\").replace(/[^\\w\\-]/g,\"\");if(!id)id=`heading-${index}`;heading.id=id;}// Set scroll margin so headings aren\u2019t hidden behind fixed elements.\nheading.style.scrollMarginTop=\"120px\";return{id,text:heading.textContent.trim()};});setHeadings(headingData);},[]);// Update active heading based on scroll position.\nReact.useEffect(()=>{const handleScroll=()=>{let currentActive=null;// Loop in reverse order so the last heading that passed the threshold is active.\nfor(let i=headings.length-1;i>=0;i--){const heading=headings[i];const element=document.getElementById(heading.id);if(element){const rect=element.getBoundingClientRect();// When the heading's top is at or above 60px, mark it active.\nif(rect.top<=300){currentActive=heading.id;break;}}}setActiveHeading(currentActive);};window.addEventListener(\"scroll\",handleScroll,{passive:true});// Run once on mount.\nhandleScroll();return()=>window.removeEventListener(\"scroll\",handleScroll);},[headings]);// Define styles for inactive and active links.\nconst inactiveStyle={fontSize:\"13px\",fontFamily:\"PP Neue Montreal Regular\",fontWeight:\"400\",letterSpacing:\".04em\",lineHeight:\"1.5\",opacity:.5,whiteSpace:\"normal\",wordBreak:\"break-word\",textDecoration:\"none\",color:\"#1A1B18\",transition:\"all .25s ease\",fontFeatureSettings:\"'ss02'\"};const activeStyle={fontSize:\"13px\",fontFamily:\"PP Neue Montreal Regular\",fontWeight:\"500\",letterSpacing:\".04em\",lineHeight:\"1.5\",opacity:1,whiteSpace:\"normal\",wordBreak:\"break-word\",textDecoration:\"none\",color:\"#1A1B18\",transition:\"all .25s ease\",fontFeatureSettings:\"'ss02'\"};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"10px\",cursor:\"pointer\"},children:headings.map((heading,index)=>/*#__PURE__*/_jsx(\"a\",{href:`#${heading.id}`,style:heading.id===activeHeading?activeStyle:inactiveStyle,onClick:()=>setActiveHeading(heading.id),children:heading.text},index))});}\nexport const __FramerMetadata__ = {\"exports\":{\"TableOfContents\":{\"type\":\"reactComponent\",\"name\":\"TableOfContents\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Table_of_Contents.map", "// Generated by Framer (8c7926c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-dQk8w .framer-styles-preset-1329b8e {  }\"];export const className=\"framer-dQk8w\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;PP Neue Montreal Regular\",\"CUSTOM;PP Neue Montreal SemiBold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/8PI4Ik6jeJD3JcGCVnokJ8qB63c.woff2\"},{family:\"PP Neue Montreal SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/mGEKMGfnmLpxja0yaNLla9by6u8.woff2\"}]}];export const css=['.framer-xmPAp .framer-styles-preset-1sfdkzk:not(.rich-text-wrapper), .framer-xmPAp .framer-styles-preset-1sfdkzk.rich-text-wrapper blockquote { --framer-blockquote-font-family: \"PP Neue Montreal Regular\", \"PP Neue Montreal Regular Placeholder\", sans-serif; --framer-blockquote-font-family-bold: \"PP Neue Montreal SemiBold\", \"PP Neue Montreal SemiBold Placeholder\", sans-serif; --framer-blockquote-font-size: 16px; --framer-blockquote-font-style: normal; --framer-blockquote-font-style-bold: normal; --framer-blockquote-font-variation-axes: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-font-weight-bold: 400; --framer-blockquote-letter-spacing: 0.035em; --framer-blockquote-line-height: 160%; --framer-blockquote-paragraph-spacing: 30px; --framer-blockquote-text-color: var(--token-7761805d-b97b-48e7-9634-4b30a55a8a04, #111111); --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; background-color: var(--token-b1f65fb3-f43d-4100-87ef-6caf6bba848c, #f7f7f5); padding: 15px 15px 15px 17px; position: relative; }','.framer-xmPAp .framer-styles-preset-1sfdkzk:not(.rich-text-wrapper)::before, .framer-xmPAp .framer-styles-preset-1sfdkzk.rich-text-wrapper blockquote::before { background-color: #ddd; border-radius: 1px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 2px; }'];export const className=\"framer-xmPAp\";\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 (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ArticleCard from\"#framer/local/canvasComponent/FSDxdBS8a/FSDxdBS8a.js\";import Divider from\"#framer/local/canvasComponent/Otvaf2IL5/Otvaf2IL5.js\";import{GlobalCSS}from\"#framer/local/codeFile/wt_4CGl/ArticleStyles.js\";import{TableOfContents}from\"#framer/local/codeFile/ltAMYkO/Table_of_Contents.js\";import Articles,{enumToDisplayNameFunctions}from\"#framer/local/collection/WuxiCkxyw/WuxiCkxyw.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle11 from\"#framer/local/css/cwBT0KAVw/cwBT0KAVw.js\";import*as sharedStyle3 from\"#framer/local/css/G3ECgdaGR/G3ECgdaGR.js\";import*as sharedStyle7 from\"#framer/local/css/hUZeWAUD5/hUZeWAUD5.js\";import*as sharedStyle4 from\"#framer/local/css/I9455z9_O/I9455z9_O.js\";import*as sharedStyle from\"#framer/local/css/J2TLxnFjh/J2TLxnFjh.js\";import*as sharedStyle1 from\"#framer/local/css/jhctlKbVJ/jhctlKbVJ.js\";import*as sharedStyle10 from\"#framer/local/css/K5wflvfdN/K5wflvfdN.js\";import*as sharedStyle14 from\"#framer/local/css/kij9U8Wz2/kij9U8Wz2.js\";import*as sharedStyle8 from\"#framer/local/css/n0heywwed/n0heywwed.js\";import*as sharedStyle12 from\"#framer/local/css/ng1fGSmoE/ng1fGSmoE.js\";import*as sharedStyle9 from\"#framer/local/css/oB9EF5hNc/oB9EF5hNc.js\";import*as sharedStyle2 from\"#framer/local/css/pLPrQ8uei/pLPrQ8uei.js\";import*as sharedStyle5 from\"#framer/local/css/QrpYoHPMP/QrpYoHPMP.js\";import*as sharedStyle13 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle6 from\"#framer/local/css/Wpp3rJxsN/Wpp3rJxsN.js\";import metadataProvider from\"#framer/local/webPageMetadata/f_GDqQEnz/f_GDqQEnz.js\";const GlobalCSSFonts=getFonts(GlobalCSS);const TableOfContentsFonts=getFonts(TableOfContents);const DividerFonts=getFonts(Divider);const ArticleCardFonts=getFonts(ArticleCard);const breakpoints={H3F7aC_6y:\"(max-width: 809px)\",osRqPWTF8:\"(min-width: 810px) and (max-width: 1199px)\",Vhf5Y_Yam:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-TAvsM\";const variantClassNames={H3F7aC_6y:\"framer-v-1tz1z6f\",osRqPWTF8:\"framer-v-61yh5t\",Vhf5Y_Yam:\"framer-v-14n8yyb\"};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 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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Vhf5Y_Yam\",Phone:\"H3F7aC_6y\",Tablet:\"osRqPWTF8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Vhf5Y_Yam\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"f_GDqQEnz\",data:Articles,type:\"Collection\"},select:[{collection:\"f_GDqQEnz\",name:\"yVUK9F4MS\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"F58tcKRSK\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"vRxRaULKY\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"TXEVHIG_y\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"zupwGAtyP\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"tZyZAjX9U\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"cwajl0kKF\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"PaKWe3XUr\",type:\"Identifier\"},{collection:\"f_GDqQEnz\",name:\"S6IHyIbVL\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"f_GDqQEnz\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,zupwGAtyP=getFromCurrentRouteData(\"zupwGAtyP\"),vRxRaULKY=getFromCurrentRouteData(\"vRxRaULKY\"),yVUK9F4MS=getFromCurrentRouteData(\"yVUK9F4MS\")??\"\",PaKWe3XUr=getFromCurrentRouteData(\"PaKWe3XUr\")??\"\",TXEVHIG_y=getFromCurrentRouteData(\"TXEVHIG_y\"),F58tcKRSK=getFromCurrentRouteData(\"F58tcKRSK\")??\"\",S6IHyIbVL=getFromCurrentRouteData(\"S6IHyIbVL\")??\"\",TXEVHIG_ysWdncRwbm,yVUK9F4MSsWdncRwbm,vRxRaULKYsWdncRwbm,F58tcKRSKsWdncRwbm,idsWdncRwbm,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"kFnqxkMgW\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(zupwGAtyP,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const textContent1=enumToDisplayNameFunctions[\"vRxRaULKY\"]?.(vRxRaULKY,activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if([\"osRqPWTF8\",\"H3F7aC_6y\"].includes(baseVariant))return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Vhf5Y_Yam\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-c06835ae-b2d9-4ca4-830e-d69105bc909c, rgb(252, 251, 250)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-14n8yyb\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rt1rvv-container\",isAuthoredByUser:true,nodeId:\"QimSRgpGH\",scopeId:\"f_GDqQEnz\",children:/*#__PURE__*/_jsx(GlobalCSS,{height:\"100%\",id:\"QimSRgpGH\",layoutId:\"QimSRgpGH\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-161zp4k\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u91qb0\",\"data-framer-name\":\"Start\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mwk7gt\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bcl0zv\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o5beek\",\"data-framer-name\":\"Author\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1991,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+0+0+0+25+258.2+0+0+5.2),pixelHeight:2500,pixelWidth:2500,sizes:\"40px\",src:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp 2500w\"}},osRqPWTF8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1991,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+0+0+0+50+278.2+0+0+0),pixelHeight:2500,pixelWidth:2500,sizes:\"55px\",src:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp 2500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1991,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+0+0+0+50+0+135.8+0+0),pixelHeight:2500,pixelWidth:2500,sizes:\"55px\",src:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/LJkWobCeZtFo2Xk4DJPP5QqmNgg.webp 2500w\"},className:\"framer-1vnlfm5\",\"data-framer-name\":\"Author Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7wxg46\",\"data-framer-name\":\"Author Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mr8rv7\",\"data-styles-preset\":\"J2TLxnFjh\",children:\"Aaron Rolston\"})}),className:\"framer-1ea0st5\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n9m613\",\"data-styles-preset\":\"jhctlKbVJ\",style:{\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"March 26, 2021\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n9m613\",\"data-styles-preset\":\"jhctlKbVJ\",style:{\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"March 15, 2021\"})}),className:\"framer-cbn1xh\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lvhllt\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9u9end\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n9m613\",\"data-styles-preset\":\"jhctlKbVJ\",style:{\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"Articles\"})}),className:\"framer-154gpj5\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n9m613\",\"data-styles-preset\":\"jhctlKbVJ\",style:{\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"\u2192\"})}),className:\"framer-ae1530\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1n9m613\",\"data-styles-preset\":\"jhctlKbVJ\",style:{\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"Technical\"})}),className:\"framer-1n2zhmr\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nhmbpo\",\"data-framer-name\":\"Header Wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1gan9ba\",\"data-styles-preset\":\"pLPrQ8uei\",style:{\"--framer-text-color\":\"var(--token-7761805d-b97b-48e7-9634-4b30a55a8a04, rgb(20, 25, 31))\"},children:\"25 Best Practices for Building Sites with Squarespace in 2025\"})}),className:\"framer-11ekvsx\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:yVUK9F4MS,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b3cp13\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"mCvdKFUtW\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:PaKWe3XUr,className:\"framer-1oq6q8g\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-azvx9f\",blockquote:\"framer-styles-preset-f7062s\",code:\"framer-styles-preset-18slfzs\",h1:\"framer-styles-preset-1gan9ba\",h2:\"framer-styles-preset-ku0067\",h3:\"framer-styles-preset-1c1wmpr\",h4:\"framer-styles-preset-pqkx61\",img:\"framer-styles-preset-1329b8e\",p:\"framer-styles-preset-1cdrn99\",table:\"framer-styles-preset-7u4cpv\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-11zr9u6\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c4tjkh\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1try7ia\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+385.6+0+0+0+0+0+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px)`,...toResponsiveImage(TXEVHIG_y)}},osRqPWTF8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+485.2+0+0+0+0+0+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px)`,...toResponsiveImage(TXEVHIG_y)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+403.2+0+0+0+0+0),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px, 1px)`,...toResponsiveImage(TXEVHIG_y)},className:\"framer-gelk0e\",\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1867,intrinsicWidth:2800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+385.6+0+0+0+0+0),pixelHeight:1867,pixelWidth:2800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px)`,src:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp\",srcSet:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp 2800w\"}},osRqPWTF8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1867,intrinsicWidth:2800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+485.2+0+0+0+0+0),pixelHeight:1867,pixelWidth:2800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px)`,src:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp\",srcSet:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp 2800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1867,intrinsicWidth:2800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+403.2+0+0+0+0),pixelHeight:1867,pixelWidth:2800,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px, 1px)`,src:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp\",srcSet:\"https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zc9JFmH0LQ4T8LFvC8GwautuIq0.webp 2800w\"},className:\"framer-z6jnl6\",\"data-framer-name\":\"Film Overlay\"})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-104yrmw\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gsneet\",\"data-framer-name\":\"Container\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-bwa3u6 hidden-61yh5t hidden-1tz1z6f\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11bmkfl\",\"data-framer-name\":\"Table of Contents\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mq1jyi\",\"data-styles-preset\":\"cwBT0KAVw\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":kFnqxkMgW\",pathVariables:{F58tcKRSK},webPageId:\"f_GDqQEnz\"},motionChild:true,nodeId:\"LEbfDIE7Q\",openInNewTab:false,scopeId:\"f_GDqQEnz\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pk4e8\",\"data-styles-preset\":\"ng1fGSmoE\",children:\"The Complete Guide to Squarespace SEO\"})})})}),className:\"framer-mgm6va\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:yVUK9F4MS,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"PP Neue Montreal Regular\", \"PP Neue Montreal Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.045em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-465431dd-f6be-4cde-8afb-9ed86315fb2f, rgb(173, 173, 173))\"},children:\"\u2193\"})}),className:\"framer-14gedoj\",\"data-framer-name\":\"Arrow\",fonts:[\"CUSTOM;PP Neue Montreal Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lnfapn-container\",isAuthoredByUser:true,nodeId:\"ojj_1xqEj\",scopeId:\"f_GDqQEnz\",children:/*#__PURE__*/_jsx(TableOfContents,{height:\"100%\",id:\"ojj_1xqEj\",layoutId:\"ojj_1xqEj\",style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v3evit\",\"data-framer-name\":\"Right\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ym6mdp\",\"data-framer-name\":\"Body\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"mCvdKFUtW\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1sfdkzk\",code:\"framer-styles-preset-18slfzs\",h1:\"framer-styles-preset-1gan9ba\",h2:\"framer-styles-preset-ku0067\",h3:\"framer-styles-preset-1c1wmpr\",img:\"framer-styles-preset-1329b8e\",p:\"framer-styles-preset-1cdrn99\",table:\"framer-styles-preset-7u4cpv\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:S6IHyIbVL,className:\"framer-1tb5nxd\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-f7062s\",code:\"framer-styles-preset-18slfzs\",h1:\"framer-styles-preset-1gan9ba\",h2:\"framer-styles-preset-ku0067\",h3:\"framer-styles-preset-1c1wmpr\",img:\"framer-styles-preset-1329b8e\",p:\"framer-styles-preset-1cdrn99\",table:\"framer-styles-preset-7u4cpv\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{y:(componentViewport?.y||0)+0+200+0+801.6},osRqPWTF8:{y:(componentViewport?.y||0)+0+200+0+1181.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+1299.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-32eyri-container\",nodeId:\"AvRmmg2zU\",scopeId:\"f_GDqQEnz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{variant:\"WoptfZoCV\"}},children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"AvRmmg2zU\",layoutId:\"AvRmmg2zU\",style:{width:\"100%\"},variant:\"bFnjgwlOL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1qneu3t\",\"data-framer-name\":\"Read More\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qxe66d\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-etwyb3\",\"data-framer-name\":\"More Articles\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ku0067\",\"data-styles-preset\":\"G3ECgdaGR\",children:\"Continue Reading\"})}),className:\"framer-pvgwye\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j697qi\",\"data-framer-name\":\"Items\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fmq138\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{query:{from:{alias:\"sWdncRwbm\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"sWdncRwbm\",name:\"TXEVHIG_y\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"vRxRaULKY\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"F58tcKRSK\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yVUK9F4MS},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"sWdncRwbm\",name:\"vRxRaULKY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vRxRaULKY},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},osRqPWTF8:{query:{from:{alias:\"sWdncRwbm\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"sWdncRwbm\",name:\"TXEVHIG_y\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"vRxRaULKY\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"F58tcKRSK\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yVUK9F4MS},type:\"BinaryOperation\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sWdncRwbm\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"sWdncRwbm\",name:\"TXEVHIG_y\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"vRxRaULKY\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"F58tcKRSK\",type:\"Identifier\"},{collection:\"sWdncRwbm\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sWdncRwbm\",name:\"yVUK9F4MS\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yVUK9F4MS},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"sWdncRwbm\",name:\"vRxRaULKY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vRxRaULKY},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({F58tcKRSK:F58tcKRSKsWdncRwbm,id:idsWdncRwbm,TXEVHIG_y:TXEVHIG_ysWdncRwbm,vRxRaULKY:vRxRaULKYsWdncRwbm,yVUK9F4MS:yVUK9F4MSsWdncRwbm},index)=>{yVUK9F4MSsWdncRwbm??=\"\";F58tcKRSKsWdncRwbm??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sWdncRwbm-${idsWdncRwbm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{F58tcKRSK:F58tcKRSKsWdncRwbm},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{F58tcKRSK:F58tcKRSKsWdncRwbm},webPageId:\"f_GDqQEnz\"},implicitPathVariables:undefined},{href:{pathVariables:{F58tcKRSK:F58tcKRSKsWdncRwbm},webPageId:\"f_GDqQEnz\"},implicitPathVariables:undefined},{href:{pathVariables:{F58tcKRSK:F58tcKRSKsWdncRwbm},webPageId:\"f_GDqQEnz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px, 200px)`,y:(componentViewport?.y||0)+0+200+0+827.6+0+0+50+0+0+95+0+0+0+0},osRqPWTF8:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 150px) / 2, 200px)`,y:(componentViewport?.y||0)+0+200+0+1232.2+0+0+50+0+0+95+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:327,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px, 1px) - 100px) / 3, 200px)`,y:(componentViewport?.y||0)+0+200+0+1350.2+0+0+50+0+95+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tloscu-container\",nodeId:\"iw8Cxweep\",scopeId:\"f_GDqQEnz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H3F7aC_6y:{t90kKDfMZ:resolvedLinks[2]},osRqPWTF8:{t90kKDfMZ:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ArticleCard,{height:\"100%\",id:\"iw8Cxweep\",layoutId:\"iw8Cxweep\",qo5g0kpoI:yVUK9F4MSsWdncRwbm,QrqiflrJv:enumToDisplayNameFunctions[\"vRxRaULKY\"]?.(vRxRaULKYsWdncRwbm,activeLocale),SpeOpZMqp:toResponsiveImage(TXEVHIG_ysWdncRwbm),style:{width:\"100%\"},t90kKDfMZ:resolvedLinks[0],variant:\"sBuP58qPK\",width:\"100%\"})})})})})})})},idsWdncRwbm);})})})})})})})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TAvsM.framer-1kfcg2v, .framer-TAvsM .framer-1kfcg2v { display: block; }\",\".framer-TAvsM.framer-14n8yyb { align-content: center; align-items: center; background-color: var(--token-c06835ae-b2d9-4ca4-830e-d69105bc909c, #fcfbfa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-TAvsM .framer-1rt1rvv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-TAvsM .framer-161zp4k { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1u91qb0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 300px; width: 100%; }\",\".framer-TAvsM .framer-mwk7gt, .framer-TAvsM .framer-qxe66d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 50px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1bcl0zv { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: auto; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 30%; }\",\".framer-TAvsM .framer-o5beek { 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; overflow: hidden; padding: 0px 0px 2px 0px; position: relative; width: min-content; }\",\".framer-TAvsM .framer-1vnlfm5 { aspect-ratio: 1 / 1; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: hidden; position: relative; width: 55px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TAvsM .framer-7wxg46 { 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: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-TAvsM .framer-1ea0st5, .framer-TAvsM .framer-cbn1xh, .framer-TAvsM .framer-154gpj5, .framer-TAvsM .framer-ae1530, .framer-TAvsM .framer-1n2zhmr, .framer-TAvsM .framer-14gedoj { --framer-paragraph-spacing: 24px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-TAvsM .framer-1lvhllt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-TAvsM .framer-9u9end { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-TAvsM .framer-1nhmbpo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; max-width: 98%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-11ekvsx, .framer-TAvsM .framer-1oq6q8g, .framer-TAvsM .framer-mgm6va, .framer-TAvsM .framer-pvgwye { --framer-paragraph-spacing: 24px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TAvsM .framer-b3cp13 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 92%; }\",\".framer-TAvsM .framer-11zr9u6, .framer-TAvsM .framer-104yrmw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1c4tjkh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1try7ia { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-TAvsM .framer-gelk0e { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-z6jnl6 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: overlay; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-TAvsM .framer-1gsneet { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 50px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-bwa3u6 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 30px 0px 0px; position: relative; width: 30%; z-index: 1; }\",\".framer-TAvsM .framer-11bmkfl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 135px; width: 100%; z-index: 1; }\",\".framer-TAvsM .framer-lnfapn-container, .framer-TAvsM .framer-32eyri-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1v3evit { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-TAvsM .framer-1ym6mdp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1tb5nxd { --framer-paragraph-spacing: 25px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TAvsM .framer-1qneu3t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-etwyb3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-TAvsM .framer-j697qi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-fmq138 { display: grid; flex: none; gap: 50px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-TAvsM .framer-1tloscu-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-TAvsM.framer-14n8yyb { width: 810px; } .framer-TAvsM .framer-1u91qb0 { gap: 50px; } .framer-TAvsM .framer-mwk7gt { flex-direction: column; gap: 25px; order: 0; } .framer-TAvsM .framer-1bcl0zv { align-self: unset; height: min-content; order: 1; } .framer-TAvsM .framer-o5beek { align-content: center; align-items: center; flex-direction: row; gap: 15px; } .framer-TAvsM .framer-1ea0st5, .framer-TAvsM .framer-cbn1xh, .framer-TAvsM .framer-154gpj5, .framer-TAvsM .framer-ae1530, .framer-TAvsM .framer-1n2zhmr, .framer-TAvsM .framer-11ekvsx, .framer-TAvsM .framer-1oq6q8g, .framer-TAvsM .framer-1tb5nxd, .framer-TAvsM .framer-pvgwye { --framer-paragraph-spacing: 20px; } .framer-TAvsM .framer-1lvhllt { flex: none; max-width: 700px; order: 0; width: 100%; } .framer-TAvsM .framer-1c4tjkh, .framer-TAvsM .framer-1gsneet, .framer-TAvsM .framer-qxe66d { flex-direction: column; gap: 25px; } .framer-TAvsM .framer-1try7ia { flex: none; height: 400px; width: 100%; } .framer-TAvsM .framer-gelk0e { flex: none; height: 100%; } .framer-TAvsM .framer-1v3evit, .framer-TAvsM .framer-etwyb3 { flex: none; width: 100%; } .framer-TAvsM .framer-fmq138 { grid-template-columns: repeat(2, minmax(200px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-TAvsM.framer-14n8yyb { width: 390px; } .framer-TAvsM .framer-1rt1rvv-container { order: 0; } .framer-TAvsM .framer-161zp4k { gap: 25px; order: 1; } .framer-TAvsM .framer-1u91qb0 { gap: 35px; } .framer-TAvsM .framer-mwk7gt { flex-direction: column; gap: 25px; order: 0; padding: 25px; } .framer-TAvsM .framer-1bcl0zv { align-self: unset; height: min-content; order: 1; width: min-content; } .framer-TAvsM .framer-o5beek { align-content: center; align-items: center; flex-direction: row; } .framer-TAvsM .framer-1vnlfm5 { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; } .framer-TAvsM .framer-1ea0st5, .framer-TAvsM .framer-cbn1xh, .framer-TAvsM .framer-154gpj5, .framer-TAvsM .framer-ae1530, .framer-TAvsM .framer-1n2zhmr, .framer-TAvsM .framer-11ekvsx, .framer-TAvsM .framer-1oq6q8g, .framer-TAvsM .framer-pvgwye { --framer-paragraph-spacing: 20px; } .framer-TAvsM .framer-1lvhllt { flex: none; gap: 25px; order: 0; width: 100%; } .framer-TAvsM .framer-9u9end { gap: 20px; } .framer-TAvsM .framer-1nhmbpo { align-content: flex-start; align-items: flex-start; } .framer-TAvsM .framer-b3cp13 { width: 100%; } .framer-TAvsM .framer-1c4tjkh { flex-direction: column; gap: 20px; padding: 0px 25px 0px 25px; } .framer-TAvsM .framer-1try7ia { flex: none; height: min-content; width: 100%; } .framer-TAvsM .framer-gelk0e { flex: none; height: 220px; } .framer-TAvsM .framer-1gsneet { flex-direction: column; gap: 20px; padding: 25px; } .framer-TAvsM .framer-1v3evit, .framer-TAvsM .framer-etwyb3 { flex: none; width: 100%; } .framer-TAvsM .framer-1tb5nxd { --framer-paragraph-spacing: 20px; order: 0; } .framer-TAvsM .framer-1qneu3t { gap: 50px; } .framer-TAvsM .framer-qxe66d { flex-direction: column; gap: 20px; padding: 50px 25px 25px 25px; } .framer-TAvsM .framer-fmq138 { grid-template-columns: repeat(1, minmax(200px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13787.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"osRqPWTF8\":{\"layout\":[\"fixed\",\"auto\"]},\"H3F7aC_6y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"kFnqxkMgW\":{\"pattern\":\":kFnqxkMgW\",\"name\":\"overview\"}}\n * @framerResponsiveScreen\n */const Framerf_GDqQEnz=withCSS(Component,css,\"framer-TAvsM\");export default Framerf_GDqQEnz;Framerf_GDqQEnz.displayName=\"Articles\";Framerf_GDqQEnz.defaultProps={height:13787.5,width:1200};addFonts(Framerf_GDqQEnz,[{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:\"PP Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/8PI4Ik6jeJD3JcGCVnokJ8qB63c.woff2\"}]},...GlobalCSSFonts,...TableOfContentsFonts,...DividerFonts,...ArticleCardFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"mCvdKFUtW\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"mCvdKFUtW\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf_GDqQEnz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"kFnqxkMgW\\\":{\\\"pattern\\\":\\\":kFnqxkMgW\\\",\\\"name\\\":\\\"overview\\\"}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"13787.5\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"osRqPWTF8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H3F7aC_6y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TableOfContents", "headings", "setHeadings", "ye", "activeHeading", "setActiveHeading", "ue", "blogContent", "headingElements", "headingData", "heading", "index", "id", "handleScroll", "currentActive", "i", "element", "window", "inactiveStyle", "activeStyle", "p", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "GlobalCSSFonts", "getFonts", "GlobalCSS", "TableOfContentsFonts", "TableOfContents", "DividerFonts", "Otvaf2IL5_default", "ArticleCardFonts", "FSDxdBS8a_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "WuxiCkxyw_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "zupwGAtyP", "vRxRaULKY", "yVUK9F4MS", "PaKWe3XUr", "TXEVHIG_y", "F58tcKRSK", "S6IHyIbVL", "TXEVHIG_ysWdncRwbm", "yVUK9F4MSsWdncRwbm", "vRxRaULKYsWdncRwbm", "F58tcKRSKsWdncRwbm", "idsWdncRwbm", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "enumToDisplayNameFunctions", "isDisplayed", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "ComponentPresetsProvider", "Link", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "css", "Framerf_GDqQEnz", "withCSS", "f_GDqQEnz_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
