{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/n1uwogyhgzWvXkb0QqfL/HKweuAoSmVU98AENwTkw/fvSdmmKPT.js"],
  "sourcesContent": ["// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import FooterDefault from\"#framer/local/canvasComponent/AYzIYIP8S/AYzIYIP8S.js\";import OverlayMenu from\"#framer/local/canvasComponent/FyE6OCYQn/FyE6OCYQn.js\";import PostPreview from\"#framer/local/canvasComponent/vZt0DjGe2/vZt0DjGe2.js\";import MenuHeader from\"#framer/local/canvasComponent/X6oEkktFE/X6oEkktFE.js\";import Blog from\"#framer/local/collection/wODx56Y_a/wODx56Y_a.js\";import metadataProvider from\"#framer/local/webPageMetadata/fvSdmmKPT/fvSdmmKPT.js\";const MenuHeaderFonts=getFonts(MenuHeader);const OverlayMenuFonts=getFonts(OverlayMenu);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const PostPreviewFonts=getFonts(PostPreview);const MotionDivWithFX=withFX(motion.div);const FooterDefaultFonts=getFonts(FooterDefault);const breakpoints={cq2eNp2h6:\"(min-width: 1400px)\",OMPdwTBf2:\"(min-width: 810px) and (max-width: 1399px)\",vUHwrZNCE:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-hSlZL\";const variantClassNames={cq2eNp2h6:\"framer-v-8s81xy\",OMPdwTBf2:\"framer-v-1ysylo7\",vUHwrZNCE:\"framer-v-1sypj09\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition1={damping:80,delay:0,mass:1,stiffness:600,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition2={delay:0,duration:1.1,ease:[0,.4,.2,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:150};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"cq2eNp2h6\",Phone:\"vUHwrZNCE\",Tablet:\"OMPdwTBf2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cq2eNp2h6\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZvyX_7YtnUq_U0OL4J,mhAxjbbOuUq_U0OL4J,RRl8iTYbcUq_U0OL4J,Xk6l8g9OZUq_U0OL4J,jwLRzAFgeUq_U0OL4J,idUq_U0OL4J,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const YzveV7RFq3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const GGoJXqWPF1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cq2eNp2h6\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-8s81xy\",className),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1spckas\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-pkrbzf-container\",id:\"pkrbzf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{variant:\"XndogN1gS\"},vUHwrZNCE:{variant:\"XndogN1gS\"}},children:/*#__PURE__*/_jsx(MenuHeader,{height:\"100%\",id:\"P_vej_NTs\",layoutId:\"P_vej_NTs\",style:{width:\"100%\"},variant:\"mS4HdXVUa\",width:\"100%\",YzveV7RFq:YzveV7RFq3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.7,ease:[0,.4,.5,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-122qgmu\"),\"data-framer-portal-id\":\"pkrbzf\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"BTKG2rHNz\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1w55x7f-container\"),\"data-framer-portal-id\":\"pkrbzf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{variant:\"jfDDgv6bt\"},vUHwrZNCE:{variant:\"jfDDgv6bt\"}},children:/*#__PURE__*/_jsx(OverlayMenu,{GGoJXqWPF:GGoJXqWPF1wnntms({overlay}),height:\"100%\",id:\"jDnDQ9xz4\",layoutId:\"jDnDQ9xz4\",style:{height:\"100%\",width:\"100%\"},variant:\"B2WmGR4oK\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tzd4pc\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-16nae4l\",\"data-framer-appear-id\":\"16nae4l\",\"data-framer-name\":\"Hero\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-13dboqv\",\"data-framer-appear-id\":\"13dboqv\",\"data-framer-name\":\"Text\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f1pt8t\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vUHwrZNCE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(10, 15, 28)\"},children:\"Knowledge center\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(10, 15, 28)\"},children:\"Knowledge center\"})}),className:\"framer-d7wgeb\",fonts:[\"GF;Alexandria-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vUHwrZNCE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(10, 15, 28)\"},children:\"Your go-to source for payment insights and answers\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(10, 15, 28)\"},children:\"Your go-to source for payment insights and answers\"})}),className:\"framer-1kxa6mb\",fonts:[\"GF;Manrope-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gpcqay\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Uq_U0OL4J\",data:Blog,type:\"Collection\"},orderBy:[{collection:\"Uq_U0OL4J\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"Uq_U0OL4J\",name:\"ZvyX_7Ytn\",type:\"Identifier\"},{collection:\"Uq_U0OL4J\",name:\"mhAxjbbOu\",type:\"Identifier\"},{collection:\"Uq_U0OL4J\",name:\"RRl8iTYbc\",type:\"Identifier\"},{collection:\"Uq_U0OL4J\",name:\"Xk6l8g9OZ\",type:\"Identifier\"},{collection:\"Uq_U0OL4J\",name:\"jwLRzAFge\",type:\"Identifier\"},{collection:\"Uq_U0OL4J\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idUq_U0OL4J,jwLRzAFge:jwLRzAFgeUq_U0OL4J,mhAxjbbOu:mhAxjbbOuUq_U0OL4J,RRl8iTYbc:RRl8iTYbcUq_U0OL4J,Xk6l8g9OZ:Xk6l8g9OZUq_U0OL4J,ZvyX_7Ytn:ZvyX_7YtnUq_U0OL4J},index)=>{mhAxjbbOuUq_U0OL4J??=\"\";Xk6l8g9OZUq_U0OL4J??=\"\";jwLRzAFgeUq_U0OL4J??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Uq_U0OL4J-${idUq_U0OL4J}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jwLRzAFge:jwLRzAFgeUq_U0OL4J},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{jwLRzAFge:jwLRzAFgeUq_U0OL4J},webPageId:\"UMPtRUsaZ\"},implicitPathVariables:undefined},{href:{pathVariables:{jwLRzAFge:jwLRzAFgeUq_U0OL4J},webPageId:\"UMPtRUsaZ\"},implicitPathVariables:undefined},{href:{pathVariables:{jwLRzAFge:jwLRzAFgeUq_U0OL4J},webPageId:\"UMPtRUsaZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 2, 200px)`},vUHwrZNCE:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+130+0+269.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:474,width:`max((${componentViewport?.width||\"100vw\"} - 160px) / 3, 200px)`,y:(componentViewport?.y||0)+0+0+0+130+0+410.59999999999997+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msqidw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{G_nQnfwFx:resolvedLinks[1]},vUHwrZNCE:{G_nQnfwFx:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(PostPreview,{G_nQnfwFx:resolvedLinks[0],H3ayhJ6Ly:mhAxjbbOuUq_U0OL4J,height:\"100%\",id:\"QVe4XKLmJ\",layoutId:\"QVe4XKLmJ\",niN0X1LeT:Xk6l8g9OZUq_U0OL4J,style:{width:\"100%\"},vSa5xoedM:toResponsiveImage(RRl8iTYbcUq_U0OL4J),width:\"100%\",x3ochHN8e:toDateString(ZvyX_7YtnUq_U0OL4J,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode)})})})})})})})},idUq_U0OL4J);})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{y:(componentViewport?.y||0)+0+0+0+2122.6},vUHwrZNCE:{y:(componentViewport?.y||0)+0+0+0+3523.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:750,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+1608.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ngd9n2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OMPdwTBf2:{variant:\"bI26h4eB7\"},vUHwrZNCE:{variant:\"eW9GhI9T3\"}},children:/*#__PURE__*/_jsx(FooterDefault,{height:\"100%\",id:\"jzI0WWBaa\",layoutId:\"jzI0WWBaa\",style:{width:\"100%\"},variant:\"MiEgK8RY2\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hSlZL.framer-122vwmj, .framer-hSlZL .framer-122vwmj { display: block; }\",\".framer-hSlZL.framer-8s81xy { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-hSlZL .framer-1spckas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hSlZL .framer-pkrbzf-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 5; }\",\".framer-hSlZL.framer-122qgmu { background-color: rgba(10, 15, 28, 0.25); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-hSlZL.framer-1w55x7f-container { flex: none; height: 100vh; position: fixed; right: 0px; top: 0px; width: 360px; z-index: 10; }\",\".framer-hSlZL .framer-1tzd4pc { 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-hSlZL .framer-16nae4l { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-hSlZL .framer-13dboqv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hSlZL .framer-f1pt8t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hSlZL .framer-d7wgeb { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hSlZL .framer-1kxa6mb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hSlZL .framer-gpcqay { background-color: #ffffff; display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-hSlZL .framer-1msqidw-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-hSlZL .framer-ngd9n2-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hSlZL.framer-8s81xy, .framer-hSlZL .framer-1spckas, .framer-hSlZL .framer-1tzd4pc, .framer-hSlZL .framer-16nae4l, .framer-hSlZL .framer-13dboqv, .framer-hSlZL .framer-f1pt8t { gap: 0px; } .framer-hSlZL.framer-8s81xy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hSlZL.framer-8s81xy > :first-child, .framer-hSlZL .framer-1spckas > :first-child, .framer-hSlZL .framer-1tzd4pc > :first-child, .framer-hSlZL .framer-16nae4l > :first-child, .framer-hSlZL .framer-13dboqv > :first-child { margin-top: 0px; } .framer-hSlZL.framer-8s81xy > :last-child, .framer-hSlZL .framer-1spckas > :last-child, .framer-hSlZL .framer-1tzd4pc > :last-child, .framer-hSlZL .framer-16nae4l > :last-child, .framer-hSlZL .framer-13dboqv > :last-child { margin-bottom: 0px; } .framer-hSlZL .framer-1spckas > *, .framer-hSlZL .framer-1tzd4pc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hSlZL .framer-16nae4l > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-hSlZL .framer-13dboqv > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-hSlZL .framer-f1pt8t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hSlZL .framer-f1pt8t > :first-child { margin-left: 0px; } .framer-hSlZL .framer-f1pt8t > :last-child { margin-right: 0px; } }\",\"@media (min-width: 810px) and (max-width: 1399px) { .framer-hSlZL.framer-8s81xy { width: 810px; } .framer-hSlZL .framer-f1pt8t { order: 0; } .framer-hSlZL .framer-1kxa6mb { order: 1; } .framer-hSlZL .framer-gpcqay { grid-template-columns: repeat(2, minmax(200px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-hSlZL.framer-8s81xy { width: 390px; } .framer-hSlZL .framer-16nae4l { padding: 40px 20px 40px 20px; } .framer-hSlZL .framer-gpcqay { grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 20px 80px 20px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2224\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OMPdwTBf2\":{\"layout\":[\"fixed\",\"auto\"]},\"vUHwrZNCE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerfvSdmmKPT=withCSS(Component,css,\"framer-hSlZL\");export default FramerfvSdmmKPT;FramerfvSdmmKPT.displayName=\"Stories\";FramerfvSdmmKPT.defaultProps={height:2224,width:1400};addFonts(FramerfvSdmmKPT,[{explicitInter:true,fonts:[{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"}]},...MenuHeaderFonts,...OverlayMenuFonts,...PostPreviewFonts,...FooterDefaultFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfvSdmmKPT\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1400\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2224\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OMPdwTBf2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vUHwrZNCE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MenuHeaderFonts", "getFonts", "X6oEkktFE_default", "OverlayMenuFonts", "FyE6OCYQn_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "PostPreviewFonts", "vZt0DjGe2_default", "MotionDivWithFX", "withFX", "FooterDefaultFonts", "AYzIYIP8S_default", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ZvyX_7YtnUq_U0OL4J", "mhAxjbbOuUq_U0OL4J", "RRl8iTYbcUq_U0OL4J", "Xk6l8g9OZUq_U0OL4J", "jwLRzAFgeUq_U0OL4J", "idUq_U0OL4J", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "YzveV7RFq3bnx0g", "overlay", "loadMore", "args", "GGoJXqWPF1wnntms", "scopingClassNames", "cx", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "X6oEkktFE_default", "AnimatePresence", "Ga", "x", "FyE6OCYQn_default", "MotionDivWithOptimizedAppearEffect", "RichText2", "MotionDivWithFX", "ChildrenCanSuspend", "wODx56Y_a_default", "collection", "paginationInfo", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "vZt0DjGe2_default", "AYzIYIP8S_default", "css", "FramerfvSdmmKPT", "withCSS", "fvSdmmKPT_default", "addFonts", "MenuHeaderFonts", "OverlayMenuFonts", "PostPreviewFonts", "FooterDefaultFonts", "__FramerMetadata__"]
}
