{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nh4VVUxvtvlITI81bfvl/jNIPxXlVzgOj8n1bahJM/b4OFYqtzo.js", "ssg:https://framerusercontent.com/modules/Phi3u2XuIDBx8gHPubUg/ZXTgHTR2hP7kS7A3JRT6/b4OFYqtzo.js"],
  "sourcesContent": ["// Generated by Framer (fe89999)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={fOIvsivw3:new LazyValue(()=>import(\"./b4OFYqtzo-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fe89999)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Sidebar from\"#framer/local/canvasComponent/BU3UYkL3W/BU3UYkL3W.js\";import IntroHeader from\"#framer/local/canvasComponent/k5vSNGKa4/k5vSNGKa4.js\";import DirectionsButton from\"#framer/local/canvasComponent/pd0sKo3EW/pd0sKo3EW.js\";import Footer from\"#framer/local/canvasComponent/TnB04uSRN/TnB04uSRN.js\";import Blog from\"#framer/local/collection/aJI3RWCcW/aJI3RWCcW.js\";import*as sharedStyle from\"#framer/local/css/cjPwNjzgI/cjPwNjzgI.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/b4OFYqtzo/b4OFYqtzo.js\";import metadataProvider from\"#framer/local/webPageMetadata/b4OFYqtzo/b4OFYqtzo.js\";const SidebarFonts=getFonts(Sidebar);const IntroHeaderFonts=getFonts(IntroHeader);const DirectionsButtonFonts=getFonts(DirectionsButton);const FooterFonts=getFonts(Footer);const breakpoints={g4D5foFrp:\"(min-width: 1200px)\",hH2Xd1j61:\"(min-width: 810px) and (max-width: 1199px)\",KUHEX9gdN:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-nLlT9\";const variantClassNames={g4D5foFrp:\"framer-v-18s40gs\",hH2Xd1j61:\"framer-v-1xh5u6n\",KUHEX9gdN:\"framer-v-f1ock6\"};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 QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"g4D5foFrp\",Phone:\"KUHEX9gdN\",Tablet:\"hH2Xd1j61\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"g4D5foFrp\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,k5oDQD6ccbuDCaX9gC,DJB3O3fQHbuDCaX9gC,hsXA0dyJBbuDCaX9gC,W2aIFssecbuDCaX9gC,idbuDCaX9gC,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-nLlT9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-nLlT9`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if([\"hH2Xd1j61\",\"KUHEX9gdN\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"hH2Xd1j61\",\"KUHEX9gdN\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"g4D5foFrp\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18s40gs\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{height:985.2216748768473,width:\"30vw\"},KUHEX9gdN:{height:793,width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1007.470651013874,width:\"300px\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-115zldh-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{variant:\"thI2aNlvS\"},KUHEX9gdN:{style:{width:\"100%\"},variant:\"IQFc1YuRd\"}},children:/*#__PURE__*/_jsx(Sidebar,{BHNa40hzk:0,height:\"100%\",id:\"nz8sml2rt\",layoutId:\"nz8sml2rt\",style:{height:\"100%\",width:\"100%\"},variant:\"fUd3yn28q\",width:\"100%\",ZvqvfHUD2:false})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-owwvr8\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9g8bmk\",\"data-framer-name\":\"Inner Content\",name:\"Inner Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{width:\"calc(min(70vw, 1800px) - 40px)\"},KUHEX9gdN:{width:\"calc(100vw - 40px)\",y:849}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:109,width:\"calc(min(max(100vw - 300px, 1px), 1800px) - 80px)\",y:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d92vq1-container\",children:/*#__PURE__*/_jsx(IntroHeader,{ajBDyP5GL:\"New thoughts and ideas from the People First team\",height:\"100%\",id:\"YY9mLRneW\",layoutId:\"YY9mLRneW\",pgBKyOgAC:\"Blog\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-1tv04zo\",\"data-border\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"buDCaX9gC\",data:Blog,type:\"Collection\"},select:[{collection:\"buDCaX9gC\",name:\"k5oDQD6cc\",type:\"Identifier\"},{collection:\"buDCaX9gC\",name:\"DJB3O3fQH\",type:\"Identifier\"},{collection:\"buDCaX9gC\",name:\"hsXA0dyJB\",type:\"Identifier\"},{collection:\"buDCaX9gC\",name:\"W2aIFssec\",type:\"Identifier\"},{collection:\"buDCaX9gC\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({DJB3O3fQH:DJB3O3fQHbuDCaX9gC,hsXA0dyJB:hsXA0dyJBbuDCaX9gC,id:idbuDCaX9gC,k5oDQD6cc:k5oDQD6ccbuDCaX9gC,W2aIFssec:W2aIFssecbuDCaX9gC},i)=>{k5oDQD6ccbuDCaX9gC!==null&&k5oDQD6ccbuDCaX9gC!==void 0?k5oDQD6ccbuDCaX9gC:k5oDQD6ccbuDCaX9gC=\"\";hsXA0dyJBbuDCaX9gC!==null&&hsXA0dyJBbuDCaX9gC!==void 0?hsXA0dyJBbuDCaX9gC:hsXA0dyJBbuDCaX9gC=\"\";const textContent=toDateString(W2aIFssecbuDCaX9gC,{dateStyle:\"long\",locale:\"en\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`buDCaX9gC-${idbuDCaX9gC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{k5oDQD6cc:k5oDQD6ccbuDCaX9gC},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{k5oDQD6cc:k5oDQD6ccbuDCaX9gC},webPageId:\"ZsOV1HPkN\"},nodeId:\"ttQjnjECh\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-f8fqb6 framer-16fk2nq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5698),sizes:\"125px\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)}},KUHEX9gdN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6523),sizes:\"125px\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5682),sizes:\"125px\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)},className:\"framer-nzqyre\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j387d4\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1uszqbv\",\"data-styles-preset\":\"cjPwNjzgI\",children:\"Title\"})}),className:\"framer-1vffx10\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:hsXA0dyJBbuDCaX9gC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Content\"})}),className:\"framer-do3yxk\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],name:\"Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5733.2),sizes:\"max(min(70vw, 1800px) - 185px, 1px)\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)}},KUHEX9gdN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6558.2),sizes:\"max((100vw - 40px) * 1.02 - 145px, 1px)\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5717.2),sizes:\"666px\",...toResponsiveImage(DJB3O3fQHbuDCaX9gC)},className:\"framer-o1lgiq\",\"data-framer-name\":\"Preload\",name:\"Preload\"})})]})]})})})},idbuDCaX9gC);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1djlzzh\",\"data-framer-name\":\"2row Information\",name:\"2row Information\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16rt673\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1uszqbv\",\"data-styles-preset\":\"cjPwNjzgI\",children:\"Stay in touch\"})}),className:\"framer-j6pdh0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Subscribe if you'd like to stay in touch with People First. You'll be the first to hear about our newsletter, Free Guides, and socials.\"})}),className:\"framer-xqnv7n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r1orfy-container\",children:/*#__PURE__*/_jsx(DirectionsButton,{be3QiXCNq:\"View\",height:\"100%\",id:\"oTEBF5sbl\",layoutId:\"oTEBF5sbl\",oDfuKwbme:\"Subscribe\",variant:\"QQixwCsbC\",width:\"100%\",XrV0EJwDo:\"https://docs.google.com/forms/d/e/1FAIpQLSeNzqdDNn_YChnxlvJsIwkzCJwbhnMTdIgooY5C-jDplgxMsQ/viewform\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uziuec\",\"data-framer-name\":\"Content\",name:\"Content\"}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:263,width:\"min(max(100vw - 300px, 1px), 1800px)\",y:6151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13zgr71-container hidden-1xh5u6n hidden-f1ock6\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"JrWN6CORL\",layoutId:\"JrWN6CORL\",style:{maxHeight:\"100%\",width:\"100%\"},variant:\"UuD3Cf6ls\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{height:263,width:\"70vw\",y:6188},KUHEX9gdN:{height:263,width:\"100vw\",y:7045}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ypofq-container hidden-18s40gs\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hH2Xd1j61:{style:{maxHeight:\"100%\",width:\"100%\"},variant:\"bJRSQ8LXz\"},KUHEX9gdN:{style:{maxHeight:\"100%\",width:\"100%\"},variant:\"VakuEsFYa\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"u_UWQkYar\",layoutId:\"u_UWQkYar\",style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"Hympeacsb\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-nLlT9 { background: rgb(240, 238, 231); }`,\".framer-nLlT9.framer-16fk2nq, .framer-nLlT9 .framer-16fk2nq { display: block; }\",\".framer-nLlT9.framer-18s40gs { align-content: flex-start; align-items: flex-start; background-color: #f0eee7; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-nLlT9 .framer-115zldh-container { flex: none; height: 100.7470651013874vh; position: sticky; top: 0px; width: 300px; will-change: transform; z-index: 1; }\",\".framer-nLlT9 .framer-owwvr8 { align-content: center; align-items: center; background-color: var(--token-408d84b2-0b22-4621-9e16-ef3b8ee578c4, #faf9f7); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-nLlT9 .framer-9g8bmk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1800px; overflow: visible; padding: 40px 40px 274px 40px; position: relative; width: 100%; }\",\".framer-nLlT9 .framer-1d92vq1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-nLlT9 .framer-1tv04zo { --border-bottom-width: 0px; --border-color: #eeeeee; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 40px 0px 0px 0px; position: relative; width: 811px; }\",\".framer-nLlT9 .framer-f8fqb6 { 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; position: relative; text-decoration: none; width: 100%; }\",\".framer-nLlT9 .framer-nzqyre { aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 125px); overflow: hidden; position: relative; width: 125px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nLlT9 .framer-1j387d4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-nLlT9 .framer-1vffx10 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nLlT9 .framer-do3yxk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nLlT9 .framer-o1lgiq { flex: none; height: 101%; left: 0px; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: -1; }\",\".framer-nLlT9 .framer-1djlzzh { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-nLlT9 .framer-16rt673 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nLlT9 .framer-j6pdh0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-nLlT9 .framer-xqnv7n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 65%; word-break: break-word; word-wrap: break-word; }\",\".framer-nLlT9 .framer-r1orfy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nLlT9 .framer-uziuec { 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: center; min-height: 390px; padding: 0px; position: relative; width: 100%; }\",\".framer-nLlT9 .framer-13zgr71-container { bottom: 0px; flex: none; height: auto; left: 50%; max-height: 1000px; position: absolute; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-nLlT9 .framer-5ypofq-container { bottom: 0px; flex: none; height: 426px; max-height: 1000px; position: absolute; right: -1px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nLlT9.framer-18s40gs, .framer-nLlT9 .framer-owwvr8, .framer-nLlT9 .framer-9g8bmk, .framer-nLlT9 .framer-1tv04zo, .framer-nLlT9 .framer-f8fqb6, .framer-nLlT9 .framer-1j387d4, .framer-nLlT9 .framer-1djlzzh, .framer-nLlT9 .framer-16rt673, .framer-nLlT9 .framer-uziuec { gap: 0px; } .framer-nLlT9.framer-18s40gs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nLlT9.framer-18s40gs > :first-child, .framer-nLlT9 .framer-f8fqb6 > :first-child { margin-left: 0px; } .framer-nLlT9.framer-18s40gs > :last-child, .framer-nLlT9 .framer-f8fqb6 > :last-child { margin-right: 0px; } .framer-nLlT9 .framer-owwvr8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nLlT9 .framer-owwvr8 > :first-child, .framer-nLlT9 .framer-9g8bmk > :first-child, .framer-nLlT9 .framer-1tv04zo > :first-child, .framer-nLlT9 .framer-1j387d4 > :first-child, .framer-nLlT9 .framer-1djlzzh > :first-child, .framer-nLlT9 .framer-16rt673 > :first-child, .framer-nLlT9 .framer-uziuec > :first-child { margin-top: 0px; } .framer-nLlT9 .framer-owwvr8 > :last-child, .framer-nLlT9 .framer-9g8bmk > :last-child, .framer-nLlT9 .framer-1tv04zo > :last-child, .framer-nLlT9 .framer-1j387d4 > :last-child, .framer-nLlT9 .framer-1djlzzh > :last-child, .framer-nLlT9 .framer-16rt673 > :last-child, .framer-nLlT9 .framer-uziuec > :last-child { margin-bottom: 0px; } .framer-nLlT9 .framer-9g8bmk > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-nLlT9 .framer-1tv04zo > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nLlT9 .framer-f8fqb6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-nLlT9 .framer-1j387d4 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-nLlT9 .framer-1djlzzh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nLlT9 .framer-16rt673 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nLlT9 .framer-uziuec > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-nLlT9 { background: rgb(240, 238, 231); } .framer-nLlT9.framer-18s40gs { align-content: center; align-items: center; flex-direction: column; gap: 24px; min-height: 1000px; padding: 0px 0px 20px 0px; width: 810px; } .framer-nLlT9 .framer-115zldh-container { height: 98.52216748768473vh; left: 0px; position: fixed; width: 30%; } .framer-nLlT9 .framer-owwvr8 { flex: none; position: absolute; right: 0px; top: 0px; width: 70%; } .framer-nLlT9 .framer-9g8bmk { gap: 64px; order: 0; padding: 40px 20px 0px 20px; } .framer-nLlT9 .framer-1tv04zo { width: 100%; } .framer-nLlT9 .framer-xqnv7n { width: 80%; } .framer-nLlT9 .framer-5ypofq-container { bottom: unset; height: auto; order: 1; position: relative; right: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nLlT9.framer-18s40gs, .framer-nLlT9 .framer-9g8bmk { gap: 0px; } .framer-nLlT9.framer-18s40gs > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nLlT9.framer-18s40gs > :first-child, .framer-nLlT9 .framer-9g8bmk > :first-child { margin-top: 0px; } .framer-nLlT9.framer-18s40gs > :last-child, .framer-nLlT9 .framer-9g8bmk > :last-child { margin-bottom: 0px; } .framer-nLlT9 .framer-9g8bmk > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-nLlT9 { background: rgb(240, 238, 231); } .framer-nLlT9.framer-18s40gs { align-content: center; align-items: center; flex-direction: column; gap: 16px; width: 390px; } .framer-nLlT9 .framer-115zldh-container { height: auto; order: 0; position: relative; top: unset; width: 100%; } .framer-nLlT9 .framer-owwvr8 { flex: none; order: 1; width: 100%; } .framer-nLlT9 .framer-9g8bmk { gap: 80px; max-width: unset; padding: 40px 20px 0px 20px; } .framer-nLlT9 .framer-1tv04zo { width: 102%; } .framer-nLlT9 .framer-xqnv7n { width: 100%; } .framer-nLlT9 .framer-5ypofq-container { bottom: unset; height: auto; position: relative; right: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nLlT9.framer-18s40gs, .framer-nLlT9 .framer-9g8bmk { gap: 0px; } .framer-nLlT9.framer-18s40gs > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nLlT9.framer-18s40gs > :first-child, .framer-nLlT9 .framer-9g8bmk > :first-child { margin-top: 0px; } .framer-nLlT9.framer-18s40gs > :last-child, .framer-nLlT9 .framer-9g8bmk > :last-child { margin-bottom: 0px; } .framer-nLlT9 .framer-9g8bmk > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,'.framer-nLlT9[data-border=\"true\"]::after, .framer-nLlT9 [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 1045\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hH2Xd1j61\":{\"layout\":[\"fixed\",\"auto\"]},\"KUHEX9gdN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerb4OFYqtzo=withCSS(Component,css,\"framer-nLlT9\");export default Framerb4OFYqtzo;Framerb4OFYqtzo.displayName=\"Donate\";Framerb4OFYqtzo.defaultProps={height:1045,width:1200};addFonts(Framerb4OFYqtzo,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...SidebarFonts,...IntroHeaderFonts,...DirectionsButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb4OFYqtzo\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1045\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hH2Xd1j61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KUHEX9gdN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "SidebarFonts", "getFonts", "BU3UYkL3W_default", "IntroHeaderFonts", "k5vSNGKa4_default", "DirectionsButtonFonts", "pd0sKo3EW_default", "FooterFonts", "TnB04uSRN_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "k5oDQD6ccbuDCaX9gC", "DJB3O3fQHbuDCaX9gC", "hsXA0dyJBbuDCaX9gC", "W2aIFssecbuDCaX9gC", "idbuDCaX9gC", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "usePreloadLocalizedValues", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ChildrenCanSuspend", "aJI3RWCcW_default", "collection", "paginationInfo", "loadMore", "l", "i", "textContent", "PathVariablesContext", "Link", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "getLocalizedValue", "css", "Framerb4OFYqtzo", "withCSS", "b4OFYqtzo_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
