{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/vqohBv2yyMCoCidDfotJ/bZR5F7otNNmjAL3wkVkt/Truncate.js", "ssg:https://framerusercontent.com/modules/MXM2kOyEgPVEMks8qnGD/u6zQCpepTlxIbaGV9I0L/sj1biUmbS.js", "ssg:https://framerusercontent.com/modules/u6kzjwMflFc8PqaVdCYj/J6eBQraFM9upM1w6E9mE/rk98J5qWn.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});// define no of lines after you want to truncate\nconst LINES=4;export default function withLineTruncate(Component){return props=>{const styles={...props===null||props===void 0?void 0:props.style,WebkitLineClamp:`${LINES}`,WebkitBoxOrient:\"vertical\",textOverflow:\"ellipsis\",display:\"-webkit-box\",overflow:\"hidden\"};return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Component,{...props,style:styles})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactHoc\",\"name\":\"withLineTruncate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Truncate.map", "// Generated by Framer (c499f43)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/wwkB1BOyOLIrYbqvhSUx/uNsCQJbnd7eJ8c9Hrwv0/lfUT1t7th.js\";import*as localizedValues from\"./sj1biUmbS-0.js\";const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"iTYryAyjG\",\"okzqV6TpZ\",\"LGiA6NwT5\"];const serializationHash=\"framer-sYZ86\";const variantClassNames={iTYryAyjG:\"framer-v-1sd9vqi\",LGiA6NwT5:\"framer-v-1k715zr\",okzqV6TpZ:\"framer-v-1754txn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={PqQz_coNV:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"iTYryAyjG\",Hidden:\"LGiA6NwT5\",Loading:\"okzqV6TpZ\"};const getProps=({click,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:\"iTYryAyjG\",Wld3NDzSj:click!==null&&click!==void 0?click:props.Wld3NDzSj};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Wld3NDzSj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iTYryAyjG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapn9xadi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wld3NDzSj){const res=await Wld3NDzSj(...args);if(res===false)return false;}});const isDisplayed=()=>{if(baseVariant===\"LGiA6NwT5\")return false;return true;};const ref1=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"okzqV6TpZ\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"okzqV6TpZ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1sd9vqi\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iTYryAyjG\",onTap:onTapn9xadi,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-bf36dd96-fa0b-4cc7-8a77-005028f08a4b, rgb(19, 98, 170))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({okzqV6TpZ:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1omdge6\",\"data-styles-preset\":\"lfUT1t7th\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f1638f64-3b7f-498f-bc90-b329df686a32, rgb(255, 255, 255)))\"},children:\"Load More\"})}),className:\"framer-3rcpu9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pfxltZEk1\",style:{\"--extracted-r6o4lv\":\"var(--token-f1638f64-3b7f-498f-bc90-b329df686a32, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-3s0ket\",\"data-framer-appear-id\":\"3s0ket\",\"data-framer-name\":\"Spinner\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"bgd3eN_NP\",optimized:true,style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-m0bxlf\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"sbTdMXqgQ\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgb(255, 255, 255) 342deg)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b7s7sq\",\"data-framer-name\":\"Round\",layoutDependency:layoutDependency,layoutId:\"d7siWX34J\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sYZ86.framer-18nwhox, .framer-sYZ86 .framer-18nwhox { display: block; }\",\".framer-sYZ86.framer-1sd9vqi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px; position: relative; width: 100px; }\",\".framer-sYZ86 .framer-3rcpu9 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-sYZ86 .framer-3s0ket { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\".framer-sYZ86 .framer-m0bxlf { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-sYZ86 .framer-1b7s7sq { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sYZ86.framer-1sd9vqi { gap: 0px; } .framer-sYZ86.framer-1sd9vqi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sYZ86.framer-1sd9vqi > :first-child { margin-left: 0px; } .framer-sYZ86.framer-1sd9vqi > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"okzqV6TpZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"LGiA6NwT5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Wld3NDzSj\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framersj1biUmbS=withCSS(Component,css,\"framer-sYZ86\");export default Framersj1biUmbS;Framersj1biUmbS.displayName=\"Load More 2\";Framersj1biUmbS.defaultProps={height:40,width:100};addPropertyControls(Framersj1biUmbS,{variant:{options:[\"iTYryAyjG\",\"okzqV6TpZ\",\"LGiA6NwT5\"],optionTitles:[\"Default\",\"Loading\",\"Hidden\"],title:\"Variant\",type:ControlType.Enum},Wld3NDzSj:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framersj1biUmbS,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framersj1biUmbS\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"okzqV6TpZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LGiA6NwT5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"Wld3NDzSj\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import default1 from\"https://framerusercontent.com/modules/vqohBv2yyMCoCidDfotJ/bZR5F7otNNmjAL3wkVkt/Truncate.js\";import Blog,{enumToDisplayNameFunctions}from\"https://framerusercontent.com/modules/NCnnwJfkti17oGmtqtS3/HtFOxHc1uKDBfSiGwxx1/oYb2rvJPA.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/RWOs6CTK96pqXjeBMMii/BJy8A6qo7TDhXyRynfpc/paAtDk9yQ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/hahG5Yr2mGcMhV03pBGv/ozBIdycthL4PDNyiqS11/uASZ_jT4v.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/QySV0EYl0wmemh2WEdf3/6wWVf7mhYE4gNnddjtGQ/uKPmsG7d6.js\";import*as localizedValues from\"./rk98J5qWn-0.js\";import LoadMore2 from\"https://framerusercontent.com/modules/MXM2kOyEgPVEMks8qnGD/u6zQCpepTlxIbaGV9I0L/sj1biUmbS.js\";import Filter from\"https://framerusercontent.com/modules/oo0Kw7c7J2EXop4zeO2I/OghA2xzALTxPOjQAaNEa/VNTShdYdK.js\";const FilterFonts=getFonts(Filter);const RichTextDefault1=default1(RichText);const LoadMore2Fonts=getFonts(LoadMore2);const cycleOrder=[\"GbgfdUmD6\",\"SCIsX_PnT\",\"BG8Zrl5YM\",\"WTGgG7Gv4\",\"U6mXJC2jS\",\"KowdNbHfL\",\"qH1iG0ssW\",\"VvKYhuvIs\",\"BxzfotneH\",\"hvymRVj6y\"];const serializationHash=\"framer-9EOS1\";const variantClassNames={BG8Zrl5YM:\"framer-v-f157u7\",BxzfotneH:\"framer-v-syrmtx\",GbgfdUmD6:\"framer-v-1r0bizj\",hvymRVj6y:\"framer-v-9cjs5r\",KowdNbHfL:\"framer-v-1akrfsa\",qH1iG0ssW:\"framer-v-1r6d0uq\",SCIsX_PnT:\"framer-v-zw06a\",U6mXJC2jS:\"framer-v-gpd74n\",VvKYhuvIs:\"framer-v-1t4sug4\",WTGgG7Gv4:\"framer-v-1673bme\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={PqQz_coNV:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const query=prequery=>prequery({from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}]});const query1=prequery=>prequery({from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}});const query4=prequery=>prequery({from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const query5=prequery=>prequery({from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}]});const query6=prequery=>prequery({from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}});const query7=prequery=>prequery({from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}});const query8=prequery=>prequery({from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}});const query9=prequery=>prequery({from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}});const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"c0mrI7es5\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"phone-all\":\"KowdNbHfL\",\"phone-awards\":\"hvymRVj6y\",\"phone-events\":\"BxzfotneH\",\"phone-insights\":\"VvKYhuvIs\",\"phone-news\":\"qH1iG0ssW\",all:\"GbgfdUmD6\",awards:\"U6mXJC2jS\",events:\"WTGgG7Gv4\",insights:\"BG8Zrl5YM\",news:\"SCIsX_PnT\"};const getProps=({click,height,id,visibleSubtitle,width,...props})=>{return{...props,q80FuttY8:visibleSubtitle??props.q80FuttY8,UV_dkc5fM:click??props.UV_dkc5fM,variant:humanReadableVariantMap[props.variant]??props.variant??\"GbgfdUmD6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UV_dkc5fM,q80FuttY8,jLy72b3seXEST551uO,KOeluyjR_XEST551uO,BlN0PoU_TXEST551uO,Dm8q4a7x5XEST551uO,BudllKANXXEST551uO,wrI7EG04lXEST551uO,idXEST551uO,jLy72b3sec0mrI7es5,KOeluyjR_c0mrI7es5,BudllKANXc0mrI7es5,wrI7EG04lc0mrI7es5,BlN0PoU_Tc0mrI7es5,Dm8q4a7x5c0mrI7es5,idc0mrI7es5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GbgfdUmD6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const sPmExDi1Aepjkcz=activeVariantCallback(async(...args)=>{setVariant(\"WTGgG7Gv4\");});const sPmExDi1A1tjf47r=activeVariantCallback(async(...args)=>{setVariant(\"U6mXJC2jS\");});const sPmExDi1Afxla0p=activeVariantCallback(async(...args)=>{setVariant(\"KowdNbHfL\");});const Wld3NDzSj1tpozs3=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{if(UV_dkc5fM){const res=await UV_dkc5fM(...args);if(res===false)return false;}paginationInfo();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"KowdNbHfL\",\"qH1iG0ssW\",\"VvKYhuvIs\",\"BxzfotneH\",\"hvymRVj6y\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"KowdNbHfL\",\"qH1iG0ssW\",\"VvKYhuvIs\",\"BxzfotneH\",\"hvymRVj6y\"].includes(baseVariant))return false;return true;};const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1r0bizj\",className,classNames),\"data-framer-name\":\"all\",layoutDependency:layoutDependency,layoutId:\"GbgfdUmD6\",ref:ref??ref1,style:{...style},...addPropertyOverrides({BG8Zrl5YM:{\"data-framer-name\":\"insights\"},BxzfotneH:{\"data-framer-name\":\"phone-events\"},hvymRVj6y:{\"data-framer-name\":\"phone-awards\"},KowdNbHfL:{\"data-framer-name\":\"phone-all\"},qH1iG0ssW:{\"data-framer-name\":\"phone-news\"},SCIsX_PnT:{\"data-framer-name\":\"news\"},U6mXJC2jS:{\"data-framer-name\":\"awards\"},VvKYhuvIs:{\"data-framer-name\":\"phone-insights\"},WTGgG7Gv4:{\"data-framer-name\":\"events\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ly1sg\",layoutDependency:layoutDependency,layoutId:\"M48pgu1b8\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sxn32i\",\"data-framer-name\":\"Mobile filters - DO NOT DELETE\",layoutDependency:layoutDependency,layoutId:\"ks3VOjblO\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,...addPropertyOverrides({BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+0+0)+0+32+0},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xo5hix-container\",layoutDependency:layoutDependency,layoutId:\"vZmSPRdVC-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"vZmSPRdVC\",layoutId:\"vZmSPRdVC\",sPmExDi1A:sPmExDi1Aepjkcz,uOtojU0jR:\"Diversity & Education\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BxzfotneH:{sPmExDi1A:undefined,uOtojU0jR:\"Events\",variant:\"KrQDbN_7k\"},hvymRVj6y:{LN4YZGsrK:resolvedLinks[3],sPmExDi1A:undefined,uOtojU0jR:\"Events\"},KowdNbHfL:{LN4YZGsrK:resolvedLinks[0],sPmExDi1A:undefined,uOtojU0jR:\"Events\"},qH1iG0ssW:{LN4YZGsrK:resolvedLinks[1],sPmExDi1A:undefined,uOtojU0jR:\"Events\"},VvKYhuvIs:{LN4YZGsrK:resolvedLinks[2],sPmExDi1A:undefined,uOtojU0jR:\"Events\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,...addPropertyOverrides({BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+0+0)+0+32+0},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-121w656-container\",layoutDependency:layoutDependency,layoutId:\"tyTxU4MsY-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"tyTxU4MsY\",layoutId:\"tyTxU4MsY\",sPmExDi1A:sPmExDi1A1tjf47r,uOtojU0jR:\"Guest blog\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BxzfotneH:{LN4YZGsrK:resolvedLinks1[3],sPmExDi1A:undefined,uOtojU0jR:\"Awards\"},hvymRVj6y:{sPmExDi1A:undefined,uOtojU0jR:\"Awards\",variant:\"KrQDbN_7k\"},KowdNbHfL:{LN4YZGsrK:resolvedLinks1[0],sPmExDi1A:undefined,uOtojU0jR:\"Awards\"},qH1iG0ssW:{LN4YZGsrK:resolvedLinks1[1],sPmExDi1A:undefined,uOtojU0jR:\"Awards\"},VvKYhuvIs:{LN4YZGsrK:resolvedLinks1[2],sPmExDi1A:undefined,uOtojU0jR:\"Awards\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yn28a8\",\"data-border\":true,\"data-framer-name\":\"Desktop filter\",layoutDependency:layoutDependency,layoutId:\"ylAio0inO\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-c4b46b2a-5379-4243-8d9d-9b99171da83d, rgb(242, 240, 238))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined},{href:{webPageId:\"GDohiDuG1\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+0+0)+0+0+0,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+0+0)+0+0+0},BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+0+0)+0+0+0},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+0+0)+0+0+0},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+0+0)+0+0+0},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-br3x5l-container\",layoutDependency:layoutDependency,layoutId:\"LfSeQrS5H-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"LfSeQrS5H\",layoutId:\"LfSeQrS5H\",uOtojU0jR:\"Latest\",variant:\"KrQDbN_7k\",width:\"100%\",...addPropertyOverrides({BG8Zrl5YM:{LN4YZGsrK:resolvedLinks2[1],variant:\"Ad22dPbMM\"},BxzfotneH:{LN4YZGsrK:resolvedLinks2[6],variant:\"Ad22dPbMM\"},hvymRVj6y:{LN4YZGsrK:resolvedLinks2[7],variant:\"Ad22dPbMM\"},KowdNbHfL:{sPmExDi1A:sPmExDi1Afxla0p},qH1iG0ssW:{LN4YZGsrK:resolvedLinks2[4],variant:\"Ad22dPbMM\"},SCIsX_PnT:{LN4YZGsrK:resolvedLinks2[0],variant:\"Ad22dPbMM\"},U6mXJC2jS:{LN4YZGsrK:resolvedLinks2[3],variant:\"Ad22dPbMM\"},VvKYhuvIs:{LN4YZGsrK:resolvedLinks2[5],variant:\"Ad22dPbMM\"},WTGgG7Gv4:{LN4YZGsrK:resolvedLinks2[2],variant:\"Ad22dPbMM\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined},{href:{webPageId:\"eXZkjBFhu\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+0+0)+0+0+0,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+0+0)+0+0+0},BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+0+0)+0+0+0},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+0+0)+0+0+0},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+0+0)+0+0+0},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pbvc3o-container\",layoutDependency:layoutDependency,layoutId:\"MGi4w2UT9-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"MGi4w2UT9\",layoutId:\"MGi4w2UT9\",LN4YZGsrK:resolvedLinks3[0],uOtojU0jR:\"News\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BG8Zrl5YM:{LN4YZGsrK:resolvedLinks3[1]},BxzfotneH:{LN4YZGsrK:resolvedLinks3[6]},hvymRVj6y:{LN4YZGsrK:resolvedLinks3[7]},KowdNbHfL:{LN4YZGsrK:resolvedLinks3[4]},qH1iG0ssW:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"},SCIsX_PnT:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"},U6mXJC2jS:{LN4YZGsrK:resolvedLinks3[3]},VvKYhuvIs:{LN4YZGsrK:resolvedLinks3[5]},WTGgG7Gv4:{LN4YZGsrK:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined},{href:{webPageId:\"lF39bpJ7k\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+0+0)+0+0+0,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+0+0)+0+0+0},BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+0+0)+0+0+0},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+0+0)+0+0+0},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+0+0)+0+0+0},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+0+0)+0+0+0},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-71xsml-container\",layoutDependency:layoutDependency,layoutId:\"HGxixchsg-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"HGxixchsg\",layoutId:\"HGxixchsg\",LN4YZGsrK:resolvedLinks4[0],uOtojU0jR:\"Insights\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BG8Zrl5YM:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"},BxzfotneH:{LN4YZGsrK:resolvedLinks4[6]},hvymRVj6y:{LN4YZGsrK:resolvedLinks4[7]},KowdNbHfL:{LN4YZGsrK:resolvedLinks4[4]},qH1iG0ssW:{LN4YZGsrK:resolvedLinks4[5]},SCIsX_PnT:{LN4YZGsrK:resolvedLinks4[1]},U6mXJC2jS:{LN4YZGsrK:resolvedLinks4[3]},VvKYhuvIs:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"},WTGgG7Gv4:{LN4YZGsrK:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgZpxlpHJ\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+0+0)+0+0+0,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+0+0)+0+0+0},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+0+0)+0+0+0},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+0+0)+0+0+0},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-169k1z-container\",layoutDependency:layoutDependency,layoutId:\"sfMtZbGIY-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"sfMtZbGIY\",layoutId:\"sfMtZbGIY\",LN4YZGsrK:resolvedLinks5[0],uOtojU0jR:\"Events\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BG8Zrl5YM:{LN4YZGsrK:resolvedLinks5[2]},SCIsX_PnT:{LN4YZGsrK:resolvedLinks5[1]},U6mXJC2jS:{LN4YZGsrK:resolvedLinks5[3]},WTGgG7Gv4:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined},{href:{webPageId:\"YdPjoTV0O\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+0+0)+0+0+0,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+0+0)+0+0+0},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+0+0)+0+0+0},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+0+0)+0+0+0},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-84lhus-container\",layoutDependency:layoutDependency,layoutId:\"FzilljPoY-container\",children:/*#__PURE__*/_jsx(Filter,{height:\"100%\",id:\"FzilljPoY\",layoutId:\"FzilljPoY\",LN4YZGsrK:resolvedLinks6[0],uOtojU0jR:\"Awards\",variant:\"Ad22dPbMM\",width:\"100%\",...addPropertyOverrides({BG8Zrl5YM:{LN4YZGsrK:resolvedLinks6[2]},SCIsX_PnT:{LN4YZGsrK:resolvedLinks6[1]},U6mXJC2jS:{LN4YZGsrK:undefined,variant:\"KrQDbN_7k\"},WTGgG7Gv4:{LN4YZGsrK:resolvedLinks6[3]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xkkl3\",\"data-framer-name\":\"Featured\",layoutDependency:layoutDependency,layoutId:\"XEST551uO\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({BG8Zrl5YM:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}}},BxzfotneH:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}}},hvymRVj6y:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}}},qH1iG0ssW:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}}},SCIsX_PnT:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}}},U6mXJC2jS:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}}},VvKYhuvIs:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}}},WTGgG7Gv4:{query:{from:{alias:\"XEST551uO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XEST551uO\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"XEST551uO\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XEST551uO\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"jLy72b3se\":jLy72b3seXEST551uO,\"KOeluyjR_\":KOeluyjR_XEST551uO,\"BlN0PoU_T\":BlN0PoU_TXEST551uO,\"Dm8q4a7x5\":Dm8q4a7x5XEST551uO,\"BudllKANX\":BudllKANXXEST551uO,\"wrI7EG04l\":wrI7EG04lXEST551uO,\"id\":idXEST551uO},i)=>{jLy72b3seXEST551uO??=\"\";BlN0PoU_TXEST551uO??=\"\";Dm8q4a7x5XEST551uO??=\"\";const textContent=toDateString(BudllKANXXEST551uO,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const textContent1=enumToDisplayNameFunctions[\"wrI7EG04l\"]?.(wrI7EG04lXEST551uO,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`XEST551uO-${idXEST551uO}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jLy72b3se:jLy72b3seXEST551uO},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{jLy72b3se:jLy72b3seXEST551uO},webPageId:\"cAOdAu_vX\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bpok33 framer-1mdmg0l\",layoutDependency:layoutDependency,layoutId:\"HG469m4Or\",style:{backgroundColor:\"var(--token-b0691a56-0195-4143-b338-07efb4822335, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 2160px) / 91, 1px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)},className:\"framer-1a61u0x\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"JEJ8a5tu9\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({BxzfotneH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+64+32)+0+8+0),sizes:`calc(max(min(max((min(${componentViewport?.width||\"100vw\"}, 450px) - 2160px) / 91, 1px), 450px), 280px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)}},hvymRVj6y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+64+32)+0+8+0),sizes:`calc(max(min(max((min(${componentViewport?.width||\"100vw\"}, 450px) - 2160px) / 91, 1px), 450px), 280px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)}},KowdNbHfL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+64+32)+0+8+0),sizes:`calc(min(max(min(${componentViewport?.width||\"100vw\"}, 450px), 280px), 550px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)}},qH1iG0ssW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+64+32)+0+49140+8+0),sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 450px), 280px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)}},VvKYhuvIs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+64+32)+0+8+0),sizes:`calc(max(min(max((min(${componentViewport?.width||\"100vw\"}, 450px) - 2160px) / 91, 1px), 450px), 280px) - 16px)`,...toResponsiveImage(KOeluyjR_XEST551uO)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mxewsy\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"VPZJICB7G\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2g3p2j\",\"data-framer-name\":\"Title & intro\",layoutDependency:layoutDependency,layoutId:\"ch24CZUdc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d12xim\",\"data-styles-preset\":\"uKPmsG7d6\",children:\"How Todofusion's Gantt Charts Enhance Your Workflow\"})}),className:\"framer-1fkfs7b\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H8v8ZB5WO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:BlN0PoU_TXEST551uO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextDefault1,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rb2mqi\",\"data-styles-preset\":\"paAtDk9yQ\",children:\"Smart guide to saving on SaaS software\"})}),className:\"framer-7u2k5k\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"etIfDFqS_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Dm8q4a7x5XEST551uO,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pislmm\",\"data-framer-name\":\"Date & category\",layoutDependency:layoutDependency,layoutId:\"D6A6jXt7S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v7hgq0\",\"data-styles-preset\":\"uASZ_jT4v\",children:\"Content\"})}),className:\"framer-1l0yzx6\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BesIkU1he\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v7hgq0\",\"data-styles-preset\":\"uASZ_jT4v\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-17cc84b1-567b-4115-9d2e-f5ec9e7aad3d, rgb(203, 78, 16)))\"},children:\"Content\"})}),className:\"framer-1xqrjuq\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OoDcW5qtt\",style:{\"--extracted-r6o4lv\":\"var(--token-17cc84b1-567b-4115-9d2e-f5ec9e7aad3d, rgb(203, 78, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idXEST551uO);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13r2hlx\",layoutDependency:layoutDependency,layoutId:\"c0mrI7es5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:6,query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({BG8Zrl5YM:{query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}}},BxzfotneH:{pageSize:6,query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}}},hvymRVj6y:{pageSize:6,query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}}},qH1iG0ssW:{pageSize:6,query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}}},SCIsX_PnT:{query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"XTUugfqGe\"},type:\"BinaryOperation\"}}},U6mXJC2jS:{query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"PwyAdOyDE\"},type:\"BinaryOperation\"}}},VvKYhuvIs:{pageSize:6,query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ar8LwK3WI\"},type:\"BinaryOperation\"}}},WTGgG7Gv4:{query:{from:{alias:\"c0mrI7es5\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"c0mrI7es5\",name:\"jLy72b3se\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"KOeluyjR_\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BudllKANX\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"BlN0PoU_T\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"Dm8q4a7x5\",type:\"Identifier\"},{collection:\"c0mrI7es5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"c0mrI7es5\",name:\"wrI7EG04l\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HGFrpxOSJ\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection1.map(({\"jLy72b3se\":jLy72b3sec0mrI7es5,\"KOeluyjR_\":KOeluyjR_c0mrI7es5,\"BudllKANX\":BudllKANXc0mrI7es5,\"wrI7EG04l\":wrI7EG04lc0mrI7es5,\"BlN0PoU_T\":BlN0PoU_Tc0mrI7es5,\"Dm8q4a7x5\":Dm8q4a7x5c0mrI7es5,\"id\":idc0mrI7es5},i)=>{jLy72b3sec0mrI7es5??=\"\";BlN0PoU_Tc0mrI7es5??=\"\";Dm8q4a7x5c0mrI7es5??=\"\";const textContent2=toDateString(BudllKANXc0mrI7es5,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const textContent3=toDateString(BudllKANXc0mrI7es5,{dateStyle:\"short\",locale:\"\"},activeLocaleCode);const textContent4=enumToDisplayNameFunctions[\"wrI7EG04l\"]?.(wrI7EG04lc0mrI7es5,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`c0mrI7es5-${idc0mrI7es5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jLy72b3se:jLy72b3sec0mrI7es5},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{jLy72b3se:jLy72b3sec0mrI7es5},webPageId:\"cAOdAu_vX\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1shm1k8 framer-1mdmg0l\",layoutDependency:layoutDependency,layoutId:\"aM43_2XaS\",style:{backgroundColor:\"var(--token-b0691a56-0195-4143-b338-07efb4822335, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+318+64)+0+0+8+0),sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)},className:\"framer-1bksa5k\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"ZcIaF0dKS\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({BG8Zrl5YM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+318+64)+0+0+8+0),sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},BxzfotneH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+0+0+8+0),sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 450px), 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},hvymRVj6y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+0+0+8+0),sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 450px), 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},KowdNbHfL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+0+0+8+0),sizes:`calc(max(max(min(${componentViewport?.width||\"100vw\"}, 450px), 280px), 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},qH1iG0ssW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+49726+64)+0+0+8+0),sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 450px), 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},SCIsX_PnT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+318+64)+0+0+8+0),sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},U6mXJC2jS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+318+64)+0+0+8+0),sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},VvKYhuvIs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+0+0+8+0),sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 450px), 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}},WTGgG7Gv4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+318+64)+0+0+8+0),sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px) - 16px)`,...toResponsiveImage(KOeluyjR_c0mrI7es5)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ml5c29\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"wP2MJqtVs\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mt87ku\",\"data-framer-name\":\"Date & category\",layoutDependency:layoutDependency,layoutId:\"Hr_Kklo8k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v7hgq0\",\"data-styles-preset\":\"uASZ_jT4v\",children:\"Content\"})}),className:\"framer-189duhx\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Vh2IcEuzG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KowdNbHfL:{text:textContent3}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v7hgq0\",\"data-styles-preset\":\"uASZ_jT4v\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-17cc84b1-567b-4115-9d2e-f5ec9e7aad3d, rgb(203, 78, 16)))\"},children:\"Content\"})}),className:\"framer-12t1dla\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VKoiF1Iob\",style:{\"--extracted-r6o4lv\":\"var(--token-17cc84b1-567b-4115-9d2e-f5ec9e7aad3d, rgb(203, 78, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent4,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t360sg\",\"data-framer-name\":\"Title & intro\",layoutDependency:layoutDependency,layoutId:\"PvBB0FPVO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d12xim\",\"data-styles-preset\":\"uKPmsG7d6\",children:\"How Todofusion's Gantt Charts Enhance Your Workflow\"})}),className:\"framer-1744iqi\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vuBRb0TRI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:BlN0PoU_Tc0mrI7es5,verticalAlignment:\"top\",withExternalLayout:true}),q80FuttY8&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rb2mqi\",\"data-styles-preset\":\"paAtDk9yQ\",children:\"Smart guide to saving on SaaS software\"})}),className:\"framer-m15x9h\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QohC1T3uz\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Dm8q4a7x5c0mrI7es5,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idc0mrI7es5);}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1785)-0-21046)/2+318+64)+20664-40,...addPropertyOverrides({BG8Zrl5YM:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||9849)-0-21046)/2+318+64)+20664-40},BxzfotneH:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+40824-40},hvymRVj6y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+40824-40},KowdNbHfL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+40824-40},qH1iG0ssW:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-90614)/2+49726+64)+40824-40},SCIsX_PnT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||4025)-0-21046)/2+318+64)+20664-40},U6mXJC2jS:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||2233)-0-21046)/2+318+64)+20664-40},VvKYhuvIs:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||3401.5)-0-41474)/2+586+64)+40824-40},WTGgG7Gv4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||5369)-0-21046)/2+318+64)+20664-40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aiykiw-container\",layoutDependency:layoutDependency,layoutId:\"j7YXf_Q8_-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LoadMore2,{height:\"100%\",id:\"j7YXf_Q8_\",layoutId:\"j7YXf_Q8_\",variant:loaderVariants(paginationInfo1,{disabled:\"LGiA6NwT5\",loading:\"okzqV6TpZ\"},\"iTYryAyjG\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1tpozs3({paginationInfo:loadMore1})})})})]})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9EOS1.framer-1mdmg0l, .framer-9EOS1 .framer-1mdmg0l { display: block; }\",\".framer-9EOS1.framer-1r0bizj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-9EOS1 .framer-1ly1sg, .framer-9EOS1 .framer-1t360sg { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1sxn32i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1xo5hix-container, .framer-9EOS1 .framer-121w656-container, .framer-9EOS1 .framer-br3x5l-container, .framer-9EOS1 .framer-1pbvc3o-container, .framer-9EOS1 .framer-71xsml-container, .framer-9EOS1 .framer-169k1z-container, .framer-9EOS1 .framer-84lhus-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9EOS1 .framer-yn28a8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-12xkkl3 { align-content: flex-start; align-items: flex-start; aspect-ratio: 3.007518796992481 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: var(--framer-aspect-ratio-supported, 266px); justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1bpok33 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 8px; position: relative; text-decoration: none; width: 1px; }\",\".framer-9EOS1 .framer-1a61u0x { aspect-ratio: 1.488 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 250px); position: relative; width: 1px; }\",\".framer-9EOS1 .framer-mxewsy { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 16px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-9EOS1 .framer-2g3p2j { 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 0px 10px 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1fkfs7b, .framer-9EOS1 .framer-1744iqi, .framer-9EOS1 .framer-m15x9h { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9EOS1 .framer-7u2k5k { flex: none; height: auto; max-height: 106px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9EOS1 .framer-1pislmm { 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 0px 8px 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1l0yzx6, .framer-9EOS1 .framer-1xqrjuq, .framer-9EOS1 .framer-189duhx, .framer-9EOS1 .framer-12t1dla { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9EOS1 .framer-13r2hlx { display: grid; flex: none; gap: 24px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1shm1k8 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 8px; grid-row: auto / span 2; height: 100%; justify-content: flex-start; justify-self: center; padding: 8px; position: relative; text-decoration: none; width: 100%; }\",\".framer-9EOS1 .framer-1bksa5k { aspect-ratio: 1.6355555555555557 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 228px); position: relative; width: 100%; }\",\".framer-9EOS1 .framer-ml5c29 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 1px; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1mt87ku { 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; position: relative; width: 100%; }\",\".framer-9EOS1 .framer-1aiykiw-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-1r0bizj, .framer-9EOS1 .framer-1ly1sg, .framer-9EOS1 .framer-1sxn32i, .framer-9EOS1 .framer-yn28a8, .framer-9EOS1 .framer-12xkkl3, .framer-9EOS1 .framer-1bpok33, .framer-9EOS1 .framer-2g3p2j, .framer-9EOS1 .framer-1shm1k8, .framer-9EOS1 .framer-ml5c29, .framer-9EOS1 .framer-1t360sg { gap: 0px; } .framer-9EOS1.framer-1r0bizj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-9EOS1.framer-1r0bizj > :first-child, .framer-9EOS1 .framer-1ly1sg > :first-child, .framer-9EOS1 .framer-2g3p2j > :first-child, .framer-9EOS1 .framer-1shm1k8 > :first-child, .framer-9EOS1 .framer-ml5c29 > :first-child, .framer-9EOS1 .framer-1t360sg > :first-child { margin-top: 0px; } .framer-9EOS1.framer-1r0bizj > :last-child, .framer-9EOS1 .framer-1ly1sg > :last-child, .framer-9EOS1 .framer-2g3p2j > :last-child, .framer-9EOS1 .framer-1shm1k8 > :last-child, .framer-9EOS1 .framer-ml5c29 > :last-child, .framer-9EOS1 .framer-1t360sg > :last-child { margin-bottom: 0px; } .framer-9EOS1 .framer-1ly1sg > *, .framer-9EOS1 .framer-2g3p2j > *, .framer-9EOS1 .framer-1t360sg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9EOS1 .framer-1sxn32i > *, .framer-9EOS1 .framer-yn28a8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-9EOS1 .framer-1sxn32i > :first-child, .framer-9EOS1 .framer-yn28a8 > :first-child, .framer-9EOS1 .framer-12xkkl3 > :first-child, .framer-9EOS1 .framer-1bpok33 > :first-child { margin-left: 0px; } .framer-9EOS1 .framer-1sxn32i > :last-child, .framer-9EOS1 .framer-yn28a8 > :last-child, .framer-9EOS1 .framer-12xkkl3 > :last-child, .framer-9EOS1 .framer-1bpok33 > :last-child { margin-right: 0px; } .framer-9EOS1 .framer-12xkkl3 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-9EOS1 .framer-1bpok33 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-9EOS1 .framer-1shm1k8 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-9EOS1 .framer-ml5c29 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-9EOS1.framer-v-zw06a .framer-1ly1sg, .framer-9EOS1.framer-v-1akrfsa .framer-1pislmm, .framer-9EOS1.framer-v-1r6d0uq .framer-1pislmm, .framer-9EOS1.framer-v-1t4sug4 .framer-1pislmm, .framer-9EOS1.framer-v-syrmtx .framer-1pislmm, .framer-9EOS1.framer-v-9cjs5r .framer-1pislmm { order: 0; }\",\".framer-9EOS1.framer-v-zw06a .framer-12xkkl3, .framer-9EOS1.framer-v-1akrfsa .framer-1sxn32i, .framer-9EOS1.framer-v-1akrfsa .framer-2g3p2j, .framer-9EOS1.framer-v-1r6d0uq .framer-1sxn32i, .framer-9EOS1.framer-v-1r6d0uq .framer-2g3p2j, .framer-9EOS1.framer-v-1t4sug4 .framer-1sxn32i, .framer-9EOS1.framer-v-1t4sug4 .framer-2g3p2j, .framer-9EOS1.framer-v-syrmtx .framer-1sxn32i, .framer-9EOS1.framer-v-syrmtx .framer-2g3p2j, .framer-9EOS1.framer-v-9cjs5r .framer-1sxn32i, .framer-9EOS1.framer-v-9cjs5r .framer-2g3p2j { order: 1; }\",\".framer-9EOS1.framer-v-zw06a .framer-13r2hlx { order: 2; }\",\".framer-9EOS1.framer-v-1673bme .framer-1shm1k8 { min-height: 440px; }\",\".framer-9EOS1.framer-v-1akrfsa.framer-1r0bizj, .framer-9EOS1.framer-v-1r6d0uq.framer-1r0bizj, .framer-9EOS1.framer-v-1t4sug4.framer-1r0bizj, .framer-9EOS1.framer-v-syrmtx.framer-1r0bizj, .framer-9EOS1.framer-v-9cjs5r.framer-1r0bizj { width: 390px; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-1ly1sg { gap: 0px; order: 0; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-yn28a8, .framer-9EOS1.framer-v-1r6d0uq .framer-yn28a8, .framer-9EOS1.framer-v-1t4sug4 .framer-yn28a8, .framer-9EOS1.framer-v-syrmtx .framer-yn28a8, .framer-9EOS1.framer-v-9cjs5r .framer-yn28a8 { order: 0; overflow: visible; padding: 0px; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-12xkkl3 { aspect-ratio: unset; height: min-content; max-width: 450px; min-width: 280px; order: 1; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-1bpok33 { flex: none; flex-direction: column; max-width: 550px; width: 100%; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-1a61u0x, .framer-9EOS1.framer-v-1r6d0uq .framer-1a61u0x, .framer-9EOS1.framer-v-1t4sug4 .framer-1a61u0x, .framer-9EOS1.framer-v-syrmtx .framer-1a61u0x, .framer-9EOS1.framer-v-9cjs5r .framer-1a61u0x { flex: none; height: var(--framer-aspect-ratio-supported, 251px); width: 100%; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-mxewsy, .framer-9EOS1.framer-v-9cjs5r .framer-mxewsy { align-self: unset; flex: none; gap: 8px; height: 248px; justify-content: flex-start; padding: 16px 16px 8px 16px; width: 100%; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-13r2hlx { grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 450px; min-width: 280px; order: 2; }\",\".framer-9EOS1.framer-v-1akrfsa .framer-1bksa5k, .framer-9EOS1.framer-v-1r6d0uq .framer-1bksa5k, .framer-9EOS1.framer-v-1t4sug4 .framer-1bksa5k, .framer-9EOS1.framer-v-syrmtx .framer-1bksa5k, .framer-9EOS1.framer-v-9cjs5r .framer-1bksa5k { height: var(--framer-aspect-ratio-supported, 229px); }\",\".framer-9EOS1.framer-v-1akrfsa .framer-m15x9h { width: 58%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-v-1akrfsa .framer-1ly1sg, .framer-9EOS1.framer-v-1akrfsa .framer-1bpok33, .framer-9EOS1.framer-v-1akrfsa .framer-mxewsy { gap: 0px; } .framer-9EOS1.framer-v-1akrfsa .framer-1ly1sg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9EOS1.framer-v-1akrfsa .framer-1ly1sg > :first-child, .framer-9EOS1.framer-v-1akrfsa .framer-1bpok33 > :first-child, .framer-9EOS1.framer-v-1akrfsa .framer-mxewsy > :first-child { margin-top: 0px; } .framer-9EOS1.framer-v-1akrfsa .framer-1ly1sg > :last-child, .framer-9EOS1.framer-v-1akrfsa .framer-1bpok33 > :last-child, .framer-9EOS1.framer-v-1akrfsa .framer-mxewsy > :last-child { margin-bottom: 0px; } .framer-9EOS1.framer-v-1akrfsa .framer-1bpok33 > *, .framer-9EOS1.framer-v-1akrfsa .framer-mxewsy > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-9EOS1.framer-v-1r6d0uq .framer-1ly1sg, .framer-9EOS1.framer-v-1t4sug4 .framer-1ly1sg, .framer-9EOS1.framer-v-syrmtx .framer-1ly1sg, .framer-9EOS1.framer-v-9cjs5r .framer-1ly1sg { gap: 0px; }\",\".framer-9EOS1.framer-v-1r6d0uq .framer-12xkkl3 { aspect-ratio: unset; flex-direction: column; height: min-content; max-width: 450px; min-width: 280px; }\",\".framer-9EOS1.framer-v-1r6d0uq .framer-1bpok33 { flex: none; flex-direction: column; width: 100%; }\",\".framer-9EOS1.framer-v-1r6d0uq .framer-mxewsy, .framer-9EOS1.framer-v-1t4sug4 .framer-mxewsy, .framer-9EOS1.framer-v-syrmtx .framer-mxewsy { align-self: unset; flex: none; gap: 0px; height: 248px; justify-content: flex-start; padding: 16px 16px 8px 16px; width: 100%; }\",\".framer-9EOS1.framer-v-1r6d0uq .framer-13r2hlx, .framer-9EOS1.framer-v-1t4sug4 .framer-13r2hlx, .framer-9EOS1.framer-v-syrmtx .framer-13r2hlx, .framer-9EOS1.framer-v-9cjs5r .framer-13r2hlx { grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 450px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-v-1r6d0uq .framer-1ly1sg, .framer-9EOS1.framer-v-1r6d0uq .framer-12xkkl3, .framer-9EOS1.framer-v-1r6d0uq .framer-1bpok33, .framer-9EOS1.framer-v-1r6d0uq .framer-mxewsy { gap: 0px; } .framer-9EOS1.framer-v-1r6d0uq .framer-1ly1sg > *, .framer-9EOS1.framer-v-1r6d0uq .framer-mxewsy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9EOS1.framer-v-1r6d0uq .framer-1ly1sg > :first-child, .framer-9EOS1.framer-v-1r6d0uq .framer-12xkkl3 > :first-child, .framer-9EOS1.framer-v-1r6d0uq .framer-1bpok33 > :first-child, .framer-9EOS1.framer-v-1r6d0uq .framer-mxewsy > :first-child { margin-top: 0px; } .framer-9EOS1.framer-v-1r6d0uq .framer-1ly1sg > :last-child, .framer-9EOS1.framer-v-1r6d0uq .framer-12xkkl3 > :last-child, .framer-9EOS1.framer-v-1r6d0uq .framer-1bpok33 > :last-child, .framer-9EOS1.framer-v-1r6d0uq .framer-mxewsy > :last-child { margin-bottom: 0px; } .framer-9EOS1.framer-v-1r6d0uq .framer-12xkkl3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9EOS1.framer-v-1r6d0uq .framer-1bpok33 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-9EOS1.framer-v-1t4sug4 .framer-12xkkl3, .framer-9EOS1.framer-v-syrmtx .framer-12xkkl3, .framer-9EOS1.framer-v-9cjs5r .framer-12xkkl3 { aspect-ratio: unset; height: min-content; max-width: 450px; }\",\".framer-9EOS1.framer-v-1t4sug4 .framer-1bpok33, .framer-9EOS1.framer-v-syrmtx .framer-1bpok33, .framer-9EOS1.framer-v-9cjs5r .framer-1bpok33 { flex-direction: column; max-width: 450px; min-width: 280px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-v-1t4sug4 .framer-1ly1sg, .framer-9EOS1.framer-v-1t4sug4 .framer-1bpok33, .framer-9EOS1.framer-v-1t4sug4 .framer-mxewsy { gap: 0px; } .framer-9EOS1.framer-v-1t4sug4 .framer-1ly1sg > *, .framer-9EOS1.framer-v-1t4sug4 .framer-mxewsy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9EOS1.framer-v-1t4sug4 .framer-1ly1sg > :first-child, .framer-9EOS1.framer-v-1t4sug4 .framer-1bpok33 > :first-child, .framer-9EOS1.framer-v-1t4sug4 .framer-mxewsy > :first-child { margin-top: 0px; } .framer-9EOS1.framer-v-1t4sug4 .framer-1ly1sg > :last-child, .framer-9EOS1.framer-v-1t4sug4 .framer-1bpok33 > :last-child, .framer-9EOS1.framer-v-1t4sug4 .framer-mxewsy > :last-child { margin-bottom: 0px; } .framer-9EOS1.framer-v-1t4sug4 .framer-1bpok33 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-v-syrmtx .framer-1ly1sg, .framer-9EOS1.framer-v-syrmtx .framer-1bpok33, .framer-9EOS1.framer-v-syrmtx .framer-mxewsy { gap: 0px; } .framer-9EOS1.framer-v-syrmtx .framer-1ly1sg > *, .framer-9EOS1.framer-v-syrmtx .framer-mxewsy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9EOS1.framer-v-syrmtx .framer-1ly1sg > :first-child, .framer-9EOS1.framer-v-syrmtx .framer-1bpok33 > :first-child, .framer-9EOS1.framer-v-syrmtx .framer-mxewsy > :first-child { margin-top: 0px; } .framer-9EOS1.framer-v-syrmtx .framer-1ly1sg > :last-child, .framer-9EOS1.framer-v-syrmtx .framer-1bpok33 > :last-child, .framer-9EOS1.framer-v-syrmtx .framer-mxewsy > :last-child { margin-bottom: 0px; } .framer-9EOS1.framer-v-syrmtx .framer-1bpok33 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9EOS1.framer-v-9cjs5r .framer-1ly1sg, .framer-9EOS1.framer-v-9cjs5r .framer-1bpok33, .framer-9EOS1.framer-v-9cjs5r .framer-mxewsy { gap: 0px; } .framer-9EOS1.framer-v-9cjs5r .framer-1ly1sg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9EOS1.framer-v-9cjs5r .framer-1ly1sg > :first-child, .framer-9EOS1.framer-v-9cjs5r .framer-1bpok33 > :first-child, .framer-9EOS1.framer-v-9cjs5r .framer-mxewsy > :first-child { margin-top: 0px; } .framer-9EOS1.framer-v-9cjs5r .framer-1ly1sg > :last-child, .framer-9EOS1.framer-v-9cjs5r .framer-1bpok33 > :last-child, .framer-9EOS1.framer-v-9cjs5r .framer-mxewsy > :last-child { margin-bottom: 0px; } .framer-9EOS1.framer-v-9cjs5r .framer-1bpok33 > *, .framer-9EOS1.framer-v-9cjs5r .framer-mxewsy > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-9EOS1[data-border=\"true\"]::after, .framer-9EOS1 [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 1785\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SCIsX_PnT\":{\"layout\":[\"fixed\",\"auto\"]},\"BG8Zrl5YM\":{\"layout\":[\"fixed\",\"auto\"]},\"WTGgG7Gv4\":{\"layout\":[\"fixed\",\"auto\"]},\"U6mXJC2jS\":{\"layout\":[\"fixed\",\"auto\"]},\"KowdNbHfL\":{\"layout\":[\"fixed\",\"auto\"]},\"qH1iG0ssW\":{\"layout\":[\"fixed\",\"auto\"]},\"VvKYhuvIs\":{\"layout\":[\"fixed\",\"auto\"]},\"BxzfotneH\":{\"layout\":[\"fixed\",\"auto\"]},\"hvymRVj6y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UV_dkc5fM\":\"click\",\"q80FuttY8\":\"visibleSubtitle\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerrk98J5qWn=withCSS(Component,css,\"framer-9EOS1\");export default Framerrk98J5qWn;Framerrk98J5qWn.displayName=\"Blog Posts\";Framerrk98J5qWn.defaultProps={height:1785,width:800};addPropertyControls(Framerrk98J5qWn,{variant:{options:[\"GbgfdUmD6\",\"SCIsX_PnT\",\"BG8Zrl5YM\",\"WTGgG7Gv4\",\"U6mXJC2jS\",\"KowdNbHfL\",\"qH1iG0ssW\",\"VvKYhuvIs\",\"BxzfotneH\",\"hvymRVj6y\"],optionTitles:[\"all\",\"news\",\"insights\",\"events\",\"awards\",\"phone-all\",\"phone-news\",\"phone-insights\",\"phone-events\",\"phone-awards\"],title:\"Variant\",type:ControlType.Enum},UV_dkc5fM:{title:\"Click\",type:ControlType.EventHandler},q80FuttY8:{defaultValue:false,title:\"Visible Subtitle\",type:ControlType.Boolean}});addFonts(Framerrk98J5qWn,[{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\"}]},...FilterFonts,...LoadMore2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerrk98J5qWn\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"800\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SCIsX_PnT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BG8Zrl5YM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WTGgG7Gv4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U6mXJC2jS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KowdNbHfL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qH1iG0ssW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VvKYhuvIs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BxzfotneH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hvymRVj6y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"UV_dkc5fM\\\":\\\"click\\\",\\\"q80FuttY8\\\":\\\"visibleSubtitle\\\"}\",\"framerIntrinsicHeight\":\"1785\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "LINES", "withLineTruncate", "Component", "props", "styles", "p", "l", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Wld3NDzSj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapn9xadi", "args", "isDisplayed", "ref1", "pe", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "MotionDivWithFXWithOptimizedAppearEffect", "MotionDivWithFX", "css", "Framersj1biUmbS", "withCSS", "sj1biUmbS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FilterFonts", "getFonts", "VNTShdYdK_default", "RichTextDefault1", "withLineTruncate", "RichText2", "LoadMore2Fonts", "sj1biUmbS_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate1", "_", "t", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData1", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "visibleSubtitle", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "UV_dkc5fM", "q80FuttY8", "jLy72b3seXEST551uO", "KOeluyjR_XEST551uO", "BlN0PoU_TXEST551uO", "Dm8q4a7x5XEST551uO", "BudllKANXXEST551uO", "wrI7EG04lXEST551uO", "idXEST551uO", "jLy72b3sec0mrI7es5", "KOeluyjR_c0mrI7es5", "BudllKANXc0mrI7es5", "wrI7EG04lc0mrI7es5", "BlN0PoU_Tc0mrI7es5", "Dm8q4a7x5c0mrI7es5", "idc0mrI7es5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "sPmExDi1Aepjkcz", "args", "sPmExDi1A1tjf47r", "sPmExDi1Afxla0p", "Wld3NDzSj1tpozs3", "overlay", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "cx", "serializationHash", "addPropertyOverrides", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "VNTShdYdK_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "ChildrenCanSuspend", "QueryData", "oYb2rvJPA_default", "collection", "l", "i", "textContent", "toDateString", "textContent1", "enumToDisplayNameFunctions", "PathVariablesContext", "Link", "Image2", "toResponsiveImage", "getLoadingLazyAtYPosition", "RichText2", "RichTextDefault1", "collection1", "paginationInfo1", "loadMore1", "textContent2", "textContent3", "textContent4", "transformTemplate1", "sj1biUmbS_default", "loaderVariants", "css", "Framerrk98J5qWn", "withCSS", "rk98J5qWn_default", "addPropertyControls", "ControlType", "addFonts", "FilterFonts", "LoadMore2Fonts", "getFontsFromSharedStyle", "fonts"]
}
