{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dBYEulQJqzx5YpSLwOxv/5ILCwIeqrGqa2R2eU5rm/TableOfContent.js", "ssg:https://framerusercontent.com/modules/xS4BWwwALL2MDaggDUQe/IWTg7QJL1TwtBCAOHOCK/BVPoa4eLm.js", "ssg:https://framerusercontent.com/modules/B4vPF9i8gBtZrhvO0nYI/p2k3ouhKgIFykrVy1wZn/BVPoa4eLm.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useEffect,useState}from\"react\";// Made with love by Cl\u00E9ment. https://lionneclement.com/\n// Full tutorial: https://lionneclement.com/tutorial/how-to-create-table-of-contents-cms-collections-framer\nconst HEADING_TO_DISPLAY=[\"h2\",\"h3\"];const SCROLL_MARGIN_TOP=160;const useStore=createStore({headings:[]});export function withTableOfContent(Component){return props=>{const[store]=useStore();return /*#__PURE__*/_jsx(_Fragment,{children:store.headings.length>0&&window?store.headings.sort((a,b)=>a.originalIndex-b.originalIndex).filter(({type})=>HEADING_TO_DISPLAY.includes(type)).map(({id,heading,type},index)=>/*#__PURE__*/_jsx(Component,{...props,variant:type,title:heading,link:`${window.location.pathname}#${id}`})):/*#__PURE__*/_jsx(Component,{...props})});};}export function withContent(Component){return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(props);useEffect(()=>{setStore({headings:formatTableOfContent(newProps.children.props.children)});},[newProps]);useEffect(()=>{const formatHeadings=()=>{const newChildren=[];props.children.props.children.forEach((item,index)=>{const children=item.props.children;if([\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(item.type)){const{formattedId}=formatHeading(children,index);// Create a new object for the modified item\nconst newItem={...item,props:{...item.props,id:formattedId}};newChildren.push(newItem);}else{newChildren.push(item);}});// Return a new props object with the modified children\nreturn{...props,children:{...props.children,props:{...props.children.props,children:newChildren}}};};setNewProps(formatHeadings());},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.framer-text {\n                    scroll-margin-top: ${SCROLL_MARGIN_TOP}px;\n                }`}),/*#__PURE__*/_jsx(Component,{...newProps})]});};}const formatTableOfContent=children=>{const result=[];children.filter(({type})=>[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(type)).map((item,index)=>{const children=item.props.children;const{formattedId,formattedHeading}=formatHeading(children,index);result.push({id:formattedId,heading:formattedHeading,type:item.type,originalIndex:index});});return result;};const formatHeading=(children,index)=>{let formattedHeading=\"\";let formattedId=\"\";if(typeof children===\"string\"){formattedHeading=children;}else if(Array.isArray(children)){formattedHeading=children.map(item=>{var _item_props;if(typeof item===\"string\"){return item.trim();}if(typeof(item===null||item===void 0?void 0:(_item_props=item.props)===null||_item_props===void 0?void 0:_item_props.children)===\"string\"){return item.props.children.trim();}return\"\";}).join(\" \");}else if(typeof children===\"object\"){if(typeof children.props.children===\"string\"){formattedHeading=children.props.children;}else{formattedHeading=children.type;}}else{formattedHeading=index.toString();}formattedId=formattedHeading.toLowerCase().replace(/[^a-z]+/g,\"-\").replace(/^-+|-+$/g,\"\").trim();return{formattedId,formattedHeading};};\nexport const __FramerMetadata__ = {\"exports\":{\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContent.map", "// Generated by Framer (9f68555)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={XDmMMmN2o:new LazyValue(()=>import(\"./BVPoa4eLm-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3;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,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Nav_NewNavigation_New from\"#framer/local/canvasComponent/lgQWCHzEj/lgQWCHzEj.js\";import Footer from\"#framer/local/canvasComponent/oIz5me82C/oIz5me82C.js\";import{withContent}from\"#framer/local/codeFile/gYO1MhU/TableOfContent.js\";import Category from\"#framer/local/collection/h8c9xsnQC/h8c9xsnQC.js\";import Author from\"#framer/local/collection/KUsg57ecF/KUsg57ecF.js\";import Blog from\"#framer/local/collection/X7YUXzBN3/X7YUXzBN3.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/el21IFNu6/el21IFNu6.js\";import*as sharedStyle4 from\"#framer/local/css/EOZv4vMNT/EOZv4vMNT.js\";import*as sharedStyle5 from\"#framer/local/css/G2zZWEwhQ/G2zZWEwhQ.js\";import*as sharedStyle9 from\"#framer/local/css/gcJSdTD9l/gcJSdTD9l.js\";import*as sharedStyle8 from\"#framer/local/css/K6v9j6F3X/K6v9j6F3X.js\";import*as sharedStyle6 from\"#framer/local/css/km5ktoiGo/km5ktoiGo.js\";import*as sharedStyle11 from\"#framer/local/css/O4P0LHSbz/O4P0LHSbz.js\";import*as sharedStyle3 from\"#framer/local/css/oBCs9g5w7/oBCs9g5w7.js\";import*as sharedStyle2 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle1 from\"#framer/local/css/uIvb4nPag/uIvb4nPag.js\";import*as sharedStyle from\"#framer/local/css/yGRAzmZQz/yGRAzmZQz.js\";import*as sharedStyle10 from\"#framer/local/css/YKAgO3zZy/YKAgO3zZy.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/BVPoa4eLm/BVPoa4eLm.js\";import metadataProvider from\"#framer/local/webPageMetadata/BVPoa4eLm/BVPoa4eLm.js\";const Nav_NewNavigation_NewFonts=getFonts(Nav_NewNavigation_New);const RichTextWithContent=withContent(RichText);const FooterFonts=getFonts(Footer);const breakpoints={BJvVU7kR7:\"(min-width: 800px) and (max-width: 1023px)\",hUHbsuHGj:\"(max-width: 799px)\",lLM8VjADy:\"(min-width: 1264px)\",ui_TuljMK:\"(min-width: 1024px) and (max-width: 1263px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1NVe9\";const variantClassNames={BJvVU7kR7:\"framer-v-zyhmcu\",hUHbsuHGj:\"framer-v-sfvnjk\",lLM8VjADy:\"framer-v-1dz7bt7\",ui_TuljMK:\"framer-v-1t2qyxz\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const metadata=metadataProvider();const humanReadableVariantMap={\"1024-800\":\"BJvVU7kR7\",\"1264-1024\":\"ui_TuljMK\",\"1264+\":\"lLM8VjADy\",Phone:\"hUHbsuHGj\"};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:\"lLM8VjADy\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"BVPoa4eLm\",data:Blog,type:\"Collection\"},select:[{collection:\"BVPoa4eLm\",name:\"Fr17eJJMx\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"RVG93F0Dj\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"L21JwcS8v\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"I2c2AJIrW\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"BU_RM3VwP\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"gZTIHR8mL\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"cXLn3Ache\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"A7IuzFrIR\",type:\"Identifier\"},{collection:\"BVPoa4eLm\",name:\"dWMCeKZrr\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"BVPoa4eLm\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5;const{style,className,layoutId,variant,ms91KdjI0,Cc6Zn7vKZdBMMuwPdQ,RvJ_HlhjndBMMuwPdQ,iddBMMuwPdQ,I2c2AJIrW=(_getFromCurrentRouteData=getFromCurrentRouteData(\"I2c2AJIrW\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",L21JwcS8v=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"L21JwcS8v\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",Fr17eJJMx=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"Fr17eJJMx\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",BU_RM3VwP=getFromCurrentRouteData(\"BU_RM3VwP\"),gZTIHR8mL=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"gZTIHR8mL\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",cXLn3Ache=getFromCurrentRouteData(\"cXLn3Ache\"),dWMCeKZrr=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"dWMCeKZrr\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",gDAqt70T3p6GHJYQZe,ihIhwIwBup6GHJYQZe,VmELIsVYsp6GHJYQZe,y6klCWmWZp6GHJYQZe,idp6GHJYQZe,A7IuzFrIR=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"A7IuzFrIR\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",...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-1NVe9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-1NVe9`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"l7Y29S_hh\");const ref2=React.useRef(null);usePreloadLocalizedValues(activeLocale);const elementId1=useRouteElementId(\"mdV2v0rAU\");const ref3=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(BU_RM3VwP,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();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];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lLM8VjADy\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dz7bt7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20s8gv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11wleqs\",\"data-framer-name\":\"Pattern\",name:\"Pattern\",style:{rotate:-180},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-275bck\",\"data-framer-name\":\"Rectangle 1096\",name:\"Rectangle 1096\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rrwxle\",\"data-framer-name\":\"Rectangle 1103\",name:\"Rectangle 1103\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ylrza\",\"data-framer-name\":\"Rectangle 1109\",name:\"Rectangle 1109\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19h8284\",\"data-framer-name\":\"Rectangle 1104\",name:\"Rectangle 1104\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8k1i4z\",\"data-framer-name\":\"Rectangle 1105\",name:\"Rectangle 1105\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-36funt\",\"data-framer-name\":\"Rectangle 1106\",name:\"Rectangle 1106\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rgkmcp\",\"data-framer-name\":\"Rectangle 1112\",name:\"Rectangle 1112\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w9fp4b\",\"data-framer-name\":\"Rectangle 1113\",name:\"Rectangle 1113\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a2uoqu\",\"data-framer-name\":\"Rectangle 1097\",name:\"Rectangle 1097\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ikp81i\",\"data-framer-name\":\"Rectangle 1099\",name:\"Rectangle 1099\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p5zdhw\",\"data-framer-name\":\"Rectangle 1111\",name:\"Rectangle 1111\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-emsksk\",\"data-framer-name\":\"Pattern\",name:\"Pattern\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c3kebb\",\"data-framer-name\":\"Rectangle 1096\",name:\"Rectangle 1096\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kqbvvy\",\"data-framer-name\":\"Rectangle 1103\",name:\"Rectangle 1103\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16u3qyi\",\"data-framer-name\":\"Rectangle 1109\",name:\"Rectangle 1109\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-813hbi\",\"data-framer-name\":\"Rectangle 1104\",name:\"Rectangle 1104\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iosyyy\",\"data-framer-name\":\"Rectangle 1105\",name:\"Rectangle 1105\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ixy07b\",\"data-framer-name\":\"Rectangle 1106\",name:\"Rectangle 1106\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aoilf5\",\"data-framer-name\":\"Rectangle 1112\",name:\"Rectangle 1112\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lnf6lf\",\"data-framer-name\":\"Rectangle 1113\",name:\"Rectangle 1113\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oc4b6k\",\"data-framer-name\":\"Rectangle 1097\",name:\"Rectangle 1097\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wrugct\",\"data-framer-name\":\"Rectangle 1099\",name:\"Rectangle 1099\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vlxfcs\",\"data-framer-name\":\"Rectangle 1111\",name:\"Rectangle 1111\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gkdele\",\"data-framer-name\":\"Menu\",name:\"Menu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{width:\"calc(100vw - 60px)\"},hUHbsuHGj:{width:\"calc(100vw - 20px)\",y:10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"848px\",y:16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ifxx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{variant:\"esChMvFpt\"},hUHbsuHGj:{variant:\"f4lTKhDST\"},ui_TuljMK:{variant:\"esChMvFpt\"}},children:/*#__PURE__*/_jsx(Nav_NewNavigation_New,{height:\"100%\",id:\"NKvLstsHj\",layoutId:\"NKvLstsHj\",style:{width:\"100%\"},variant:\"CrI03iDa8\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nz4xf4\",\"data-framer-name\":\"BlogNav\",name:\"BlogNav\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Cc6Zn7vKZ:\"all-posts\"},unresolvedPathSlugs:{Cc6Zn7vKZ:{collectionId:\"h8c9xsnQC\",collectionItemId:\"cP8d1_z82\"}},webPageId:\"gbUfiSi8J\"},nodeId:\"MPMOZ2v06\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-on74os framer-guoaui\",\"data-border\":true,\"data-framer-name\":\"Back\",name:\"Back\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"Back\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",children:\"Back\"})}),className:\"framer-12stvgp\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",verticalAlignment:\"bottom\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1slgivw\",\"data-framer-name\":\"Breadcrump\",name:\"Breadcrump\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Cc6Zn7vKZ:\"all-posts\"},unresolvedPathSlugs:{Cc6Zn7vKZ:{collectionId:\"h8c9xsnQC\",collectionItemId:\"cP8d1_z82\"}},webPageId:\"gbUfiSi8J\"},nodeId:\"IIFvHdzyR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Our Blog\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Cc6Zn7vKZ:\"all-posts\"},unresolvedPathSlugs:{Cc6Zn7vKZ:{collectionId:\"h8c9xsnQC\",collectionItemId:\"cP8d1_z82\"}},webPageId:\"gbUfiSi8J\"},nodeId:\"IIFvHdzyR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Our Blog\"})})})}),className:\"framer-75sm07\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"/\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",style:{\"--framer-text-alignment\":\"center\"},children:\"/\"})}),className:\"framer-1xdx9af\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uzh8ef\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dBMMuwPdQ\",data:Category,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"dBMMuwPdQ\",name:\"Cc6Zn7vKZ\",type:\"Identifier\"},{collection:\"dBMMuwPdQ\",name:\"RvJ_Hlhjn\",type:\"Identifier\"},{collection:\"dBMMuwPdQ\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"dBMMuwPdQ\",name:\"RvJ_Hlhjn\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:I2c2AJIrW},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({Cc6Zn7vKZ:Cc6Zn7vKZdBMMuwPdQ,id:iddBMMuwPdQ,RvJ_Hlhjn:RvJ_HlhjndBMMuwPdQ},i)=>{Cc6Zn7vKZdBMMuwPdQ!==null&&Cc6Zn7vKZdBMMuwPdQ!==void 0?Cc6Zn7vKZdBMMuwPdQ:Cc6Zn7vKZdBMMuwPdQ=\"\";RvJ_HlhjndBMMuwPdQ!==null&&RvJ_HlhjndBMMuwPdQ!==void 0?RvJ_HlhjndBMMuwPdQ:RvJ_HlhjndBMMuwPdQ=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dBMMuwPdQ-${iddBMMuwPdQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Cc6Zn7vKZ:Cc6Zn7vKZdBMMuwPdQ},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Cc6Zn7vKZ:Cc6Zn7vKZdBMMuwPdQ},webPageId:\"gbUfiSi8J\"},nodeId:\"ehi_8ihLL\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-etf5cm framer-guoaui\",\"data-framer-name\":\"Post\",name:\"Post\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"Category\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",children:\"Category\"})}),className:\"framer-11qpiew\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:RvJ_HlhjndBMMuwPdQ,verticalAlignment:\"top\",withExternalLayout:true})})})})})},iddBMMuwPdQ);})})})})})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":l7Y29S_hh\",pathVariables:{L21JwcS8v},webPageId:\"BVPoa4eLm\"},nodeId:\"Qp_9HMlcn\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6zbd2y framer-guoaui\",\"data-border\":true,\"data-framer-name\":\"On Top\",name:\"On Top\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"On Top\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",children:\"On Top\"})}),className:\"framer-ct6ahw\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",verticalAlignment:\"bottom\",withExternalLayout:true})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t173de\",\"data-framer-name\":\"Body\",id:elementId,name:\"Body\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j18mj4\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1uphraa\",\"data-styles-preset\":\"oBCs9g5w7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Introducing a Fee Discount System for veSIS Holders\"})}),className:\"framer-195vjl4\",\"data-framer-name\":\"Move liquidity across\",fonts:[\"Inter\"],id:elementId1,name:\"Move liquidity across\",ref:ref3,text:Fr17eJJMx,verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j8wu4t\",\"data-framer-name\":\"Details\",name:\"Details\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gcz46y\",\"data-border\":true,\"data-framer-name\":\"Date\",name:\"Date\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"16 Feb, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",style:{\"--framer-text-alignment\":\"center\"},children:\"16 Feb, 2024\"})}),className:\"framer-l37iie\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",text:textContent,verticalAlignment:\"bottom\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kcjmgx\",\"data-framer-name\":\"Reading\",name:\"Reading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:(_getLocalizedValue3=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",children:\"5 min read\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",style:{\"--framer-text-alignment\":\"center\"},children:\"5 min read\"})}),className:\"framer-nn9zmg\",\"data-framer-name\":\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",fonts:[\"Inter\"],name:\"Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.\",text:gZTIHR8mL,verticalAlignment:\"bottom\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:315,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(315.6),pixelHeight:630,pixelWidth:1200,sizes:\"min((min(100vw - 60px, 1432px) - 32px) * 0.9, 1168px)\",...toResponsiveImage(cXLn3Ache)}},hUHbsuHGj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:315,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(254.8),pixelHeight:630,pixelWidth:1200,sizes:\"min(min(100vw - 20px, 1432px) - 32px, 1168px)\",...toResponsiveImage(cXLn3Ache)}},ui_TuljMK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:315,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(315.6),pixelHeight:630,pixelWidth:1200,sizes:\"min((min(100vw - 60px, 1432px) - 32px) * 0.9, 1168px)\",...toResponsiveImage(cXLn3Ache)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:315,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(347.6),pixelHeight:630,pixelWidth:1200,sizes:\"min((min(100vw - 60px, 1432px) - 64px) * 0.8, 1168px)\",...toResponsiveImage(cXLn3Ache)},className:\"framer-hep7zl\",\"data-framer-name\":\"vooi_preview\",name:\"vooi_preview\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10k1ign\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ulmomg\",\"data-framer-name\":\"Text\",name:\"Text\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"N5oG5Ivrb\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"NcCfDmNo1\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{stylesPresetsClassNames:{a:\"framer-styles-preset-11eqyy1\",code:\"framer-styles-preset-1gs6bw5\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1tknvdx\",h3:\"framer-styles-preset-bf8q5j\",h4:\"framer-styles-preset-46ur1u\",h5:\"framer-styles-preset-1gb059\",h6:\"framer-styles-preset-j49tcu\",img:\"framer-styles-preset-3te6tn\",p:\"framer-styles-preset-11thp4h\"}},hUHbsuHGj:{stylesPresetsClassNames:{a:\"framer-styles-preset-11eqyy1\",code:\"framer-styles-preset-1gs6bw5\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1tknvdx\",h3:\"framer-styles-preset-bf8q5j\",h4:\"framer-styles-preset-46ur1u\",h5:\"framer-styles-preset-1gb059\",h6:\"framer-styles-preset-j49tcu\",img:\"framer-styles-preset-3te6tn\",p:\"framer-styles-preset-1a271ty\"}},ui_TuljMK:{stylesPresetsClassNames:{a:\"framer-styles-preset-11eqyy1\",code:\"framer-styles-preset-1gs6bw5\",h2:\"framer-styles-preset-1tknvdx\",h3:\"framer-styles-preset-bf8q5j\",h4:\"framer-styles-preset-46ur1u\",h5:\"framer-styles-preset-1gb059\",h6:\"framer-styles-preset-j49tcu\",img:\"framer-styles-preset-3te6tn\",p:\"framer-styles-preset-11thp4h\"}}},children:/*#__PURE__*/_jsx(RichTextWithContent,{__fromCanvasComponent:true,children:dWMCeKZrr,className:\"framer-gsz4go\",\"data-framer-name\":\"Liquidity protocol uses stablecoins to ensure zero impermanent loss\",fonts:[\"Inter\"],name:\"Liquidity protocol uses stablecoins to ensure zero impermanent loss\",stylesPresetsClassNames:{a:\"framer-styles-preset-11eqyy1\",code:\"framer-styles-preset-1gs6bw5\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1lazmrt\",h3:\"framer-styles-preset-bf8q5j\",h4:\"framer-styles-preset-46ur1u\",h5:\"framer-styles-preset-1gb059\",h6:\"framer-styles-preset-j49tcu\",img:\"framer-styles-preset-3te6tn\",p:\"framer-styles-preset-11thp4h\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q1u7oy\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"p6GHJYQZe\",data:Author,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"p6GHJYQZe\",name:\"gDAqt70T3\",type:\"Identifier\"},{collection:\"p6GHJYQZe\",name:\"ihIhwIwBu\",type:\"Identifier\"},{collection:\"p6GHJYQZe\",name:\"VmELIsVYs\",type:\"Identifier\"},{collection:\"p6GHJYQZe\",name:\"y6klCWmWZ\",type:\"Identifier\"},{collection:\"p6GHJYQZe\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"p6GHJYQZe\",name:\"VmELIsVYs\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:A7IuzFrIR},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({gDAqt70T3:gDAqt70T3p6GHJYQZe,id:idp6GHJYQZe,ihIhwIwBu:ihIhwIwBup6GHJYQZe,VmELIsVYs:VmELIsVYsp6GHJYQZe,y6klCWmWZ:y6klCWmWZp6GHJYQZe},i)=>{ihIhwIwBup6GHJYQZe!==null&&ihIhwIwBup6GHJYQZe!==void 0?ihIhwIwBup6GHJYQZe:ihIhwIwBup6GHJYQZe=\"\";VmELIsVYsp6GHJYQZe!==null&&VmELIsVYsp6GHJYQZe!==void 0?VmELIsVYsp6GHJYQZe:VmELIsVYsp6GHJYQZe=\"\";y6klCWmWZp6GHJYQZe!==null&&y6klCWmWZp6GHJYQZe!==void 0?y6klCWmWZp6GHJYQZe:y6klCWmWZp6GHJYQZe=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`p6GHJYQZe-${idp6GHJYQZe}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ihIhwIwBu:ihIhwIwBup6GHJYQZe},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-irqqw2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-szflxt\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ihIhwIwBu:ihIhwIwBup6GHJYQZe},webPageId:\"V2BMDTC37\"},nodeId:\"mvwoJyWlk\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"64px\",...toResponsiveImage(gDAqt70T3p6GHJYQZe)},className:\"framer-12xs02p framer-guoaui\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v2cz9h\",\"data-framer-name\":\"Post\",name:\"Post\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqgmj3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11thp4h\",\"data-styles-preset\":\"el21IFNu6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ihIhwIwBu:ihIhwIwBup6GHJYQZe},webPageId:\"V2BMDTC37\"},nodeId:\"E07bmyeHM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Name\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11thp4h\",\"data-styles-preset\":\"el21IFNu6\",style:{\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ihIhwIwBu:ihIhwIwBup6GHJYQZe},webPageId:\"V2BMDTC37\"},nodeId:\"E07bmyeHM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Name\"})})})}),className:\"framer-dwjdhf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:VmELIsVYsp6GHJYQZe,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hUHbsuHGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16yor28\",\"data-styles-preset\":\"uIvb4nPag\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Bio\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a271ty\",\"data-styles-preset\":\"yGRAzmZQz\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Bio\"})}),className:\"framer-1lcmkca\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:y6klCWmWZp6GHJYQZe,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})},idp6GHJYQZe);})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v9mudo\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{y:918.6},hUHbsuHGj:{width:\"calc(min(100vw - 20px, 1168px) - 32px)\",y:789.8},ui_TuljMK:{y:918.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:920,width:\"min(100vw - 60px, 1168px)\",y:982.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6mc0uv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BJvVU7kR7:{variant:\"ZzM1j36bR\"},hUHbsuHGj:{variant:\"yVh2ZSg0k\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"uBAlmuMw9\",layoutId:\"uBAlmuMw9\",style:{width:\"100%\"},variant:\"uPgqYrlOY\",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-1NVe9 { background: white; }`,\".framer-1NVe9.framer-guoaui, .framer-1NVe9 .framer-guoaui { display: block; }\",\".framer-1NVe9.framer-1dz7bt7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 30px 0px 30px; position: relative; width: 1264px; }\",\".framer-1NVe9 .framer-20s8gv { flex: none; height: 640px; left: calc(50.00000000000002% - max(1920px, 100%) / 2); min-width: 1920px; overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-1NVe9 .framer-11wleqs { flex: none; height: 656px; left: 0px; overflow: visible; position: absolute; top: -144px; width: 400px; }\",\".framer-1NVe9 .framer-275bck { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 400px; width: 128px; }\",\".framer-1NVe9 .framer-rrwxle { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 528px; width: 128px; }\",\".framer-1NVe9 .framer-18ylrza { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 16px; position: absolute; top: 16px; width: 128px; }\",\".framer-1NVe9 .framer-19h8284 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 16px; position: absolute; top: 400px; width: 128px; }\",\".framer-1NVe9 .framer-8k1i4z { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 272px; width: 128px; }\",\".framer-1NVe9 .framer-36funt { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 144px; width: 128px; }\",\".framer-1NVe9 .framer-1rgkmcp { aspect-ratio: 1 / 1; background-color: #ffffff; box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02), 0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.028272492811083794), 0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.03500000014901161), 0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04172750562429428), 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05031980574131012), 0px 100px 80px 0px rgba(0, 0, 0, 0.07000000029802322); flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 144px; width: 128px; }\",\".framer-1NVe9 .framer-1w9fp4b { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 401px; width: 128px; }\",\".framer-1NVe9 .framer-a2uoqu { aspect-ratio: 1 / 1; background-color: #111111; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 128px; position: absolute; top: 400px; width: 16px; }\",\".framer-1NVe9 .framer-ikp81i { aspect-ratio: 1 / 1; background-color: #fdfdfd; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 0px; position: absolute; top: 528px; width: 16px; }\",\".framer-1NVe9 .framer-p5zdhw { aspect-ratio: 1 / 1; background-color: #75fb6e; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 144px; position: absolute; top: 0px; width: 16px; }\",\".framer-1NVe9 .framer-emsksk { flex: none; height: 640px; overflow: visible; position: absolute; right: 0px; top: 0px; width: 400px; }\",\".framer-1NVe9 .framer-c3kebb { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 384px; width: 128px; }\",\".framer-1NVe9 .framer-kqbvvy { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 512px; width: 128px; }\",\".framer-1NVe9 .framer-16u3qyi { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 16px; position: absolute; top: 0px; width: 128px; }\",\".framer-1NVe9 .framer-813hbi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 16px; position: absolute; top: 384px; width: 128px; }\",\".framer-1NVe9 .framer-iosyyy { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 256px; width: 128px; }\",\".framer-1NVe9 .framer-ixy07b { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 128px; width: 128px; }\",\".framer-1NVe9 .framer-1aoilf5 { aspect-ratio: 1 / 1; background-color: #ffffff; box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02), 0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.028272492811083794), 0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.03500000014901161), 0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04172750562429428), 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05031980574131012), 0px 100px 80px 0px rgba(0, 0, 0, 0.07000000029802322); flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; top: 128px; width: 128px; }\",\".framer-1NVe9 .framer-lnf6lf { aspect-ratio: 1 / 1; background-color: #f8f8f8; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 272px; position: absolute; top: 385px; width: 128px; }\",\".framer-1NVe9 .framer-1oc4b6k { aspect-ratio: 1 / 1; background-color: #111111; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 128px; position: absolute; top: 496px; width: 16px; }\",\".framer-1NVe9 .framer-wrugct { aspect-ratio: 1 / 1; background-color: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 16px; position: absolute; top: 497px; width: 16px; }\",\".framer-1NVe9 .framer-vlxfcs { aspect-ratio: 1 / 1; background-color: #75fb6e; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 0px; position: absolute; top: 128px; width: 16px; }\",\".framer-1NVe9 .framer-1gkdele { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 16px 30px 16px 30px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-1NVe9 .framer-17ifxx-container { flex: none; height: auto; position: relative; width: 848px; z-index: 1; }\",\".framer-1NVe9 .framer-1nz4xf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: 848px; z-index: 1; }\",\".framer-1NVe9 .framer-on74os, .framer-1NVe9 .framer-6zbd2y { --border-bottom-width: 1px; --border-color: #dedede; --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: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 16px 6px 16px; position: relative; text-decoration: none; width: 84px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1NVe9 .framer-12stvgp, .framer-1NVe9 .framer-11qpiew, .framer-1NVe9 .framer-ct6ahw, .framer-1NVe9 .framer-l37iie, .framer-1NVe9 .framer-nn9zmg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1NVe9 .framer-1slgivw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1NVe9 .framer-75sm07 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-1NVe9 .framer-1xdx9af { flex: none; height: auto; opacity: 0.3; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-1NVe9 .framer-uzh8ef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-1NVe9 .framer-etf5cm { 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; text-decoration: none; width: min-content; }\",\".framer-1NVe9 .framer-1t173de { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1432px; overflow: visible; padding: 128px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-j18mj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1168px; overflow: visible; padding: 0px; position: relative; width: 80%; }\",\".framer-1NVe9 .framer-195vjl4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1NVe9 .framer-j8wu4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1NVe9 .framer-1gcz46y { --border-bottom-width: 0px; --border-color: #dedede; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; 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 16px 0px 16px; position: relative; width: min-content; }\",\".framer-1NVe9 .framer-1kcjmgx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-1NVe9 .framer-hep7zl { aspect-ratio: 1.9047619047619047 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 479px); max-width: 1168px; overflow: visible; position: relative; width: 80%; }\",\".framer-1NVe9 .framer-10k1ign { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1168px; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-1NVe9 .framer-ulmomg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1168px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-gsz4go { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1NVe9 .framer-q1u7oy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-irqqw2 { align-content: center; align-items: center; background-color: #fafafa; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 24px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-szflxt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1NVe9 .framer-12xs02p { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; text-decoration: none; width: 64px; }\",\".framer-1NVe9 .framer-1v2cz9h { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-1NVe9 .framer-1hqgmj3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-dwjdhf, .framer-1NVe9 .framer-1lcmkca { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-1NVe9 .framer-1v9mudo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1168px; overflow: hidden; padding: 128px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1NVe9 .framer-6mc0uv-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1NVe9.framer-1dz7bt7, .framer-1NVe9 .framer-1gkdele, .framer-1NVe9 .framer-on74os, .framer-1NVe9 .framer-1slgivw, .framer-1NVe9 .framer-uzh8ef, .framer-1NVe9 .framer-etf5cm, .framer-1NVe9 .framer-6zbd2y, .framer-1NVe9 .framer-1t173de, .framer-1NVe9 .framer-j18mj4, .framer-1NVe9 .framer-j8wu4t, .framer-1NVe9 .framer-1gcz46y, .framer-1NVe9 .framer-1kcjmgx, .framer-1NVe9 .framer-10k1ign, .framer-1NVe9 .framer-ulmomg, .framer-1NVe9 .framer-q1u7oy, .framer-1NVe9 .framer-irqqw2, .framer-1NVe9 .framer-szflxt, .framer-1NVe9 .framer-1v2cz9h, .framer-1NVe9 .framer-1hqgmj3, .framer-1NVe9 .framer-1v9mudo { gap: 0px; } .framer-1NVe9.framer-1dz7bt7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1NVe9.framer-1dz7bt7 > :first-child, .framer-1NVe9 .framer-1gkdele > :first-child, .framer-1NVe9 .framer-uzh8ef > :first-child, .framer-1NVe9 .framer-etf5cm > :first-child, .framer-1NVe9 .framer-1t173de > :first-child, .framer-1NVe9 .framer-j18mj4 > :first-child, .framer-1NVe9 .framer-1kcjmgx > :first-child, .framer-1NVe9 .framer-10k1ign > :first-child, .framer-1NVe9 .framer-ulmomg > :first-child, .framer-1NVe9 .framer-q1u7oy > :first-child, .framer-1NVe9 .framer-1v2cz9h > :first-child, .framer-1NVe9 .framer-1hqgmj3 > :first-child { margin-top: 0px; } .framer-1NVe9.framer-1dz7bt7 > :last-child, .framer-1NVe9 .framer-1gkdele > :last-child, .framer-1NVe9 .framer-uzh8ef > :last-child, .framer-1NVe9 .framer-etf5cm > :last-child, .framer-1NVe9 .framer-1t173de > :last-child, .framer-1NVe9 .framer-j18mj4 > :last-child, .framer-1NVe9 .framer-1kcjmgx > :last-child, .framer-1NVe9 .framer-10k1ign > :last-child, .framer-1NVe9 .framer-ulmomg > :last-child, .framer-1NVe9 .framer-q1u7oy > :last-child, .framer-1NVe9 .framer-1v2cz9h > :last-child, .framer-1NVe9 .framer-1hqgmj3 > :last-child { margin-bottom: 0px; } .framer-1NVe9 .framer-1gkdele > *, .framer-1NVe9 .framer-j18mj4 > *, .framer-1NVe9 .framer-ulmomg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1NVe9 .framer-on74os > *, .framer-1NVe9 .framer-6zbd2y > *, .framer-1NVe9 .framer-1gcz46y > *, .framer-1NVe9 .framer-1v9mudo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1NVe9 .framer-on74os > :first-child, .framer-1NVe9 .framer-1slgivw > :first-child, .framer-1NVe9 .framer-6zbd2y > :first-child, .framer-1NVe9 .framer-j8wu4t > :first-child, .framer-1NVe9 .framer-1gcz46y > :first-child, .framer-1NVe9 .framer-irqqw2 > :first-child, .framer-1NVe9 .framer-szflxt > :first-child, .framer-1NVe9 .framer-1v9mudo > :first-child { margin-left: 0px; } .framer-1NVe9 .framer-on74os > :last-child, .framer-1NVe9 .framer-1slgivw > :last-child, .framer-1NVe9 .framer-6zbd2y > :last-child, .framer-1NVe9 .framer-j8wu4t > :last-child, .framer-1NVe9 .framer-1gcz46y > :last-child, .framer-1NVe9 .framer-irqqw2 > :last-child, .framer-1NVe9 .framer-szflxt > :last-child, .framer-1NVe9 .framer-1v9mudo > :last-child { margin-right: 0px; } .framer-1NVe9 .framer-1slgivw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1NVe9 .framer-uzh8ef > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-1NVe9 .framer-etf5cm > *, .framer-1NVe9 .framer-1kcjmgx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1NVe9 .framer-1t173de > *, .framer-1NVe9 .framer-10k1ign > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-1NVe9 .framer-j8wu4t > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1NVe9 .framer-q1u7oy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1NVe9 .framer-irqqw2 > *, .framer-1NVe9 .framer-szflxt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1NVe9 .framer-1v2cz9h > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1NVe9 .framer-1hqgmj3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",`@media (min-width: 1024px) and (max-width: 1263px) { .${metadata.bodyClassName}-framer-1NVe9 { background: white; } .framer-1NVe9.framer-1dz7bt7 { width: 1024px; } .framer-1NVe9 .framer-20s8gv { height: 594px; left: calc(50.00000000000002% - max(1920px, 187.5%) / 2); width: 188%; } .framer-1NVe9 .framer-1t173de { padding: 96px 16px 0px 16px; } .framer-1NVe9 .framer-j18mj4 { width: 90%; } .framer-1NVe9 .framer-hep7zl { height: var(--framer-aspect-ratio-supported, 441px); width: 90%; } .framer-1NVe9 .framer-10k1ign { width: 70%; } .framer-1NVe9 .framer-1v9mudo { padding: 96px 0px 0px 0px; }}`,`@media (min-width: 800px) and (max-width: 1023px) { .${metadata.bodyClassName}-framer-1NVe9 { background: white; } .framer-1NVe9.framer-1dz7bt7 { width: 800px; } .framer-1NVe9 .framer-20s8gv { order: 0; } .framer-1NVe9 .framer-1gkdele { order: 1; } .framer-1NVe9 .framer-17ifxx-container, .framer-1NVe9 .framer-1nz4xf4 { width: 100%; } .framer-1NVe9 .framer-1t173de { order: 2; padding: 96px 16px 0px 16px; } .framer-1NVe9 .framer-j18mj4 { width: 90%; } .framer-1NVe9 .framer-hep7zl { height: var(--framer-aspect-ratio-supported, 335px); width: 90%; } .framer-1NVe9 .framer-10k1ign { width: 80%; } .framer-1NVe9 .framer-1v9mudo { order: 3; padding: 96px 0px 0px 0px; }}`,`@media (max-width: 799px) { .${metadata.bodyClassName}-framer-1NVe9 { background: white; } .framer-1NVe9.framer-1dz7bt7 { padding: 58px 10px 0px 10px; width: 320px; } .framer-1NVe9 .framer-20s8gv { order: 0; } .framer-1NVe9 .framer-1gkdele { order: 1; padding: 10px; } .framer-1NVe9 .framer-17ifxx-container, .framer-1NVe9 .framer-dwjdhf, .framer-1NVe9 .framer-1lcmkca { width: 100%; } .framer-1NVe9 .framer-1nz4xf4 { padding: 0px 8px 0px 8px; width: 100%; } .framer-1NVe9 .framer-on74os, .framer-1NVe9 .framer-6zbd2y { padding: 4px 10px 4px 10px; width: 60px; } .framer-1NVe9 .framer-1slgivw { gap: 5px; } .framer-1NVe9 .framer-1t173de { gap: 32px; justify-content: center; order: 2; padding: 64px 16px 32px 16px; } .framer-1NVe9 .framer-j18mj4 { gap: 12px; justify-content: center; width: 100%; } .framer-1NVe9 .framer-hep7zl { height: var(--framer-aspect-ratio-supported, 141px); width: 100%; } .framer-1NVe9 .framer-10k1ign { gap: 24px; width: 100%; } .framer-1NVe9 .framer-irqqw2 { justify-content: center; padding: 24px 16px 24px 16px; } .framer-1NVe9 .framer-szflxt { flex-direction: column; } .framer-1NVe9 .framer-1v2cz9h { align-content: center; align-items: center; flex: none; width: 100%; } .framer-1NVe9 .framer-1v9mudo { order: 3; padding: 36px 16px 0px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1NVe9 .framer-1slgivw, .framer-1NVe9 .framer-1t173de, .framer-1NVe9 .framer-j18mj4, .framer-1NVe9 .framer-10k1ign, .framer-1NVe9 .framer-szflxt { gap: 0px; } .framer-1NVe9 .framer-1slgivw > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-1NVe9 .framer-1slgivw > :first-child { margin-left: 0px; } .framer-1NVe9 .framer-1slgivw > :last-child { margin-right: 0px; } .framer-1NVe9 .framer-1t173de > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1NVe9 .framer-1t173de > :first-child, .framer-1NVe9 .framer-j18mj4 > :first-child, .framer-1NVe9 .framer-10k1ign > :first-child, .framer-1NVe9 .framer-szflxt > :first-child { margin-top: 0px; } .framer-1NVe9 .framer-1t173de > :last-child, .framer-1NVe9 .framer-j18mj4 > :last-child, .framer-1NVe9 .framer-10k1ign > :last-child, .framer-1NVe9 .framer-szflxt > :last-child { margin-bottom: 0px; } .framer-1NVe9 .framer-j18mj4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1NVe9 .framer-10k1ign > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1NVe9 .framer-szflxt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-1NVe9[data-border=\"true\"]::after, .framer-1NVe9 [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 7693\n * @framerIntrinsicWidth 1264\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ui_TuljMK\":{\"layout\":[\"fixed\",\"auto\"]},\"BJvVU7kR7\":{\"layout\":[\"fixed\",\"auto\"]},\"hUHbsuHGj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerBVPoa4eLm=withCSS(Component,css,\"framer-1NVe9\");export default FramerBVPoa4eLm;FramerBVPoa4eLm.displayName=\"Bridge Metis\";FramerBVPoa4eLm.defaultProps={height:7693,width:1264};addFonts(FramerBVPoa4eLm,[{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\"}]},...Nav_NewNavigation_NewFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"N5oG5Ivrb\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"N5oG5Ivrb\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"NcCfDmNo1\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"NcCfDmNo1\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBVPoa4eLm\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7693\",\"framerIntrinsicWidth\":\"1264\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ui_TuljMK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BJvVU7kR7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hUHbsuHGj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SCROLL_MARGIN_TOP", "useStore", "createStore", "withContent", "Component", "props", "store", "setStore", "useStore", "newProps", "setNewProps", "ye", "ue", "formatTableOfContent", "newChildren", "item", "index", "children", "formattedId", "formatHeading", "newItem", "u", "l", "p", "SCROLL_MARGIN_TOP", "result", "type", "formattedHeading", "_item_props", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "Nav_NewNavigation_NewFonts", "getFonts", "lgQWCHzEj_default", "RichTextWithContent", "withContent", "RichText2", "FooterFonts", "oIz5me82C_default", "breakpoints", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "X7YUXzBN3_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "style", "className", "layoutId", "variant", "ms91KdjI0", "Cc6Zn7vKZdBMMuwPdQ", "RvJ_HlhjndBMMuwPdQ", "iddBMMuwPdQ", "I2c2AJIrW", "L21JwcS8v", "Fr17eJJMx", "BU_RM3VwP", "gZTIHR8mL", "cXLn3Ache", "dWMCeKZrr", "gDAqt70T3p6GHJYQZe", "ihIhwIwBup6GHJYQZe", "VmELIsVYsp6GHJYQZe", "y6klCWmWZp6GHJYQZe", "idp6GHJYQZe", "A7IuzFrIR", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "usePreloadLocalizedValues", "elementId1", "ref3", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "lgQWCHzEj_default", "Link", "x", "RichText2", "ChildrenCanSuspend", "h8c9xsnQC_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "getLocalizedValue", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "RichTextWithContent", "KUsg57ecF_default", "collection1", "paginationInfo1", "loadMore1", "oIz5me82C_default", "css", "FramerBVPoa4eLm", "withCSS", "BVPoa4eLm_default", "addFonts", "Nav_NewNavigation_NewFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "getFontsFromComponentPreset", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "__FramerMetadata__"]
}
