{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mxE6UojUm875cjJnF8UE/crqKQnGNjGMFZd0dEG6m/gq7dVZeqa.js", "ssg:https://framerusercontent.com/modules/4HDZgfHrG5hyB7Q0B1Sy/LnExDgAE3wxmhKtci9XG/my09XJijX.js", "ssg:https://framerusercontent.com/modules/xbOHpLKXsHApakav2W8K/45Rabbx04dm0BAecOXXm/NX0O_bSpR.js", "ssg:https://framerusercontent.com/modules/jvM0ZLx4ipYaBxcrSh69/rE8sjy1oaJ0Xd8DSVZfi/cNlto_Oli.js"],
  "sourcesContent": ["// Generated by Framer (32e10d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/7WEEir7bEE5bTRbro6L5/RSUCd3bmgTSpOAuS5Mxs/GiLAKWVpB.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/usCV9QsxfTFyPzJMa0XX/qUUmxxyWmigFkjKWQ7fo/rgOrMEYj1.js\";const enabledGestures={kOB7sBvxZ:{hover:true}};const serializationHash=\"framer-qWTnX\";const variantClassNames={kOB7sBvxZ:\"framer-v-1ac17v4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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 numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};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 getProps=({height,id,image,link,publishDate,timeToReadMin,title,width,...props})=>{return{...props,EWshFxKwB:publishDate??props.EWshFxKwB??\"1970-01-01T00:00:00.000Z\",fj7t6JmNa:timeToReadMin??props.fj7t6JmNa,gfVtKhp6Q:title??props.gfVtKhp6Q??\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",ny3cNqLR_:image??props.ny3cNqLR_??{src:\"https://framerusercontent.com/images/ZW46cSSkaPUG66rlDBl6riCA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZW46cSSkaPUG66rlDBl6riCA.jpg?scale-down-to=1024 684w,https://framerusercontent.com/images/ZW46cSSkaPUG66rlDBl6riCA.jpg?scale-down-to=2048 1368w,https://framerusercontent.com/images/ZW46cSSkaPUG66rlDBl6riCA.jpg?scale-down-to=4096 2736w,https://framerusercontent.com/images/ZW46cSSkaPUG66rlDBl6riCA.jpg 2749w\"},O83m41AIk:link??props.O83m41AIk};};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,gfVtKhp6Q,fj7t6JmNa,EWshFxKwB,ny3cNqLR_,O83m41AIk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"kOB7sBvxZ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(EWshFxKwB,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const textContent1=numberToString(fj7t6JmNa,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const defaultLayoutId=React.useId();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__*/_jsx(Link,{href:O83m41AIk,nodeId:\"kOB7sBvxZ\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ac17v4\",className,classNames)} framer-9s6f9n`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kOB7sBvxZ\",ref:ref??ref1,style:{backgroundColor:\"var(--token-2e59257e-b4c7-480b-86d7-632a1e7cd670, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 4px 0px rgba(0,0,0,0.25)\",...style},...addPropertyOverrides({\"kOB7sBvxZ-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e75ksk\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"WGAnGom4i\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4115,intrinsicWidth:2749,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+10+(((componentViewport?.height||417.5)-20-397.5)/2+0+0)+0),pixelHeight:4115,pixelWidth:2749,sizes:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,...toResponsiveImage(ny3cNqLR_)},className:\"framer-1eeehka\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"FlbzDovBp\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({\"kOB7sBvxZ-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4115,intrinsicWidth:2749,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+10+(((componentViewport?.height||417.5)-20-397.5)/2+0+0)+-6.25),pixelHeight:4115,pixelWidth:2749,sizes:`calc((${componentViewport?.width||\"100vw\"} - 20px) * 1.05)`,...toResponsiveImage(ny3cNqLR_)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17ehi8y\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"h57n1hiOn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ub3zm2\",\"data-framer-name\":\"sub+title\",layoutDependency:layoutDependency,layoutId:\"JyEyD7fU8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a0t187\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"EJBUVAbEv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c5jz7l\",\"data-styles-preset\":\"GiLAKWVpB\",children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"})}),className:\"framer-16nxhru\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ki3VrYUav\",text:gfVtKhp6Q,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ocjgn6\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"MvQ66l887\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(10, 10, 10, 0.5))\"},children:\"January 1, 1970\"})}),className:\"framer-cz2no7\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bNR23Rzvs\",style:{\"--extracted-r6o4lv\":\"rgba(10, 10, 10, 0.5)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ul2ym4\",\"data-framer-name\":\"texts\",layoutDependency:layoutDependency,layoutId:\"dVpPaCUsv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(10, 10, 10, 0.5))\"},children:\"0\"})}),className:\"framer-w0hupk\",\"data-framer-name\":\"Time\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S1L71fTAA\",style:{\"--extracted-r6o4lv\":\"rgba(10, 10, 10, 0.5)\"},text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(10, 10, 10, 0.5))\"},children:\"min read\"})}),className:\"framer-1wclcyo\",\"data-framer-name\":\"min read\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UWTbgqW4Y\",style:{\"--extracted-r6o4lv\":\"rgba(10, 10, 10, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qWTnX.framer-9s6f9n, .framer-qWTnX .framer-9s6f9n { display: block; }\",\".framer-qWTnX.framer-1ac17v4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 10px; position: relative; text-decoration: none; width: 425px; }\",\".framer-qWTnX .framer-1e75ksk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 250px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qWTnX .framer-1eeehka { flex: none; height: 100%; overflow: visible; position: relative; width: 100%; }\",\".framer-qWTnX .framer-17ehi8y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: 100%; }\",\".framer-qWTnX .framer-1ub3zm2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-qWTnX .framer-1a0t187 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qWTnX .framer-16nxhru { flex: none; height: 62px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qWTnX .framer-ocjgn6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qWTnX .framer-cz2no7, .framer-qWTnX .framer-w0hupk, .framer-qWTnX .framer-1wclcyo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qWTnX .framer-1ul2ym4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qWTnX.framer-1ac17v4, .framer-qWTnX .framer-1e75ksk, .framer-qWTnX .framer-17ehi8y, .framer-qWTnX .framer-1ub3zm2, .framer-qWTnX .framer-1a0t187, .framer-qWTnX .framer-ocjgn6, .framer-qWTnX .framer-1ul2ym4 { gap: 0px; } .framer-qWTnX.framer-1ac17v4 > *, .framer-qWTnX .framer-17ehi8y > *, .framer-qWTnX .framer-1ub3zm2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qWTnX.framer-1ac17v4 > :first-child, .framer-qWTnX .framer-17ehi8y > :first-child, .framer-qWTnX .framer-1ub3zm2 > :first-child, .framer-qWTnX .framer-1a0t187 > :first-child { margin-top: 0px; } .framer-qWTnX.framer-1ac17v4 > :last-child, .framer-qWTnX .framer-17ehi8y > :last-child, .framer-qWTnX .framer-1ub3zm2 > :last-child, .framer-qWTnX .framer-1a0t187 > :last-child { margin-bottom: 0px; } .framer-qWTnX .framer-1e75ksk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qWTnX .framer-1e75ksk > :first-child, .framer-qWTnX .framer-ocjgn6 > :first-child, .framer-qWTnX .framer-1ul2ym4 > :first-child { margin-left: 0px; } .framer-qWTnX .framer-1e75ksk > :last-child, .framer-qWTnX .framer-ocjgn6 > :last-child, .framer-qWTnX .framer-1ul2ym4 > :last-child { margin-right: 0px; } .framer-qWTnX .framer-1a0t187 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qWTnX .framer-ocjgn6 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-qWTnX .framer-1ul2ym4 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-qWTnX.framer-v-1ac17v4.hover .framer-1eeehka { height: 105%; width: 105%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 417.5\n * @framerIntrinsicWidth 425\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xfNAswHIT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gfVtKhp6Q\":\"title\",\"fj7t6JmNa\":\"timeToReadMin\",\"EWshFxKwB\":\"publishDate\",\"ny3cNqLR_\":\"image\",\"O83m41AIk\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framergq7dVZeqa=withCSS(Component,css,\"framer-qWTnX\");export default Framergq7dVZeqa;Framergq7dVZeqa.displayName=\"Blog Card 2\";Framergq7dVZeqa.defaultProps={height:417.5,width:425};addPropertyControls(Framergq7dVZeqa,{gfVtKhp6Q:{defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",displayTextArea:false,title:\"Title\",type:ControlType.String},fj7t6JmNa:{defaultValue:0,title:\"Time To Read (min)\",type:ControlType.Number},EWshFxKwB:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Publish Date\",type:ControlType.Date},ny3cNqLR_:{__defaultAssetReference:\"data:framer/asset-reference,ZW46cSSkaPUG66rlDBl6riCA.jpg?originalFilename=photo-1519010470956-6d877008eaa4%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxNHx8Y2l0eXxlbnwwfHx8fDE3MDM0MTA5MTV8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},O83m41AIk:{title:\"Link\",type:ControlType.Link}});addFonts(Framergq7dVZeqa,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergq7dVZeqa\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"417.5\",\"framerVariables\":\"{\\\"gfVtKhp6Q\\\":\\\"title\\\",\\\"fj7t6JmNa\\\":\\\"timeToReadMin\\\",\\\"EWshFxKwB\\\":\\\"publishDate\\\",\\\"ny3cNqLR_\\\":\\\"image\\\",\\\"O83m41AIk\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"425\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xfNAswHIT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gq7dVZeqa.map", "// Generated by Framer (18b201b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-MSdJR .framer-styles-preset-1o85oam:not(.rich-text-wrapper), .framer-MSdJR .framer-styles-preset-1o85oam.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-59bf0194-9ed9-4515-8acc-e0120f1c0993, #ff7f32); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-59bf0194-9ed9-4515-8acc-e0120f1c0993, #ff7f32); }\"];export const className=\"framer-MSdJR\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6807895)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Italic\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-Ennvf .framer-styles-preset-vrnmhm { --framer-blockquote-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-size: 16px; --framer-blockquote-font-style: italic; --framer-blockquote-font-style-bold: normal; --framer-blockquote-font-style-bold-italic: italic; --framer-blockquote-font-style-italic: italic; --framer-blockquote-font-variation-axes: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-font-weight-bold: 700; --framer-blockquote-font-weight-bold-italic: 700; --framer-blockquote-font-weight-italic: 400; --framer-blockquote-letter-spacing: 0em; --framer-blockquote-line-height: 1.8em; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-color: #999999; --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 22px; position: relative; }','.framer-Ennvf .framer-styles-preset-vrnmhm::before { background-color: #ddd; border-radius: 1px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 2px; }'];export const className=\"framer-Ennvf\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (18b201b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BlogCard2 from\"#framer/local/canvasComponent/gq7dVZeqa/gq7dVZeqa.js\";import NavigationFooter from\"#framer/local/canvasComponent/mKi0anJwt/mKi0anJwt.js\";import NavigationNavBar from\"#framer/local/canvasComponent/NvEMI9F73/NvEMI9F73.js\";import WhatsappBubble from\"#framer/local/canvasComponent/tgNLDknny/tgNLDknny.js\";import Blog from\"#framer/local/collection/k8eb6OYNe/k8eb6OYNe.js\";import*as sharedStyle from\"#framer/local/css/cpwF0WKAN/cpwF0WKAN.js\";import*as sharedStyle3 from\"#framer/local/css/GiLAKWVpB/GiLAKWVpB.js\";import*as sharedStyle2 from\"#framer/local/css/GyyhZkl87/GyyhZkl87.js\";import*as sharedStyle5 from\"#framer/local/css/my09XJijX/my09XJijX.js\";import*as sharedStyle6 from\"#framer/local/css/NX0O_bSpR/NX0O_bSpR.js\";import*as sharedStyle1 from\"#framer/local/css/rgOrMEYj1/rgOrMEYj1.js\";import*as sharedStyle4 from\"#framer/local/css/V3S1Hr_Gq/V3S1Hr_Gq.js\";import metadataProvider from\"#framer/local/webPageMetadata/cNlto_Oli/cNlto_Oli.js\";const WhatsappBubbleFonts=getFonts(WhatsappBubble);const NavigationNavBarFonts=getFonts(NavigationNavBar);const BlogCard2Fonts=getFonts(BlogCard2);const NavigationFooterFonts=getFonts(NavigationFooter);const breakpoints={GdqOogX0M:\"(max-width: 809px)\",HmRQNKn_I:\"(min-width: 810px) and (max-width: 1199px)\",uHNSgEfVu:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PcTvT\";const variantClassNames={GdqOogX0M:\"framer-v-duoxa1\",HmRQNKn_I:\"framer-v-s6aq5d\",uHNSgEfVu:\"framer-v-1a8kezr\"};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"uHNSgEfVu\",Phone:\"GdqOogX0M\",Tablet:\"HmRQNKn_I\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uHNSgEfVu\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"cNlto_Oli\",data:Blog,type:\"Collection\"},select:[{collection:\"cNlto_Oli\",name:\"bfB8UVrhc\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"ljepAC0fa\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"Di0jLz3N4\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"JEClYTGY6\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"DhFpCmFll\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"eiMuhs8ns\",type:\"Identifier\"},{collection:\"cNlto_Oli\",name:\"e9i8qlgFj\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"cNlto_Oli\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,bfB8UVrhc=getFromCurrentRouteData(\"bfB8UVrhc\")??\"\",ljepAC0fa=getFromCurrentRouteData(\"ljepAC0fa\"),JEClYTGY6=getFromCurrentRouteData(\"JEClYTGY6\")??0,Di0jLz3N4=getFromCurrentRouteData(\"Di0jLz3N4\"),e9i8qlgFj=getFromCurrentRouteData(\"e9i8qlgFj\")??\"\",bfB8UVrhcJM1lNalCr,JEClYTGY6JM1lNalCr,ljepAC0faJM1lNalCr,Di0jLz3N4JM1lNalCr,vxlTCs4PtJM1lNalCr,idJM1lNalCr,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(ljepAC0fa,activeLocaleCode);const textContent1=numberToString(JEClYTGY6,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uHNSgEfVu\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2e59257e-b4c7-480b-86d7-632a1e7cd670, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1a8kezr\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{width:\"70px\",y:880},HmRQNKn_I:{width:\"70px\",y:880.0167}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:898,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r1gzta-container\",layoutScroll:true,nodeId:\"M91Gg6yap\",scopeId:\"cNlto_Oli\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{style:{width:\"100%\"},variant:\"HBEuTUu49\"},HmRQNKn_I:{style:{width:\"100%\"},variant:\"RmvrelZUN\"}},children:/*#__PURE__*/_jsx(WhatsappBubble,{height:\"100%\",id:\"M91Gg6yap\",layoutId:\"M91Gg6yap\",variant:\"ZRIFBgShl\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"min(90vw, 1100px)\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sa1nks-container\",layoutScroll:true,nodeId:\"aLt_Ehpe3\",scopeId:\"cNlto_Oli\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{variant:\"OJbsaliCD\"},HmRQNKn_I:{variant:\"OJbsaliCD\"}},children:/*#__PURE__*/_jsx(NavigationNavBar,{height:\"100%\",id:\"aLt_Ehpe3\",layoutId:\"aLt_Ehpe3\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"SgJjfF2Pv\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1ydi24o\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tcirum\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qoet5n\",\"data-styles-preset\":\"cpwF0WKAN\",children:\"Transforme seu Supermercado com o PDV e ERP da Logus Retail\"})}),className:\"framer-1m1z23d\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:bfB8UVrhc,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vc34on\",\"data-framer-name\":\"Additional Info\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"rgba(10, 10, 10, 0.5)\"},children:\"Dec 5, 2024\"})}),className:\"framer-18corq7\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"rgba(10, 10, 10, 0.5)\"},children:\"|\"})}),className:\"framer-1f3iect\",\"data-framer-name\":\"Separator\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l786bh\",\"data-framer-name\":\"Time To Read\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"rgba(10, 10, 10, 0.5)\"},children:\"2\"})}),className:\"framer-6yqecn\",\"data-framer-name\":\"Time To Read\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1jigmkh\",\"data-styles-preset\":\"rgOrMEYj1\",style:{\"--framer-text-color\":\"rgba(10, 10, 10, 0.5)\"},children:\"minutos de leitura\"})}),className:\"framer-18ofjc7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+80+97.8),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1300px)`,...toResponsiveImage(Di0jLz3N4)}},HmRQNKn_I:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+80+97.8),sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1300px)`,...toResponsiveImage(Di0jLz3N4)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+80+97.8),sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1300px)`,...toResponsiveImage(Di0jLz3N4)},className:\"framer-1rjqlgv\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1st3mgz\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:e9i8qlgFj,className:\"framer-7ou5t7\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1o85oam\",blockquote:\"framer-styles-preset-vrnmhm\",h1:\"framer-styles-preset-1fp0zvd\",h2:\"framer-styles-preset-qoet5n\",h3:\"framer-styles-preset-1c5jz7l\",h4:\"framer-styles-preset-9yap9v\",p:\"framer-styles-preset-1jigmkh\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vhlgm3\",\"data-framer-name\":\"Related Articles Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-n218z9\",\"data-framer-name\":\"Related Articles\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{query:{from:{alias:\"JM1lNalCr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"JEClYTGY6\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"ljepAC0fa\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"Di0jLz3N4\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"vxlTCs4Pt\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:bfB8UVrhc},type:\"BinaryOperation\"}}}},HmRQNKn_I:{query:{from:{alias:\"JM1lNalCr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"JEClYTGY6\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"ljepAC0fa\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"Di0jLz3N4\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"vxlTCs4Pt\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:bfB8UVrhc},type:\"BinaryOperation\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JM1lNalCr\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"JEClYTGY6\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"ljepAC0fa\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"Di0jLz3N4\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"vxlTCs4Pt\",type:\"Identifier\"},{collection:\"JM1lNalCr\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JM1lNalCr\",name:\"bfB8UVrhc\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:bfB8UVrhc},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bfB8UVrhc:bfB8UVrhcJM1lNalCr,Di0jLz3N4:Di0jLz3N4JM1lNalCr,id:idJM1lNalCr,JEClYTGY6:JEClYTGY6JM1lNalCr,ljepAC0fa:ljepAC0faJM1lNalCr,vxlTCs4Pt:vxlTCs4PtJM1lNalCr},index)=>{bfB8UVrhcJM1lNalCr??=\"\";JEClYTGY6JM1lNalCr??=0;vxlTCs4PtJM1lNalCr??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`JM1lNalCr-${idJM1lNalCr}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vxlTCs4Pt:vxlTCs4PtJM1lNalCr},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{vxlTCs4Pt:vxlTCs4PtJM1lNalCr},webPageId:\"cNlto_Oli\"},implicitPathVariables:undefined},{href:{pathVariables:{vxlTCs4Pt:vxlTCs4PtJM1lNalCr},webPageId:\"cNlto_Oli\"},implicitPathVariables:undefined},{href:{pathVariables:{vxlTCs4Pt:vxlTCs4PtJM1lNalCr},webPageId:\"cNlto_Oli\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1300px) - 10px)`,y:(componentViewport?.y||0)+120+0+80+513.8+20+0+0+0},HmRQNKn_I:{width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1300px) - 10px, 1px)`,y:(componentViewport?.y||0)+120+0+80+613.8+20+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1300px) - 10px, 1px)`,y:(componentViewport?.y||0)+120+0+80+763.8+20+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oli8oc-container\",nodeId:\"tfSPoYQEN\",scopeId:\"cNlto_Oli\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{O83m41AIk:resolvedLinks[2]},HmRQNKn_I:{O83m41AIk:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(BlogCard2,{EWshFxKwB:ljepAC0faJM1lNalCr,fj7t6JmNa:JEClYTGY6JM1lNalCr,gfVtKhp6Q:bfB8UVrhcJM1lNalCr,height:\"100%\",id:\"tfSPoYQEN\",layoutId:\"tfSPoYQEN\",ny3cNqLR_:toResponsiveImage(Di0jLz3N4JM1lNalCr),O83m41AIk:resolvedLinks[0],style:{width:\"100%\"},width:\"100%\"})})})})})})})},idJM1lNalCr);})})})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-13ii1i\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+120+1035.8+0+0},HmRQNKn_I:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+120+1135.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:292,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+120+1285.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g26jj-container\",nodeId:\"yTF2skSA8\",scopeId:\"cNlto_Oli\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GdqOogX0M:{variant:\"OEij7UgX_\"},HmRQNKn_I:{variant:\"bVk6oWAF3\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"yTF2skSA8\",layoutId:\"yTF2skSA8\",style:{width:\"100%\"},variant:\"Nv1WrDwPR\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PcTvT.framer-3hq4xa, .framer-PcTvT .framer-3hq4xa { display: block; }\",\".framer-PcTvT.framer-1a8kezr { align-content: center; align-items: center; background-color: var(--token-2e59257e-b4c7-480b-86d7-632a1e7cd670, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-PcTvT .framer-1r1gzta-container { bottom: 32px; flex: none; height: auto; position: fixed; right: 32px; width: auto; z-index: 10; }\",\".framer-PcTvT .framer-sa1nks-container { flex: none; height: auto; left: 50%; max-width: 1100px; position: fixed; top: 20px; transform: translateX(-50%); width: 90%; z-index: 7; }\",\".framer-PcTvT .framer-1ydi24o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1300px; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-tcirum, .framer-PcTvT .framer-13ii1i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-1m1z23d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PcTvT .framer-1vc34on { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-18corq7, .framer-PcTvT .framer-1f3iect, .framer-PcTvT .framer-6yqecn, .framer-PcTvT .framer-18ofjc7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PcTvT .framer-l786bh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PcTvT .framer-1rjqlgv { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25); flex: none; height: 500px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-1st3mgz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-7ou5t7 { --framer-paragraph-spacing: 32px; flex: 2 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-PcTvT .framer-1vhlgm3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 5px 5px 5px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-n218z9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-PcTvT .framer-1oli8oc-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-PcTvT .framer-1g26jj-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-PcTvT.framer-1a8kezr { padding: 120px 30px 0px 30px; width: 810px; } .framer-PcTvT .framer-1r1gzta-container { bottom: 50px; right: 50px; width: 70px; } .framer-PcTvT .framer-1rjqlgv { height: 350px; } .framer-PcTvT .framer-1st3mgz { flex-direction: column; gap: 50px; } .framer-PcTvT .framer-7ou5t7 { flex: none; width: 100%; }}\",\"@media (max-width: 809px) { .framer-PcTvT.framer-1a8kezr { padding: 120px 20px 0px 20px; width: 390px; } .framer-PcTvT .framer-1r1gzta-container { bottom: 50px; right: 50px; width: 70px; } .framer-PcTvT .framer-1rjqlgv { height: 250px; } .framer-PcTvT .framer-1st3mgz { flex-direction: column; gap: 50px; } .framer-PcTvT .framer-7ou5t7, .framer-PcTvT .framer-1oli8oc-container { flex: none; width: 100%; } .framer-PcTvT .framer-n218z9 { flex-direction: column; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3542.8\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HmRQNKn_I\":{\"layout\":[\"fixed\",\"auto\"]},\"GdqOogX0M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramercNlto_Oli=withCSS(Component,css,\"framer-PcTvT\");export default FramercNlto_Oli;FramercNlto_Oli.displayName=\"Blog\";FramercNlto_Oli.defaultProps={height:3542.8,width:1200};addFonts(FramercNlto_Oli,[{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...WhatsappBubbleFonts,...NavigationNavBarFonts,...BlogCard2Fonts,...NavigationFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercNlto_Oli\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HmRQNKn_I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GdqOogX0M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"3542.8\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "numberToString", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "link", "publishDate", "timeToReadMin", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "className", "layoutId", "gfVtKhp6Q", "fj7t6JmNa", "EWshFxKwB", "ny3cNqLR_", "O83m41AIk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "Framergq7dVZeqa", "withCSS", "gq7dVZeqa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "WhatsappBubbleFonts", "getFonts", "tgNLDknny_default", "NavigationNavBarFonts", "NvEMI9F73_default", "BlogCard2Fonts", "gq7dVZeqa_default", "NavigationFooterFonts", "mKi0anJwt_default", "breakpoints", "serializationHash", "variantClassNames", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "numberToString", "options", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "number", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "k8eb6OYNe_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "bfB8UVrhc", "ljepAC0fa", "JEClYTGY6", "Di0jLz3N4", "e9i8qlgFj", "bfB8UVrhcJM1lNalCr", "JEClYTGY6JM1lNalCr", "ljepAC0faJM1lNalCr", "Di0jLz3N4JM1lNalCr", "vxlTCs4PtJM1lNalCr", "idJM1lNalCr", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "tgNLDknny_default", "NvEMI9F73_default", "RichText", "x", "getLoadingLazyAtYPosition", "Image2", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "gq7dVZeqa_default", "mKi0anJwt_default", "css", "FramercNlto_Oli", "withCSS", "cNlto_Oli_default", "addFonts", "WhatsappBubbleFonts", "NavigationNavBarFonts", "BlogCard2Fonts", "NavigationFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
