{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/ukZUzITjg8djzKVGvL1p/zzR97yHGvG7RtWsg7bbA/X7G0oEScw.js", "ssg:https://framerusercontent.com/modules/3mNbYHh7QuwPyAwA5t13/6h0z8ZPIdqakId1Grk1M/ytykQlsc2.js", "ssg:https://framerusercontent.com/modules/kYdXCyYaZScdmMkCKcDh/2lXX1Al1Hy9JBl3jRmqX/xMBgLwWaF.js", "ssg:https://framerusercontent.com/modules/1jbIYgkpNfXux3HE0SD1/qfbYObgbQaO2TJqEndlH/augiA20Il.js", "ssg:https://framerusercontent.com/modules/xPQvaMTM5YJsTSnzZBwt/jATWDFPv3iwn4jyAOXIM/augiA20Il.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isInView=useInView(ref);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{if(!isCanvas&&(playOnLoad||isInView)){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#121212\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"\u21B3 Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#121212\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"InView?\",defaultValue:true,enabledTitle:\"No\",disabledTitle:\"Yes\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map", "// Generated by Framer (d275c2b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./X7G0oEScw-0.js\";const cycleOrder=[\"ts8gnceOc\",\"JY25644Eu\",\"BMQcBoJsl\",\"rGs401r1S\",\"Zu4QXUyqw\"];const serializationHash=\"framer-lcZP2\";const variantClassNames={BMQcBoJsl:\"framer-v-1up8hu1\",JY25644Eu:\"framer-v-1qf757l\",rGs401r1S:\"framer-v-1s64ric\",ts8gnceOc:\"framer-v-fzftso\",Zu4QXUyqw:\"framer-v-j4s6tu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={qpc6JNTOo:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ts8gnceOc\",\"Variant 2\":\"JY25644Eu\",\"Variant 3\":\"BMQcBoJsl\",\"Variant 4\":\"rGs401r1S\",\"Variant 5\":\"Zu4QXUyqw\"};const getProps=({height,id,title1,title2,title4,title5,title6,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5;return{...props,E_PgTVWSj:(_ref=title2!==null&&title2!==void 0?title2:props.E_PgTVWSj)!==null&&_ref!==void 0?_ref:\"Accelerate\",EAjC1wkVx:(_ref1=title4!==null&&title4!==void 0?title4:props.EAjC1wkVx)!==null&&_ref1!==void 0?_ref1:\"Simplify\",QIg9wG5SW:(_ref2=title6!==null&&title6!==void 0?title6:props.QIg9wG5SW)!==null&&_ref2!==void 0?_ref2:\"Elevate\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"ts8gnceOc\",VbtaD4x6a:(_ref4=title5!==null&&title5!==void 0?title5:props.VbtaD4x6a)!==null&&_ref4!==void 0?_ref4:\"Enhance\",yAr9yJP8T:(_ref5=title1!==null&&title1!==void 0?title1:props.yAr9yJP8T)!==null&&_ref5!==void 0?_ref5:\"Streamline \"};};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,EAjC1wkVx,E_PgTVWSj,yAr9yJP8T,VbtaD4x6a,QIg9wG5SW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ts8gnceOc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear13h0blo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JY25644Eu\"),2e3);});const onAppearohln0n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BMQcBoJsl\"),2e3);});const onAppear1heivc9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rGs401r1S\"),2e3);});const onAppeare3pbnv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Zu4QXUyqw\"),2e3);});const onAppearf382t5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),2e3);});useOnVariantChange(baseVariant,{BMQcBoJsl:onAppear1heivc9,default:onAppear13h0blo,JY25644Eu:onAppearohln0n,rGs401r1S:onAppeare3pbnv,Zu4QXUyqw:onAppearf382t5});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-fzftso\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ts8gnceOc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BMQcBoJsl:{\"data-framer-name\":\"Variant 3\"},JY25644Eu:{\"data-framer-name\":\"Variant 2\"},rGs401r1S:{\"data-framer-name\":\"Variant 4\"},Zu4QXUyqw:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"134%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-08c967cf-5fc6-4a2e-b1b2-2f90ac5e41a5, rgb(251, 135, 8)) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, var(--token-636303ad-e032-433b-9630-984c19d697ea, rgb(252, 180, 12)) 91.9817%)\"},children:\"Streamline \"})})}),className:\"framer-ozmxtm\",\"data-framer-name\":\"text 1\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"D7ICqjaAB\",style:{opacity:1},text:yAr9yJP8T,transformTemplate:transformTemplate1,variants:{BMQcBoJsl:{opacity:0},JY25644Eu:{opacity:0},rGs401r1S:{opacity:0},Zu4QXUyqw:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BMQcBoJsl:{transformTemplate:transformTemplate2},JY25644Eu:{transformTemplate:transformTemplate2},rGs401r1S:{transformTemplate:transformTemplate2},Zu4QXUyqw:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Accelerate\"})})}),className:\"framer-f3896e\",\"data-framer-name\":\"text 2\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"BXfdQFqOt\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:E_PgTVWSj,transformTemplate:transformTemplate2,variants:{JY25644Eu:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JY25644Eu:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Simplify\"})})}),className:\"framer-9nvf7u\",\"data-framer-name\":\"text 4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"VRf280PoP\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:EAjC1wkVx,transformTemplate:transformTemplate2,variants:{BMQcBoJsl:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Enhance\"})})}),className:\"framer-1ejfof7\",\"data-framer-name\":\"text 5\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"ejJtwMZ0z\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:VbtaD4x6a,transformTemplate:transformTemplate2,variants:{rGs401r1S:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rGs401r1S:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Elevate\"})})}),className:\"framer-wh82yj\",\"data-framer-name\":\"text 6\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"JnQqqsGpU\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:QIg9wG5SW,transformTemplate:transformTemplate2,variants:{Zu4QXUyqw:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lcZP2.framer-869sxd, .framer-lcZP2 .framer-869sxd { display: block; }\",\".framer-lcZP2.framer-fzftso { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 56px; min-width: 230px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lcZP2 .framer-ozmxtm { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre-wrap; width: 99%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-lcZP2 .framer-f3896e { bottom: -56px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-lcZP2 .framer-9nvf7u { bottom: -112px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-lcZP2 .framer-1ejfof7 { bottom: -168px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-lcZP2 .framer-wh82yj { bottom: -224px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lcZP2.framer-fzftso { gap: 0px; } .framer-lcZP2.framer-fzftso > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lcZP2.framer-fzftso > :first-child { margin-top: 0px; } .framer-lcZP2.framer-fzftso > :last-child { margin-bottom: 0px; } }\",\".framer-lcZP2.framer-v-1qf757l .framer-ozmxtm { top: -59px; }\",\".framer-lcZP2.framer-v-1qf757l .framer-f3896e, .framer-lcZP2.framer-v-1s64ric .framer-1ejfof7 { bottom: unset; left: 50%; top: 50%; }\",\".framer-lcZP2.framer-v-1qf757l .framer-9nvf7u, .framer-lcZP2.framer-v-1up8hu1 .framer-1ejfof7, .framer-lcZP2.framer-v-1s64ric .framer-wh82yj { bottom: -56px; left: 50%; }\",\".framer-lcZP2.framer-v-1qf757l .framer-1ejfof7 { bottom: -109px; left: 50%; }\",\".framer-lcZP2.framer-v-1qf757l .framer-wh82yj { bottom: -165px; left: 50%; }\",\".framer-lcZP2.framer-v-1up8hu1 .framer-ozmxtm { top: -112px; }\",\".framer-lcZP2.framer-v-1up8hu1 .framer-f3896e { bottom: unset; left: 50%; top: -56px; }\",\".framer-lcZP2.framer-v-1up8hu1 .framer-9nvf7u, .framer-lcZP2.framer-v-j4s6tu .framer-wh82yj { bottom: 0px; left: 50%; }\",\".framer-lcZP2.framer-v-1up8hu1 .framer-wh82yj { bottom: -112px; left: 50%; }\",\".framer-lcZP2.framer-v-1s64ric .framer-ozmxtm { top: -167px; }\",\".framer-lcZP2.framer-v-1s64ric .framer-f3896e { bottom: unset; left: 50%; top: -111px; }\",\".framer-lcZP2.framer-v-1s64ric .framer-9nvf7u { bottom: unset; left: 46%; top: -55px; }\",\".framer-lcZP2.framer-v-j4s6tu .framer-ozmxtm { top: -225px; }\",\".framer-lcZP2.framer-v-j4s6tu .framer-f3896e { bottom: unset; left: 50%; top: -169px; }\",\".framer-lcZP2.framer-v-j4s6tu .framer-9nvf7u { bottom: unset; left: 50%; top: -113px; }\",\".framer-lcZP2.framer-v-j4s6tu .framer-1ejfof7 { bottom: unset; left: 50%; top: -57px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JY25644Eu\":{\"layout\":[\"auto\",\"auto\"]},\"BMQcBoJsl\":{\"layout\":[\"auto\",\"auto\"]},\"rGs401r1S\":{\"layout\":[\"auto\",\"auto\"]},\"Zu4QXUyqw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"EAjC1wkVx\":\"title4\",\"E_PgTVWSj\":\"title2\",\"yAr9yJP8T\":\"title1\",\"VbtaD4x6a\":\"title5\",\"QIg9wG5SW\":\"title6\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX7G0oEScw=withCSS(Component,css,\"framer-lcZP2\");export default FramerX7G0oEScw;FramerX7G0oEScw.displayName=\"Words Copy\";FramerX7G0oEScw.defaultProps={height:56,width:230};addPropertyControls(FramerX7G0oEScw,{variant:{options:[\"ts8gnceOc\",\"JY25644Eu\",\"BMQcBoJsl\",\"rGs401r1S\",\"Zu4QXUyqw\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},EAjC1wkVx:{defaultValue:\"Simplify\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},E_PgTVWSj:{defaultValue:\"Accelerate\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},yAr9yJP8T:{defaultValue:\"Streamline \",displayTextArea:false,title:\"Title 1\",type:ControlType.String},VbtaD4x6a:{defaultValue:\"Enhance\",displayTextArea:false,title:\"Title 5\",type:ControlType.String},QIg9wG5SW:{defaultValue:\"Elevate\",displayTextArea:false,title:\"Title 6\",type:ControlType.String}});addFonts(FramerX7G0oEScw,[{explicitInter:true,fonts:[{family:\"Avenir Next LT Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0shPqXIJmr1B6LFCBnsgrXt3VAE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX7G0oEScw\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JY25644Eu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BMQcBoJsl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rGs401r1S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zu4QXUyqw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"EAjC1wkVx\\\":\\\"title4\\\",\\\"E_PgTVWSj\\\":\\\"title2\\\",\\\"yAr9yJP8T\\\":\\\"title1\\\",\\\"VbtaD4x6a\\\":\\\"title5\\\",\\\"QIg9wG5SW\\\":\\\"title6\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerIntrinsicWidth\":\"230\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X7G0oEScw.map", "// Generated by Framer (d275c2b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./ytykQlsc2-0.js\";const cycleOrder=[\"d9F4UtwRU\",\"a0KGyvYCD\",\"H20xIkWm2\",\"ex3WzK1Y3\",\"wCqSS0qax\",\"lIbw8jm8k\"];const serializationHash=\"framer-liyDj\";const variantClassNames={a0KGyvYCD:\"framer-v-1mg3lp0\",d9F4UtwRU:\"framer-v-1mnfbsj\",ex3WzK1Y3:\"framer-v-1l5qg8j\",H20xIkWm2:\"framer-v-e5db0c\",lIbw8jm8k:\"framer-v-wkyq2p\",wCqSS0qax:\"framer-v-1453xcl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={qpc6JNTOo:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"d9F4UtwRU\",\"Variant 2\":\"a0KGyvYCD\",\"Variant 3\":\"H20xIkWm2\",\"Variant 4\":\"ex3WzK1Y3\",\"Variant 5\":\"wCqSS0qax\",\"Variant 6\":\"lIbw8jm8k\"};const getProps=({height,id,title1,title2,title3,title4,title5,title6,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6;return{...props,E_PgTVWSj:(_ref=title2!==null&&title2!==void 0?title2:props.E_PgTVWSj)!==null&&_ref!==void 0?_ref:\"Accelerate\",EAjC1wkVx:(_ref1=title4!==null&&title4!==void 0?title4:props.EAjC1wkVx)!==null&&_ref1!==void 0?_ref1:\"Simplify\",fy__V6t1p:(_ref2=title3!==null&&title3!==void 0?title3:props.fy__V6t1p)!==null&&_ref2!==void 0?_ref2:\"Boost\",QIg9wG5SW:(_ref3=title6!==null&&title6!==void 0?title6:props.QIg9wG5SW)!==null&&_ref3!==void 0?_ref3:\"Elevate\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"d9F4UtwRU\",VbtaD4x6a:(_ref5=title5!==null&&title5!==void 0?title5:props.VbtaD4x6a)!==null&&_ref5!==void 0?_ref5:\"Enhance\",yAr9yJP8T:(_ref6=title1!==null&&title1!==void 0?title1:props.yAr9yJP8T)!==null&&_ref6!==void 0?_ref6:\"Streamline \"};};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,EAjC1wkVx,E_PgTVWSj,fy__V6t1p,yAr9yJP8T,VbtaD4x6a,QIg9wG5SW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"d9F4UtwRU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1aguj6e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"a0KGyvYCD\"),2e3);});const onAppear19vlmer=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"H20xIkWm2\"),2e3);});const onAppearegk7ez=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ex3WzK1Y3\"),2e3);});const onAppearrwe08f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"wCqSS0qax\"),2e3);});const onAppearh98628=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lIbw8jm8k\"),2e3);});const onAppearf382t5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),2e3);});useOnVariantChange(baseVariant,{a0KGyvYCD:onAppear19vlmer,default:onAppear1aguj6e,ex3WzK1Y3:onAppearrwe08f,H20xIkWm2:onAppearegk7ez,lIbw8jm8k:onAppearf382t5,wCqSS0qax:onAppearh98628});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1mnfbsj\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"d9F4UtwRU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a0KGyvYCD:{\"data-framer-name\":\"Variant 2\"},ex3WzK1Y3:{\"data-framer-name\":\"Variant 4\"},H20xIkWm2:{\"data-framer-name\":\"Variant 3\"},lIbw8jm8k:{\"data-framer-name\":\"Variant 6\"},wCqSS0qax:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Streamline \"})})}),className:\"framer-f2aly2\",\"data-framer-name\":\"text 1\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"DApWlNCj1\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:1},text:yAr9yJP8T,variants:{a0KGyvYCD:{opacity:0},ex3WzK1Y3:{opacity:0},H20xIkWm2:{opacity:0},lIbw8jm8k:{opacity:0},wCqSS0qax:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Accelerate\"})})}),className:\"framer-1h7o94\",\"data-framer-name\":\"text 2\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"ptojssHeg\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:E_PgTVWSj,transformTemplate:transformTemplate1,variants:{a0KGyvYCD:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Boost\"})})}),className:\"framer-6enb2y\",\"data-framer-name\":\"text 3\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"YvgQW9rH3\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:fy__V6t1p,transformTemplate:transformTemplate1,variants:{H20xIkWm2:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Simplify\"})})}),className:\"framer-vbdjhv\",\"data-framer-name\":\"text 4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"ezqmETKBH\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:EAjC1wkVx,transformTemplate:transformTemplate1,variants:{ex3WzK1Y3:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Enhance\"})})}),className:\"framer-uo6xad\",\"data-framer-name\":\"text 5\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"rP_9D8bJp\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:VbtaD4x6a,variants:{wCqSS0qax:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"134.34%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 135, 8) 0%, rgb(251, 149, 9) 41.2989%, rgb(251, 156, 10) 53.1854%, rgb(251, 159, 10) 56.9008%, rgb(252, 164, 11) 62.1003%, rgb(252, 166, 11) 70.3548%, rgb(252, 171, 11) 76.9585%, rgb(253, 176, 13) 84.8828%, rgb(252, 180, 12) 91.9817%)\"},children:\"Elevate\"})})}),className:\"framer-ci3ur7\",\"data-framer-name\":\"text 6\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"COAIvB3r9\",style:{\"--framer-paragraph-spacing\":\"62.05084991455078px\",opacity:0},text:QIg9wG5SW,transformTemplate:transformTemplate1,variants:{lIbw8jm8k:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-liyDj.framer-ismb3g, .framer-liyDj .framer-ismb3g { display: block; }\",\".framer-liyDj.framer-1mnfbsj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-liyDj .framer-f2aly2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-liyDj .framer-1h7o94 { flex: none; height: auto; left: 0px; position: absolute; top: 148%; white-space: pre; width: auto; }\",\".framer-liyDj .framer-6enb2y { flex: none; height: auto; left: 0px; position: absolute; top: 150%; white-space: pre; width: auto; }\",\".framer-liyDj .framer-vbdjhv, .framer-liyDj .framer-ci3ur7 { flex: none; height: auto; left: 0px; position: absolute; top: 151%; white-space: pre; width: auto; }\",\".framer-liyDj .framer-uo6xad { bottom: -97px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-liyDj.framer-1mnfbsj { gap: 0px; } .framer-liyDj.framer-1mnfbsj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-liyDj.framer-1mnfbsj > :first-child { margin-top: 0px; } .framer-liyDj.framer-1mnfbsj > :last-child { margin-bottom: 0px; } }\",\".framer-liyDj.framer-v-1mg3lp0.framer-1mnfbsj, .framer-liyDj.framer-v-e5db0c.framer-1mnfbsj, .framer-liyDj.framer-v-1l5qg8j.framer-1mnfbsj, .framer-liyDj.framer-v-1453xcl.framer-1mnfbsj, .framer-liyDj.framer-v-wkyq2p.framer-1mnfbsj { height: 96px; }\",\".framer-liyDj.framer-v-1mg3lp0 .framer-f2aly2, .framer-liyDj.framer-v-e5db0c .framer-f2aly2, .framer-liyDj.framer-v-1l5qg8j .framer-f2aly2, .framer-liyDj.framer-v-1453xcl .framer-f2aly2, .framer-liyDj.framer-v-wkyq2p .framer-f2aly2 { white-space: pre-wrap; width: 395px; word-break: break-word; word-wrap: break-word; }\",\".framer-liyDj.framer-v-1mg3lp0 .framer-1h7o94, .framer-liyDj.framer-v-e5db0c .framer-6enb2y, .framer-liyDj.framer-v-1l5qg8j .framer-vbdjhv, .framer-liyDj.framer-v-wkyq2p .framer-ci3ur7 { top: 50%; }\",\".framer-liyDj.framer-v-1mg3lp0 .framer-vbdjhv, .framer-liyDj.framer-v-1mg3lp0 .framer-ci3ur7, .framer-liyDj.framer-v-e5db0c .framer-ci3ur7 { top: 150%; }\",\".framer-liyDj.framer-v-1mg3lp0 .framer-uo6xad, .framer-liyDj.framer-v-e5db0c .framer-uo6xad { bottom: -96px; }\",\".framer-liyDj.framer-v-e5db0c .framer-1h7o94 { top: -51%; }\",\".framer-liyDj.framer-v-e5db0c .framer-vbdjhv { top: 149%; }\",\".framer-liyDj.framer-v-1l5qg8j .framer-1h7o94, .framer-liyDj.framer-v-1l5qg8j .framer-6enb2y, .framer-liyDj.framer-v-1453xcl .framer-1h7o94, .framer-liyDj.framer-v-1453xcl .framer-6enb2y, .framer-liyDj.framer-v-1453xcl .framer-vbdjhv, .framer-liyDj.framer-v-wkyq2p .framer-1h7o94, .framer-liyDj.framer-v-wkyq2p .framer-vbdjhv { top: -54%; }\",\".framer-liyDj.framer-v-1l5qg8j .framer-uo6xad { bottom: -92px; }\",\".framer-liyDj.framer-v-1l5qg8j .framer-ci3ur7 { top: 146%; }\",\".framer-liyDj.framer-v-1453xcl .framer-uo6xad { bottom: 0px; }\",\".framer-liyDj.framer-v-1453xcl .framer-ci3ur7 { top: 152%; }\",\".framer-liyDj.framer-v-wkyq2p .framer-6enb2y { top: -148%; }\",\".framer-liyDj.framer-v-wkyq2p .framer-uo6xad { bottom: 100px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 394\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"a0KGyvYCD\":{\"layout\":[\"auto\",\"fixed\"]},\"H20xIkWm2\":{\"layout\":[\"auto\",\"fixed\"]},\"ex3WzK1Y3\":{\"layout\":[\"auto\",\"fixed\"]},\"wCqSS0qax\":{\"layout\":[\"auto\",\"fixed\"]},\"lIbw8jm8k\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"EAjC1wkVx\":\"title4\",\"E_PgTVWSj\":\"title2\",\"fy__V6t1p\":\"title3\",\"yAr9yJP8T\":\"title1\",\"VbtaD4x6a\":\"title5\",\"QIg9wG5SW\":\"title6\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerytykQlsc2=withCSS(Component,css,\"framer-liyDj\");export default FramerytykQlsc2;FramerytykQlsc2.displayName=\"Words\";FramerytykQlsc2.defaultProps={height:96,width:394};addPropertyControls(FramerytykQlsc2,{variant:{options:[\"d9F4UtwRU\",\"a0KGyvYCD\",\"H20xIkWm2\",\"ex3WzK1Y3\",\"wCqSS0qax\",\"lIbw8jm8k\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},EAjC1wkVx:{defaultValue:\"Simplify\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},E_PgTVWSj:{defaultValue:\"Accelerate\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},fy__V6t1p:{defaultValue:\"Boost\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},yAr9yJP8T:{defaultValue:\"Streamline \",displayTextArea:false,title:\"Title 1\",type:ControlType.String},VbtaD4x6a:{defaultValue:\"Enhance\",displayTextArea:false,title:\"Title 5\",type:ControlType.String},QIg9wG5SW:{defaultValue:\"Elevate\",displayTextArea:false,title:\"Title 6\",type:ControlType.String}});addFonts(FramerytykQlsc2,[{explicitInter:true,fonts:[{family:\"Avenir Next LT Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0shPqXIJmr1B6LFCBnsgrXt3VAE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerytykQlsc2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a0KGyvYCD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"H20xIkWm2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ex3WzK1Y3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wCqSS0qax\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lIbw8jm8k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"EAjC1wkVx\\\":\\\"title4\\\",\\\"E_PgTVWSj\\\":\\\"title2\\\",\\\"fy__V6t1p\\\":\\\"title3\\\",\\\"yAr9yJP8T\\\":\\\"title1\\\",\\\"VbtaD4x6a\\\":\\\"title5\\\",\\\"QIg9wG5SW\\\":\\\"title6\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"394\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"96\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ytykQlsc2.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-moeBM .framer-styles-preset-edwgmv:not(.rich-text-wrapper), .framer-moeBM .framer-styles-preset-edwgmv.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 30.02px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #475466; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-moeBM\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99288e1)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={bI0NWv37k:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/w90zR0qzeh1mgaDSvD54/Carousel.js\";import Navigation from\"#framer/local/canvasComponent/b8E0yoSEn/b8E0yoSEn.js\";import ButtonGr from\"#framer/local/canvasComponent/BaHaAzLFw/BaHaAzLFw.js\";import ReviewCTA from\"#framer/local/canvasComponent/cNGmJiMkC/cNGmJiMkC.js\";import Footer from\"#framer/local/canvasComponent/eIjNQC5PO/eIjNQC5PO.js\";import Accordion from\"#framer/local/canvasComponent/nhxka8BHi/nhxka8BHi.js\";import HeaderMenu from\"#framer/local/canvasComponent/SE4M5TkWg/SE4M5TkWg.js\";import WordsCopy from\"#framer/local/canvasComponent/X7G0oEScw/X7G0oEScw.js\";import Words from\"#framer/local/canvasComponent/ytykQlsc2/ytykQlsc2.js\";import*as sharedStyle from\"#framer/local/css/qXZOVZZId/qXZOVZZId.js\";import*as sharedStyle1 from\"#framer/local/css/xMBgLwWaF/xMBgLwWaF.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeaderMenuFonts=getFonts(HeaderMenu);const NavigationFonts=getFonts(Navigation);const WordsFonts=getFonts(Words);const WordsCopyFonts=getFonts(WordsCopy);const ButtonGrFonts=getFonts(ButtonGr);const AnimatedCounterFonts=getFonts(AnimatedCounter);const CarouselFonts=getFonts(Carousel);const ReviewCTAFonts=getFonts(ReviewCTA);const AccordionFonts=getFonts(Accordion);const FooterFonts=getFonts(Footer);const breakpoints={bt1zgRTrc:\"(min-width: 810px) and (max-width: 1199px)\",cG27v4FyT:\"(min-width: 1200px) and (max-width: 1599px)\",QGfwvU9ME:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1600px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-D2Vqq\";const variantClassNames={bt1zgRTrc:\"framer-v-1x3vgc\",cG27v4FyT:\"framer-v-xym2f1\",QGfwvU9ME:\"framer-v-on7yeh\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={L:\"cG27v4FyT\",M:\"bt1zgRTrc\",S:\"QGfwvU9ME\",XL:\"WQLkyLRf1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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{style,className,layoutId,variant,...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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"QGfwvU9ME\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"QGfwvU9ME\")return true;return false;};usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"m9LNBp1vD\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"XuRH1rYJH\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"KBrIBsfZy\");const ref3=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"cG27v4FyT\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"cG27v4FyT\")return true;return false;};const elementId3=useRouteElementId(\"VqID4uIwv\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"KXlYBPPYn\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"PwYpaNPqe\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(252, 252, 252); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fo4htq hidden-on7yeh\",\"data-framer-name\":\"Hero header section\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f4hqaz-container\",nodeId:\"p7anoO23_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{variant:\"XAX11nzcI\"}},children:/*#__PURE__*/_jsx(HeaderMenu,{height:\"100%\",id:\"p7anoO23_\",layoutId:\"p7anoO23_\",style:{height:\"100%\",width:\"100%\"},variant:\"Il08YDw4m\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-whcg97-container hidden-72rtr7 hidden-xym2f1 hidden-1x3vgc\",nodeId:\"QujbDLVtT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"QujbDLVtT\",layoutId:\"QujbDLVtT\",style:{width:\"100%\"},variant:\"k6qLqzXlW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1168,intrinsicWidth:1439},className:\"framer-1cwegk0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11y08ub\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wr2l7i\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aqfgqy\",\"data-framer-name\":\"Hero Section\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{y:(componentViewport?.y||0)+0+112+36+0+64+0+32+0+-2},cG27v4FyT:{y:(componentViewport?.y||0)+0+112+0+0+86.5+0+-31.725+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+112+0+0+0+0+107.95+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16eyxcf-container hidden-on7yeh\",nodeId:\"tIRZ90w0i\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Words,{E_PgTVWSj:getLocalizedValue(\"v1\",activeLocale)??\"Expedite\",EAjC1wkVx:getLocalizedValue(\"v0\",activeLocale)??\"Simplify\",fy__V6t1p:getLocalizedValue(\"v2\",activeLocale)??\"Boost\",height:\"100%\",id:\"tIRZ90w0i\",layoutId:\"tIRZ90w0i\",QIg9wG5SW:getLocalizedValue(\"v5\",activeLocale)??\"Elevate\",variant:\"d9F4UtwRU\",VbtaD4x6a:getLocalizedValue(\"v4\",activeLocale)??\"Enhance\",width:\"100%\",yAr9yJP8T:getLocalizedValue(\"v3\",activeLocale)??\"Streamline \"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"90.07px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"                      your grants with AI\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"                        \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"your grants with AI\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"76px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"90.07px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"                                your grants with AI\"})}),className:\"framer-1m4eh9f\",\"data-framer-name\":\"your grants with AI\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{height:56,width:\"251px\",y:(componentViewport?.y||0)+0+104+40+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i5ijta-container hidden-72rtr7 hidden-xym2f1 hidden-1x3vgc\",nodeId:\"Z4NqX2qL5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WordsCopy,{E_PgTVWSj:getLocalizedValue(\"v9\",activeLocale)??\"Accelerate\",EAjC1wkVx:getLocalizedValue(\"v0\",activeLocale)??\"Simplify\",height:\"100%\",id:\"Z4NqX2qL5\",layoutId:\"Z4NqX2qL5\",QIg9wG5SW:getLocalizedValue(\"v5\",activeLocale)??\"Elevate\",style:{width:\"100%\"},variant:\"ts8gnceOc\",VbtaD4x6a:getLocalizedValue(\"v4\",activeLocale)??\"Enhance\",width:\"100%\",yAr9yJP8T:getLocalizedValue(\"v3\",activeLocale)??\"Streamline \"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-udk5r4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Discover Granter.ai \u2013 your AI-powered ally in grant funding. Effortlessly find and apply for the right grants to elevate your business. \"})})},QGfwvU9ME:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Discover Granter.ai \u2013 your AI -powered ally in grant funding. Effortlessly find and apply for the right grants to elevate your business. \"})}),fonts:[\"GF;Inter-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Discover Granter.ai \u2013 your AI-powered ally in grant funding. Effortlessly find and apply for the right grants to elevate your business. \"})}),className:\"framer-tfzfr0\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/register/\",motionChild:true,nodeId:\"Vc0BwdQRt\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xko7ew framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{y:(componentViewport?.y||0)+0+112+36+0+64+0+32+205+0+182.1+0},cG27v4FyT:{y:(componentViewport?.y||0)+0+112+0+0+86.5+0+448.625+0+182.1+0},QGfwvU9ME:{y:(componentViewport?.y||0)+0+104+40+0+0+0+0+160+0+182.1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+112+0+0+0+0+326.95+0+182.1+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x4niht-container\",nodeId:\"T7jbpGO9l\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonGr,{height:\"100%\",id:\"T7jbpGO9l\",jrxDlFOVZ:getLocalizedValue(\"v13\",activeLocale)??\"Get started\",layoutId:\"T7jbpGO9l\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l9y0tq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1203,intrinsicWidth:1403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+112+36+0+64+529.1+0+0),pixelHeight:1203,pixelWidth:1403,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Z8omA2XhlxzaDwQ2rBoAWmAikHY.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1203,intrinsicWidth:1403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+112+0+0+85.5+30+0),pixelHeight:1203,pixelWidth:1403,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Z8omA2XhlxzaDwQ2rBoAWmAikHY.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1203,intrinsicWidth:1403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+104+40+0+0+400+0+0),pixelHeight:1203,pixelWidth:1403,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Z8omA2XhlxzaDwQ2rBoAWmAikHY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1203,intrinsicWidth:1403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+112+0+0+0+30+0),pixelHeight:1203,pixelWidth:1403,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Z8omA2XhlxzaDwQ2rBoAWmAikHY.png\"},className:\"framer-jd04p6\",\"data-framer-name\":\"Group 1\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hajwzb\",\"data-border\":true,\"data-framer-name\":\"Features section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ky5egy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-37kttk\",\"data-framer-name\":\"_Feature text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8bh75u\",\"data-framer-name\":\"Text and supporting text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ygwvz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RdlcI33Wx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-e4c4df41-b9da-47b5-a714-84f48e05acb6, rgb(239, 104, 31))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.5em\"},from:999,height:\"100%\",id:\"RdlcI33Wx\",layoutId:\"RdlcI33Wx\",once:true,playOnLoad:true,to:2722,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mnb4dv\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Companies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20.02px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Companies\"})}),className:\"framer-pnzo8f\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16.01px\",\"--framer-line-height\":\"24.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Joined Granter.ai\"})}),className:\"framer-1m8kpxv\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x9jwk6\",\"data-framer-name\":\"_Feature text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3z7etp\",\"data-framer-name\":\"Text and supporting text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-59ig2v\",\"data-framer-name\":\"Text and supporting text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sxax74-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BPi_umyri\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-e4c4df41-b9da-47b5-a714-84f48e05acb6, rgb(239, 104, 31))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.5em\"},from:99,height:\"100%\",id:\"BPi_umyri\",layoutId:\"BPi_umyri\",once:true,playOnLoad:true,to:152,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tbm7z2\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"SMART Applications\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20.02px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"SMART Applications\"})}),className:\"framer-1dsczb1\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16.01px\",\"--framer-line-height\":\"24.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Using our experts\"})}),className:\"framer-yct5rb\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sx1fy2\",\"data-framer-name\":\"_Feature text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8nffnn\",\"data-framer-name\":\"Text and supporting text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d3qmx1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(239, 104, 31)\"},children:\"\u20AC\"})}),className:\"framer-359ece\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-124n355-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hstnMZxat\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-e4c4df41-b9da-47b5-a714-84f48e05acb6, rgb(239, 104, 31))\",decimalPlaces:1,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.5em\"},from:9,height:\"100%\",id:\"hstnMZxat\",layoutId:\"hstnMZxat\",once:true,playOnLoad:true,to:19.1,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(239, 104, 31)\"},children:\"M\"})}),className:\"framer-9b07gv\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikivyd\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Applied\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20.02px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Applied\"})}),className:\"framer-1f509yq\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16.01px\",\"--framer-line-height\":\"24.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Using our services\"})}),className:\"framer-193ishi\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gzwzp4\",\"data-framer-name\":\"Social proof section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i9u2ai\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Join 2000+ companies using Granter.ai to efficiently secure funding for businesses ranging from startups to medium enterprises\"})})},cG27v4FyT:{children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Join 2000+ companies using Granter.ai to efficiently secure funding for businesses ranging from startups to medium enterprises\"})}),fonts:[\"GF;Inter-regular\"]},QGfwvU9ME:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Join 2000+ companies using Granter.ai to efficiently secure funding for businesses ranging from startups to medium enterprises\"})}),fonts:[\"GF;Inter-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Join 2000+ companies using Granter.ai to efficiently secure funding for businesses ranging from startups to medium enterprises\"})}),className:\"framer-dg4e8c\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:148,intrinsicWidth:1678,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3200.769+50+0+0+224),pixelHeight:260,pixelWidth:1678,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3HEs0Kq1JWlfw4EUkKKjfm7AY.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:148,intrinsicWidth:1678,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1816.223+25+0+0+214),pixelHeight:260,pixelWidth:1678,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3HEs0Kq1JWlfw4EUkKKjfm7AY.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:148,intrinsicWidth:1678,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4095.6406+60+0+0+152),pixelHeight:260,pixelWidth:1678,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3HEs0Kq1JWlfw4EUkKKjfm7AY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:148,intrinsicWidth:1678,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1796.223+50+0+0+214),pixelHeight:260,pixelWidth:1678,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3HEs0Kq1JWlfw4EUkKKjfm7AY.png\"},className:\"framer-k4qdbb\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1077,intrinsicWidth:1439,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3778.769),pixelHeight:1077,pixelWidth:1439,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg\",srcSet:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg 1439w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1077,intrinsicWidth:1439,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2334.223),pixelHeight:1077,pixelWidth:1439,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg\",srcSet:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg 1439w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1077,intrinsicWidth:1439,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2793.669),pixelHeight:1077,pixelWidth:1439,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg\",srcSet:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg 1439w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1077,intrinsicWidth:1439,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2364.223),pixelHeight:1077,pixelWidth:1439,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg\",srcSet:\"https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zcvdO8pPY3W2LRQptpVSrZUZY.jpg 1439w\"},className:\"framer-3cesv1\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Open Funding Opportunities\"})})},cG27v4FyT:{children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Open Funding Opportunities\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Open Funding Opportunities\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Open Funding Opportunities\"})}),className:\"framer-1l47xge\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nsvex8-container hidden-72rtr7 hidden-xym2f1 hidden-1x3vgc\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QWfr6yFVK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:25,height:\"100%\",id:\"QWfr6yFVK\",layoutId:\"QWfr6yFVK\",padding:10,paddingBottom:0,paddingLeft:24,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dbqmyi\",\"data-framer-name\":\"card1 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9xdaa\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x9ra44\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"221px\",src:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg\",srcSet:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg 1014w\"},className:\"framer-15ewesl\",\"data-framer-name\":\"Rounded Rectangle\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jas8mn\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4bnz7m\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18kcilt\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"EIC ACCELERATOR\"})}),className:\"framer-x5s2hn\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 2.5000.000\u20AC\"})}),className:\"framer-2yfm4l\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"The EIC Accelerator supports companies (principally start-ups and SMEs) to scale up high impact innovations with the potential to create new markets or disrupt existing ones.\"})}),className:\"framer-1oyx087\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d1c57o\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bw00go\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mgme0o\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/28/\",motionChild:true,nodeId:\"I8123:1403;1:5896\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rnmhiu framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1768ffo\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-15s0sv7\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c8o2dc\",\"data-framer-name\":\"card2 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18rwnp9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18p8t48\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:449,pixelWidth:798,sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg\",srcSet:\"https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg 798w\"},className:\"framer-v1j7sw\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-jgl87u\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t12ri8\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13gyxsz\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tg7gq2\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Startup Voucher\"})}),className:\"framer-odtrg9\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"30.000\u20AC\"})}),className:\"framer-1ddp02c\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Voucher to improve SMEs digital maturity while boosting their business through digital channels.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-19344yv\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17wxvxf\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uct9hq\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c15nti\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/en/dashboard/opportunities/174/\",motionChild:true,nodeId:\"w7FoUtgSo\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gt71jc framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s3nahp\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-5m6p09\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mrt2tg\",\"data-framer-name\":\"card3 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wfzu1b\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6ea8e\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png\",srcSet:\"https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png 1260w\"},className:\"framer-gz21pl\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-1kbum1e\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ts7k2s\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-161o84g\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gux10\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Fundos SIFIDE (Selo de ID)\"})}),className:\"framer-18h3dvq\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 2.000.000\u20AC\"})}),className:\"framer-ct82s\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"SIFIDE Funds are investment funds that benefit from tax credits for investing in startups that are recognised as innovative.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1jjmkdg\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fbik3h\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ye77lx\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hfhe0m\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/23/\",motionChild:true,nodeId:\"I8123:1415;1:5896\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-t4suhb framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1toeqt0\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-vao54n\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d225lk\",\"data-framer-name\":\"card4 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o4wzo6\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:597,intrinsicWidth:1024,pixelHeight:720,pixelWidth:956,sizes:\"220px\",src:\"https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg\",srcSet:\"https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg 956w\"},className:\"framer-zg05od\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-14h3grq\",\"data-framer-name\":\"Pt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14alkli\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kc4c5p\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pxu87z\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"NSF - SBIR/STTR Phase I Program\"})}),className:\"framer-aicb56\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $305.000$\"})}),className:\"framer-14ezuxv\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"To support small businesses and startups that have potential for both societal and economic impacts.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1jom6qc\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n1nhkw\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cvdzsw\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pga3u9\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/156/\",motionChild:true,nodeId:\"I8123:1440;1:5896\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wff9s0 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sfbr7r\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-8x9cc1\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cseaml\",\"data-framer-name\":\"card5 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wd3zbo\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y7qe85\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:682,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg\",srcSet:\"https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg 1024w\"},className:\"framer-cbmjgh\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:133,src:\"https://framerusercontent.com/images/9ResIM02fFpL8emhSjq3rsJBD0.webp\"},className:\"framer-xi905q\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y9e1t7\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9g35y\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8bhc9v\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"EXIST Business Start-up Grant\"})}),className:\"framer-19ngppr\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO \u20AC30.000 + \u20AC3.000/px/month\"})}),className:\"framer-us0687\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Supporting aspiring entrepreneurs and start-up teams in Germany by fostering the creation of innovative business ventures.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-ijt6q6\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fp7mxm\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h01vab\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3cx1c0\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/152/\",motionChild:true,nodeId:\"axq7wVm2W\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jkbnbw framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lax53j\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-cqj36x\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1barpzk\",\"data-framer-name\":\"card6 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nqof1i\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:278,pixelWidth:318,src:\"https://framerusercontent.com/images/megCJ3UYSyydjR0geSvYiV6iqtw.jpg\"},className:\"framer-hu2a2p\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/HrE2ZmkDdaT7EIXWnYX22WD5M.webp\"},className:\"framer-h3nixo\",\"data-framer-name\":\"Pt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3s4rq\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jdrvt0\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lgh47q\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Smart&Start Italia\"})}),className:\"framer-jb68ya\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 80% FINANCED\"})}),className:\"framer-q5yyiw\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Support for innovative startups and SMEs in Italy by fostering their growth and development across specific sectors.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1gd7ht0\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-spu0xf\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yitnci\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ccq9j3\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/154/\",motionChild:true,nodeId:\"Fpv_lmweX\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1541oih framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13bessd\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-iv2k6i\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15yoy4z\",\"data-framer-name\":\"card7 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d6fgwy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:856,pixelWidth:840,positionX:\"center\",positionY:\"center\",sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/DWI84TZFdBxiAyljplE9qOYdQ8.jpg\",srcSet:\"https://framerusercontent.com/images/DWI84TZFdBxiAyljplE9qOYdQ8.jpg 840w\"},className:\"framer-1s8ja5u\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/Y1g8QUb1jqyQExASVanzv6JM.webp\"},className:\"framer-vuqn6t\",\"data-framer-name\":\"Pt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l9gyh0\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3afide\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10r9rmc\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"ENISA\"})}),className:\"framer-1p3egt3\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO \u20AC1.500.000\"})}),className:\"framer-jo9a3\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Financial resources to strengthen the financial structure of small and medium-sized enterprises through participatory loans with elements of venture capital.\"})}),className:\"framer-114p46g\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mgyxsp\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f7vr0v\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ox72br\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/127/\",motionChild:true,nodeId:\"MD_wdFAdV\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a6i6jb framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1erl7z9\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-9k3qv6\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14adxh7\",\"data-framer-name\":\"card9 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d95o8t\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sl5m1c\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:644,pixelWidth:969,sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png\",srcSet:\"https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png?scale-down-to=512 512w,https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png 969w\"},className:\"framer-1sr2wch\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-azvbwo\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w4wid3\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tk0ku4\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1797p9c\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"DEAL-BY-DEAL (Banco do Fomento)\"})}),className:\"framer-4xsrpk\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 70% OF THE ROUND\"})}),className:\"framer-zawxnv\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Co-investment Program by Banco Portugu\\xeas de Fomento targets companies seeking investment alongside private investors.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1h85u82\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8n9xu7\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m0ses\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qpq0to\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/65/\",motionChild:true,nodeId:\"I8123:1427;1:5896\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lqee1j framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n0kyvm\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-5kjltt\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-br7j8c\",\"data-framer-name\":\"card10 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p2dmqp\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b875ze\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg\",srcSet:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg 1014w\"},className:\"framer-jgpg5k\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1366,pixelWidth:2048,sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg\",srcSet:\"https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg 2048w\"},className:\"framer-4f6233\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-1fk3p02\",\"data-framer-name\":\"Pt\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ssv76\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1396amz\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-co5a2m\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Community Connect Grant \"})}),className:\"framer-1by5bvb\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $5.000.000\"})}),className:\"framer-1ru9rjv\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:[\"Support organizations in rural areas of the United States by providing funds to construct broadband networks\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-1kpgx3a\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z1wfh9\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e3mqtd\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nmu5or\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/179/\",motionChild:true,nodeId:\"xwDsm6u2J\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1x6tt3h framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2k1bo2\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1kqelx9\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11cat9p\",\"data-framer-name\":\"card11 xs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-illjd9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1spacma\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg\",srcSet:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg 1014w\"},className:\"framer-j9pxil\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:450,intrinsicWidth:576,pixelHeight:556,pixelWidth:990,sizes:\"220.2616px\",src:\"https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg\",srcSet:\"https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg 990w\"},className:\"framer-1m9is9u\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-3lu426\",\"data-framer-name\":\"Pt\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qu2r4j\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jmmwx9\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cr3ffz\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"NIH Exploratory Project Grant \"})}),className:\"framer-1nd5n4j\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10.55px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $275.000\"})}),className:\"framer-t9sf3j\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"9.23px\",\"--framer-line-height\":\"15.17px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:[\"To support researchers and developers by encouraging the exploration of novel research areas.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-dehorg\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t4ub3n\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1313y9\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pz6ufo\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/42/\",motionChild:true,nodeId:\"PWrHUMCo0\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-733xr0 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lzqm9y\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"7.91px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-xq90n4\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sevgsg-container hidden-on7yeh\",\"data-framer-name\":\"Caroussel\",isAuthoredByUser:true,isModuleExternal:true,name:\"Caroussel\",nodeId:\"UvXLeWLbk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{paddingLeft:24,paddingTop:0,style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:32,height:\"100%\",id:\"UvXLeWLbk\",layoutId:\"UvXLeWLbk\",name:\"Caroussel\",padding:10,paddingBottom:0,paddingLeft:32,paddingPerSide:true,paddingRight:0,paddingTop:40,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-uf6jar\",\"data-framer-name\":\"card1\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wl3l1o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g70195\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg\",srcSet:\"https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hJvM9x58z2QPtTnoUKTR7bracM.jpg 1014w\"},className:\"framer-2f3bgg\",\"data-framer-name\":\"Rounded Rectangle\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3aw2k1\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rekmnd\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a9dy5a\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"EIC ACCELERATOR\"})}),className:\"framer-13sed9k\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 2.500.000\u20AC\"})}),className:\"framer-1swq85o\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"The EIC Accelerator supports companies (principally start-ups and SMEs) to scale up high impact innovations with the potential to create new markets or disrupt existing ones.\"})}),className:\"framer-1e3ela7\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3oymli\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-154ifig\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-67cod\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/28/\",motionChild:true,nodeId:\"MGaOi2hBI\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19wz45i framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ekr3h7\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1pnci7w\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eu5ep2\",\"data-framer-name\":\"card2\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a0600n\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fau56n\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:449,pixelWidth:798,sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg\",srcSet:\"https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qXrFxEByq6gDy9o77AU8qM35aXg.jpg 798w\"},className:\"framer-my141e\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-1c9au8v\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l078oa\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fgijol\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uv9gre\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Startup Voucher\"})}),className:\"framer-lsnk61\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"30.000\u20AC\"})}),className:\"framer-gu9a6e\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"The Voucher for Startups - New Digital and Tecnological Products - is financial support for startup projects in the green and digital space.\"})}),className:\"framer-1md2mz\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2elwcc\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5d831s\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q62zox\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/en/dashboard/opportunities/174/\",motionChild:true,nodeId:\"FWBgLwso3\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5cy7fh framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1raukxp\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1vssqzs\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15afwfc\",\"data-framer-name\":\"card3\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wizva3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",sizes:\"314px\",src:\"https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png\",srcSet:\"https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mBkcOAtcuffKVpT87ZQfhchEDU.png 1260w\"},className:\"framer-nsje8e\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-1un0bbr\",\"data-framer-name\":\"Pt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kf509g\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sjo65x\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1btzy3p\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Fundos SIFIDE (Selo de ID)\"})}),className:\"framer-7c9bmx\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 2.000.000\u20AC\"})}),className:\"framer-1k3dsym\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"SIFIDE Funds are investment funds that benefit from tax credits for investing in startups that are recognised as innovative.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1wi7jw\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11df2fg\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e578dm\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xwupjs\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/23/\",motionChild:true,nodeId:\"sC1mzvsC9\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1c3qj60 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbnnxy\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1m93biv\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ir51jm\",\"data-framer-name\":\"card4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1idez4q\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sus9lk\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:597,intrinsicWidth:1024,pixelHeight:720,pixelWidth:956,sizes:\"314px\",src:\"https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg\",srcSet:\"https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9kH1GoTMIuZ68TomAxZ07HMqn5c.jpg 956w\"},className:\"framer-1qqkdql\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-c45zad\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1or7lsb\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-npvngz\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ott5yq\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"NSF - SBIR/STTR Phase I Program\"})}),className:\"framer-1n3mi2e\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $305.000$\"})}),className:\"framer-2fcfu8\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"To support small businesses and startups that have potential for both societal and economic impacts.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-19in415\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-op9tqd\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14mhu12\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lq52k6\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/156/\",motionChild:true,nodeId:\"muO8vAPsB\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qbxsd8 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r5l1py\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-nvhw5a\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-awfn4x\",\"data-framer-name\":\"card5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k1l0ak\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tmrep3\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1366,pixelWidth:2048,sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg\",srcSet:\"https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6UePeE2XWhrqb8OTBK4QkKYpeM.jpg 2048w\"},className:\"framer-1hjjt4w\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-ertyd8\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hma1h7\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4ybypp\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g8qgfi\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Community Connect Grant \"})}),className:\"framer-5hszht\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $5.000.000\"})}),className:\"framer-pmr5f8\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:[\"Support organizations in rural areas of the United States by providing funds to construct broadband networks\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-hvrdig\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16yaxd7\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eupv0l\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sh28d5\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/179/\",motionChild:true,nodeId:\"oipeazLJh\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-di2adh framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xb59wp\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-c27yng\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hjvabo\",\"data-framer-name\":\"card6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-120ahrw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzbohi\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:450,intrinsicWidth:576,pixelHeight:556,pixelWidth:990,sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg\",srcSet:\"https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7846Q7njrFPz8hnoxplNSJDIc.jpg 990w\"},className:\"framer-xc9mye\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:152,src:\"https://framerusercontent.com/images/Q0ZIsMTSgKmRHHiVyRTsjYDbq00.webp\"},className:\"framer-1hcccso\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6l44ni\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1atv0uk\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rlm8q2\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"NIH Exploratory Project Grant \"})}),className:\"framer-12541xb\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO $275.000\"})}),className:\"framer-1cyhtng\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:[\"To support researchers and developers by encouraging the exploration of novel research areas.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-ivxtxq\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m1vk0t\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d8nvv9\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-153pcdy\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/177/\",motionChild:true,nodeId:\"YH5Xo8DMu\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3rlsvq framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5st7a\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1xogusl\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1glck5y\",\"data-framer-name\":\"card7\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-64szbt\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bi1cq8\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:278,pixelWidth:318,src:\"https://framerusercontent.com/images/megCJ3UYSyydjR0geSvYiV6iqtw.jpg\"},className:\"framer-18v4fhs\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/HrE2ZmkDdaT7EIXWnYX22WD5M.webp\"},className:\"framer-o8vkc1\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m8af5p\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uunp7y\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tii4sj\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"Smart&Start Italia\"})}),className:\"framer-1iti1w5\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 80% FINANCED\"})}),className:\"framer-jp49dz\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Support for innovative startups and SMEs in Italy by fostering their growth and development across specific sectors.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-m3o9v4\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mv053z\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-180kupy\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-av6hmj\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/154/\",motionChild:true,nodeId:\"lpgW_aNTm\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1n2geh framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jq38pa\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-ub3c0y\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xn52h6\",\"data-framer-name\":\"card8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cda9vx\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-phhell\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:682,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg\",srcSet:\"https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Zgx6OxRXptIc2N5CdkXCeGGy5A.jpg 1024w\"},className:\"framer-11wajb4\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:133,src:\"https://framerusercontent.com/images/9ResIM02fFpL8emhSjq3rsJBD0.webp\"},className:\"framer-194fax6\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v095ce\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hmpcas\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18et4nu\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"EXIST Business Start-up Grant\"})}),className:\"framer-1yl65w4\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO \u20AC30.000 + \u20AC3.000/px/month\"})}),className:\"framer-1h0gcgb\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Supporting aspiring entrepreneurs and start-up teams in Germany by fostering the creation of innovative business ventures.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-p2f3oh\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gud2ql\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c3691v\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kjgvh0\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/152/\",motionChild:true,nodeId:\"uuVj0ApvS\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1wocx3h framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10tusit\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-ftw6p\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-idvv81\",\"data-framer-name\":\"card9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8u45im\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o2kvy\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:856,pixelWidth:840,positionX:\"center\",positionY:\"center\",sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/DWI84TZFdBxiAyljplE9qOYdQ8.jpg\",srcSet:\"https://framerusercontent.com/images/DWI84TZFdBxiAyljplE9qOYdQ8.jpg 840w\"},className:\"framer-dz9ib2\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/Y1g8QUb1jqyQExASVanzv6JM.webp\"},className:\"framer-1ryumfq\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-emswwq\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kigysx\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u0ogsm\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"ENISA\"})}),className:\"framer-wd8i69\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO \u20AC1.500.000\"})}),className:\"framer-aux2o5\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:\"Financial resources to strengthen the financial structure of small and medium-sized enterprises through participatory loans with elements of venture capital.\"})}),className:\"framer-1hgbz6k\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-erpyqv\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5beup4\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ozarw8\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/155/\",motionChild:true,nodeId:\"seF0dK4nt\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10sgsw3 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxwzvh\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-bsze2y\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ytro0\",\"data-framer-name\":\"card10\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y3cdye\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3tamf\",\"data-framer-name\":\"image/rounded\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:644,intrinsicWidth:969,pixelHeight:644,pixelWidth:969,sizes:\"314.6594px\",src:\"https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png\",srcSet:\"https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png?scale-down-to=512 512w,https://framerusercontent.com/images/MysiB5CXAsGnf5hrWA8KPbWqs.png 969w\"},className:\"framer-zgr2ba\",\"data-framer-name\":\"Rounded Rectangle\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:120,pixelHeight:80,pixelWidth:120,src:\"https://framerusercontent.com/images/LRAHaHf3ejN2zVBPTQGCkepmaCo.webp\"},className:\"framer-1qglk5q\",\"data-framer-name\":\"Pt\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c4y9uh\",\"data-framer-name\":\"Frame 22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tadkd6\",\"data-framer-name\":\"Content text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1set5p9\",\"data-framer-name\":\"Frame 6356223\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"DEAL-BY-DEAL (Banco do Fomento)\"})}),className:\"framer-9x6kek\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15.07px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"136.02%\",\"--framer-text-color\":\"rgb(22, 25, 44)\"},children:\"UP TO 70% OF THE ROUND\"})}),className:\"framer-1xtnxux\",\"data-framer-name\":\"Title ->\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"13.19px\",\"--framer-line-height\":\"21.67px\",\"--framer-text-color\":\"rgb(66, 84, 102)\"},children:[\"Co-investment Program by Banco Portugu\\xeas de Fomento targets companies seeking investment alongside private investors.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-10llxgo\",\"data-framer-name\":\"Text ->\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wwh915\",\"data-framer-name\":\"x-button\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h0u7a\",\"data-framer-name\":\"Button Variants\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e5gcfc\",\"data-framer-name\":\"btn/solid/base\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities/65/\",motionChild:true,nodeId:\"TsRyoSlpZ\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gqz1n9 framer-lux5qc\",\"data-framer-name\":\"btn/base\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3lj4ar\",\"data-framer-name\":\"Elements\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.31px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"11.31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read more\"})}),className:\"framer-1yos95d\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})]})]})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities\",motionChild:true,nodeId:\"XjOx2HevO\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3v1l93\",\"data-styles-preset\":\"qXZOVZZId\",children:\"Browse for more\"})})})})},cG27v4FyT:{children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities\",motionChild:true,nodeId:\"XjOx2HevO\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3v1l93\",\"data-styles-preset\":\"qXZOVZZId\",children:\"Browse for more\"})})})})},QGfwvU9ME:{children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities\",motionChild:true,nodeId:\"XjOx2HevO\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3v1l93\",\"data-styles-preset\":\"qXZOVZZId\",children:\"Browse for more\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/opportunities\",motionChild:true,nodeId:\"XjOx2HevO\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3v1l93\",\"data-styles-preset\":\"qXZOVZZId\",children:\"Browse for more\"})})})}),className:\"framer-mnhps4\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t7ok3x\",\"data-framer-name\":\"Features section\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qs28yr\",\"data-framer-name\":\"Heading and supporting text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13sqa64\",\"data-framer-name\":\"Heading and subheading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Maximize Funding, Minimize Effort\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Maximize Funding, Minimize Effort\"})}),className:\"framer-u8oxz2\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Find the right grants and connect with the best experts effortlessly.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Benefit from our cost-effective AI and expert review combination\"})]})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[\"Find the right grants and connect with the best experts effortlessly.\",/*#__PURE__*/_jsx(\"br\",{}),\"Benefit from our cost-effective AI and expert review combination\"]})}),className:\"framer-1vlgzdr\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uu9vco\",\"data-framer-name\":\"Features Details\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w3vijk\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-158xhq7\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1215ur5\",\"data-framer-name\":\"Icon and text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ixlzo\",\"data-border\":true,\"data-framer-name\":\"Featured icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4849.769+100+590.1+90+0+0+0+0+-44.1611+0+0+20.3459),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZttJ4gVzQkq2uWTGGjm4zPFBWg.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3316.223+144+101+90+0+0+0+-4.1611+0+0+20.3459),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZttJ4gVzQkq2uWTGGjm4zPFBWg.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492.6406+56+529.1+90+0+0+0+0+0+0+0+20.3459),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZttJ4gVzQkq2uWTGGjm4zPFBWg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3346.223+144+101+90+0+0+0+-4.1611+0+0+20.3459),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZttJ4gVzQkq2uWTGGjm4zPFBWg.png\"},className:\"framer-ku5sgx\",\"data-framer-name\":\"DALL_E_2023-12-05_15.09.39_-_A_simple__minimalist_2D_icon_design_for__Tailored_Application_Assistance__with_an_orange_theme 1\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xxtmvt\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Customized funding matches\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Customized funding matches\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Customized funding matches\"})}),className:\"framer-1ckamsa\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Get matched with grants specifically curated for your business, for free. We match you with opportunities you\u2019re eligible for taking into account your business details, like location, industry, goals, etc. Save time that can be better spent on growing your business.\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:\"Get matched with grants specifically curated for your business, for free. We match you with opportunities you\u2019re eligible for taking into account your business details, like location, industry, goals, etc. Save time that can be better spent on growing your business.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Get matched with grants specifically curated for your business, for free. We match you with opportunities you\u2019re eligible for taking into account your business details, like location, industry, goals, etc. Save time that can be better spent on growing your business.\"})}),className:\"framer-iyk5ft\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4849.769+100+590.1+90+0+0+370),pixelHeight:510,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Etf8PrOXloRsV6YpwEQnuIInQ.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3316.223+144+101+90+0+0),pixelHeight:510,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Etf8PrOXloRsV6YpwEQnuIInQ.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492.6406+56+529.1+90+0+0+524.3091),pixelHeight:510,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Etf8PrOXloRsV6YpwEQnuIInQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3346.223+144+101+90+0+0),pixelHeight:510,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Etf8PrOXloRsV6YpwEQnuIInQ.png\"},className:\"framer-1ktsk2i\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gxtff1\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4849.769+100+590.1+90+865+0+353),pixelHeight:696,pixelWidth:593,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.765)`,src:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png\",srcSet:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png 593w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3316.223+144+101+90+601+0),pixelHeight:696,pixelWidth:593,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.306)`,src:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png\",srcSet:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png 593w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492.6406+56+529.1+90+920+0+539.25),pixelHeight:696,pixelWidth:593,positionX:\"center\",positionY:\"center\",sizes:\"351.9px\",src:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png\",srcSet:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png 593w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3346.223+144+101+90+601+0),pixelHeight:696,pixelWidth:593,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.306)`,src:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png\",srcSet:\"https://framerusercontent.com/images/gN2MkZXujVhVHbyBZm7TKgAIt4.png 593w\"},className:\"framer-9d328h\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-am5cs\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cvgk8v\",\"data-framer-name\":\"Icon and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-lniven\",\"data-framer-name\":\"Featured icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:87,intrinsicWidth:87,svg:'<svg width=\"87\" height=\"87\" viewBox=\"-7 -7 87 87\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.47998\" y=\"0.154053\" width=\"72.0591\" height=\"72.0591\" rx=\"36.0295\" fill=\"#FDEAD7\"/>\\n<rect x=\"0.47998\" y=\"0.154053\" width=\"72.0591\" height=\"72.0591\" rx=\"36.0295\" stroke=\"#FEF6EE\" stroke-width=\"12.0098\"/>\\n<path d=\"M33.0072 44.2912H25.0585M29.3941 36.3424H22.8906M33.0072 28.3937H25.7811M44.5689 23.3354L35.0356 36.6821C34.6137 37.2728 34.4027 37.5682 34.4118 37.8144C34.4198 38.0288 34.5226 38.2286 34.6924 38.3597C34.8875 38.5103 35.2505 38.5103 35.9765 38.5103H43.1237L41.6785 49.3494L51.2118 36.0028C51.6338 35.4121 51.8447 35.1167 51.8356 34.8704C51.8277 34.656 51.7248 34.4563 51.555 34.3252C51.3599 34.1746 50.9969 34.1746 50.271 34.1746H43.1237L44.5689 23.3354Z\" stroke=\"#E04F16\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-153gyom\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect with AI-Enhanced Expertise\"})})})},QGfwvU9ME:{children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect with AI-Enhanced Expertise\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect with AI-Enhanced Expertise\"})})}),className:\"framer-1nuotqo\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Connect with the best experts for each funding opportunity. We select professionals with the highest success rates, powered by AI tools to double-check your applications, ensuring you always have the right support to process your applications quickly and efficiently.\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v88\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",style:{\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Connect with the best experts for each funding opportunity. We select professionals with the highest success rates, powered by AI tools to double-check your applications, ensuring you always have the right support to process your applications quickly and efficiently.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v86\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Connect with the best experts for each funding opportunity. We select professionals with the highest success rates, powered by AI tools to double-check your applications, ensuring you always have the right support to process your applications quickly and efficiently.\"})}),className:\"framer-ycgxuc\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17s9wdc\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rpc11n\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dwsoix\",\"data-framer-name\":\"Icon and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4ydntv\",\"data-framer-name\":\"Featured icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:88,intrinsicWidth:87,svg:'<svg width=\"87\" height=\"88\" viewBox=\"-7 -7 87 88\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.00146484\" y=\"0.954102\" width=\"72.0591\" height=\"72.0591\" rx=\"36.0295\" fill=\"#FDEAD7\"/>\\n<rect x=\"0.00146484\" y=\"0.954102\" width=\"72.0591\" height=\"72.0591\" rx=\"36.0295\" stroke=\"#FEF6EE\" stroke-width=\"12.0098\"/>\\n<path d=\"M32.0001 42.3334C37.1547 42.3334 41.3334 38.1547 41.3334 33.0001C41.3334 27.8454 37.1547 23.6667 32.0001 23.6667C26.8454 23.6667 22.6667 27.8454 22.6667 33.0001C22.6667 38.1547 26.8454 42.3334 32.0001 42.3334Z\" stroke=\"#E2611E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.0001 50.3334C45.1547 50.3334 49.3334 46.1547 49.3334 41.0001C49.3334 35.8454 45.1547 31.6667 40.0001 31.6667C34.8454 31.6667 30.6667 35.8454 30.6667 41.0001C30.6667 46.1547 34.8454 50.3334 40.0001 50.3334Z\" stroke=\"#E2611E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cm3m68\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Streamlined Application Management\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Streamlined Application Management\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"38.03px\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Streamlined Application Management\"})}),className:\"framer-16x31yz\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Monitor the progress of your applications, provide crucial information, submit necessary documents, and stay updated on the latest status\u2014all within our platform. We make the application process seamless and stress-free, so you can stay focused on your business.\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:\"Monitor the progress of your applications, provide crucial information, submit necessary documents, and stay updated on the latest status\u2014all within our platform. We make the application process seamless and stress-free, so you can stay focused on your business.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28.02px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Monitor the progress of your applications, provide crucial information, submit necessary documents, and stay updated on the latest status\u2014all within our platform. We make the application process seamless and stress-free, so you can stay focused on your business.\"})}),className:\"framer-1neaok2\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4849.769+100+590.1+90+1734+0+421),pixelHeight:438,pixelWidth:415,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YXHMw1tnJTg4yJAL8VwHBn6xFE.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3316.223+144+101+90+1225.2631+0),pixelHeight:438,pixelWidth:415,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YXHMw1tnJTg4yJAL8VwHBn6xFE.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492.6406+56+529.1+90+1840+0+524.25),pixelHeight:438,pixelWidth:415,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YXHMw1tnJTg4yJAL8VwHBn6xFE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3346.223+144+101+90+1202+0),pixelHeight:438,pixelWidth:415,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YXHMw1tnJTg4yJAL8VwHBn6xFE.png\"},className:\"framer-1j88j25\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lve761\",\"data-framer-name\":\"How it Works\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-32bk39\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1plsikf\",\"data-framer-name\":\"Heading and subheading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v95\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"How It works\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v94\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"How It works\"})}),className:\"framer-coh8mr\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:getLocalizedValue(\"v97\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Create your account effortlessly. Start by providing some basic information about your business to set up your Granter.ai profile\"})})},QGfwvU9ME:{children:getLocalizedValue(\"v98\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:\"Create your account effortlessly. Start by providing some basic information about your business to set up your Granter.ai profile.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v96\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Create your account effortlessly. Start by providing some basic information about your business to set up your Granter.ai profile.\"})}),className:\"framer-a4dx4m\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wi66up hidden-xym2f1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+0),positionX:\"center\",positionY:\"center\",sizes:\"447.6px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+0),positionX:\"center\",positionY:\"center\",sizes:\"309.7px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} * 0.9 - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-9whtc4\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eyx7zg\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pv8ogi\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+0+0+-141.85+28.799999237060547+0+6),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8atI0zodcBPjOBNJ0vYb0aYvE.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+0+0+-172.6+28.799999237060547+0+1),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8atI0zodcBPjOBNJ0vYb0aYvE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25+0+-174.85+28.799999237060547+0+1),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8atI0zodcBPjOBNJ0vYb0aYvE.png\"},className:\"framer-hc24ip\",\"data-framer-name\":\"DALL_E_2023-12-05_15.54.18_-_A_simple_3D_illustration_for_a_Call-to-Action__CTA__section_on_a_website__encouraging_users_to_sign_up 1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v100\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Sign up and Begin Your Funding Journey\"})}),fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v99\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Sign up and Begin Your Funding Journey\"})}),className:\"framer-7hw9q5\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-120vpn6\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hiqg5e\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v102\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success. \"})}),fonts:[\"Inter-Light\"]},QGfwvU9ME:{children:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success.\"})}),fonts:[\"GF;Inter-300\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v101\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Create your account effortlessly. Start by providing some basic information about your business to set up your Granter.ai profile.\"})}),className:\"framer-12k6www\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"70.4px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"1\"})})}),className:\"framer-1tvz8b1\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+566),positionX:\"center\",positionY:\"center\",sizes:\"447.6px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+482),positionX:\"center\",positionY:\"center\",sizes:\"309.7px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} * 0.9 - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-tgpb4a\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rdjy09\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-115pzme\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+566+0+-141.85+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DqW2HJzzQwMmfITcMKxavnNegk.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+482+0+-172.6+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DqW2HJzzQwMmfITcMKxavnNegk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25+0+-174.85+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DqW2HJzzQwMmfITcMKxavnNegk.png\"},className:\"framer-14n5qeo\",\"data-framer-name\":\"DALL_E_2023-12-05_16.26.44_-_A_very_simple_3D_illustration_for__Discover_Matching_Funds___in_a_style_similar_to_the_previous__Sign_Up__button 2\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v105\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Discover Matching Funds\"})}),fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v104\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Discover Matching Funds\"})}),className:\"framer-1nxjkir\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rbx7sf\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l4waq1\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v102\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success. \"})}),fonts:[\"Inter-Light\"]},QGfwvU9ME:{children:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success.\"})}),fonts:[\"GF;Inter-300\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v106\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Our AI engine analyzes your business profile against a vast database of funding opportunities to identify the grants most suitable for your needs.\"})}),className:\"framer-1xubzsh\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"70.4px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"2\"})})}),className:\"framer-1r8jtt0\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+1132),positionX:\"center\",positionY:\"center\",sizes:\"447.6px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+964),positionX:\"center\",positionY:\"center\",sizes:\"309.7px\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} * 0.9 - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-18v5w88\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ocnsvp\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1domdt\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8234.869+64+450.3+25+1132+0+-126.85+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XOt46xkflkPxJkdO1ws3klGA.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7949.7406+64+458.3+25+964+0+-172.6+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XOt46xkflkPxJkdO1ws3klGA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5426.223+64+213.15+25+0+-159.85+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XOt46xkflkPxJkdO1ws3klGA.png\"},className:\"framer-160gat5\",\"data-framer-name\":\"DALL_E_2023-12-05_19.28.26_-_A_very_simple_3D_illustration_for__AI-Assisted_Drafting___focusing_on_a_single_3D_icon__predominantly_in_orange 1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v108\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"SMART Application\"})}),fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v107\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"SMART Application\"})}),className:\"framer-xwvrop\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kiud80\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jm2vzy\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v102\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success. \"})}),fonts:[\"Inter-Light\"]},QGfwvU9ME:{children:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Opt for our premium service and have our grant experts review and needed amendments to optimise your application and increase your chances of success.\"})}),fonts:[\"GF;Inter-300\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v109\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Get a high-quality application fast, thanks to our AI-streamlined process, which provides your expert with your information, along with tools to revise and optimize your application for success.\"})}),className:\"framer-3dw3sf\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"70.4px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"3\"})})}),className:\"framer-1c6fbvs\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mfba5z hidden-72rtr7 hidden-1x3vgc hidden-on7yeh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-qzr7nc\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7ylwtm\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-199y5rz\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15+0+-133.65+28.799999237060547+0+1),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8atI0zodcBPjOBNJ0vYb0aYvE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8atI0zodcBPjOBNJ0vYb0aYvE.png\"},className:\"framer-jg5nsc\",\"data-framer-name\":\"DALL_E_2023-12-05_15.54.18_-_A_simple_3D_illustration_for_a_Call-to-Action__CTA__section_on_a_website__encouraging_users_to_sign_up 1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v99\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Sign up and Begin Your Funding Journey\"})}),className:\"framer-1vm6exj\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rpzi4x\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1istqzj\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v101\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Create your account effortlessly. Start by providing some basic information about your business to set up your Granter.ai profile.\"})}),className:\"framer-1f8i55w\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"1\"})})}),className:\"framer-1lh0c3g\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-1nvvmec\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18p49oe\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19b2zjc\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15+0+-133.65+28.799999237060547+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DqW2HJzzQwMmfITcMKxavnNegk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DqW2HJzzQwMmfITcMKxavnNegk.png\"},className:\"framer-37q6us\",\"data-framer-name\":\"DALL_E_2023-12-05_16.26.44_-_A_very_simple_3D_illustration_for__Discover_Matching_Funds___in_a_style_similar_to_the_previous__Sign_Up__button 2\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v104\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Discover Matching Funds\"})}),className:\"framer-xg79yu\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u3jok0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ccul33\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v110\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Our AI engine analyzes your business profile against a vast database of funding opportunities to identify the grants most suitable for your needs.\"})}),className:\"framer-7ya7j0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"2\"})})}),className:\"framer-kf54o6\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15),positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} - 164px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png\",srcSet:\"https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=1024 527w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png?scale-down-to=2048 1055w,https://framerusercontent.com/images/2A9Iu6NTZ1ncAVWwUlG0MfboI.png 1204w\"},className:\"framer-vts6mf\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7zjtl\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u7978r\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v107\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"SMART Application\"})}),className:\"framer-aaoic5\",\"data-framer-name\":\"Price\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5419.4861+64+299.65+15+0+-118.65+28.799999237060547+0+.3115),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XOt46xkflkPxJkdO1ws3klGA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XOt46xkflkPxJkdO1ws3klGA.png\"},className:\"framer-1ax5fls\",\"data-framer-name\":\"DALL_E_2023-12-05_19.28.26_-_A_very_simple_3D_illustration_for__AI-Assisted_Drafting___focusing_on_a_single_3D_icon__predominantly_in_orange 1\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wdn1hp\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1elen1j\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v109\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Get a high-quality application fast, thanks to our AI-streamlined process, which provides your expert with your information, along with tools to revise and optimize your application for success.\"})}),className:\"framer-8medp6\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(239, 104, 31, 0.16) 0%, rgb(252, 173, 11) 100%)\"},children:\"3\"})})}),className:\"framer-x2oib2\",\"data-framer-name\":\"4\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xlvcgz\",\"data-framer-name\":\"Pricing\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hek8vg\",\"data-framer-name\":\"Expert Review Pricing\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vlr28v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v111\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"AI-Enhanced Applications \"})}),className:\"framer-1bd9b1n\",\"data-framer-name\":\"Subheading\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fnybag\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v112\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Reviewed by our pool of experts\"})}),className:\"framer-4vvvwo\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v113\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Maximize your application's success with our top-tier consulting service, combining cutting-edge technology with expert human insights.\"})}),className:\"framer-1ijwz1y\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eqrlzx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6chql4\",\"data-border\":true,\"data-framer-name\":\"_Pricing tier card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v2ix86\",\"data-framer-name\":\"Featured icon\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v114\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Most Popular!\"})}),className:\"framer-nbchht\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qarqlu\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4uwss5\",\"data-framer-name\":\"Heading and price\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zvl4k4\",\"data-framer-name\":\"Heading and icon\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:1167,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10518.169+40+0+87.5+0+0+0+32+0+0+0+0+0),pixelHeight:88,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ovX8bltC8YfTXk5gSjKlkGFOHig.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:1167,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6241.4861+90+0+122.5+0+0+0+32+0+0+0+0+0),pixelHeight:88,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ovX8bltC8YfTXk5gSjKlkGFOHig.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:1167,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10007.0406+40+0+25+685+0+0+0+32+0+0+0+0+0),pixelHeight:88,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ovX8bltC8YfTXk5gSjKlkGFOHig.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:1167,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6248.223+90+0+132.5+0+0+0+32+0+0+0+0+0),pixelHeight:88,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ovX8bltC8YfTXk5gSjKlkGFOHig.png\"},className:\"framer-469asv\",\"data-framer-name\":\"Contents\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v115\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"SMART Application Package \"})}),className:\"framer-kqyunq\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v116\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"From \u20AC500 \"})}),className:\"framer-1wz166n\",\"data-framer-name\":\"Price\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v117\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Avenir Next LT Pro Regular\", \"Avenir Next LT Pro Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:[\"+ 2% on Success \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Avenir Next LT Pro Medium\", \"Avenir Next LT Pro Medium Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"/\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"Avenir Next LT Pro Medium\", \"Avenir Next LT Pro Medium Placeholder\", sans-serif'},children:\"per application\"})]})}),className:\"framer-oau1vx\",\"data-framer-name\":\"Supporting text\",fonts:[\"CUSTOM;Avenir Next LT Pro Regular\",\"CUSTOM;Avenir Next LT Pro Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3eswzy\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12x8v6a\",\"data-framer-name\":\"Check items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1no6n0c\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c9k2to\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15nroy0\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0965 0.390159L3.9365 7.30016L2.0365 5.27016C1.6865 4.94016 1.1365 4.92016 0.736504 5.20016C0.346504 5.49016 0.236503 6.00016 0.476503 6.41016L2.7265 10.0702C2.9465 10.4102 3.3265 10.6202 3.7565 10.6202C4.1665 10.6202 4.5565 10.4102 4.7765 10.0702C5.1365 9.60016 12.0065 1.41016 12.0065 1.41016C12.9065 0.490159 11.8165 -0.31984 11.0965 0.38016V0.390159Z\" fill=\"#E04F16\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ub9465\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v118\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[\"Initial \",/*#__PURE__*/_jsx(\"strong\",{children:\"Eligibility confirmation\"}),\" meeting to assess your needs\"]})}),className:\"framer-2dm47n\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qpcg3b\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gsrmfi\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6l21oh\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0965 0.390159L3.9365 7.30016L2.0365 5.27016C1.6865 4.94016 1.1365 4.92016 0.736504 5.20016C0.346504 5.49016 0.236503 6.00016 0.476503 6.41016L2.7265 10.0702C2.9465 10.4102 3.3265 10.6202 3.7565 10.6202C4.1665 10.6202 4.5565 10.4102 4.7765 10.0702C5.1365 9.60016 12.0065 1.41016 12.0065 1.41016C12.9065 0.490159 11.8165 -0.31984 11.0965 0.38016V0.390159Z\" fill=\"#E04F16\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wz0zje\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v119\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[\"Custom Pairing with the best\",/*#__PURE__*/_jsx(\"strong\",{children:\" Consultant Expert\"}),\" to handle your application\"]})}),className:\"framer-1a7c5o7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1st0jai\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hfii4x\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g12t5u\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0965 0.390159L3.9365 7.30016L2.0365 5.27016C1.6865 4.94016 1.1365 4.92016 0.736504 5.20016C0.346504 5.49016 0.236503 6.00016 0.476503 6.41016L2.7265 10.0702C2.9465 10.4102 3.3265 10.6202 3.7565 10.6202C4.1665 10.6202 4.5565 10.4102 4.7765 10.0702C5.1365 9.60016 12.0065 1.41016 12.0065 1.41016C12.9065 0.490159 11.8165 -0.31984 11.0965 0.38016V0.390159Z\" fill=\"#E04F16\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b8yoxm\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v120\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[\"Full Application \",/*#__PURE__*/_jsx(\"strong\",{children:\"Management\"}),\" and \",/*#__PURE__*/_jsx(\"strong\",{children:\"Submission\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})]})}),className:\"framer-16qwr43\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pg0itp\",\"data-border\":true,\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(Link,{href:\"https://calendly.com/francisco-meirelles-granter/30min\",motionChild:true,nodeId:\"tScQ8QvEF\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gmk17z framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} * 0.85, 1300px) / 2 - 40px, 1px) * 1.0036 - 64px)`,y:(componentViewport?.y||0)+0+10518.169+40+0+87.5+0+630-112+32+0+0},cG27v4FyT:{y:(componentViewport?.y||0)+0+6241.4861+90+0+122.5+0+560-112+32+0+0},QGfwvU9ME:{width:\"307.3406px\",y:(componentViewport?.y||0)+0+10007.0406+40+0+25+685+0+600-112+32+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max(min(${componentViewport?.width||\"100vw\"} * 0.8125, 1300px) / 2 - 40px, 1px) * 1.0036 - 64px)`,y:(componentViewport?.y||0)+0+6248.223+90+0+132.5+0+540-112+32+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jlxydq-container\",nodeId:\"hsAGz9N3f\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCTA,{height:\"100%\",id:\"hsAGz9N3f\",layoutId:\"hsAGz9N3f\",style:{width:\"100%\"},width:\"100%\"})})})})})})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iqxi0c\",\"data-framer-name\":\"Success stories\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vbtipo\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dw7225\",\"data-framer-name\":\"Heading and subheading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v122\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Success stories\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v121\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Success stories\"})}),className:\"framer-1mud118\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v123\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Real results from real businesses, powered by our expert support. Hear from our satisfied clients.\"})}),className:\"framer-n3xlwa\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dzsju9\",\"data-framer-name\":\"Testimonials v2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-54g7ws\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10jhw2w\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Startup Europe Consortium\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Startup Europe Consortium\"})}),className:\"framer-xvnt8p\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+0+0+2.5+15+160),pixelHeight:453,pixelWidth:830,positionX:\"center\",positionY:\"center\",sizes:\"102.6316px\",src:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png\",srcSet:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png 830w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+2.5+15+160),pixelHeight:453,pixelWidth:830,positionX:\"center\",positionY:\"center\",sizes:\"102.6316px\",src:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png\",srcSet:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png 830w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+0+0+2.5+15+160),pixelHeight:453,pixelWidth:830,positionX:\"center\",positionY:\"center\",sizes:\"102.6316px\",src:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png\",srcSet:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png 830w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+2.5+15+160),pixelHeight:453,pixelWidth:830,positionX:\"center\",positionY:\"center\",sizes:\"102.6316px\",src:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png\",srcSet:\"https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ECMypNbh0rs2Xr4aijNTqYnrY.png 830w\"},className:\"framer-z1q46e\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7jq9g3\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:getLocalizedValue(\"v125\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:'\"Super team, great support and top notch product\"'})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v124\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:'\"Super team, great support and top notch product\"'})}),className:\"framer-apdy3l\",\"data-framer-name\":\"Statement\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a7s0ww\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lv9t9\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1neya7c\",\"data-framer-name\":\"Check item text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gkgubp\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v127\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"Helping startups connect with relevant grant opportunities and making the process to generate an application super easy.\"'})}),fonts:[\"Inter-Light\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v126\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"Helping startups connect with relevant grant opportunities and making the process to generate an application super easy.\"'})}),className:\"framer-ofcfg5\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r2dw3t\",\"data-framer-name\":\"Signature\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lwy8jy\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-118cps1\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+0+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg\",srcSet:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg 800w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg\",srcSet:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg 800w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+0+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg\",srcSet:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg\",srcSet:\"https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I99w2mSxUo84s5EID6RzPyEv4.jpg 800w\"},className:\"framer-xrmt95\",\"data-framer-name\":\"Picture\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m48pzx\",\"data-framer-name\":\"Role\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Jo\\xe3o Rosado,\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"Head of Portfolio @ Unicorn Factory Lisboa\"]})}),fonts:[\"Inter-Light\",\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Jo\\xe3o Rosado,\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"Head of Portfolio @ Unicorn Factory Lisboa\"]})}),className:\"framer-bybrzi\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16twgdl\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1202vvx\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"SIFIDE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"SIFIDE\"})}),className:\"framer-1c64t0e\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+504+0+2.5+15+170),pixelHeight:100,pixelWidth:426,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wI4NbHIv4WNvl1ubeKEEtMDKiM.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+2.5+15+170),pixelHeight:100,pixelWidth:426,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wI4NbHIv4WNvl1ubeKEEtMDKiM.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+512+0+2.5+15+170),pixelHeight:100,pixelWidth:426,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wI4NbHIv4WNvl1ubeKEEtMDKiM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+2.5+15+170),pixelHeight:100,pixelWidth:426,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wI4NbHIv4WNvl1ubeKEEtMDKiM.png\"},className:\"framer-t7yawq\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gg5fse\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v128\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:'\"Amazing!\"'})}),className:\"framer-wicd7\",\"data-framer-name\":\"Statement\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1inzki1\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cumhtx\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ccr73r\",\"data-framer-name\":\"Check item text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qbffoc\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:getLocalizedValue(\"v131\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"DIG-IN was one of the first clients and we couldn\\'t be happier. The deadlines were challenging, I would say even impossible, but not for the granter.ai team! Recommend it to everyone and available to chat with those who are thinking about giving it a try\"'})}),fonts:[\"Inter-Light\"]},cG27v4FyT:{children:getLocalizedValue(\"v130\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11.5px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"DIG-IN was one of the first clients and we couldn\\'t be happier. The deadlines were challenging, I would say even impossible, but not for the granter.ai team! Recommend it to everyone and available to chat with those who are thinking about giving it a try\"'})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v129\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"DIG-IN was one of the first clients and we couldn\\'t be happier. The deadlines were challenging, I would say even impossible, but not for the granter.ai team! Recommend it to everyone and available to chat with those who are thinking about giving it a try\"'})}),className:\"framer-1egio6p\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3fp69k\",\"data-framer-name\":\"Signature\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1thm1vi\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14n0l5s\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+504+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg\",srcSet:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg 800w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg\",srcSet:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg 800w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+512+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg\",srcSet:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg\",srcSet:\"https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sRoXOA9KYxLnX7nKTAAoelMwo.jpg 800w\"},className:\"framer-af9z82\",\"data-framer-name\":\"Picture\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ufe24u\",\"data-framer-name\":\"Role\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Nuno Fernandes,\"})}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:\"CEO @ DIG-IN\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:\"(ex-zomato)\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Nuno Fernandes,\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"CEO @ DIG-IN\",/*#__PURE__*/_jsx(\"br\",{}),\"(ex-zomato)\"]})}),className:\"framer-1du0pai\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16idoy8\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b8v1h3\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Contrata\\xe7\\xe3o de RHAQ\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Contrata\\xe7\\xe3o de RHAQ\"})}),className:\"framer-1szhc7t\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+1008+0+2.5+15+170),pixelHeight:81,pixelWidth:319,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vBJaiX17mRvCf9YOJpjlcebFU.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+2.5+15+170),pixelHeight:81,pixelWidth:319,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vBJaiX17mRvCf9YOJpjlcebFU.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+1024+0+2.5+15+170),pixelHeight:81,pixelWidth:319,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vBJaiX17mRvCf9YOJpjlcebFU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+2.5+15+170),pixelHeight:81,pixelWidth:319,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vBJaiX17mRvCf9YOJpjlcebFU.png\"},className:\"framer-t8igii\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18780xy\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v132\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:'\"Amazing support and super fast!\"'})}),className:\"framer-qjsljr\",\"data-framer-name\":\"Statement\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18lvm5w\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s6hp13\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cwm2ko\",\"data-framer-name\":\"Check item text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r2gnh7\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v133\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"We contacted them 1 week before the application deadline and we still managed to submit a quality application with their team\\'s amazing support. Thank you!\"'})}),className:\"framer-8c79k2\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k2bf26\",\"data-framer-name\":\"Signature\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-61iq6s\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejzyd\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+1008+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg\",srcSet:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg 800w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg\",srcSet:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg 800w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+1024+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg\",srcSet:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+377.5+12+0+0+0+19),pixelHeight:800,pixelWidth:800,sizes:\"70px\",src:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg\",srcSet:\"https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7rBdEg95RUcP4yXeGBXbj29KVJY.jpg 800w\"},className:\"framer-u391lb\",\"data-framer-name\":\"Picture\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s8niqk\",\"data-framer-name\":\"Role\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Jo\\xe3o Guimar\\xe3es,\"})}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:\"CEO @ Intuitivo\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Jo\\xe3o Guimar\\xe3es,\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"CEO @ Intuitivo\"]})}),className:\"framer-7yfmpw\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o1etf5\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-42hb9t\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cG27v4FyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Qualifica\\xe7\\xe3o das PMEs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 56, 20)\"},children:\"Qualifica\\xe7\\xe3o das PMEs\"})}),className:\"framer-vsbdze\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+1512+0+2.5+15+170),pixelHeight:140,pixelWidth:473,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/biBFXVYM83bXh3oyxHeFzmRgY.png\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+2.5+15+170),pixelHeight:140,pixelWidth:473,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/biBFXVYM83bXh3oyxHeFzmRgY.png\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+1536+0+2.5+15+170),pixelHeight:140,pixelWidth:473,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/biBFXVYM83bXh3oyxHeFzmRgY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+2.5+15+170),pixelHeight:140,pixelWidth:473,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/biBFXVYM83bXh3oyxHeFzmRgY.png\"},className:\"framer-13q3b7o\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ivm7he\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v134\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:'\"Unmatched support\"'})}),className:\"framer-1i5a97b\",\"data-framer-name\":\"Statement\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x47dx4\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nlkmc1\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fxrx7k\",\"data-framer-name\":\"Check item text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vh1ygs\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v135\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:'\"Granter.ai made our application process seamless and enjoyable. As an international company operating in non-English-speaking countries we often face challenges, but they went above and beyond to proactively remove every blocker.\"'})}),className:\"framer-6tno7y\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-718xvy\",\"data-framer-name\":\"Signature\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x7d07v\",\"data-framer-name\":\"Check items\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18g124\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11435.169+64+306.65+25+1512+0+377.5+12+0+0+0+19),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/lEUmaY4lksaruXYkLwxQoD02m8.jpg\"}},cG27v4FyT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7168.4861+64+205.15+25+0+377.5+12+0+0+0+19),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/lEUmaY4lksaruXYkLwxQoD02m8.jpg\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11509.0406+64+474.3+25+1536+0+377.5+12+0+0+0+19),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/lEUmaY4lksaruXYkLwxQoD02m8.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7175.223+64+213.15+25+0+377.5+12+0+0+0+19),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/lEUmaY4lksaruXYkLwxQoD02m8.jpg\"},className:\"framer-n4eiap\",\"data-framer-name\":\"Picture\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9e863x\",\"data-framer-name\":\"Role\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Nokkvi Dan Ellidason,\"})}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14.4px\"},children:\"CFO@ GAIMIN\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14.4px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Nokkvi Dan Ellidason,\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"CFO@ GAIMIN\"]})}),className:\"framer-wjzyun\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xkbs0x\",\"data-framer-name\":\"CTA section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vgeh8m\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zka6zt\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ekrw3d\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v137\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Start free \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v136\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36.03px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Start free \"})}),className:\"framer-195mwd6\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v139\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:\"Join 2000+ companies already growing with Granter.ai\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v138\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20.02px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Join 2000+ companies already growing with Granter.ai\"})}),className:\"framer-1h0nyex\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ly2i5t\",\"data-framer-name\":\"Actions\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.granter.ai/register\",motionChild:true,nodeId:\"xITQA5FUl\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1b7wlka framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{y:(componentViewport?.y||0)+0+13735.169+64+0+16+0+0+434.3+0+0},cG27v4FyT:{y:(componentViewport?.y||0)+0+7900.4861+32+0+16+0+0+434.3+0+0},QGfwvU9ME:{y:(componentViewport?.y||0)+0+14184.3406+32+0+16+0+0+430.3+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+7907.223+32+0+16+0+0+434.3+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uy56h8-container\",nodeId:\"i2knFmXf5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonGr,{height:\"100%\",id:\"i2knFmXf5\",jrxDlFOVZ:getLocalizedValue(\"v13\",activeLocale)??\"Get started\",layoutId:\"i2knFmXf5\",width:\"100%\"})})})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14409.469),positionX:\"center\",positionY:\"center\",sizes:\"812px\",src:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png\",srcSet:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=512 512w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png 2880w\"}},cG27v4FyT:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8510.7861),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png\",srcSet:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=512 512w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png 2880w\"}},QGfwvU9ME:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14596.3406),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png\",srcSet:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=512 512w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png 2880w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8517.523),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png\",srcSet:\"https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=512 512w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kzKMsH37d6eiWPrqLDP4OZa4P4.png 2880w\"},className:\"framer-1bp6y4e\",\"data-framer-name\":\"FAQ section\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1davpoq\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7dxjeh\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osgjjp\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v141\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Frequently asked questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v140\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBOZXh0IExUIFBybyBCb2xk\",\"--framer-font-family\":'\"Avenir Next LT Pro Bold\", \"Avenir Next LT Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36.03px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"44.04px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 43, 62)\"},children:\"Frequently asked questions\"})}),className:\"framer-jrngwe\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Avenir Next LT Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QGfwvU9ME:{children:getLocalizedValue(\"v143\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-edwgmv\",\"data-styles-preset\":\"xMBgLwWaF\",children:\"Everything you need to know about the product and billing.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v142\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20.02px\",\"--framer-line-height\":\"30.02px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Everything you need to know about the product and billing.\"})}),className:\"framer-1jzlb5w\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{width:\"690.2px\",y:(componentViewport?.y||0)+0+14409.469+96.0787353515625+454.3689},cG27v4FyT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+8510.7861+96.0787353515625+454.3689},QGfwvU9ME:{y:(componentViewport?.y||0)+0+14596.3406+96.0787353515625+454.3689}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:544,width:`calc(${componentViewport?.width||\"100vw\"} * 0.85)`,y:(componentViewport?.y||0)+0+8517.523+96.0787353515625+454.3689,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6xfih2-container\",nodeId:\"jwyKaI3J2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"jwyKaI3J2\",layoutId:\"jwyKaI3J2\",style:{width:\"100%\"},variant:\"velkDOCkB\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{y:(componentViewport?.y||0)+0+15631.9954},cG27v4FyT:{y:(componentViewport?.y||0)+0+9733.3125},QGfwvU9ME:{y:(componentViewport?.y||0)+0+15818.867}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:454,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9740.0494,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g231rr-container\",nodeId:\"GSz2lsX8T\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bt1zgRTrc:{variant:\"ZMjAWx_1Z\"},cG27v4FyT:{variant:\"nrk1HcwxI\"},QGfwvU9ME:{variant:\"K7AMM9JyM\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"GSz2lsX8T\",layoutId:\"GSz2lsX8T\",style:{width:\"100%\"},variant:\"mRTO71BbU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-D2Vqq.framer-lux5qc, .framer-D2Vqq .framer-lux5qc { display: block; }\",\".framer-D2Vqq.framer-72rtr7 { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-D2Vqq .framer-1fo4htq { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-D2Vqq .framer-1f4hqaz-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-D2Vqq .framer-whcg97-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-D2Vqq .framer-1cwegk0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 95vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-11y08ub { align-content: center; align-items: center; background-color: #fcfcfc; cursor: default; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 90%; justify-content: center; overflow: hidden; padding: 0px 90px 0px 90px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1wr2l7i { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 190px 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-aqfgqy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-16eyxcf-container { flex: none; height: auto; left: -1px; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-D2Vqq .framer-1m4eh9f { --framer-paragraph-spacing: 72.05905151367188px; flex: none; height: 189px; position: relative; white-space: pre-wrap; width: 710px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1i5ijta-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 251px; z-index: 1; }\",\".framer-D2Vqq .framer-udk5r4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-tfzfr0, .framer-D2Vqq .framer-1h0nyex { --framer-paragraph-spacing: 20.016403198242188px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-xko7ew, .framer-D2Vqq .framer-1b7wlka { flex: none; height: 48px; overflow: hidden; position: relative; text-decoration: none; width: 122px; }\",\".framer-D2Vqq .framer-1x4niht-container, .framer-D2Vqq .framer-uy56h8-container { cursor: default; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; }\",\".framer-D2Vqq .framer-l9y0tq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-jd04p6 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1hajwzb { --border-bottom-width: 0px; --border-color: rgba(158, 158, 158, 0.5); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #fff7e5; border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 22px 0px 22px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-ky5egy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-37kttk, .framer-D2Vqq .framer-x9jwk6, .framer-D2Vqq .framer-1sx1fy2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-8bh75u, .framer-D2Vqq .framer-1mnb4dv, .framer-D2Vqq .framer-3z7etp, .framer-D2Vqq .framer-59ig2v, .framer-D2Vqq .framer-tbm7z2, .framer-D2Vqq .framer-8nffnn, .framer-D2Vqq .framer-ikivyd, .framer-D2Vqq .framer-4uwss5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-17ygwvz-container, .framer-D2Vqq .framer-sxax74-container, .framer-D2Vqq .framer-124n355-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-D2Vqq .framer-pnzo8f, .framer-D2Vqq .framer-1dsczb1, .framer-D2Vqq .framer-1f509yq { --framer-paragraph-spacing: 20.016403198242188px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 384px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1m8kpxv, .framer-D2Vqq .framer-yct5rb, .framer-D2Vqq .framer-193ishi { --framer-paragraph-spacing: 16.01312255859375px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 384px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-d3qmx1 { 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-D2Vqq .framer-359ece, .framer-D2Vqq .framer-9b07gv { --framer-paragraph-spacing: 20.016403198242188px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-D2Vqq .framer-gzwzp4 { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1i9u2ai { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-dg4e8c { --framer-paragraph-spacing: 16.01312255859375px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 735px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-k4qdbb { flex: none; height: 222px; overflow: hidden; position: relative; width: 70%; }\",\".framer-D2Vqq .framer-3cesv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 950px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1l47xge, .framer-D2Vqq .framer-mnhps4 { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1nsvex8-container { flex: none; height: 59.59715639810427vh; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-dbqmyi, .framer-D2Vqq .framer-c8o2dc, .framer-D2Vqq .framer-1barpzk, .framer-D2Vqq .framer-15yoy4z { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; box-shadow: 0px 2.240000009536743px 2.240000009536743px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 313px; justify-content: center; overflow: visible; padding: 5.2757182121276855px 5.2757182121276855px 15.827155113220215px 5.2757182121276855px; position: relative; width: 231px; }\",\".framer-D2Vqq .framer-1k9xdaa { flex: none; height: 292px; overflow: visible; position: relative; width: 221px; }\",\".framer-D2Vqq .framer-x9ra44, .framer-D2Vqq .framer-18p8t48, .framer-D2Vqq .framer-1b6ea8e, .framer-D2Vqq .framer-1y7qe85, .framer-D2Vqq .framer-sl5m1c, .framer-D2Vqq .framer-1b875ze, .framer-D2Vqq .framer-1spacma { flex: none; height: 132px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-15ewesl, .framer-D2Vqq .framer-jgpg5k, .framer-D2Vqq .framer-j9pxil { border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-jas8mn, .framer-D2Vqq .framer-1t12ri8, .framer-D2Vqq .framer-1ts7k2s, .framer-D2Vqq .framer-14alkli, .framer-D2Vqq .framer-1y9e1t7, .framer-D2Vqq .framer-3s4rq, .framer-D2Vqq .framer-l9gyh0, .framer-D2Vqq .framer-1w4wid3, .framer-D2Vqq .framer-ssv76, .framer-D2Vqq .framer-qu2r4j { 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; left: 11px; overflow: visible; padding: 0px; position: absolute; top: 148px; width: min-content; }\",\".framer-D2Vqq .framer-4bnz7m, .framer-D2Vqq .framer-13gyxsz, .framer-D2Vqq .framer-161o84g, .framer-D2Vqq .framer-1kc4c5p, .framer-D2Vqq .framer-1k9g35y, .framer-D2Vqq .framer-1jdrvt0, .framer-D2Vqq .framer-3afide, .framer-D2Vqq .framer-tk0ku4, .framer-D2Vqq .framer-1396amz, .framer-D2Vqq .framer-jmmwx9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-18kcilt, .framer-D2Vqq .framer-1tg7gq2, .framer-D2Vqq .framer-1gux10, .framer-D2Vqq .framer-1pxu87z, .framer-D2Vqq .framer-8bhc9v, .framer-D2Vqq .framer-1lgh47q, .framer-D2Vqq .framer-10r9rmc, .framer-D2Vqq .framer-1797p9c, .framer-D2Vqq .framer-co5a2m, .framer-D2Vqq .framer-1cr3ffz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-x5s2hn, .framer-D2Vqq .framer-2yfm4l, .framer-D2Vqq .framer-1oyx087, .framer-D2Vqq .framer-odtrg9, .framer-D2Vqq .framer-1ddp02c, .framer-D2Vqq .framer-19344yv, .framer-D2Vqq .framer-18h3dvq, .framer-D2Vqq .framer-ct82s, .framer-D2Vqq .framer-1jjmkdg, .framer-D2Vqq .framer-aicb56, .framer-D2Vqq .framer-14ezuxv, .framer-D2Vqq .framer-1jom6qc, .framer-D2Vqq .framer-19ngppr, .framer-D2Vqq .framer-us0687, .framer-D2Vqq .framer-ijt6q6, .framer-D2Vqq .framer-jb68ya, .framer-D2Vqq .framer-q5yyiw, .framer-D2Vqq .framer-1gd7ht0, .framer-D2Vqq .framer-1p3egt3, .framer-D2Vqq .framer-jo9a3, .framer-D2Vqq .framer-114p46g, .framer-D2Vqq .framer-4xsrpk, .framer-D2Vqq .framer-zawxnv, .framer-D2Vqq .framer-1h85u82, .framer-D2Vqq .framer-1by5bvb, .framer-D2Vqq .framer-1ru9rjv, .framer-D2Vqq .framer-1kpgx3a, .framer-D2Vqq .framer-1nd5n4j, .framer-D2Vqq .framer-t9sf3j, .framer-D2Vqq .framer-dehorg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 199px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1d1c57o, .framer-D2Vqq .framer-17wxvxf, .framer-D2Vqq .framer-fbik3h, .framer-D2Vqq .framer-n1nhkw, .framer-D2Vqq .framer-1fp7mxm, .framer-D2Vqq .framer-spu0xf, .framer-D2Vqq .framer-1mgyxsp, .framer-D2Vqq .framer-8n9xu7, .framer-D2Vqq .framer-z1wfh9, .framer-D2Vqq .framer-1t4ub3n { align-content: flex-start; align-items: flex-start; box-shadow: 0px 0.5600000023841858px 1.1200000047683716px 0px rgba(16, 24, 40, 0.06), 0px 0.5600000023841858px 1.6800000667572021px 0px rgba(16, 24, 40, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-bw00go, .framer-D2Vqq .framer-1uct9hq, .framer-D2Vqq .framer-1ye77lx, .framer-D2Vqq .framer-h01vab, .framer-D2Vqq .framer-yitnci, .framer-D2Vqq .framer-f7vr0v, .framer-D2Vqq .framer-m0ses, .framer-D2Vqq .framer-1e3mqtd, .framer-D2Vqq .framer-1313y9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-mgme0o, .framer-D2Vqq .framer-1c15nti, .framer-D2Vqq .framer-hfhe0m, .framer-D2Vqq .framer-pga3u9, .framer-D2Vqq .framer-3cx1c0, .framer-D2Vqq .framer-1ccq9j3, .framer-D2Vqq .framer-ox72br, .framer-D2Vqq .framer-1qpq0to, .framer-D2Vqq .framer-1nmu5or, .framer-D2Vqq .framer-pz6ufo, .framer-D2Vqq .framer-67cod, .framer-D2Vqq .framer-1q62zox, .framer-D2Vqq .framer-xwupjs, .framer-D2Vqq .framer-lq52k6, .framer-D2Vqq .framer-1sh28d5, .framer-D2Vqq .framer-153pcdy, .framer-D2Vqq .framer-av6hmj, .framer-D2Vqq .framer-1kjgvh0, .framer-D2Vqq .framer-1ozarw8, .framer-D2Vqq .framer-1e5gcfc { align-content: flex-start; align-items: flex-start; 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: min-content; }\",\".framer-D2Vqq .framer-1rnmhiu, .framer-D2Vqq .framer-gt71jc, .framer-D2Vqq .framer-t4suhb, .framer-D2Vqq .framer-wff9s0, .framer-D2Vqq .framer-jkbnbw, .framer-D2Vqq .framer-1541oih, .framer-D2Vqq .framer-a6i6jb, .framer-D2Vqq .framer-1lqee1j, .framer-D2Vqq .framer-1x6tt3h, .framer-D2Vqq .framer-733xr0 { align-content: center; align-items: center; background-color: #ef681f; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 7.913577079772949px 13.189295768737793px 7.913577079772949px 13.189295768737793px; position: relative; text-decoration: none; width: min-content; }\",\".framer-D2Vqq .framer-1768ffo, .framer-D2Vqq .framer-1s3nahp, .framer-D2Vqq .framer-1toeqt0, .framer-D2Vqq .framer-1sfbr7r, .framer-D2Vqq .framer-lax53j, .framer-D2Vqq .framer-13bessd, .framer-D2Vqq .framer-1erl7z9, .framer-D2Vqq .framer-n0kyvm, .framer-D2Vqq .framer-2k1bo2, .framer-D2Vqq .framer-1lzqm9y { align-content: center; align-items: center; 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; }\",\".framer-D2Vqq .framer-15s0sv7, .framer-D2Vqq .framer-5m6p09, .framer-D2Vqq .framer-vao54n, .framer-D2Vqq .framer-8x9cc1, .framer-D2Vqq .framer-cqj36x, .framer-D2Vqq .framer-iv2k6i, .framer-D2Vqq .framer-9k3qv6, .framer-D2Vqq .framer-5kjltt, .framer-D2Vqq .framer-1kqelx9, .framer-D2Vqq .framer-xq90n4, .framer-D2Vqq .framer-1pnci7w, .framer-D2Vqq .framer-1vssqzs, .framer-D2Vqq .framer-1m93biv, .framer-D2Vqq .framer-nvhw5a, .framer-D2Vqq .framer-c27yng, .framer-D2Vqq .framer-1xogusl, .framer-D2Vqq .framer-ub3c0y, .framer-D2Vqq .framer-ftw6p, .framer-D2Vqq .framer-bsze2y, .framer-D2Vqq .framer-1yos95d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-D2Vqq .framer-18rwnp9, .framer-D2Vqq .framer-1wfzu1b, .framer-D2Vqq .framer-o4wzo6, .framer-D2Vqq .framer-1wd3zbo, .framer-D2Vqq .framer-1nqof1i, .framer-D2Vqq .framer-d6fgwy, .framer-D2Vqq .framer-d95o8t, .framer-D2Vqq .framer-p2dmqp, .framer-D2Vqq .framer-illjd9 { flex: none; height: 292px; overflow: visible; position: relative; width: 220px; }\",\".framer-D2Vqq .framer-v1j7sw, .framer-D2Vqq .framer-cbmjgh, .framer-D2Vqq .framer-1sr2wch, .framer-D2Vqq .framer-4f6233, .framer-D2Vqq .framer-1m9is9u, .framer-D2Vqq .framer-2f3bgg, .framer-D2Vqq .framer-my141e, .framer-D2Vqq .framer-1qqkdql, .framer-D2Vqq .framer-1hjjt4w, .framer-D2Vqq .framer-xc9mye, .framer-D2Vqq .framer-18v4fhs, .framer-D2Vqq .framer-11wajb4, .framer-D2Vqq .framer-dz9ib2, .framer-D2Vqq .framer-zgr2ba { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-jgl87u, .framer-D2Vqq .framer-14h3grq, .framer-D2Vqq .framer-h3nixo, .framer-D2Vqq .framer-vuqn6t, .framer-D2Vqq .framer-1c9au8v, .framer-D2Vqq .framer-c45zad, .framer-D2Vqq .framer-ertyd8, .framer-D2Vqq .framer-1hcccso, .framer-D2Vqq .framer-o8vkc1, .framer-D2Vqq .framer-194fax6, .framer-D2Vqq .framer-1ryumfq, .framer-D2Vqq .framer-1qglk5q { aspect-ratio: 1.5 / 1; border-top-right-radius: 15px; flex: none; height: var(--framer-aspect-ratio-supported, 31px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 47px; }\",\".framer-D2Vqq .framer-mrt2tg, .framer-D2Vqq .framer-1cseaml, .framer-D2Vqq .framer-14adxh7, .framer-D2Vqq .framer-br7j8c, .framer-D2Vqq .framer-11cat9p { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; box-shadow: 0px 2.240000009536743px 2.240000009536743px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 5.2757182121276855px 5.2757182121276855px 15.827155113220215px 5.2757182121276855px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-gz21pl { flex: none; height: 132px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-1kbum1e { aspect-ratio: 1.5 / 1; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 47px; }\",\".framer-D2Vqq .framer-1d225lk { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; box-shadow: 0px 2.240000009536743px 2.240000009536743px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 314px; justify-content: center; overflow: visible; padding: 5.2757182121276855px 5.2757182121276855px 15.827155113220215px 5.2757182121276855px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-zg05od { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 132px; left: 0px; position: absolute; top: 0px; width: 220px; }\",\".framer-D2Vqq .framer-cvdzsw { align-content: flex-start; align-items: flex-start; box-shadow: 0px 0.6594647765159607px 1.3189295530319214px 0px rgba(16, 24, 40, 0.06), 0px 0.6594647765159607px 1.9783942699432373px 0px rgba(16, 24, 40, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-xi905q, .framer-D2Vqq .framer-azvbwo, .framer-D2Vqq .framer-1fk3p02, .framer-D2Vqq .framer-3lu426, .framer-D2Vqq .framer-1un0bbr { aspect-ratio: 1.5 / 1; border-top-right-radius: 15px; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 47px; }\",\".framer-D2Vqq .framer-hu2a2p, .framer-D2Vqq .framer-1s8ja5u { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 132px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-1sevgsg-container { flex: none; height: 60%; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-uf6jar, .framer-D2Vqq .framer-15afwfc, .framer-D2Vqq .framer-awfn4x, .framer-D2Vqq .framer-1hjvabo, .framer-D2Vqq .framer-11ytro0 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 3.200000047683716px 3.200000047683716px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 7.536740303039551px 7.536740303039551px 22.61022186279297px 7.536740303039551px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-wl3l1o, .framer-D2Vqq .framer-1a0600n, .framer-D2Vqq .framer-k1l0ak, .framer-D2Vqq .framer-120ahrw, .framer-D2Vqq .framer-64szbt, .framer-D2Vqq .framer-1cda9vx, .framer-D2Vqq .framer-8u45im, .framer-D2Vqq .framer-y3cdye { flex: none; height: 420px; overflow: visible; position: relative; width: 315px; }\",\".framer-D2Vqq .framer-1g70195, .framer-D2Vqq .framer-1fau56n, .framer-D2Vqq .framer-1sus9lk, .framer-D2Vqq .framer-1tmrep3, .framer-D2Vqq .framer-1hzbohi, .framer-D2Vqq .framer-1bi1cq8, .framer-D2Vqq .framer-phhell, .framer-D2Vqq .framer-1o2kvy, .framer-D2Vqq .framer-m3tamf { flex: none; height: 188px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-3aw2k1, .framer-D2Vqq .framer-1l078oa, .framer-D2Vqq .framer-kf509g, .framer-D2Vqq .framer-1or7lsb, .framer-D2Vqq .framer-hma1h7, .framer-D2Vqq .framer-6l44ni, .framer-D2Vqq .framer-1m8af5p, .framer-D2Vqq .framer-v095ce, .framer-D2Vqq .framer-emswwq, .framer-D2Vqq .framer-c4y9uh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; left: 15px; overflow: visible; padding: 0px; position: absolute; top: 211px; width: min-content; }\",\".framer-D2Vqq .framer-1rekmnd, .framer-D2Vqq .framer-fgijol, .framer-D2Vqq .framer-1sjo65x, .framer-D2Vqq .framer-npvngz, .framer-D2Vqq .framer-4ybypp, .framer-D2Vqq .framer-1atv0uk, .framer-D2Vqq .framer-1uunp7y, .framer-D2Vqq .framer-1hmpcas, .framer-D2Vqq .framer-kigysx, .framer-D2Vqq .framer-tadkd6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-1a9dy5a, .framer-D2Vqq .framer-1uv9gre, .framer-D2Vqq .framer-1btzy3p, .framer-D2Vqq .framer-1ott5yq, .framer-D2Vqq .framer-1g8qgfi, .framer-D2Vqq .framer-1rlm8q2, .framer-D2Vqq .framer-1tii4sj, .framer-D2Vqq .framer-18et4nu, .framer-D2Vqq .framer-1u0ogsm, .framer-D2Vqq .framer-1set5p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-13sed9k, .framer-D2Vqq .framer-1swq85o, .framer-D2Vqq .framer-1e3ela7, .framer-D2Vqq .framer-lsnk61, .framer-D2Vqq .framer-gu9a6e, .framer-D2Vqq .framer-1md2mz, .framer-D2Vqq .framer-7c9bmx, .framer-D2Vqq .framer-1k3dsym, .framer-D2Vqq .framer-1wi7jw, .framer-D2Vqq .framer-1n3mi2e, .framer-D2Vqq .framer-2fcfu8, .framer-D2Vqq .framer-19in415, .framer-D2Vqq .framer-5hszht, .framer-D2Vqq .framer-pmr5f8, .framer-D2Vqq .framer-hvrdig, .framer-D2Vqq .framer-12541xb, .framer-D2Vqq .framer-1cyhtng, .framer-D2Vqq .framer-ivxtxq, .framer-D2Vqq .framer-1iti1w5, .framer-D2Vqq .framer-jp49dz, .framer-D2Vqq .framer-m3o9v4, .framer-D2Vqq .framer-1yl65w4, .framer-D2Vqq .framer-1h0gcgb, .framer-D2Vqq .framer-p2f3oh, .framer-D2Vqq .framer-wd8i69, .framer-D2Vqq .framer-aux2o5, .framer-D2Vqq .framer-1hgbz6k, .framer-D2Vqq .framer-9x6kek, .framer-D2Vqq .framer-1xtnxux, .framer-D2Vqq .framer-10llxgo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 285px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-3oymli, .framer-D2Vqq .framer-2elwcc, .framer-D2Vqq .framer-11df2fg, .framer-D2Vqq .framer-op9tqd, .framer-D2Vqq .framer-16yaxd7, .framer-D2Vqq .framer-m1vk0t, .framer-D2Vqq .framer-1mv053z, .framer-D2Vqq .framer-gud2ql, .framer-D2Vqq .framer-erpyqv, .framer-D2Vqq .framer-1wwh915 { align-content: flex-start; align-items: flex-start; box-shadow: 0px 0.800000011920929px 1.600000023841858px 0px rgba(16, 24, 40, 0.06), 0px 0.800000011920929px 2.4000000953674316px 0px rgba(16, 24, 40, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-154ifig, .framer-D2Vqq .framer-5d831s, .framer-D2Vqq .framer-14mhu12, .framer-D2Vqq .framer-eupv0l, .framer-D2Vqq .framer-1d8nvv9, .framer-D2Vqq .framer-180kupy, .framer-D2Vqq .framer-c3691v, .framer-D2Vqq .framer-5beup4, .framer-D2Vqq .framer-h0u7a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-19wz45i, .framer-D2Vqq .framer-qbxsd8, .framer-D2Vqq .framer-di2adh, .framer-D2Vqq .framer-3rlsvq { align-content: center; align-items: center; background-color: #ef681f; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 11.305110931396484px 18.84185028076172px 11.305110931396484px 18.84185028076172px; position: relative; text-decoration: none; width: min-content; }\",\".framer-D2Vqq .framer-ekr3h7, .framer-D2Vqq .framer-1raukxp, .framer-D2Vqq .framer-nbnnxy, .framer-D2Vqq .framer-1r5l1py, .framer-D2Vqq .framer-1xb59wp, .framer-D2Vqq .framer-1n5st7a, .framer-D2Vqq .framer-jq38pa, .framer-D2Vqq .framer-10tusit, .framer-D2Vqq .framer-1lxwzvh, .framer-D2Vqq .framer-3lj4ar { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-1eu5ep2, .framer-D2Vqq .framer-1glck5y, .framer-D2Vqq .framer-xn52h6, .framer-D2Vqq .framer-idvv81 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 3.200000047683716px 3.200000047683716px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 450px; justify-content: center; overflow: visible; padding: 7.536740303039551px 7.536740303039551px 22.61022186279297px 7.536740303039551px; position: relative; width: 330px; }\",\".framer-D2Vqq .framer-5cy7fh, .framer-D2Vqq .framer-1n2geh, .framer-D2Vqq .framer-1wocx3h, .framer-D2Vqq .framer-10sgsw3, .framer-D2Vqq .framer-1gqz1n9 { align-content: center; align-items: center; background-color: #ef681f; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 11.3051109px 18.84185028076172px 11.305110931396484px 18.84185028076172px; position: relative; text-decoration: none; width: min-content; }\",\".framer-D2Vqq .framer-1wizva3, .framer-D2Vqq .framer-1idez4q { flex: none; height: 420px; overflow: visible; position: relative; width: 314px; }\",\".framer-D2Vqq .framer-nsje8e { flex: none; height: 189px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-D2Vqq .framer-1e578dm { align-content: flex-start; align-items: flex-start; box-shadow: 0px 0.9420925378799438px 1.8841850757598877px 0px rgba(16, 24, 40, 0.06), 0px 0.9420925378799438px 2.826277732849121px 0px rgba(16, 24, 40, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-1c3qj60 { align-content: center; align-items: center; background-color: #ef681f; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 11.305110931396484px 18.8418503px 11.305110931396484px 18.84185028076172px; position: relative; text-decoration: none; width: min-content; }\",\".framer-D2Vqq .framer-1ir51jm { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 3.200000047683716px 3.200000047683716px 0px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 449px; justify-content: center; overflow: visible; padding: 7.536740303039551px 7.536740303039551px 22.61022186279297px 7.536740303039551px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-t7ok3x { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 144px 0px 0px 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-qs28yr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 79px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-13sqa64 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 85%; }\",\".framer-D2Vqq .framer-u8oxz2, .framer-D2Vqq .framer-1wz166n { --framer-paragraph-spacing: 48px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1vlgzdr { --framer-paragraph-spacing: 8px; flex: none; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-uu9vco { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 151px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 0px 90px 0px; position: relative; width: 85%; }\",\".framer-D2Vqq .framer-1w3vijk, .framer-D2Vqq .framer-17s9wdc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-158xhq7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 450px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-1215ur5, .framer-D2Vqq .framer-cvgk8v, .framer-D2Vqq .framer-dwsoix { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-5ixlzo { --border-bottom-width: 12.009841918945312px; --border-color: #fef6ee; --border-left-width: 12.009841918945312px; --border-right-width: 12.009841918945312px; --border-style: solid; --border-top-width: 12.009841918945312px; aspect-ratio: 1 / 1; background-color: #fcead7; border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; flex: none; height: var(--framer-aspect-ratio-supported, 72px); overflow: visible; position: relative; width: 72px; }\",\".framer-D2Vqq .framer-ku5sgx { aspect-ratio: 0.9930556254334981 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 20px; position: absolute; top: 20px; width: 32px; }\",\".framer-D2Vqq .framer-xxtmvt, .framer-D2Vqq .framer-1cm3m68 { 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 20px 0px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1ckamsa, .framer-D2Vqq .framer-1nuotqo, .framer-D2Vqq .framer-16x31yz { --framer-paragraph-spacing: 30.02460479736328px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-iyk5ft, .framer-D2Vqq .framer-ycgxuc, .framer-D2Vqq .framer-1neaok2 { --framer-paragraph-spacing: 18.01476287841797px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1ktsk2i { align-self: stretch; flex: none; height: auto; position: relative; width: 35%; }\",\".framer-D2Vqq .framer-1gxtff1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-9d328h { align-self: stretch; flex: none; height: auto; position: relative; width: 40%; }\",\".framer-D2Vqq .framer-am5cs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 450px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-lniven { flex: none; height: 87px; position: relative; width: 87px; }\",\".framer-D2Vqq .framer-153gyom, .framer-D2Vqq .framer-12x8v6a { 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; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-rpc11n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 421px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-4ydntv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 72px; }\",\".framer-D2Vqq .framer-1j88j25 { align-self: stretch; flex: none; height: auto; position: relative; width: 25%; }\",\".framer-D2Vqq .framer-1lve761 { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 790px; justify-content: center; overflow: visible; padding: 64px 32px 0px 32px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-32bk39, .framer-D2Vqq .framer-1vbtipo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32.0262451171875px 0px 32.0262451171875px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1plsikf, .framer-D2Vqq .framer-dw7225 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-coh8mr, .framer-D2Vqq .framer-1mud118, .framer-D2Vqq .framer-195mwd6 { --framer-paragraph-spacing: 36.02952575683594px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-a4dx4m, .framer-D2Vqq .framer-n3xlwa { --framer-paragraph-spacing: 20.016403198242188px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 947px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1wi66up { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 100%; justify-content: center; overflow: hidden; padding: 25px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-9whtc4, .framer-D2Vqq .framer-tgpb4a, .framer-D2Vqq .framer-18v5w88 { --border-bottom-width: 2px; --border-color: #df4f16; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3.5999999046325684px 5.399999618530273px -1.7999999523162842px rgba(16, 24, 40, 0.03), 0px 10.799999237060547px 14.399999618530273px -3.5999999046325684px rgba(16, 24, 40, 0.08); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-1eyx7zg, .framer-D2Vqq .framer-1rdjy09, .framer-D2Vqq .framer-ocnsvp, .framer-D2Vqq .framer-18p49oe, .framer-D2Vqq .framer-f7zjtl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 28.799999237060547px 28.799999237060547px 8px 28.799999237060547px; position: relative; width: 282px; }\",\".framer-D2Vqq .framer-1pv8ogi, .framer-D2Vqq .framer-115pzme, .framer-D2Vqq .framer-1domdt, .framer-D2Vqq .framer-199y5rz, .framer-D2Vqq .framer-19b2zjc, .framer-D2Vqq .framer-u7978r { flex: none; height: 203px; overflow: visible; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-hc24ip { aspect-ratio: 1.1124498039464221 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 110px); left: 54%; position: absolute; top: 1px; transform: translateX(-50%); width: 122px; }\",\".framer-D2Vqq .framer-7hw9q5 { --framer-paragraph-spacing: 43.19999694824219px; flex: none; height: auto; left: 1px; position: absolute; top: 138px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-120vpn6, .framer-D2Vqq .framer-rbx7sf, .framer-D2Vqq .framer-1rpzi4x, .framer-D2Vqq .framer-1u3jok0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-hiqg5e, .framer-D2Vqq .framer-1l4waq1, .framer-D2Vqq .framer-1jm2vzy, .framer-D2Vqq .framer-1istqzj, .framer-D2Vqq .framer-1ccul33, .framer-D2Vqq .framer-1elen1j { align-content: flex-start; align-items: flex-start; 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-D2Vqq .framer-12k6www, .framer-D2Vqq .framer-1xubzsh, .framer-D2Vqq .framer-3dw3sf, .framer-D2Vqq .framer-1f8i55w, .framer-D2Vqq .framer-7ya7j0, .framer-D2Vqq .framer-8medp6, .framer-D2Vqq .framer-bybrzi, .framer-D2Vqq .framer-1du0pai, .framer-D2Vqq .framer-7yfmpw, .framer-D2Vqq .framer-wjzyun { --framer-paragraph-spacing: 14.399999618530273px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1tvz8b1, .framer-D2Vqq .framer-1r8jtt0, .framer-D2Vqq .framer-1c6fbvs, .framer-D2Vqq .framer-1lh0c3g, .framer-D2Vqq .framer-kf54o6, .framer-D2Vqq .framer-x2oib2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 77px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-14n5qeo, .framer-D2Vqq .framer-160gat5, .framer-D2Vqq .framer-37q6us { aspect-ratio: 1.1124498039464221 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 110px); left: 54%; position: absolute; top: 0px; transform: translateX(-50%); width: 122px; }\",\".framer-D2Vqq .framer-1nxjkir, .framer-D2Vqq .framer-xwvrop, .framer-D2Vqq .framer-1vm6exj, .framer-D2Vqq .framer-xg79yu, .framer-D2Vqq .framer-aaoic5 { --framer-paragraph-spacing: 43.19999694824219px; flex: none; height: auto; left: 1px; position: absolute; top: 139px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-kiud80, .framer-D2Vqq .framer-1wdn1hp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 15px 0px 15px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-mfba5z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 600px; justify-content: center; overflow: hidden; padding: 15px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-qzr7nc, .framer-D2Vqq .framer-1nvvmec, .framer-D2Vqq .framer-vts6mf { --border-bottom-width: 2px; --border-color: #df4f16; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3.5999999046325684px 5.399999618530273px -1.7999999523162842px rgba(16, 24, 40, 0.03), 0px 10.799999237060547px 14.399999618530273px -3.5999999046325684px rgba(16, 24, 40, 0.08); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-7ylwtm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 28.799999237060547px 28.799999237060547px 8px 28.799999237060547px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-jg5nsc { aspect-ratio: 1.1124498039464221 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 109px); left: 54%; position: absolute; top: 1px; transform: translateX(-50%); width: 122px; }\",\".framer-D2Vqq .framer-1ax5fls { aspect-ratio: 1.0549587425138875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 116px); left: 61px; position: absolute; top: 0px; width: 122px; }\",\".framer-D2Vqq .framer-xlvcgz { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1hek8vg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1300px; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 81%; }\",\".framer-D2Vqq .framer-1vlr28v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 50%; }\",\".framer-D2Vqq .framer-1bd9b1n, .framer-D2Vqq .framer-oau1vx, .framer-D2Vqq .framer-2dm47n, .framer-D2Vqq .framer-1a7c5o7, .framer-D2Vqq .framer-16qwr43 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1fnybag { 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: hidden; padding: 10px 0px 0px 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-4vvvwo { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 477px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1ijwz1y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-eqrlzx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-6chql4 { --border-bottom-width: 1px; --border-color: #eaecf0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #fcead7; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: 540px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-v2ix86 { background-color: #ef681f; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 35px; left: calc(49.42791762013732% - 128px / 2); overflow: visible; position: absolute; top: -20px; width: 128px; z-index: 1; }\",\".framer-D2Vqq .framer-nbchht { --framer-paragraph-spacing: 20px; flex: none; height: auto; left: 0px; position: absolute; top: 3px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1qarqlu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-zvl4k4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-469asv { flex: none; height: 100px; overflow: visible; position: relative; width: 546px; }\",\".framer-D2Vqq .framer-kqyunq, .framer-D2Vqq .framer-xvnt8p, .framer-D2Vqq .framer-1c64t0e, .framer-D2Vqq .framer-1szhc7t, .framer-D2Vqq .framer-vsbdze { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-3eswzy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px 25px 15px 25px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1no6n0c, .framer-D2Vqq .framer-1qpcg3b, .framer-D2Vqq .framer-1st0jai { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1c9k2to, .framer-D2Vqq .framer-gsrmfi, .framer-D2Vqq .framer-1hfii4x { aspect-ratio: 1 / 1; background-color: #ffffff; 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, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-15nroy0, .framer-D2Vqq .framer-6l21oh, .framer-D2Vqq .framer-1g12t5u { bottom: 7px; flex: none; left: 6px; position: absolute; right: 6px; top: 7px; }\",\".framer-D2Vqq .framer-ub9465, .framer-D2Vqq .framer-wz0zje, .framer-D2Vqq .framer-b8yoxm, .framer-D2Vqq .framer-gkgubp, .framer-D2Vqq .framer-1m48pzx, .framer-D2Vqq .framer-1qbffoc, .framer-D2Vqq .framer-1ufe24u, .framer-D2Vqq .framer-r2gnh7, .framer-D2Vqq .framer-s8niqk, .framer-D2Vqq .framer-1vh1ygs, .framer-D2Vqq .framer-9e863x { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-D2Vqq .framer-pg0itp { --border-bottom-width: 0px; --border-color: #eaecf0; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #fcead7; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 32px; position: absolute; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-D2Vqq .framer-gmk17z { flex: none; height: 48px; overflow: hidden; position: relative; text-decoration: none; width: 100%; }\",\".framer-D2Vqq .framer-jlxydq-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-D2Vqq .framer-iqxi0c { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 700px; justify-content: center; overflow: visible; padding: 64px 32px 0px 32px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-1dzsju9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; overflow: hidden; padding: 25px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-54g7ws, .framer-D2Vqq .framer-16twgdl, .framer-D2Vqq .framer-16idoy8, .framer-D2Vqq .framer-o1etf5 { align-content: center; align-items: center; background-color: #fcead7; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 3.5999999046325684px 5.399999618530273px -1.7999999523162842px rgba(16, 24, 40, 0.03), 0px 10.799999237060547px 14.399999618530273px -3.5999999046325684px rgba(16, 24, 40, 0.08); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 480px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-10jhw2w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 225px; justify-content: flex-start; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-z1q46e { aspect-ratio: 1.0263157351581371 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); position: relative; width: 103px; }\",\".framer-D2Vqq .framer-7jq9g3, .framer-D2Vqq .framer-gg5fse, .framer-D2Vqq .framer-18780xy, .framer-D2Vqq .framer-1ivm7he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-apdy3l, .framer-D2Vqq .framer-wicd7, .framer-D2Vqq .framer-qjsljr, .framer-D2Vqq .framer-1i5a97b { --framer-paragraph-spacing: 43.19999694824219px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-a7s0ww { 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: 15px 0px 15px 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-1lv9t9, .framer-D2Vqq .framer-cumhtx, .framer-D2Vqq .framer-1s6hp13, .framer-D2Vqq .framer-nlkmc1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1neya7c, .framer-D2Vqq .framer-ccr73r, .framer-D2Vqq .framer-cwm2ko, .framer-D2Vqq .framer-fxrx7k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-ofcfg5, .framer-D2Vqq .framer-8c79k2 { --framer-paragraph-spacing: 14.399999618530273px; flex: none; height: 120px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1r2dw3t { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 100px; justify-content: flex-start; overflow: visible; padding: 12px 28.799999237060547px 24px 28.799999237060547px; position: sticky; top: 0px; width: 300px; z-index: 1; }\",\".framer-D2Vqq .framer-1lwy8jy, .framer-D2Vqq .framer-1thm1vi, .framer-D2Vqq .framer-61iq6s, .framer-D2Vqq .framer-x7d07v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-118cps1, .framer-D2Vqq .framer-14n0l5s, .framer-D2Vqq .framer-ejzyd, .framer-D2Vqq .framer-18g124 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-xrmt95, .framer-D2Vqq .framer-af9z82, .framer-D2Vqq .framer-u391lb, .framer-D2Vqq .framer-n4eiap { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 70px); position: relative; width: 70px; }\",\".framer-D2Vqq .framer-1202vvx, .framer-D2Vqq .framer-b8v1h3, .framer-D2Vqq .framer-42hb9t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 225px; justify-content: flex-start; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-t7yawq, .framer-D2Vqq .framer-t8igii, .framer-D2Vqq .framer-13q3b7o { aspect-ratio: 2.2115384615384617 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 177px; }\",\".framer-D2Vqq .framer-1inzki1, .framer-D2Vqq .framer-18lvm5w, .framer-D2Vqq .framer-x47dx4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-1egio6p, .framer-D2Vqq .framer-6tno7y { --framer-paragraph-spacing: 14.399999618530273px; flex: none; height: 120px; max-height: 300px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-3fp69k, .framer-D2Vqq .framer-1k2bf26, .framer-D2Vqq .framer-718xvy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 100px; justify-content: flex-start; overflow: visible; padding: 12px 28.799999237060547px 24px 28.799999237060547px; position: relative; width: 300px; }\",\".framer-D2Vqq .framer-xkbs0x { align-content: center; align-items: center; background: linear-gradient(179.68672009006335deg, rgba(239, 104, 31, 0) 1.2730694877666666e-12%, rgba(252, 173, 11, 0.32) 100%); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-D2Vqq .framer-1vgeh8m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 32.0262451px 16px 32.0262451px; position: relative; width: 90%; }\",\".framer-D2Vqq .framer-zka6zt, .framer-D2Vqq .framer-1ekrw3d, .framer-D2Vqq .framer-7dxjeh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-ly2i5t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-D2Vqq .framer-1bp6y4e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 96.0787353515625px 0px 96.0787353515625px 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1davpoq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32.0262451171875px 0px 32.0262451171875px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-1osgjjp { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-D2Vqq .framer-jrngwe { --framer-paragraph-spacing: 36.02952575683594px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 769px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-1jzlb5w { --framer-paragraph-spacing: 20.016403198242188px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 769px; word-break: break-word; word-wrap: break-word; }\",\".framer-D2Vqq .framer-6xfih2-container { flex: none; height: auto; position: relative; width: 85%; z-index: 2; }\",\".framer-D2Vqq .framer-1g231rr-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-D2Vqq.framer-72rtr7, .framer-D2Vqq .framer-1fo4htq, .framer-D2Vqq .framer-1cwegk0, .framer-D2Vqq .framer-11y08ub, .framer-D2Vqq .framer-1wr2l7i, .framer-D2Vqq .framer-aqfgqy, .framer-D2Vqq .framer-udk5r4, .framer-D2Vqq .framer-l9y0tq, .framer-D2Vqq .framer-1hajwzb, .framer-D2Vqq .framer-ky5egy, .framer-D2Vqq .framer-37kttk, .framer-D2Vqq .framer-8bh75u, .framer-D2Vqq .framer-1mnb4dv, .framer-D2Vqq .framer-x9jwk6, .framer-D2Vqq .framer-3z7etp, .framer-D2Vqq .framer-59ig2v, .framer-D2Vqq .framer-tbm7z2, .framer-D2Vqq .framer-1sx1fy2, .framer-D2Vqq .framer-8nffnn, .framer-D2Vqq .framer-d3qmx1, .framer-D2Vqq .framer-ikivyd, .framer-D2Vqq .framer-gzwzp4, .framer-D2Vqq .framer-1i9u2ai, .framer-D2Vqq .framer-3cesv1, .framer-D2Vqq .framer-dbqmyi, .framer-D2Vqq .framer-jas8mn, .framer-D2Vqq .framer-4bnz7m, .framer-D2Vqq .framer-18kcilt, .framer-D2Vqq .framer-1d1c57o, .framer-D2Vqq .framer-bw00go, .framer-D2Vqq .framer-mgme0o, .framer-D2Vqq .framer-1rnmhiu, .framer-D2Vqq .framer-1768ffo, .framer-D2Vqq .framer-c8o2dc, .framer-D2Vqq .framer-1t12ri8, .framer-D2Vqq .framer-13gyxsz, .framer-D2Vqq .framer-1tg7gq2, .framer-D2Vqq .framer-17wxvxf, .framer-D2Vqq .framer-1uct9hq, .framer-D2Vqq .framer-1c15nti, .framer-D2Vqq .framer-gt71jc, .framer-D2Vqq .framer-1s3nahp, .framer-D2Vqq .framer-mrt2tg, .framer-D2Vqq .framer-1ts7k2s, .framer-D2Vqq .framer-161o84g, .framer-D2Vqq .framer-1gux10, .framer-D2Vqq .framer-fbik3h, .framer-D2Vqq .framer-1ye77lx, .framer-D2Vqq .framer-hfhe0m, .framer-D2Vqq .framer-t4suhb, .framer-D2Vqq .framer-1toeqt0, .framer-D2Vqq .framer-1d225lk, .framer-D2Vqq .framer-14alkli, .framer-D2Vqq .framer-1kc4c5p, .framer-D2Vqq .framer-1pxu87z, .framer-D2Vqq .framer-n1nhkw, .framer-D2Vqq .framer-cvdzsw, .framer-D2Vqq .framer-pga3u9, .framer-D2Vqq .framer-wff9s0, .framer-D2Vqq .framer-1sfbr7r, .framer-D2Vqq .framer-1cseaml, .framer-D2Vqq .framer-1y9e1t7, .framer-D2Vqq .framer-1k9g35y, .framer-D2Vqq .framer-8bhc9v, .framer-D2Vqq .framer-1fp7mxm, .framer-D2Vqq .framer-h01vab, .framer-D2Vqq .framer-3cx1c0, .framer-D2Vqq .framer-jkbnbw, .framer-D2Vqq .framer-lax53j, .framer-D2Vqq .framer-1barpzk, .framer-D2Vqq .framer-3s4rq, .framer-D2Vqq .framer-1jdrvt0, .framer-D2Vqq .framer-1lgh47q, .framer-D2Vqq .framer-spu0xf, .framer-D2Vqq .framer-yitnci, .framer-D2Vqq .framer-1ccq9j3, .framer-D2Vqq .framer-1541oih, .framer-D2Vqq .framer-13bessd, .framer-D2Vqq .framer-15yoy4z, .framer-D2Vqq .framer-l9gyh0, .framer-D2Vqq .framer-3afide, .framer-D2Vqq .framer-10r9rmc, .framer-D2Vqq .framer-1mgyxsp, .framer-D2Vqq .framer-f7vr0v, .framer-D2Vqq .framer-ox72br, .framer-D2Vqq .framer-a6i6jb, .framer-D2Vqq .framer-1erl7z9, .framer-D2Vqq .framer-14adxh7, .framer-D2Vqq .framer-1w4wid3, .framer-D2Vqq .framer-tk0ku4, .framer-D2Vqq .framer-1797p9c, .framer-D2Vqq .framer-8n9xu7, .framer-D2Vqq .framer-m0ses, .framer-D2Vqq .framer-1qpq0to, .framer-D2Vqq .framer-1lqee1j, .framer-D2Vqq .framer-n0kyvm, .framer-D2Vqq .framer-br7j8c, .framer-D2Vqq .framer-ssv76, .framer-D2Vqq .framer-1396amz, .framer-D2Vqq .framer-co5a2m, .framer-D2Vqq .framer-z1wfh9, .framer-D2Vqq .framer-1e3mqtd, .framer-D2Vqq .framer-1nmu5or, .framer-D2Vqq .framer-1x6tt3h, .framer-D2Vqq .framer-2k1bo2, .framer-D2Vqq .framer-11cat9p, .framer-D2Vqq .framer-qu2r4j, .framer-D2Vqq .framer-jmmwx9, .framer-D2Vqq .framer-1cr3ffz, .framer-D2Vqq .framer-1t4ub3n, .framer-D2Vqq .framer-1313y9, .framer-D2Vqq .framer-pz6ufo, .framer-D2Vqq .framer-733xr0, .framer-D2Vqq .framer-1lzqm9y, .framer-D2Vqq .framer-uf6jar, .framer-D2Vqq .framer-3aw2k1, .framer-D2Vqq .framer-1rekmnd, .framer-D2Vqq .framer-1a9dy5a, .framer-D2Vqq .framer-3oymli, .framer-D2Vqq .framer-154ifig, .framer-D2Vqq .framer-67cod, .framer-D2Vqq .framer-19wz45i, .framer-D2Vqq .framer-ekr3h7, .framer-D2Vqq .framer-1eu5ep2, .framer-D2Vqq .framer-1l078oa, .framer-D2Vqq .framer-fgijol, .framer-D2Vqq .framer-1uv9gre, .framer-D2Vqq .framer-2elwcc, .framer-D2Vqq .framer-5d831s, .framer-D2Vqq .framer-1q62zox, .framer-D2Vqq .framer-5cy7fh, .framer-D2Vqq .framer-1raukxp, .framer-D2Vqq .framer-15afwfc, .framer-D2Vqq .framer-kf509g, .framer-D2Vqq .framer-1sjo65x, .framer-D2Vqq .framer-1btzy3p, .framer-D2Vqq .framer-11df2fg, .framer-D2Vqq .framer-1e578dm, .framer-D2Vqq .framer-xwupjs, .framer-D2Vqq .framer-1c3qj60, .framer-D2Vqq .framer-nbnnxy, .framer-D2Vqq .framer-1ir51jm, .framer-D2Vqq .framer-1or7lsb, .framer-D2Vqq .framer-npvngz, .framer-D2Vqq .framer-1ott5yq, .framer-D2Vqq .framer-op9tqd, .framer-D2Vqq .framer-14mhu12, .framer-D2Vqq .framer-lq52k6, .framer-D2Vqq .framer-qbxsd8, .framer-D2Vqq .framer-1r5l1py, .framer-D2Vqq .framer-awfn4x, .framer-D2Vqq .framer-hma1h7, .framer-D2Vqq .framer-4ybypp, .framer-D2Vqq .framer-1g8qgfi, .framer-D2Vqq .framer-16yaxd7, .framer-D2Vqq .framer-eupv0l, .framer-D2Vqq .framer-1sh28d5, .framer-D2Vqq .framer-di2adh, .framer-D2Vqq .framer-1xb59wp, .framer-D2Vqq .framer-1hjvabo, .framer-D2Vqq .framer-6l44ni, .framer-D2Vqq .framer-1atv0uk, .framer-D2Vqq .framer-1rlm8q2, .framer-D2Vqq .framer-m1vk0t, .framer-D2Vqq .framer-1d8nvv9, .framer-D2Vqq .framer-153pcdy, .framer-D2Vqq .framer-3rlsvq, .framer-D2Vqq .framer-1n5st7a, .framer-D2Vqq .framer-1glck5y, .framer-D2Vqq .framer-1m8af5p, .framer-D2Vqq .framer-1uunp7y, .framer-D2Vqq .framer-1tii4sj, .framer-D2Vqq .framer-1mv053z, .framer-D2Vqq .framer-180kupy, .framer-D2Vqq .framer-av6hmj, .framer-D2Vqq .framer-1n2geh, .framer-D2Vqq .framer-jq38pa, .framer-D2Vqq .framer-xn52h6, .framer-D2Vqq .framer-v095ce, .framer-D2Vqq .framer-1hmpcas, .framer-D2Vqq .framer-18et4nu, .framer-D2Vqq .framer-gud2ql, .framer-D2Vqq .framer-c3691v, .framer-D2Vqq .framer-1kjgvh0, .framer-D2Vqq .framer-1wocx3h, .framer-D2Vqq .framer-10tusit, .framer-D2Vqq .framer-idvv81, .framer-D2Vqq .framer-emswwq, .framer-D2Vqq .framer-kigysx, .framer-D2Vqq .framer-1u0ogsm, .framer-D2Vqq .framer-erpyqv, .framer-D2Vqq .framer-5beup4, .framer-D2Vqq .framer-1ozarw8, .framer-D2Vqq .framer-10sgsw3, .framer-D2Vqq .framer-1lxwzvh, .framer-D2Vqq .framer-11ytro0, .framer-D2Vqq .framer-c4y9uh, .framer-D2Vqq .framer-tadkd6, .framer-D2Vqq .framer-1set5p9, .framer-D2Vqq .framer-1wwh915, .framer-D2Vqq .framer-h0u7a, .framer-D2Vqq .framer-1e5gcfc, .framer-D2Vqq .framer-1gqz1n9, .framer-D2Vqq .framer-3lj4ar, .framer-D2Vqq .framer-t7ok3x, .framer-D2Vqq .framer-qs28yr, .framer-D2Vqq .framer-13sqa64, .framer-D2Vqq .framer-uu9vco, .framer-D2Vqq .framer-158xhq7, .framer-D2Vqq .framer-1215ur5, .framer-D2Vqq .framer-xxtmvt, .framer-D2Vqq .framer-1gxtff1, .framer-D2Vqq .framer-am5cs, .framer-D2Vqq .framer-cvgk8v, .framer-D2Vqq .framer-153gyom, .framer-D2Vqq .framer-rpc11n, .framer-D2Vqq .framer-dwsoix, .framer-D2Vqq .framer-1cm3m68, .framer-D2Vqq .framer-1lve761, .framer-D2Vqq .framer-32bk39, .framer-D2Vqq .framer-1plsikf, .framer-D2Vqq .framer-1wi66up, .framer-D2Vqq .framer-9whtc4, .framer-D2Vqq .framer-1eyx7zg, .framer-D2Vqq .framer-120vpn6, .framer-D2Vqq .framer-hiqg5e, .framer-D2Vqq .framer-tgpb4a, .framer-D2Vqq .framer-1rdjy09, .framer-D2Vqq .framer-rbx7sf, .framer-D2Vqq .framer-1l4waq1, .framer-D2Vqq .framer-18v5w88, .framer-D2Vqq .framer-ocnsvp, .framer-D2Vqq .framer-kiud80, .framer-D2Vqq .framer-1jm2vzy, .framer-D2Vqq .framer-mfba5z, .framer-D2Vqq .framer-qzr7nc, .framer-D2Vqq .framer-7ylwtm, .framer-D2Vqq .framer-1rpzi4x, .framer-D2Vqq .framer-1istqzj, .framer-D2Vqq .framer-1nvvmec, .framer-D2Vqq .framer-18p49oe, .framer-D2Vqq .framer-1u3jok0, .framer-D2Vqq .framer-1ccul33, .framer-D2Vqq .framer-vts6mf, .framer-D2Vqq .framer-f7zjtl, .framer-D2Vqq .framer-1wdn1hp, .framer-D2Vqq .framer-1elen1j, .framer-D2Vqq .framer-xlvcgz, .framer-D2Vqq .framer-1hek8vg, .framer-D2Vqq .framer-1vlr28v, .framer-D2Vqq .framer-1fnybag, .framer-D2Vqq .framer-eqrlzx, .framer-D2Vqq .framer-6chql4, .framer-D2Vqq .framer-1qarqlu, .framer-D2Vqq .framer-4uwss5, .framer-D2Vqq .framer-zvl4k4, .framer-D2Vqq .framer-3eswzy, .framer-D2Vqq .framer-12x8v6a, .framer-D2Vqq .framer-1no6n0c, .framer-D2Vqq .framer-ub9465, .framer-D2Vqq .framer-1qpcg3b, .framer-D2Vqq .framer-wz0zje, .framer-D2Vqq .framer-1st0jai, .framer-D2Vqq .framer-b8yoxm, .framer-D2Vqq .framer-pg0itp, .framer-D2Vqq .framer-iqxi0c, .framer-D2Vqq .framer-1vbtipo, .framer-D2Vqq .framer-dw7225, .framer-D2Vqq .framer-1dzsju9, .framer-D2Vqq .framer-54g7ws, .framer-D2Vqq .framer-10jhw2w, .framer-D2Vqq .framer-7jq9g3, .framer-D2Vqq .framer-a7s0ww, .framer-D2Vqq .framer-1lv9t9, .framer-D2Vqq .framer-1neya7c, .framer-D2Vqq .framer-gkgubp, .framer-D2Vqq .framer-1r2dw3t, .framer-D2Vqq .framer-1lwy8jy, .framer-D2Vqq .framer-118cps1, .framer-D2Vqq .framer-1m48pzx, .framer-D2Vqq .framer-16twgdl, .framer-D2Vqq .framer-1202vvx, .framer-D2Vqq .framer-gg5fse, .framer-D2Vqq .framer-1inzki1, .framer-D2Vqq .framer-cumhtx, .framer-D2Vqq .framer-ccr73r, .framer-D2Vqq .framer-1qbffoc, .framer-D2Vqq .framer-3fp69k, .framer-D2Vqq .framer-1thm1vi, .framer-D2Vqq .framer-14n0l5s, .framer-D2Vqq .framer-1ufe24u, .framer-D2Vqq .framer-16idoy8, .framer-D2Vqq .framer-b8v1h3, .framer-D2Vqq .framer-18780xy, .framer-D2Vqq .framer-18lvm5w, .framer-D2Vqq .framer-1s6hp13, .framer-D2Vqq .framer-cwm2ko, .framer-D2Vqq .framer-r2gnh7, .framer-D2Vqq .framer-1k2bf26, .framer-D2Vqq .framer-61iq6s, .framer-D2Vqq .framer-ejzyd, .framer-D2Vqq .framer-s8niqk, .framer-D2Vqq .framer-o1etf5, .framer-D2Vqq .framer-42hb9t, .framer-D2Vqq .framer-1ivm7he, .framer-D2Vqq .framer-x47dx4, .framer-D2Vqq .framer-nlkmc1, .framer-D2Vqq .framer-fxrx7k, .framer-D2Vqq .framer-1vh1ygs, .framer-D2Vqq .framer-718xvy, .framer-D2Vqq .framer-x7d07v, .framer-D2Vqq .framer-18g124, .framer-D2Vqq .framer-9e863x, .framer-D2Vqq .framer-xkbs0x, .framer-D2Vqq .framer-1vgeh8m, .framer-D2Vqq .framer-zka6zt, .framer-D2Vqq .framer-1ekrw3d, .framer-D2Vqq .framer-ly2i5t, .framer-D2Vqq .framer-1bp6y4e, .framer-D2Vqq .framer-1davpoq, .framer-D2Vqq .framer-7dxjeh, .framer-D2Vqq .framer-1osgjjp { gap: 0px; } .framer-D2Vqq.framer-72rtr7 > *, .framer-D2Vqq .framer-udk5r4 > *, .framer-D2Vqq .framer-zka6zt > *, .framer-D2Vqq .framer-1ekrw3d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-D2Vqq.framer-72rtr7 > :first-child, .framer-D2Vqq .framer-1fo4htq > :first-child, .framer-D2Vqq .framer-1cwegk0 > :first-child, .framer-D2Vqq .framer-1wr2l7i > :first-child, .framer-D2Vqq .framer-aqfgqy > :first-child, .framer-D2Vqq .framer-udk5r4 > :first-child, .framer-D2Vqq .framer-l9y0tq > :first-child, .framer-D2Vqq .framer-1hajwzb > :first-child, .framer-D2Vqq .framer-37kttk > :first-child, .framer-D2Vqq .framer-8bh75u > :first-child, .framer-D2Vqq .framer-1mnb4dv > :first-child, .framer-D2Vqq .framer-x9jwk6 > :first-child, .framer-D2Vqq .framer-3z7etp > :first-child, .framer-D2Vqq .framer-59ig2v > :first-child, .framer-D2Vqq .framer-tbm7z2 > :first-child, .framer-D2Vqq .framer-1sx1fy2 > :first-child, .framer-D2Vqq .framer-8nffnn > :first-child, .framer-D2Vqq .framer-ikivyd > :first-child, .framer-D2Vqq .framer-gzwzp4 > :first-child, .framer-D2Vqq .framer-1i9u2ai > :first-child, .framer-D2Vqq .framer-3cesv1 > :first-child, .framer-D2Vqq .framer-dbqmyi > :first-child, .framer-D2Vqq .framer-jas8mn > :first-child, .framer-D2Vqq .framer-4bnz7m > :first-child, .framer-D2Vqq .framer-18kcilt > :first-child, .framer-D2Vqq .framer-1d1c57o > :first-child, .framer-D2Vqq .framer-bw00go > :first-child, .framer-D2Vqq .framer-mgme0o > :first-child, .framer-D2Vqq .framer-1rnmhiu > :first-child, .framer-D2Vqq .framer-c8o2dc > :first-child, .framer-D2Vqq .framer-1t12ri8 > :first-child, .framer-D2Vqq .framer-13gyxsz > :first-child, .framer-D2Vqq .framer-1tg7gq2 > :first-child, .framer-D2Vqq .framer-17wxvxf > :first-child, .framer-D2Vqq .framer-1uct9hq > :first-child, .framer-D2Vqq .framer-1c15nti > :first-child, .framer-D2Vqq .framer-gt71jc > :first-child, .framer-D2Vqq .framer-mrt2tg > :first-child, .framer-D2Vqq .framer-1ts7k2s > :first-child, .framer-D2Vqq .framer-161o84g > :first-child, .framer-D2Vqq .framer-1gux10 > :first-child, .framer-D2Vqq .framer-fbik3h > :first-child, .framer-D2Vqq .framer-1ye77lx > :first-child, .framer-D2Vqq .framer-hfhe0m > :first-child, .framer-D2Vqq .framer-t4suhb > :first-child, .framer-D2Vqq .framer-1d225lk > :first-child, .framer-D2Vqq .framer-14alkli > :first-child, .framer-D2Vqq .framer-1kc4c5p > :first-child, .framer-D2Vqq .framer-1pxu87z > :first-child, .framer-D2Vqq .framer-n1nhkw > :first-child, .framer-D2Vqq .framer-cvdzsw > :first-child, .framer-D2Vqq .framer-pga3u9 > :first-child, .framer-D2Vqq .framer-wff9s0 > :first-child, .framer-D2Vqq .framer-1cseaml > :first-child, .framer-D2Vqq .framer-1y9e1t7 > :first-child, .framer-D2Vqq .framer-1k9g35y > :first-child, .framer-D2Vqq .framer-8bhc9v > :first-child, .framer-D2Vqq .framer-1fp7mxm > :first-child, .framer-D2Vqq .framer-h01vab > :first-child, .framer-D2Vqq .framer-3cx1c0 > :first-child, .framer-D2Vqq .framer-jkbnbw > :first-child, .framer-D2Vqq .framer-1barpzk > :first-child, .framer-D2Vqq .framer-3s4rq > :first-child, .framer-D2Vqq .framer-1jdrvt0 > :first-child, .framer-D2Vqq .framer-1lgh47q > :first-child, .framer-D2Vqq .framer-spu0xf > :first-child, .framer-D2Vqq .framer-yitnci > :first-child, .framer-D2Vqq .framer-1ccq9j3 > :first-child, .framer-D2Vqq .framer-1541oih > :first-child, .framer-D2Vqq .framer-15yoy4z > :first-child, .framer-D2Vqq .framer-l9gyh0 > :first-child, .framer-D2Vqq .framer-3afide > :first-child, .framer-D2Vqq .framer-10r9rmc > :first-child, .framer-D2Vqq .framer-1mgyxsp > :first-child, .framer-D2Vqq .framer-f7vr0v > :first-child, .framer-D2Vqq .framer-ox72br > :first-child, .framer-D2Vqq .framer-a6i6jb > :first-child, .framer-D2Vqq .framer-14adxh7 > :first-child, .framer-D2Vqq .framer-1w4wid3 > :first-child, .framer-D2Vqq .framer-tk0ku4 > :first-child, .framer-D2Vqq .framer-1797p9c > :first-child, .framer-D2Vqq .framer-8n9xu7 > :first-child, .framer-D2Vqq .framer-m0ses > :first-child, .framer-D2Vqq .framer-1qpq0to > :first-child, .framer-D2Vqq .framer-1lqee1j > :first-child, .framer-D2Vqq .framer-br7j8c > :first-child, .framer-D2Vqq .framer-ssv76 > :first-child, .framer-D2Vqq .framer-1396amz > :first-child, .framer-D2Vqq .framer-co5a2m > :first-child, .framer-D2Vqq .framer-z1wfh9 > :first-child, .framer-D2Vqq .framer-1e3mqtd > :first-child, .framer-D2Vqq .framer-1nmu5or > :first-child, .framer-D2Vqq .framer-1x6tt3h > :first-child, .framer-D2Vqq .framer-11cat9p > :first-child, .framer-D2Vqq .framer-qu2r4j > :first-child, .framer-D2Vqq .framer-jmmwx9 > :first-child, .framer-D2Vqq .framer-1cr3ffz > :first-child, .framer-D2Vqq .framer-1t4ub3n > :first-child, .framer-D2Vqq .framer-1313y9 > :first-child, .framer-D2Vqq .framer-pz6ufo > :first-child, .framer-D2Vqq .framer-733xr0 > :first-child, .framer-D2Vqq .framer-uf6jar > :first-child, .framer-D2Vqq .framer-3aw2k1 > :first-child, .framer-D2Vqq .framer-1rekmnd > :first-child, .framer-D2Vqq .framer-1a9dy5a > :first-child, .framer-D2Vqq .framer-3oymli > :first-child, .framer-D2Vqq .framer-154ifig > :first-child, .framer-D2Vqq .framer-67cod > :first-child, .framer-D2Vqq .framer-19wz45i > :first-child, .framer-D2Vqq .framer-1eu5ep2 > :first-child, .framer-D2Vqq .framer-1l078oa > :first-child, .framer-D2Vqq .framer-fgijol > :first-child, .framer-D2Vqq .framer-1uv9gre > :first-child, .framer-D2Vqq .framer-2elwcc > :first-child, .framer-D2Vqq .framer-5d831s > :first-child, .framer-D2Vqq .framer-1q62zox > :first-child, .framer-D2Vqq .framer-5cy7fh > :first-child, .framer-D2Vqq .framer-15afwfc > :first-child, .framer-D2Vqq .framer-kf509g > :first-child, .framer-D2Vqq .framer-1sjo65x > :first-child, .framer-D2Vqq .framer-1btzy3p > :first-child, .framer-D2Vqq .framer-11df2fg > :first-child, .framer-D2Vqq .framer-1e578dm > :first-child, .framer-D2Vqq .framer-xwupjs > :first-child, .framer-D2Vqq .framer-1c3qj60 > :first-child, .framer-D2Vqq .framer-1ir51jm > :first-child, .framer-D2Vqq .framer-1or7lsb > :first-child, .framer-D2Vqq .framer-npvngz > :first-child, .framer-D2Vqq .framer-1ott5yq > :first-child, .framer-D2Vqq .framer-op9tqd > :first-child, .framer-D2Vqq .framer-14mhu12 > :first-child, .framer-D2Vqq .framer-lq52k6 > :first-child, .framer-D2Vqq .framer-qbxsd8 > :first-child, .framer-D2Vqq .framer-awfn4x > :first-child, .framer-D2Vqq .framer-hma1h7 > :first-child, .framer-D2Vqq .framer-4ybypp > :first-child, .framer-D2Vqq .framer-1g8qgfi > :first-child, .framer-D2Vqq .framer-16yaxd7 > :first-child, .framer-D2Vqq .framer-eupv0l > :first-child, .framer-D2Vqq .framer-1sh28d5 > :first-child, .framer-D2Vqq .framer-di2adh > :first-child, .framer-D2Vqq .framer-1hjvabo > :first-child, .framer-D2Vqq .framer-6l44ni > :first-child, .framer-D2Vqq .framer-1atv0uk > :first-child, .framer-D2Vqq .framer-1rlm8q2 > :first-child, .framer-D2Vqq .framer-m1vk0t > :first-child, .framer-D2Vqq .framer-1d8nvv9 > :first-child, .framer-D2Vqq .framer-153pcdy > :first-child, .framer-D2Vqq .framer-3rlsvq > :first-child, .framer-D2Vqq .framer-1glck5y > :first-child, .framer-D2Vqq .framer-1m8af5p > :first-child, .framer-D2Vqq .framer-1uunp7y > :first-child, .framer-D2Vqq .framer-1tii4sj > :first-child, .framer-D2Vqq .framer-1mv053z > :first-child, .framer-D2Vqq .framer-180kupy > :first-child, .framer-D2Vqq .framer-av6hmj > :first-child, .framer-D2Vqq .framer-1n2geh > :first-child, .framer-D2Vqq .framer-xn52h6 > :first-child, .framer-D2Vqq .framer-v095ce > :first-child, .framer-D2Vqq .framer-1hmpcas > :first-child, .framer-D2Vqq .framer-18et4nu > :first-child, .framer-D2Vqq .framer-gud2ql > :first-child, .framer-D2Vqq .framer-c3691v > :first-child, .framer-D2Vqq .framer-1kjgvh0 > :first-child, .framer-D2Vqq .framer-1wocx3h > :first-child, .framer-D2Vqq .framer-idvv81 > :first-child, .framer-D2Vqq .framer-emswwq > :first-child, .framer-D2Vqq .framer-kigysx > :first-child, .framer-D2Vqq .framer-1u0ogsm > :first-child, .framer-D2Vqq .framer-erpyqv > :first-child, .framer-D2Vqq .framer-5beup4 > :first-child, .framer-D2Vqq .framer-1ozarw8 > :first-child, .framer-D2Vqq .framer-10sgsw3 > :first-child, .framer-D2Vqq .framer-11ytro0 > :first-child, .framer-D2Vqq .framer-c4y9uh > :first-child, .framer-D2Vqq .framer-tadkd6 > :first-child, .framer-D2Vqq .framer-1set5p9 > :first-child, .framer-D2Vqq .framer-1wwh915 > :first-child, .framer-D2Vqq .framer-h0u7a > :first-child, .framer-D2Vqq .framer-1e5gcfc > :first-child, .framer-D2Vqq .framer-1gqz1n9 > :first-child, .framer-D2Vqq .framer-t7ok3x > :first-child, .framer-D2Vqq .framer-qs28yr > :first-child, .framer-D2Vqq .framer-13sqa64 > :first-child, .framer-D2Vqq .framer-uu9vco > :first-child, .framer-D2Vqq .framer-158xhq7 > :first-child, .framer-D2Vqq .framer-1215ur5 > :first-child, .framer-D2Vqq .framer-xxtmvt > :first-child, .framer-D2Vqq .framer-am5cs > :first-child, .framer-D2Vqq .framer-cvgk8v > :first-child, .framer-D2Vqq .framer-153gyom > :first-child, .framer-D2Vqq .framer-rpc11n > :first-child, .framer-D2Vqq .framer-dwsoix > :first-child, .framer-D2Vqq .framer-1cm3m68 > :first-child, .framer-D2Vqq .framer-1lve761 > :first-child, .framer-D2Vqq .framer-32bk39 > :first-child, .framer-D2Vqq .framer-1plsikf > :first-child, .framer-D2Vqq .framer-9whtc4 > :first-child, .framer-D2Vqq .framer-1eyx7zg > :first-child, .framer-D2Vqq .framer-120vpn6 > :first-child, .framer-D2Vqq .framer-hiqg5e > :first-child, .framer-D2Vqq .framer-tgpb4a > :first-child, .framer-D2Vqq .framer-1rdjy09 > :first-child, .framer-D2Vqq .framer-rbx7sf > :first-child, .framer-D2Vqq .framer-1l4waq1 > :first-child, .framer-D2Vqq .framer-18v5w88 > :first-child, .framer-D2Vqq .framer-ocnsvp > :first-child, .framer-D2Vqq .framer-kiud80 > :first-child, .framer-D2Vqq .framer-1jm2vzy > :first-child, .framer-D2Vqq .framer-qzr7nc > :first-child, .framer-D2Vqq .framer-7ylwtm > :first-child, .framer-D2Vqq .framer-1rpzi4x > :first-child, .framer-D2Vqq .framer-1istqzj > :first-child, .framer-D2Vqq .framer-1nvvmec > :first-child, .framer-D2Vqq .framer-18p49oe > :first-child, .framer-D2Vqq .framer-1u3jok0 > :first-child, .framer-D2Vqq .framer-1ccul33 > :first-child, .framer-D2Vqq .framer-vts6mf > :first-child, .framer-D2Vqq .framer-f7zjtl > :first-child, .framer-D2Vqq .framer-1wdn1hp > :first-child, .framer-D2Vqq .framer-1elen1j > :first-child, .framer-D2Vqq .framer-xlvcgz > :first-child, .framer-D2Vqq .framer-1vlr28v > :first-child, .framer-D2Vqq .framer-1fnybag > :first-child, .framer-D2Vqq .framer-6chql4 > :first-child, .framer-D2Vqq .framer-1qarqlu > :first-child, .framer-D2Vqq .framer-4uwss5 > :first-child, .framer-D2Vqq .framer-zvl4k4 > :first-child, .framer-D2Vqq .framer-3eswzy > :first-child, .framer-D2Vqq .framer-12x8v6a > :first-child, .framer-D2Vqq .framer-ub9465 > :first-child, .framer-D2Vqq .framer-wz0zje > :first-child, .framer-D2Vqq .framer-b8yoxm > :first-child, .framer-D2Vqq .framer-pg0itp > :first-child, .framer-D2Vqq .framer-iqxi0c > :first-child, .framer-D2Vqq .framer-1vbtipo > :first-child, .framer-D2Vqq .framer-dw7225 > :first-child, .framer-D2Vqq .framer-54g7ws > :first-child, .framer-D2Vqq .framer-10jhw2w > :first-child, .framer-D2Vqq .framer-7jq9g3 > :first-child, .framer-D2Vqq .framer-a7s0ww > :first-child, .framer-D2Vqq .framer-1lv9t9 > :first-child, .framer-D2Vqq .framer-gkgubp > :first-child, .framer-D2Vqq .framer-1r2dw3t > :first-child, .framer-D2Vqq .framer-1lwy8jy > :first-child, .framer-D2Vqq .framer-1m48pzx > :first-child, .framer-D2Vqq .framer-16twgdl > :first-child, .framer-D2Vqq .framer-1202vvx > :first-child, .framer-D2Vqq .framer-gg5fse > :first-child, .framer-D2Vqq .framer-1inzki1 > :first-child, .framer-D2Vqq .framer-cumhtx > :first-child, .framer-D2Vqq .framer-1qbffoc > :first-child, .framer-D2Vqq .framer-3fp69k > :first-child, .framer-D2Vqq .framer-1thm1vi > :first-child, .framer-D2Vqq .framer-1ufe24u > :first-child, .framer-D2Vqq .framer-16idoy8 > :first-child, .framer-D2Vqq .framer-b8v1h3 > :first-child, .framer-D2Vqq .framer-18780xy > :first-child, .framer-D2Vqq .framer-18lvm5w > :first-child, .framer-D2Vqq .framer-1s6hp13 > :first-child, .framer-D2Vqq .framer-r2gnh7 > :first-child, .framer-D2Vqq .framer-1k2bf26 > :first-child, .framer-D2Vqq .framer-61iq6s > :first-child, .framer-D2Vqq .framer-s8niqk > :first-child, .framer-D2Vqq .framer-o1etf5 > :first-child, .framer-D2Vqq .framer-42hb9t > :first-child, .framer-D2Vqq .framer-1ivm7he > :first-child, .framer-D2Vqq .framer-x47dx4 > :first-child, .framer-D2Vqq .framer-nlkmc1 > :first-child, .framer-D2Vqq .framer-1vh1ygs > :first-child, .framer-D2Vqq .framer-718xvy > :first-child, .framer-D2Vqq .framer-x7d07v > :first-child, .framer-D2Vqq .framer-9e863x > :first-child, .framer-D2Vqq .framer-xkbs0x > :first-child, .framer-D2Vqq .framer-1vgeh8m > :first-child, .framer-D2Vqq .framer-zka6zt > :first-child, .framer-D2Vqq .framer-1ekrw3d > :first-child, .framer-D2Vqq .framer-1bp6y4e > :first-child, .framer-D2Vqq .framer-1davpoq > :first-child, .framer-D2Vqq .framer-7dxjeh > :first-child, .framer-D2Vqq .framer-1osgjjp > :first-child { margin-top: 0px; } .framer-D2Vqq.framer-72rtr7 > :last-child, .framer-D2Vqq .framer-1fo4htq > :last-child, .framer-D2Vqq .framer-1cwegk0 > :last-child, .framer-D2Vqq .framer-1wr2l7i > :last-child, .framer-D2Vqq .framer-aqfgqy > :last-child, .framer-D2Vqq .framer-udk5r4 > :last-child, .framer-D2Vqq .framer-l9y0tq > :last-child, .framer-D2Vqq .framer-1hajwzb > :last-child, .framer-D2Vqq .framer-37kttk > :last-child, .framer-D2Vqq .framer-8bh75u > :last-child, .framer-D2Vqq .framer-1mnb4dv > :last-child, .framer-D2Vqq .framer-x9jwk6 > :last-child, .framer-D2Vqq .framer-3z7etp > :last-child, .framer-D2Vqq .framer-59ig2v > :last-child, .framer-D2Vqq .framer-tbm7z2 > :last-child, .framer-D2Vqq .framer-1sx1fy2 > :last-child, .framer-D2Vqq .framer-8nffnn > :last-child, .framer-D2Vqq .framer-ikivyd > :last-child, .framer-D2Vqq .framer-gzwzp4 > :last-child, .framer-D2Vqq .framer-1i9u2ai > :last-child, .framer-D2Vqq .framer-3cesv1 > :last-child, .framer-D2Vqq .framer-dbqmyi > :last-child, .framer-D2Vqq .framer-jas8mn > :last-child, .framer-D2Vqq .framer-4bnz7m > :last-child, .framer-D2Vqq .framer-18kcilt > :last-child, .framer-D2Vqq .framer-1d1c57o > :last-child, .framer-D2Vqq .framer-bw00go > :last-child, .framer-D2Vqq .framer-mgme0o > :last-child, .framer-D2Vqq .framer-1rnmhiu > :last-child, .framer-D2Vqq .framer-c8o2dc > :last-child, .framer-D2Vqq .framer-1t12ri8 > :last-child, .framer-D2Vqq .framer-13gyxsz > :last-child, .framer-D2Vqq .framer-1tg7gq2 > :last-child, .framer-D2Vqq .framer-17wxvxf > :last-child, .framer-D2Vqq .framer-1uct9hq > :last-child, .framer-D2Vqq .framer-1c15nti > :last-child, .framer-D2Vqq .framer-gt71jc > :last-child, .framer-D2Vqq .framer-mrt2tg > :last-child, .framer-D2Vqq .framer-1ts7k2s > :last-child, .framer-D2Vqq .framer-161o84g > :last-child, .framer-D2Vqq .framer-1gux10 > :last-child, .framer-D2Vqq .framer-fbik3h > :last-child, .framer-D2Vqq .framer-1ye77lx > :last-child, .framer-D2Vqq .framer-hfhe0m > :last-child, .framer-D2Vqq .framer-t4suhb > :last-child, .framer-D2Vqq .framer-1d225lk > :last-child, .framer-D2Vqq .framer-14alkli > :last-child, .framer-D2Vqq .framer-1kc4c5p > :last-child, .framer-D2Vqq .framer-1pxu87z > :last-child, .framer-D2Vqq .framer-n1nhkw > :last-child, .framer-D2Vqq .framer-cvdzsw > :last-child, .framer-D2Vqq .framer-pga3u9 > :last-child, .framer-D2Vqq .framer-wff9s0 > :last-child, .framer-D2Vqq .framer-1cseaml > :last-child, .framer-D2Vqq .framer-1y9e1t7 > :last-child, .framer-D2Vqq .framer-1k9g35y > :last-child, .framer-D2Vqq .framer-8bhc9v > :last-child, .framer-D2Vqq .framer-1fp7mxm > :last-child, .framer-D2Vqq .framer-h01vab > :last-child, .framer-D2Vqq .framer-3cx1c0 > :last-child, .framer-D2Vqq .framer-jkbnbw > :last-child, .framer-D2Vqq .framer-1barpzk > :last-child, .framer-D2Vqq .framer-3s4rq > :last-child, .framer-D2Vqq .framer-1jdrvt0 > :last-child, .framer-D2Vqq .framer-1lgh47q > :last-child, .framer-D2Vqq .framer-spu0xf > :last-child, .framer-D2Vqq .framer-yitnci > :last-child, .framer-D2Vqq .framer-1ccq9j3 > :last-child, .framer-D2Vqq .framer-1541oih > :last-child, .framer-D2Vqq .framer-15yoy4z > :last-child, .framer-D2Vqq .framer-l9gyh0 > :last-child, .framer-D2Vqq .framer-3afide > :last-child, .framer-D2Vqq .framer-10r9rmc > :last-child, .framer-D2Vqq .framer-1mgyxsp > :last-child, .framer-D2Vqq .framer-f7vr0v > :last-child, .framer-D2Vqq .framer-ox72br > :last-child, .framer-D2Vqq .framer-a6i6jb > :last-child, .framer-D2Vqq .framer-14adxh7 > :last-child, .framer-D2Vqq .framer-1w4wid3 > :last-child, .framer-D2Vqq .framer-tk0ku4 > :last-child, .framer-D2Vqq .framer-1797p9c > :last-child, .framer-D2Vqq .framer-8n9xu7 > :last-child, .framer-D2Vqq .framer-m0ses > :last-child, .framer-D2Vqq .framer-1qpq0to > :last-child, .framer-D2Vqq .framer-1lqee1j > :last-child, .framer-D2Vqq .framer-br7j8c > :last-child, .framer-D2Vqq .framer-ssv76 > :last-child, .framer-D2Vqq .framer-1396amz > :last-child, .framer-D2Vqq .framer-co5a2m > :last-child, .framer-D2Vqq .framer-z1wfh9 > :last-child, .framer-D2Vqq .framer-1e3mqtd > :last-child, .framer-D2Vqq .framer-1nmu5or > :last-child, .framer-D2Vqq .framer-1x6tt3h > :last-child, .framer-D2Vqq .framer-11cat9p > :last-child, .framer-D2Vqq .framer-qu2r4j > :last-child, .framer-D2Vqq .framer-jmmwx9 > :last-child, .framer-D2Vqq .framer-1cr3ffz > :last-child, .framer-D2Vqq .framer-1t4ub3n > :last-child, .framer-D2Vqq .framer-1313y9 > :last-child, .framer-D2Vqq .framer-pz6ufo > :last-child, .framer-D2Vqq .framer-733xr0 > :last-child, .framer-D2Vqq .framer-uf6jar > :last-child, .framer-D2Vqq .framer-3aw2k1 > :last-child, .framer-D2Vqq .framer-1rekmnd > :last-child, .framer-D2Vqq .framer-1a9dy5a > :last-child, .framer-D2Vqq .framer-3oymli > :last-child, .framer-D2Vqq .framer-154ifig > :last-child, .framer-D2Vqq .framer-67cod > :last-child, .framer-D2Vqq .framer-19wz45i > :last-child, .framer-D2Vqq .framer-1eu5ep2 > :last-child, .framer-D2Vqq .framer-1l078oa > :last-child, .framer-D2Vqq .framer-fgijol > :last-child, .framer-D2Vqq .framer-1uv9gre > :last-child, .framer-D2Vqq .framer-2elwcc > :last-child, .framer-D2Vqq .framer-5d831s > :last-child, .framer-D2Vqq .framer-1q62zox > :last-child, .framer-D2Vqq .framer-5cy7fh > :last-child, .framer-D2Vqq .framer-15afwfc > :last-child, .framer-D2Vqq .framer-kf509g > :last-child, .framer-D2Vqq .framer-1sjo65x > :last-child, .framer-D2Vqq .framer-1btzy3p > :last-child, .framer-D2Vqq .framer-11df2fg > :last-child, .framer-D2Vqq .framer-1e578dm > :last-child, .framer-D2Vqq .framer-xwupjs > :last-child, .framer-D2Vqq .framer-1c3qj60 > :last-child, .framer-D2Vqq .framer-1ir51jm > :last-child, .framer-D2Vqq .framer-1or7lsb > :last-child, .framer-D2Vqq .framer-npvngz > :last-child, .framer-D2Vqq .framer-1ott5yq > :last-child, .framer-D2Vqq .framer-op9tqd > :last-child, .framer-D2Vqq .framer-14mhu12 > :last-child, .framer-D2Vqq .framer-lq52k6 > :last-child, .framer-D2Vqq .framer-qbxsd8 > :last-child, .framer-D2Vqq .framer-awfn4x > :last-child, .framer-D2Vqq .framer-hma1h7 > :last-child, .framer-D2Vqq .framer-4ybypp > :last-child, .framer-D2Vqq .framer-1g8qgfi > :last-child, .framer-D2Vqq .framer-16yaxd7 > :last-child, .framer-D2Vqq .framer-eupv0l > :last-child, .framer-D2Vqq .framer-1sh28d5 > :last-child, .framer-D2Vqq .framer-di2adh > :last-child, .framer-D2Vqq .framer-1hjvabo > :last-child, .framer-D2Vqq .framer-6l44ni > :last-child, .framer-D2Vqq .framer-1atv0uk > :last-child, .framer-D2Vqq .framer-1rlm8q2 > :last-child, .framer-D2Vqq .framer-m1vk0t > :last-child, .framer-D2Vqq .framer-1d8nvv9 > :last-child, .framer-D2Vqq .framer-153pcdy > :last-child, .framer-D2Vqq .framer-3rlsvq > :last-child, .framer-D2Vqq .framer-1glck5y > :last-child, .framer-D2Vqq .framer-1m8af5p > :last-child, .framer-D2Vqq .framer-1uunp7y > :last-child, .framer-D2Vqq .framer-1tii4sj > :last-child, .framer-D2Vqq .framer-1mv053z > :last-child, .framer-D2Vqq .framer-180kupy > :last-child, .framer-D2Vqq .framer-av6hmj > :last-child, .framer-D2Vqq .framer-1n2geh > :last-child, .framer-D2Vqq .framer-xn52h6 > :last-child, .framer-D2Vqq .framer-v095ce > :last-child, .framer-D2Vqq .framer-1hmpcas > :last-child, .framer-D2Vqq .framer-18et4nu > :last-child, .framer-D2Vqq .framer-gud2ql > :last-child, .framer-D2Vqq .framer-c3691v > :last-child, .framer-D2Vqq .framer-1kjgvh0 > :last-child, .framer-D2Vqq .framer-1wocx3h > :last-child, .framer-D2Vqq .framer-idvv81 > :last-child, .framer-D2Vqq .framer-emswwq > :last-child, .framer-D2Vqq .framer-kigysx > :last-child, .framer-D2Vqq .framer-1u0ogsm > :last-child, .framer-D2Vqq .framer-erpyqv > :last-child, .framer-D2Vqq .framer-5beup4 > :last-child, .framer-D2Vqq .framer-1ozarw8 > :last-child, .framer-D2Vqq .framer-10sgsw3 > :last-child, .framer-D2Vqq .framer-11ytro0 > :last-child, .framer-D2Vqq .framer-c4y9uh > :last-child, .framer-D2Vqq .framer-tadkd6 > :last-child, .framer-D2Vqq .framer-1set5p9 > :last-child, .framer-D2Vqq .framer-1wwh915 > :last-child, .framer-D2Vqq .framer-h0u7a > :last-child, .framer-D2Vqq .framer-1e5gcfc > :last-child, .framer-D2Vqq .framer-1gqz1n9 > :last-child, .framer-D2Vqq .framer-t7ok3x > :last-child, .framer-D2Vqq .framer-qs28yr > :last-child, .framer-D2Vqq .framer-13sqa64 > :last-child, .framer-D2Vqq .framer-uu9vco > :last-child, .framer-D2Vqq .framer-158xhq7 > :last-child, .framer-D2Vqq .framer-1215ur5 > :last-child, .framer-D2Vqq .framer-xxtmvt > :last-child, .framer-D2Vqq .framer-am5cs > :last-child, .framer-D2Vqq .framer-cvgk8v > :last-child, .framer-D2Vqq .framer-153gyom > :last-child, .framer-D2Vqq .framer-rpc11n > :last-child, .framer-D2Vqq .framer-dwsoix > :last-child, .framer-D2Vqq .framer-1cm3m68 > :last-child, .framer-D2Vqq .framer-1lve761 > :last-child, .framer-D2Vqq .framer-32bk39 > :last-child, .framer-D2Vqq .framer-1plsikf > :last-child, .framer-D2Vqq .framer-9whtc4 > :last-child, .framer-D2Vqq .framer-1eyx7zg > :last-child, .framer-D2Vqq .framer-120vpn6 > :last-child, .framer-D2Vqq .framer-hiqg5e > :last-child, .framer-D2Vqq .framer-tgpb4a > :last-child, .framer-D2Vqq .framer-1rdjy09 > :last-child, .framer-D2Vqq .framer-rbx7sf > :last-child, .framer-D2Vqq .framer-1l4waq1 > :last-child, .framer-D2Vqq .framer-18v5w88 > :last-child, .framer-D2Vqq .framer-ocnsvp > :last-child, .framer-D2Vqq .framer-kiud80 > :last-child, .framer-D2Vqq .framer-1jm2vzy > :last-child, .framer-D2Vqq .framer-qzr7nc > :last-child, .framer-D2Vqq .framer-7ylwtm > :last-child, .framer-D2Vqq .framer-1rpzi4x > :last-child, .framer-D2Vqq .framer-1istqzj > :last-child, .framer-D2Vqq .framer-1nvvmec > :last-child, .framer-D2Vqq .framer-18p49oe > :last-child, .framer-D2Vqq .framer-1u3jok0 > :last-child, .framer-D2Vqq .framer-1ccul33 > :last-child, .framer-D2Vqq .framer-vts6mf > :last-child, .framer-D2Vqq .framer-f7zjtl > :last-child, .framer-D2Vqq .framer-1wdn1hp > :last-child, .framer-D2Vqq .framer-1elen1j > :last-child, .framer-D2Vqq .framer-xlvcgz > :last-child, .framer-D2Vqq .framer-1vlr28v > :last-child, .framer-D2Vqq .framer-1fnybag > :last-child, .framer-D2Vqq .framer-6chql4 > :last-child, .framer-D2Vqq .framer-1qarqlu > :last-child, .framer-D2Vqq .framer-4uwss5 > :last-child, .framer-D2Vqq .framer-zvl4k4 > :last-child, .framer-D2Vqq .framer-3eswzy > :last-child, .framer-D2Vqq .framer-12x8v6a > :last-child, .framer-D2Vqq .framer-ub9465 > :last-child, .framer-D2Vqq .framer-wz0zje > :last-child, .framer-D2Vqq .framer-b8yoxm > :last-child, .framer-D2Vqq .framer-pg0itp > :last-child, .framer-D2Vqq .framer-iqxi0c > :last-child, .framer-D2Vqq .framer-1vbtipo > :last-child, .framer-D2Vqq .framer-dw7225 > :last-child, .framer-D2Vqq .framer-54g7ws > :last-child, .framer-D2Vqq .framer-10jhw2w > :last-child, .framer-D2Vqq .framer-7jq9g3 > :last-child, .framer-D2Vqq .framer-a7s0ww > :last-child, .framer-D2Vqq .framer-1lv9t9 > :last-child, .framer-D2Vqq .framer-gkgubp > :last-child, .framer-D2Vqq .framer-1r2dw3t > :last-child, .framer-D2Vqq .framer-1lwy8jy > :last-child, .framer-D2Vqq .framer-1m48pzx > :last-child, .framer-D2Vqq .framer-16twgdl > :last-child, .framer-D2Vqq .framer-1202vvx > :last-child, .framer-D2Vqq .framer-gg5fse > :last-child, .framer-D2Vqq .framer-1inzki1 > :last-child, .framer-D2Vqq .framer-cumhtx > :last-child, .framer-D2Vqq .framer-1qbffoc > :last-child, .framer-D2Vqq .framer-3fp69k > :last-child, .framer-D2Vqq .framer-1thm1vi > :last-child, .framer-D2Vqq .framer-1ufe24u > :last-child, .framer-D2Vqq .framer-16idoy8 > :last-child, .framer-D2Vqq .framer-b8v1h3 > :last-child, .framer-D2Vqq .framer-18780xy > :last-child, .framer-D2Vqq .framer-18lvm5w > :last-child, .framer-D2Vqq .framer-1s6hp13 > :last-child, .framer-D2Vqq .framer-r2gnh7 > :last-child, .framer-D2Vqq .framer-1k2bf26 > :last-child, .framer-D2Vqq .framer-61iq6s > :last-child, .framer-D2Vqq .framer-s8niqk > :last-child, .framer-D2Vqq .framer-o1etf5 > :last-child, .framer-D2Vqq .framer-42hb9t > :last-child, .framer-D2Vqq .framer-1ivm7he > :last-child, .framer-D2Vqq .framer-x47dx4 > :last-child, .framer-D2Vqq .framer-nlkmc1 > :last-child, .framer-D2Vqq .framer-1vh1ygs > :last-child, .framer-D2Vqq .framer-718xvy > :last-child, .framer-D2Vqq .framer-x7d07v > :last-child, .framer-D2Vqq .framer-9e863x > :last-child, .framer-D2Vqq .framer-xkbs0x > :last-child, .framer-D2Vqq .framer-1vgeh8m > :last-child, .framer-D2Vqq .framer-zka6zt > :last-child, .framer-D2Vqq .framer-1ekrw3d > :last-child, .framer-D2Vqq .framer-1bp6y4e > :last-child, .framer-D2Vqq .framer-1davpoq > :last-child, .framer-D2Vqq .framer-7dxjeh > :last-child, .framer-D2Vqq .framer-1osgjjp > :last-child { margin-bottom: 0px; } .framer-D2Vqq .framer-1fo4htq > *, .framer-D2Vqq .framer-1cwegk0 > *, .framer-D2Vqq .framer-aqfgqy > *, .framer-D2Vqq .framer-1hajwzb > *, .framer-D2Vqq .framer-gzwzp4 > *, .framer-D2Vqq .framer-3cesv1 > *, .framer-D2Vqq .framer-mgme0o > *, .framer-D2Vqq .framer-1c15nti > *, .framer-D2Vqq .framer-hfhe0m > *, .framer-D2Vqq .framer-pga3u9 > *, .framer-D2Vqq .framer-3cx1c0 > *, .framer-D2Vqq .framer-1ccq9j3 > *, .framer-D2Vqq .framer-ox72br > *, .framer-D2Vqq .framer-1qpq0to > *, .framer-D2Vqq .framer-1nmu5or > *, .framer-D2Vqq .framer-pz6ufo > *, .framer-D2Vqq .framer-67cod > *, .framer-D2Vqq .framer-1q62zox > *, .framer-D2Vqq .framer-xwupjs > *, .framer-D2Vqq .framer-lq52k6 > *, .framer-D2Vqq .framer-1sh28d5 > *, .framer-D2Vqq .framer-153pcdy > *, .framer-D2Vqq .framer-av6hmj > *, .framer-D2Vqq .framer-1kjgvh0 > *, .framer-D2Vqq .framer-1ozarw8 > *, .framer-D2Vqq .framer-1e5gcfc > *, .framer-D2Vqq .framer-32bk39 > *, .framer-D2Vqq .framer-9whtc4 > *, .framer-D2Vqq .framer-120vpn6 > *, .framer-D2Vqq .framer-hiqg5e > *, .framer-D2Vqq .framer-tgpb4a > *, .framer-D2Vqq .framer-rbx7sf > *, .framer-D2Vqq .framer-1l4waq1 > *, .framer-D2Vqq .framer-18v5w88 > *, .framer-D2Vqq .framer-kiud80 > *, .framer-D2Vqq .framer-1jm2vzy > *, .framer-D2Vqq .framer-qzr7nc > *, .framer-D2Vqq .framer-1rpzi4x > *, .framer-D2Vqq .framer-1istqzj > *, .framer-D2Vqq .framer-1nvvmec > *, .framer-D2Vqq .framer-1u3jok0 > *, .framer-D2Vqq .framer-1ccul33 > *, .framer-D2Vqq .framer-vts6mf > *, .framer-D2Vqq .framer-1wdn1hp > *, .framer-D2Vqq .framer-1elen1j > *, .framer-D2Vqq .framer-6chql4 > *, .framer-D2Vqq .framer-ub9465 > *, .framer-D2Vqq .framer-wz0zje > *, .framer-D2Vqq .framer-b8yoxm > *, .framer-D2Vqq .framer-1vbtipo > *, .framer-D2Vqq .framer-54g7ws > *, .framer-D2Vqq .framer-a7s0ww > *, .framer-D2Vqq .framer-gkgubp > *, .framer-D2Vqq .framer-1m48pzx > *, .framer-D2Vqq .framer-16twgdl > *, .framer-D2Vqq .framer-1inzki1 > *, .framer-D2Vqq .framer-1qbffoc > *, .framer-D2Vqq .framer-1ufe24u > *, .framer-D2Vqq .framer-16idoy8 > *, .framer-D2Vqq .framer-18lvm5w > *, .framer-D2Vqq .framer-r2gnh7 > *, .framer-D2Vqq .framer-s8niqk > *, .framer-D2Vqq .framer-o1etf5 > *, .framer-D2Vqq .framer-x47dx4 > *, .framer-D2Vqq .framer-1vh1ygs > *, .framer-D2Vqq .framer-9e863x > *, .framer-D2Vqq .framer-xkbs0x > *, .framer-D2Vqq .framer-1vgeh8m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-D2Vqq .framer-11y08ub > *, .framer-D2Vqq .framer-ky5egy > *, .framer-D2Vqq .framer-1neya7c > *, .framer-D2Vqq .framer-ccr73r > *, .framer-D2Vqq .framer-cwm2ko > *, .framer-D2Vqq .framer-fxrx7k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-D2Vqq .framer-11y08ub > :first-child, .framer-D2Vqq .framer-ky5egy > :first-child, .framer-D2Vqq .framer-d3qmx1 > :first-child, .framer-D2Vqq .framer-1768ffo > :first-child, .framer-D2Vqq .framer-1s3nahp > :first-child, .framer-D2Vqq .framer-1toeqt0 > :first-child, .framer-D2Vqq .framer-1sfbr7r > :first-child, .framer-D2Vqq .framer-lax53j > :first-child, .framer-D2Vqq .framer-13bessd > :first-child, .framer-D2Vqq .framer-1erl7z9 > :first-child, .framer-D2Vqq .framer-n0kyvm > :first-child, .framer-D2Vqq .framer-2k1bo2 > :first-child, .framer-D2Vqq .framer-1lzqm9y > :first-child, .framer-D2Vqq .framer-ekr3h7 > :first-child, .framer-D2Vqq .framer-1raukxp > :first-child, .framer-D2Vqq .framer-nbnnxy > :first-child, .framer-D2Vqq .framer-1r5l1py > :first-child, .framer-D2Vqq .framer-1xb59wp > :first-child, .framer-D2Vqq .framer-1n5st7a > :first-child, .framer-D2Vqq .framer-jq38pa > :first-child, .framer-D2Vqq .framer-10tusit > :first-child, .framer-D2Vqq .framer-1lxwzvh > :first-child, .framer-D2Vqq .framer-3lj4ar > :first-child, .framer-D2Vqq .framer-1gxtff1 > :first-child, .framer-D2Vqq .framer-1wi66up > :first-child, .framer-D2Vqq .framer-mfba5z > :first-child, .framer-D2Vqq .framer-1hek8vg > :first-child, .framer-D2Vqq .framer-eqrlzx > :first-child, .framer-D2Vqq .framer-1no6n0c > :first-child, .framer-D2Vqq .framer-1qpcg3b > :first-child, .framer-D2Vqq .framer-1st0jai > :first-child, .framer-D2Vqq .framer-1dzsju9 > :first-child, .framer-D2Vqq .framer-1neya7c > :first-child, .framer-D2Vqq .framer-118cps1 > :first-child, .framer-D2Vqq .framer-ccr73r > :first-child, .framer-D2Vqq .framer-14n0l5s > :first-child, .framer-D2Vqq .framer-cwm2ko > :first-child, .framer-D2Vqq .framer-ejzyd > :first-child, .framer-D2Vqq .framer-fxrx7k > :first-child, .framer-D2Vqq .framer-18g124 > :first-child, .framer-D2Vqq .framer-ly2i5t > :first-child { margin-left: 0px; } .framer-D2Vqq .framer-11y08ub > :last-child, .framer-D2Vqq .framer-ky5egy > :last-child, .framer-D2Vqq .framer-d3qmx1 > :last-child, .framer-D2Vqq .framer-1768ffo > :last-child, .framer-D2Vqq .framer-1s3nahp > :last-child, .framer-D2Vqq .framer-1toeqt0 > :last-child, .framer-D2Vqq .framer-1sfbr7r > :last-child, .framer-D2Vqq .framer-lax53j > :last-child, .framer-D2Vqq .framer-13bessd > :last-child, .framer-D2Vqq .framer-1erl7z9 > :last-child, .framer-D2Vqq .framer-n0kyvm > :last-child, .framer-D2Vqq .framer-2k1bo2 > :last-child, .framer-D2Vqq .framer-1lzqm9y > :last-child, .framer-D2Vqq .framer-ekr3h7 > :last-child, .framer-D2Vqq .framer-1raukxp > :last-child, .framer-D2Vqq .framer-nbnnxy > :last-child, .framer-D2Vqq .framer-1r5l1py > :last-child, .framer-D2Vqq .framer-1xb59wp > :last-child, .framer-D2Vqq .framer-1n5st7a > :last-child, .framer-D2Vqq .framer-jq38pa > :last-child, .framer-D2Vqq .framer-10tusit > :last-child, .framer-D2Vqq .framer-1lxwzvh > :last-child, .framer-D2Vqq .framer-3lj4ar > :last-child, .framer-D2Vqq .framer-1gxtff1 > :last-child, .framer-D2Vqq .framer-1wi66up > :last-child, .framer-D2Vqq .framer-mfba5z > :last-child, .framer-D2Vqq .framer-1hek8vg > :last-child, .framer-D2Vqq .framer-eqrlzx > :last-child, .framer-D2Vqq .framer-1no6n0c > :last-child, .framer-D2Vqq .framer-1qpcg3b > :last-child, .framer-D2Vqq .framer-1st0jai > :last-child, .framer-D2Vqq .framer-1dzsju9 > :last-child, .framer-D2Vqq .framer-1neya7c > :last-child, .framer-D2Vqq .framer-118cps1 > :last-child, .framer-D2Vqq .framer-ccr73r > :last-child, .framer-D2Vqq .framer-14n0l5s > :last-child, .framer-D2Vqq .framer-cwm2ko > :last-child, .framer-D2Vqq .framer-ejzyd > :last-child, .framer-D2Vqq .framer-fxrx7k > :last-child, .framer-D2Vqq .framer-18g124 > :last-child, .framer-D2Vqq .framer-ly2i5t > :last-child { margin-right: 0px; } .framer-D2Vqq .framer-1wr2l7i > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-D2Vqq .framer-l9y0tq > *, .framer-D2Vqq .framer-1fnybag > *, .framer-D2Vqq .framer-10jhw2w > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-D2Vqq .framer-37kttk > *, .framer-D2Vqq .framer-x9jwk6 > *, .framer-D2Vqq .framer-1sx1fy2 > *, .framer-D2Vqq .framer-1osgjjp > * { margin: 0px; margin-bottom: calc(20.016403198242188px / 2); margin-top: calc(20.016403198242188px / 2); } .framer-D2Vqq .framer-8bh75u > *, .framer-D2Vqq .framer-1mnb4dv > *, .framer-D2Vqq .framer-3z7etp > *, .framer-D2Vqq .framer-59ig2v > *, .framer-D2Vqq .framer-tbm7z2 > *, .framer-D2Vqq .framer-8nffnn > *, .framer-D2Vqq .framer-ikivyd > * { margin: 0px; margin-bottom: calc(8.0065613px / 2); margin-top: calc(8.0065613px / 2); } .framer-D2Vqq .framer-d3qmx1 > *, .framer-D2Vqq .framer-eqrlzx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-D2Vqq .framer-1i9u2ai > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-D2Vqq .framer-dbqmyi > *, .framer-D2Vqq .framer-18kcilt > *, .framer-D2Vqq .framer-c8o2dc > *, .framer-D2Vqq .framer-1tg7gq2 > *, .framer-D2Vqq .framer-mrt2tg > *, .framer-D2Vqq .framer-1gux10 > *, .framer-D2Vqq .framer-1d225lk > *, .framer-D2Vqq .framer-1pxu87z > *, .framer-D2Vqq .framer-1cseaml > *, .framer-D2Vqq .framer-8bhc9v > *, .framer-D2Vqq .framer-1barpzk > *, .framer-D2Vqq .framer-1lgh47q > *, .framer-D2Vqq .framer-15yoy4z > *, .framer-D2Vqq .framer-10r9rmc > *, .framer-D2Vqq .framer-14adxh7 > *, .framer-D2Vqq .framer-1797p9c > *, .framer-D2Vqq .framer-br7j8c > *, .framer-D2Vqq .framer-co5a2m > *, .framer-D2Vqq .framer-11cat9p > *, .framer-D2Vqq .framer-1cr3ffz > * { margin: 0px; margin-bottom: calc(5.2757182121276855px / 2); margin-top: calc(5.2757182121276855px / 2); } .framer-D2Vqq .framer-jas8mn > *, .framer-D2Vqq .framer-1t12ri8 > *, .framer-D2Vqq .framer-1ts7k2s > *, .framer-D2Vqq .framer-14alkli > *, .framer-D2Vqq .framer-1y9e1t7 > *, .framer-D2Vqq .framer-3s4rq > *, .framer-D2Vqq .framer-l9gyh0 > *, .framer-D2Vqq .framer-1w4wid3 > *, .framer-D2Vqq .framer-ssv76 > *, .framer-D2Vqq .framer-qu2r4j > * { margin: 0px; margin-bottom: calc(15.827155113220215px / 2); margin-top: calc(15.827155113220215px / 2); } .framer-D2Vqq .framer-4bnz7m > *, .framer-D2Vqq .framer-13gyxsz > *, .framer-D2Vqq .framer-161o84g > *, .framer-D2Vqq .framer-1kc4c5p > *, .framer-D2Vqq .framer-1k9g35y > *, .framer-D2Vqq .framer-1jdrvt0 > *, .framer-D2Vqq .framer-3afide > *, .framer-D2Vqq .framer-tk0ku4 > *, .framer-D2Vqq .framer-1396amz > *, .framer-D2Vqq .framer-jmmwx9 > * { margin: 0px; margin-bottom: calc(10.551436424255371px / 2); margin-top: calc(10.551436424255371px / 2); } .framer-D2Vqq .framer-1d1c57o > *, .framer-D2Vqq .framer-17wxvxf > *, .framer-D2Vqq .framer-fbik3h > *, .framer-D2Vqq .framer-n1nhkw > *, .framer-D2Vqq .framer-1fp7mxm > *, .framer-D2Vqq .framer-spu0xf > *, .framer-D2Vqq .framer-1mgyxsp > *, .framer-D2Vqq .framer-8n9xu7 > *, .framer-D2Vqq .framer-z1wfh9 > *, .framer-D2Vqq .framer-1t4ub3n > * { margin: 0px; margin-bottom: calc(6.594647407531738px / 2); margin-top: calc(6.594647407531738px / 2); } .framer-D2Vqq .framer-bw00go > *, .framer-D2Vqq .framer-1rnmhiu > *, .framer-D2Vqq .framer-1uct9hq > *, .framer-D2Vqq .framer-gt71jc > *, .framer-D2Vqq .framer-1ye77lx > *, .framer-D2Vqq .framer-t4suhb > *, .framer-D2Vqq .framer-cvdzsw > *, .framer-D2Vqq .framer-wff9s0 > *, .framer-D2Vqq .framer-h01vab > *, .framer-D2Vqq .framer-jkbnbw > *, .framer-D2Vqq .framer-yitnci > *, .framer-D2Vqq .framer-1541oih > *, .framer-D2Vqq .framer-f7vr0v > *, .framer-D2Vqq .framer-a6i6jb > *, .framer-D2Vqq .framer-m0ses > *, .framer-D2Vqq .framer-1lqee1j > *, .framer-D2Vqq .framer-1e3mqtd > *, .framer-D2Vqq .framer-1x6tt3h > *, .framer-D2Vqq .framer-1313y9 > *, .framer-D2Vqq .framer-733xr0 > * { margin: 0px; margin-bottom: calc(6.5946478843688965px / 2); margin-top: calc(6.5946478843688965px / 2); } .framer-D2Vqq .framer-1768ffo > *, .framer-D2Vqq .framer-1s3nahp > *, .framer-D2Vqq .framer-1toeqt0 > *, .framer-D2Vqq .framer-1sfbr7r > *, .framer-D2Vqq .framer-lax53j > *, .framer-D2Vqq .framer-13bessd > *, .framer-D2Vqq .framer-1erl7z9 > *, .framer-D2Vqq .framer-n0kyvm > *, .framer-D2Vqq .framer-2k1bo2 > *, .framer-D2Vqq .framer-1lzqm9y > * { margin: 0px; margin-left: calc(5.2757182121276855px / 2); margin-right: calc(5.2757182121276855px / 2); } .framer-D2Vqq .framer-uf6jar > *, .framer-D2Vqq .framer-1a9dy5a > *, .framer-D2Vqq .framer-1eu5ep2 > *, .framer-D2Vqq .framer-1uv9gre > *, .framer-D2Vqq .framer-15afwfc > *, .framer-D2Vqq .framer-1btzy3p > *, .framer-D2Vqq .framer-1ir51jm > *, .framer-D2Vqq .framer-1ott5yq > *, .framer-D2Vqq .framer-awfn4x > *, .framer-D2Vqq .framer-1g8qgfi > *, .framer-D2Vqq .framer-1hjvabo > *, .framer-D2Vqq .framer-1rlm8q2 > *, .framer-D2Vqq .framer-1glck5y > *, .framer-D2Vqq .framer-1tii4sj > *, .framer-D2Vqq .framer-xn52h6 > *, .framer-D2Vqq .framer-18et4nu > *, .framer-D2Vqq .framer-idvv81 > *, .framer-D2Vqq .framer-1u0ogsm > *, .framer-D2Vqq .framer-11ytro0 > *, .framer-D2Vqq .framer-1set5p9 > * { margin: 0px; margin-bottom: calc(7.536740303039551px / 2); margin-top: calc(7.536740303039551px / 2); } .framer-D2Vqq .framer-3aw2k1 > *, .framer-D2Vqq .framer-1l078oa > *, .framer-D2Vqq .framer-kf509g > *, .framer-D2Vqq .framer-1or7lsb > *, .framer-D2Vqq .framer-hma1h7 > *, .framer-D2Vqq .framer-6l44ni > *, .framer-D2Vqq .framer-1m8af5p > *, .framer-D2Vqq .framer-v095ce > *, .framer-D2Vqq .framer-emswwq > *, .framer-D2Vqq .framer-c4y9uh > * { margin: 0px; margin-bottom: calc(22.61022186279297px / 2); margin-top: calc(22.61022186279297px / 2); } .framer-D2Vqq .framer-1rekmnd > *, .framer-D2Vqq .framer-fgijol > *, .framer-D2Vqq .framer-1sjo65x > *, .framer-D2Vqq .framer-npvngz > *, .framer-D2Vqq .framer-4ybypp > *, .framer-D2Vqq .framer-1atv0uk > *, .framer-D2Vqq .framer-1uunp7y > *, .framer-D2Vqq .framer-1hmpcas > *, .framer-D2Vqq .framer-kigysx > *, .framer-D2Vqq .framer-tadkd6 > * { margin: 0px; margin-bottom: calc(15.073480606079102px / 2); margin-top: calc(15.073480606079102px / 2); } .framer-D2Vqq .framer-3oymli > *, .framer-D2Vqq .framer-154ifig > *, .framer-D2Vqq .framer-19wz45i > *, .framer-D2Vqq .framer-2elwcc > *, .framer-D2Vqq .framer-5d831s > *, .framer-D2Vqq .framer-5cy7fh > *, .framer-D2Vqq .framer-11df2fg > *, .framer-D2Vqq .framer-1e578dm > *, .framer-D2Vqq .framer-1c3qj60 > *, .framer-D2Vqq .framer-op9tqd > *, .framer-D2Vqq .framer-14mhu12 > *, .framer-D2Vqq .framer-qbxsd8 > *, .framer-D2Vqq .framer-16yaxd7 > *, .framer-D2Vqq .framer-eupv0l > *, .framer-D2Vqq .framer-di2adh > *, .framer-D2Vqq .framer-m1vk0t > *, .framer-D2Vqq .framer-1d8nvv9 > *, .framer-D2Vqq .framer-3rlsvq > *, .framer-D2Vqq .framer-1mv053z > *, .framer-D2Vqq .framer-180kupy > *, .framer-D2Vqq .framer-1n2geh > *, .framer-D2Vqq .framer-gud2ql > *, .framer-D2Vqq .framer-c3691v > *, .framer-D2Vqq .framer-1wocx3h > *, .framer-D2Vqq .framer-erpyqv > *, .framer-D2Vqq .framer-5beup4 > *, .framer-D2Vqq .framer-10sgsw3 > *, .framer-D2Vqq .framer-1wwh915 > *, .framer-D2Vqq .framer-h0u7a > *, .framer-D2Vqq .framer-1gqz1n9 > * { margin: 0px; margin-bottom: calc(9.42092514038086px / 2); margin-top: calc(9.42092514038086px / 2); } .framer-D2Vqq .framer-ekr3h7 > *, .framer-D2Vqq .framer-1raukxp > *, .framer-D2Vqq .framer-nbnnxy > *, .framer-D2Vqq .framer-1r5l1py > *, .framer-D2Vqq .framer-1xb59wp > *, .framer-D2Vqq .framer-1n5st7a > *, .framer-D2Vqq .framer-jq38pa > *, .framer-D2Vqq .framer-10tusit > *, .framer-D2Vqq .framer-1lxwzvh > *, .framer-D2Vqq .framer-3lj4ar > * { margin: 0px; margin-left: calc(7.536740303039551px / 2); margin-right: calc(7.536740303039551px / 2); } .framer-D2Vqq .framer-t7ok3x > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-D2Vqq .framer-qs28yr > * { margin: 0px; margin-bottom: calc(79px / 2); margin-top: calc(79px / 2); } .framer-D2Vqq .framer-13sqa64 > *, .framer-D2Vqq .framer-1215ur5 > *, .framer-D2Vqq .framer-cvgk8v > *, .framer-D2Vqq .framer-dwsoix > *, .framer-D2Vqq .framer-1plsikf > *, .framer-D2Vqq .framer-xlvcgz > *, .framer-D2Vqq .framer-dw7225 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-D2Vqq .framer-uu9vco > * { margin: 0px; margin-bottom: calc(151px / 2); margin-top: calc(151px / 2); } .framer-D2Vqq .framer-158xhq7 > *, .framer-D2Vqq .framer-am5cs > *, .framer-D2Vqq .framer-rpc11n > *, .framer-D2Vqq .framer-1davpoq > *, .framer-D2Vqq .framer-7dxjeh > * { margin: 0px; margin-bottom: calc(32.0262451171875px / 2); margin-top: calc(32.0262451171875px / 2); } .framer-D2Vqq .framer-xxtmvt > *, .framer-D2Vqq .framer-153gyom > *, .framer-D2Vqq .framer-1cm3m68 > * { margin: 0px; margin-bottom: calc(16.01312255859375px / 2); margin-top: calc(16.01312255859375px / 2); } .framer-D2Vqq .framer-1gxtff1 > * { margin: 0px; margin-left: calc(96.0787353515625px / 2); margin-right: calc(96.0787353515625px / 2); } .framer-D2Vqq .framer-1lve761 > *, .framer-D2Vqq .framer-zvl4k4 > *, .framer-D2Vqq .framer-12x8v6a > *, .framer-D2Vqq .framer-iqxi0c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-D2Vqq .framer-1wi66up > *, .framer-D2Vqq .framer-mfba5z > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-D2Vqq .framer-1eyx7zg > *, .framer-D2Vqq .framer-1rdjy09 > *, .framer-D2Vqq .framer-ocnsvp > *, .framer-D2Vqq .framer-7ylwtm > *, .framer-D2Vqq .framer-18p49oe > *, .framer-D2Vqq .framer-f7zjtl > *, .framer-D2Vqq .framer-1r2dw3t > *, .framer-D2Vqq .framer-3fp69k > *, .framer-D2Vqq .framer-1k2bf26 > *, .framer-D2Vqq .framer-718xvy > * { margin: 0px; margin-bottom: calc(21.599998474121094px / 2); margin-top: calc(21.599998474121094px / 2); } .framer-D2Vqq .framer-1hek8vg > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-D2Vqq .framer-1vlr28v > *, .framer-D2Vqq .framer-3eswzy > *, .framer-D2Vqq .framer-1lv9t9 > *, .framer-D2Vqq .framer-cumhtx > *, .framer-D2Vqq .framer-1s6hp13 > *, .framer-D2Vqq .framer-nlkmc1 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-D2Vqq .framer-1qarqlu > *, .framer-D2Vqq .framer-pg0itp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-D2Vqq .framer-4uwss5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-D2Vqq .framer-1no6n0c > *, .framer-D2Vqq .framer-1qpcg3b > *, .framer-D2Vqq .framer-1st0jai > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-D2Vqq .framer-1dzsju9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-D2Vqq .framer-7jq9g3 > *, .framer-D2Vqq .framer-gg5fse > *, .framer-D2Vqq .framer-18780xy > *, .framer-D2Vqq .framer-1ivm7he > * { margin: 0px; margin-bottom: calc(7.199999809265137px / 2); margin-top: calc(7.199999809265137px / 2); } .framer-D2Vqq .framer-1lwy8jy > *, .framer-D2Vqq .framer-1thm1vi > *, .framer-D2Vqq .framer-61iq6s > *, .framer-D2Vqq .framer-x7d07v > * { margin: 0px; margin-bottom: calc(14.399999618530273px / 2); margin-top: calc(14.399999618530273px / 2); } .framer-D2Vqq .framer-118cps1 > *, .framer-D2Vqq .framer-14n0l5s > *, .framer-D2Vqq .framer-ejzyd > *, .framer-D2Vqq .framer-18g124 > * { margin: 0px; margin-left: calc(10.799999237060547px / 2); margin-right: calc(10.799999237060547px / 2); } .framer-D2Vqq .framer-1202vvx > *, .framer-D2Vqq .framer-b8v1h3 > *, .framer-D2Vqq .framer-42hb9t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-D2Vqq .framer-ly2i5t > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-D2Vqq .framer-1bp6y4e > * { margin: 0px; margin-bottom: calc(64.052490234375px / 2); margin-top: calc(64.052490234375px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-D2Vqq[data-border=\"true\"]::after, .framer-D2Vqq [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; }',\"@media (min-width: 1200px) and (max-width: 1599px) { .framer-D2Vqq.framer-72rtr7 { width: 1200px; } .framer-D2Vqq .framer-1fo4htq { height: 80px; } .framer-D2Vqq .framer-1f4hqaz-container { flex: 1 0 0px; height: 1px; } .framer-D2Vqq .framer-11y08ub { padding: 0px 90px 35px 90px; } .framer-D2Vqq .framer-1wr2l7i { height: 647px; padding: 0px; } .framer-D2Vqq .framer-aqfgqy { width: min-content; } .framer-D2Vqq .framer-16eyxcf-container { order: 2; } .framer-D2Vqq .framer-1m4eh9f { height: auto; order: 0; width: 562px; } .framer-D2Vqq .framer-tfzfr0 { width: 451px; } .framer-D2Vqq .framer-l9y0tq { height: 649px; } .framer-D2Vqq .framer-1hajwzb { padding: 32px 0px 32px 0px; } .framer-D2Vqq .framer-1m8kpxv, .framer-D2Vqq .framer-yct5rb, .framer-D2Vqq .framer-193ishi, .framer-D2Vqq .framer-1i9u2ai { width: 100%; } .framer-D2Vqq .framer-gzwzp4 { padding: 25px 0px 25px 0px; } .framer-D2Vqq .framer-k4qdbb { width: 80%; } .framer-D2Vqq .framer-3cesv1 { padding: 0px 0px 56px 0px; } .framer-D2Vqq .framer-am5cs { height: min-content; } .framer-D2Vqq .framer-1lve761 { gap: 63px; width: 100%; } .framer-D2Vqq .framer-jg5nsc { height: var(--framer-aspect-ratio-supported, 110px); } .framer-D2Vqq .framer-1ax5fls { height: var(--framer-aspect-ratio-supported, 115px); } .framer-D2Vqq .framer-6chql4 { height: 560px; } .framer-D2Vqq .framer-iqxi0c { gap: 0px; width: 100%; } .framer-D2Vqq .framer-1vbtipo { order: 0; } .framer-D2Vqq .framer-1dzsju9 { order: 1; } .framer-D2Vqq .framer-x47dx4 { width: 95%; } .framer-D2Vqq .framer-6xfih2-container { width: 90%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-D2Vqq .framer-1lve761, .framer-D2Vqq .framer-iqxi0c { gap: 0px; } .framer-D2Vqq .framer-1lve761 > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-D2Vqq .framer-1lve761 > :first-child, .framer-D2Vqq .framer-iqxi0c > :first-child { margin-top: 0px; } .framer-D2Vqq .framer-1lve761 > :last-child, .framer-D2Vqq .framer-iqxi0c > :last-child { margin-bottom: 0px; } .framer-D2Vqq .framer-iqxi0c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-D2Vqq.framer-72rtr7 { width: 810px; } .framer-D2Vqq .framer-1fo4htq, .framer-D2Vqq .framer-ycgxuc { order: 1; } .framer-D2Vqq .framer-1cwegk0 { align-content: flex-start; align-items: flex-start; height: min-content; order: 3; padding: 36px 0px 0px 0px; } .framer-D2Vqq .framer-11y08ub { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; height: min-content; justify-content: flex-start; padding: 64px 0px 64px 0px; } .framer-D2Vqq .framer-1wr2l7i { align-content: center; align-items: center; flex: none; gap: 16px; height: min-content; justify-content: flex-start; padding: 32px 0px 32px 0px; width: 100%; } .framer-D2Vqq .framer-aqfgqy { order: 0; padding: 0px 90px 0px 90px; } .framer-D2Vqq .framer-16eyxcf-container { left: 87px; top: -2px; } .framer-D2Vqq .framer-1m4eh9f, .framer-D2Vqq .framer-1i9u2ai, .framer-D2Vqq .framer-k4qdbb, .framer-D2Vqq .framer-a4dx4m, .framer-D2Vqq .framer-1fnybag, .framer-D2Vqq .framer-4vvvwo, .framer-D2Vqq .framer-1ijwz1y, .framer-D2Vqq .framer-n3xlwa { width: 100%; } .framer-D2Vqq .framer-udk5r4 { align-content: center; align-items: center; order: 1; width: 85%; } .framer-D2Vqq .framer-1x4niht-container, .framer-D2Vqq .framer-uy56h8-container { cursor: pointer; } .framer-D2Vqq .framer-l9y0tq { flex: none; height: 453px; padding: 0px; width: 100%; } .framer-D2Vqq .framer-jd04p6 { aspect-ratio: 1.7647058823529411 / 1; flex: none; height: 100%; width: var(--framer-aspect-ratio-supported, 800px); } .framer-D2Vqq .framer-1hajwzb { order: 5; padding: 64px 0px 64px 0px; } .framer-D2Vqq .framer-ky5egy { flex-direction: column; gap: 64px; width: 75%; } .framer-D2Vqq .framer-37kttk, .framer-D2Vqq .framer-x9jwk6, .framer-D2Vqq .framer-1sx1fy2, .framer-D2Vqq .framer-rpc11n, .framer-D2Vqq .framer-54g7ws, .framer-D2Vqq .framer-16twgdl, .framer-D2Vqq .framer-16idoy8, .framer-D2Vqq .framer-o1etf5 { flex: none; width: 100%; } .framer-D2Vqq .framer-gzwzp4 { order: 6; } .framer-D2Vqq .framer-3cesv1 { gap: 32px; height: 1039px; order: 7; padding: 64px 0px 64px 0px; } .framer-D2Vqq .framer-1l47xge, .framer-D2Vqq .framer-1nuotqo, .framer-D2Vqq .framer-dw7225 { order: 0; } .framer-D2Vqq .framer-1sevgsg-container { height: auto; order: 2; } .framer-D2Vqq .framer-mnhps4 { order: 3; } .framer-D2Vqq .framer-t7ok3x { order: 8; padding: 100px 0px 0px 0px; } .framer-D2Vqq .framer-13sqa64 { height: min-content; } .framer-D2Vqq .framer-1vlgzdr { height: auto; } .framer-D2Vqq .framer-uu9vco { gap: 125px; } .framer-D2Vqq .framer-1w3vijk { flex-direction: column; height: 740px; } .framer-D2Vqq .framer-158xhq7 { height: 1px; width: 100%; } .framer-D2Vqq .framer-1215ur5, .framer-D2Vqq .framer-xxtmvt, .framer-D2Vqq .framer-cvgk8v, .framer-D2Vqq .framer-153gyom, .framer-D2Vqq .framer-dwsoix, .framer-D2Vqq .framer-1cm3m68 { align-content: center; align-items: center; } .framer-D2Vqq .framer-1ktsk2i, .framer-D2Vqq .framer-1j88j25 { align-self: unset; flex: 1 0 0px; height: 1px; width: 100%; } .framer-D2Vqq .framer-1gxtff1 { flex-direction: column; gap: 60px; height: 744px; } .framer-D2Vqq .framer-9d328h { align-self: unset; flex: 1 0 0px; height: 1px; order: 1; width: 100%; } .framer-D2Vqq .framer-am5cs { flex: none; gap: 72px; height: 293px; order: 0; width: 100%; } .framer-D2Vqq .framer-17s9wdc { flex-direction: column; height: 749px; } .framer-D2Vqq .framer-1lve761 { gap: 40px; height: min-content; order: 9; padding: 64px 32px 64px 32px; width: 810px; } .framer-D2Vqq .framer-1wi66up { flex-direction: column; height: min-content; width: 60%; } .framer-D2Vqq .framer-9whtc4, .framer-D2Vqq .framer-tgpb4a, .framer-D2Vqq .framer-18v5w88 { flex: none; height: 516px; width: 100%; } .framer-D2Vqq .framer-hc24ip { height: var(--framer-aspect-ratio-supported, 109px); left: 49%; top: 6px; } .framer-D2Vqq .framer-14n5qeo { height: var(--framer-aspect-ratio-supported, 109px); left: 49%; } .framer-D2Vqq .framer-160gat5 { height: var(--framer-aspect-ratio-supported, 109px); left: 50%; } .framer-D2Vqq .framer-xlvcgz { order: 10; padding: 40px 0px 40px 0px; } .framer-D2Vqq .framer-1hek8vg { width: 85%; } .framer-D2Vqq .framer-6chql4 { height: 630px; } .framer-D2Vqq .framer-469asv { height: 80px; } .framer-D2Vqq .framer-iqxi0c { height: 2268px; order: 11; } .framer-D2Vqq .framer-1dzsju9 { flex-direction: column; height: min-content; width: 75%; } .framer-D2Vqq .framer-xkbs0x { order: 13; padding: 64px 0px 64px 0px; } .framer-D2Vqq .framer-1bp6y4e { order: 14; width: 812px; } .framer-D2Vqq .framer-1davpoq { padding: 0px 32.0262451171875px 0px 32.0262451px; } .framer-D2Vqq .framer-1g231rr-container { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-D2Vqq .framer-11y08ub, .framer-D2Vqq .framer-1wr2l7i, .framer-D2Vqq .framer-ky5egy, .framer-D2Vqq .framer-3cesv1, .framer-D2Vqq .framer-uu9vco, .framer-D2Vqq .framer-1w3vijk, .framer-D2Vqq .framer-1gxtff1, .framer-D2Vqq .framer-am5cs, .framer-D2Vqq .framer-17s9wdc, .framer-D2Vqq .framer-1lve761, .framer-D2Vqq .framer-1wi66up, .framer-D2Vqq .framer-1dzsju9 { gap: 0px; } .framer-D2Vqq .framer-11y08ub > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-D2Vqq .framer-11y08ub > :first-child, .framer-D2Vqq .framer-1wr2l7i > :first-child, .framer-D2Vqq .framer-ky5egy > :first-child, .framer-D2Vqq .framer-3cesv1 > :first-child, .framer-D2Vqq .framer-uu9vco > :first-child, .framer-D2Vqq .framer-1gxtff1 > :first-child, .framer-D2Vqq .framer-am5cs > :first-child, .framer-D2Vqq .framer-1lve761 > :first-child, .framer-D2Vqq .framer-1wi66up > :first-child, .framer-D2Vqq .framer-1dzsju9 > :first-child { margin-top: 0px; } .framer-D2Vqq .framer-11y08ub > :last-child, .framer-D2Vqq .framer-1wr2l7i > :last-child, .framer-D2Vqq .framer-ky5egy > :last-child, .framer-D2Vqq .framer-3cesv1 > :last-child, .framer-D2Vqq .framer-uu9vco > :last-child, .framer-D2Vqq .framer-1gxtff1 > :last-child, .framer-D2Vqq .framer-am5cs > :last-child, .framer-D2Vqq .framer-1lve761 > :last-child, .framer-D2Vqq .framer-1wi66up > :last-child, .framer-D2Vqq .framer-1dzsju9 > :last-child { margin-bottom: 0px; } .framer-D2Vqq .framer-1wr2l7i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-D2Vqq .framer-ky5egy > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-D2Vqq .framer-3cesv1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-D2Vqq .framer-uu9vco > * { margin: 0px; margin-bottom: calc(125px / 2); margin-top: calc(125px / 2); } .framer-D2Vqq .framer-1w3vijk > *, .framer-D2Vqq .framer-1w3vijk > :first-child, .framer-D2Vqq .framer-1w3vijk > :last-child, .framer-D2Vqq .framer-17s9wdc > *, .framer-D2Vqq .framer-17s9wdc > :first-child, .framer-D2Vqq .framer-17s9wdc > :last-child { margin: 0px; } .framer-D2Vqq .framer-1gxtff1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-D2Vqq .framer-am5cs > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-D2Vqq .framer-1lve761 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-D2Vqq .framer-1wi66up > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-D2Vqq .framer-1dzsju9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 809px) { .framer-D2Vqq.framer-72rtr7 { width: 390px; } .framer-D2Vqq .framer-whcg97-container, .framer-D2Vqq .framer-1i5ijta-container, .framer-D2Vqq .framer-1nsvex8-container, .framer-D2Vqq .framer-iyk5ft, .framer-D2Vqq .framer-ycgxuc, .framer-D2Vqq .framer-1neaok2, .framer-D2Vqq .framer-1qarqlu { order: 1; } .framer-D2Vqq .framer-1cwegk0 { height: min-content; order: 2; padding: 40px 0px 0px 0px; } .framer-D2Vqq .framer-11y08ub { flex-direction: column; gap: 40px; height: min-content; order: 0; padding: 0px; } .framer-D2Vqq .framer-1wr2l7i { align-content: center; align-items: center; background-color: #fcfcfc; flex: none; gap: 56px; height: 360px; justify-content: flex-start; padding: 0px; width: 100%; } .framer-D2Vqq .framer-aqfgqy { background-color: #fcfcfc; height: 104px; order: 0; padding: 0px 16px 0px 16px; width: 390px; } .framer-D2Vqq .framer-1m4eh9f { height: 104px; order: 0; width: 358px; } .framer-D2Vqq .framer-udk5r4 { align-content: center; align-items: center; order: 1; padding: 0px 32px 0px 32px; width: 100%; } .framer-D2Vqq .framer-tfzfr0 { width: 95%; } .framer-D2Vqq .framer-l9y0tq { flex: none; height: min-content; justify-content: flex-start; padding: 0px; width: 100%; } .framer-D2Vqq .framer-jd04p6 { flex: none; height: 347px; width: 353px; } .framer-D2Vqq .framer-1hajwzb { order: 4; padding: 48px 0px 56px 0px; } .framer-D2Vqq .framer-ky5egy { flex-direction: column; gap: 56px; width: 100%; } .framer-D2Vqq .framer-37kttk, .framer-D2Vqq .framer-x9jwk6, .framer-D2Vqq .framer-1sx1fy2, .framer-D2Vqq .framer-9whtc4, .framer-D2Vqq .framer-tgpb4a, .framer-D2Vqq .framer-18v5w88, .framer-D2Vqq .framer-54g7ws, .framer-D2Vqq .framer-16twgdl, .framer-D2Vqq .framer-16idoy8, .framer-D2Vqq .framer-o1etf5 { flex: none; width: 100%; } .framer-D2Vqq .framer-1m8kpxv, .framer-D2Vqq .framer-yct5rb, .framer-D2Vqq .framer-193ishi { width: 326px; } .framer-D2Vqq .framer-gzwzp4 { order: 6; padding: 60px 0px 60px 0px; } .framer-D2Vqq .framer-1i9u2ai { gap: 32px; padding: 0px 64px 0px 64px; width: 100%; } .framer-D2Vqq .framer-dg4e8c { width: 352px; } .framer-D2Vqq .framer-k4qdbb { height: 93px; width: 135%; } .framer-D2Vqq .framer-3cesv1 { height: min-content; order: 5; padding: 32px 0px 32px 0px; } .framer-D2Vqq .framer-1l47xge, .framer-D2Vqq .framer-1ckamsa, .framer-D2Vqq .framer-1nuotqo, .framer-D2Vqq .framer-16x31yz, .framer-D2Vqq .framer-v2ix86 { order: 0; } .framer-D2Vqq .framer-mnhps4, .framer-D2Vqq .framer-pg0itp { order: 3; } .framer-D2Vqq .framer-t7ok3x { gap: 39px; order: 7; padding: 56px 0px 0px 0px; width: 391px; } .framer-D2Vqq .framer-qs28yr { gap: 18px; } .framer-D2Vqq .framer-13sqa64 { height: min-content; } .framer-D2Vqq .framer-1vlgzdr { height: auto; } .framer-D2Vqq .framer-uu9vco { gap: 100px; width: 90%; } .framer-D2Vqq .framer-1w3vijk, .framer-D2Vqq .framer-17s9wdc { flex-direction: column; gap: 40px; height: 820px; justify-content: center; } .framer-D2Vqq .framer-158xhq7, .framer-D2Vqq .framer-rpc11n { flex: none; height: min-content; width: 100%; } .framer-D2Vqq .framer-1215ur5, .framer-D2Vqq .framer-dwsoix { align-content: center; align-items: center; justify-content: center; } .framer-D2Vqq .framer-xxtmvt, .framer-D2Vqq .framer-1cm3m68 { gap: 32px; width: 90%; } .framer-D2Vqq .framer-1ktsk2i, .framer-D2Vqq .framer-1j88j25 { align-self: unset; flex: 1 0 0px; height: 1px; width: 100%; } .framer-D2Vqq .framer-1gxtff1 { flex-direction: column; gap: 40px; height: 820px; } .framer-D2Vqq .framer-9d328h { align-self: unset; flex: 1 0 0px; height: 1px; order: 1; width: 100%; } .framer-D2Vqq .framer-am5cs { flex: none; height: min-content; order: 0; width: 100%; } .framer-D2Vqq .framer-cvgk8v, .framer-D2Vqq .framer-32bk39, .framer-D2Vqq .framer-gkgubp, .framer-D2Vqq .framer-1m48pzx, .framer-D2Vqq .framer-1qbffoc, .framer-D2Vqq .framer-1ufe24u, .framer-D2Vqq .framer-r2gnh7, .framer-D2Vqq .framer-s8niqk, .framer-D2Vqq .framer-1vh1ygs, .framer-D2Vqq .framer-9e863x { align-content: center; align-items: center; } .framer-D2Vqq .framer-153gyom { align-content: center; align-items: center; gap: 32px; } .framer-D2Vqq .framer-1lve761 { gap: 64px; height: min-content; order: 8; padding: 64px 32px 64px 32px; width: 390px; } .framer-D2Vqq .framer-1plsikf { gap: 24px; padding: 0px 16px 0px 16px; } .framer-D2Vqq .framer-a4dx4m, .framer-D2Vqq .framer-1fnybag, .framer-D2Vqq .framer-4vvvwo, .framer-D2Vqq .framer-1ijwz1y, .framer-D2Vqq .framer-n3xlwa { width: 100%; } .framer-D2Vqq .framer-1wi66up, .framer-D2Vqq .framer-1dzsju9 { flex-direction: column; gap: 32px; height: min-content; width: 95%; } .framer-D2Vqq .framer-1pv8ogi, .framer-D2Vqq .framer-115pzme, .framer-D2Vqq .framer-1domdt { height: 174px; width: 100%; } .framer-D2Vqq .framer-120vpn6, .framer-D2Vqq .framer-rbx7sf, .framer-D2Vqq .framer-kiud80 { height: 162px; } .framer-D2Vqq .framer-hiqg5e, .framer-D2Vqq .framer-1l4waq1, .framer-D2Vqq .framer-1jm2vzy { align-content: center; align-items: center; flex: 1 0 0px; height: 1px; } .framer-D2Vqq .framer-12k6www, .framer-D2Vqq .framer-1xubzsh, .framer-D2Vqq .framer-3dw3sf { flex: 1 0 0px; height: 1px; width: 205px; } .framer-D2Vqq .framer-xlvcgz { order: 10; padding: 40px 0px 40px 0px; } .framer-D2Vqq .framer-1hek8vg { flex-direction: column; padding: 25px 0px 80px 0px; width: 95%; } .framer-D2Vqq .framer-1vlr28v { width: 85%; } .framer-D2Vqq .framer-eqrlzx { flex: none; width: 390px; } .framer-D2Vqq .framer-6chql4 { flex: none; height: 600px; width: 95%; } .framer-D2Vqq .framer-469asv { height: 80px; } .framer-D2Vqq .framer-3eswzy { order: 2; } .framer-D2Vqq .framer-iqxi0c { gap: 64px; height: min-content; order: 11; padding: 64px 32px 64px 32px; width: 390px; } .framer-D2Vqq .framer-7jq9g3, .framer-D2Vqq .framer-gg5fse, .framer-D2Vqq .framer-18780xy, .framer-D2Vqq .framer-1ivm7he { gap: 40px; } .framer-D2Vqq .framer-xkbs0x { height: 380px; order: 12; } .framer-D2Vqq .framer-1vgeh8m { flex: 1 0 0px; height: 1px; } .framer-D2Vqq .framer-zka6zt { flex: 1 0 0px; gap: 28px; height: 1px; } .framer-D2Vqq .framer-1bp6y4e { order: 13; } .framer-D2Vqq .framer-jrngwe { width: 333px; } .framer-D2Vqq .framer-1jzlb5w { width: 327px; } .framer-D2Vqq .framer-1g231rr-container { order: 15; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-D2Vqq .framer-11y08ub, .framer-D2Vqq .framer-1wr2l7i, .framer-D2Vqq .framer-ky5egy, .framer-D2Vqq .framer-1i9u2ai, .framer-D2Vqq .framer-t7ok3x, .framer-D2Vqq .framer-qs28yr, .framer-D2Vqq .framer-uu9vco, .framer-D2Vqq .framer-1w3vijk, .framer-D2Vqq .framer-xxtmvt, .framer-D2Vqq .framer-1gxtff1, .framer-D2Vqq .framer-153gyom, .framer-D2Vqq .framer-17s9wdc, .framer-D2Vqq .framer-1cm3m68, .framer-D2Vqq .framer-1lve761, .framer-D2Vqq .framer-1plsikf, .framer-D2Vqq .framer-1wi66up, .framer-D2Vqq .framer-1hek8vg, .framer-D2Vqq .framer-iqxi0c, .framer-D2Vqq .framer-1dzsju9, .framer-D2Vqq .framer-7jq9g3, .framer-D2Vqq .framer-gg5fse, .framer-D2Vqq .framer-18780xy, .framer-D2Vqq .framer-1ivm7he, .framer-D2Vqq .framer-zka6zt { gap: 0px; } .framer-D2Vqq .framer-11y08ub > *, .framer-D2Vqq .framer-1w3vijk > *, .framer-D2Vqq .framer-1gxtff1 > *, .framer-D2Vqq .framer-17s9wdc > *, .framer-D2Vqq .framer-1hek8vg > *, .framer-D2Vqq .framer-7jq9g3 > *, .framer-D2Vqq .framer-gg5fse > *, .framer-D2Vqq .framer-18780xy > *, .framer-D2Vqq .framer-1ivm7he > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-D2Vqq .framer-11y08ub > :first-child, .framer-D2Vqq .framer-1wr2l7i > :first-child, .framer-D2Vqq .framer-ky5egy > :first-child, .framer-D2Vqq .framer-1i9u2ai > :first-child, .framer-D2Vqq .framer-t7ok3x > :first-child, .framer-D2Vqq .framer-qs28yr > :first-child, .framer-D2Vqq .framer-uu9vco > :first-child, .framer-D2Vqq .framer-1w3vijk > :first-child, .framer-D2Vqq .framer-xxtmvt > :first-child, .framer-D2Vqq .framer-1gxtff1 > :first-child, .framer-D2Vqq .framer-153gyom > :first-child, .framer-D2Vqq .framer-17s9wdc > :first-child, .framer-D2Vqq .framer-1cm3m68 > :first-child, .framer-D2Vqq .framer-1lve761 > :first-child, .framer-D2Vqq .framer-1plsikf > :first-child, .framer-D2Vqq .framer-1wi66up > :first-child, .framer-D2Vqq .framer-1hek8vg > :first-child, .framer-D2Vqq .framer-iqxi0c > :first-child, .framer-D2Vqq .framer-1dzsju9 > :first-child, .framer-D2Vqq .framer-7jq9g3 > :first-child, .framer-D2Vqq .framer-gg5fse > :first-child, .framer-D2Vqq .framer-18780xy > :first-child, .framer-D2Vqq .framer-1ivm7he > :first-child, .framer-D2Vqq .framer-zka6zt > :first-child { margin-top: 0px; } .framer-D2Vqq .framer-11y08ub > :last-child, .framer-D2Vqq .framer-1wr2l7i > :last-child, .framer-D2Vqq .framer-ky5egy > :last-child, .framer-D2Vqq .framer-1i9u2ai > :last-child, .framer-D2Vqq .framer-t7ok3x > :last-child, .framer-D2Vqq .framer-qs28yr > :last-child, .framer-D2Vqq .framer-uu9vco > :last-child, .framer-D2Vqq .framer-1w3vijk > :last-child, .framer-D2Vqq .framer-xxtmvt > :last-child, .framer-D2Vqq .framer-1gxtff1 > :last-child, .framer-D2Vqq .framer-153gyom > :last-child, .framer-D2Vqq .framer-17s9wdc > :last-child, .framer-D2Vqq .framer-1cm3m68 > :last-child, .framer-D2Vqq .framer-1lve761 > :last-child, .framer-D2Vqq .framer-1plsikf > :last-child, .framer-D2Vqq .framer-1wi66up > :last-child, .framer-D2Vqq .framer-1hek8vg > :last-child, .framer-D2Vqq .framer-iqxi0c > :last-child, .framer-D2Vqq .framer-1dzsju9 > :last-child, .framer-D2Vqq .framer-7jq9g3 > :last-child, .framer-D2Vqq .framer-gg5fse > :last-child, .framer-D2Vqq .framer-18780xy > :last-child, .framer-D2Vqq .framer-1ivm7he > :last-child, .framer-D2Vqq .framer-zka6zt > :last-child { margin-bottom: 0px; } .framer-D2Vqq .framer-1wr2l7i > *, .framer-D2Vqq .framer-ky5egy > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-D2Vqq .framer-1i9u2ai > *, .framer-D2Vqq .framer-xxtmvt > *, .framer-D2Vqq .framer-153gyom > *, .framer-D2Vqq .framer-1cm3m68 > *, .framer-D2Vqq .framer-1wi66up > *, .framer-D2Vqq .framer-1dzsju9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-D2Vqq .framer-t7ok3x > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-D2Vqq .framer-qs28yr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-D2Vqq .framer-uu9vco > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-D2Vqq .framer-1lve761 > *, .framer-D2Vqq .framer-iqxi0c > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-D2Vqq .framer-1plsikf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-D2Vqq .framer-zka6zt > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9001\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cG27v4FyT\":{\"layout\":[\"fixed\",\"auto\"]},\"bt1zgRTrc\":{\"layout\":[\"fixed\",\"auto\"]},\"QGfwvU9ME\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"m9LNBp1vD\":{\"pattern\":\":m9LNBp1vD\",\"name\":\"opportunities\"},\"XuRH1rYJH\":{\"pattern\":\":XuRH1rYJH\",\"name\":\"features\"},\"KBrIBsfZy\":{\"pattern\":\":KBrIBsfZy\",\"name\":\"how-it-works\"},\"VqID4uIwv\":{\"pattern\":\":VqID4uIwv\",\"name\":\"pricing\"},\"KXlYBPPYn\":{\"pattern\":\":KXlYBPPYn\",\"name\":\"how-it-works\"},\"PwYpaNPqe\":{\"pattern\":\":PwYpaNPqe\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-D2Vqq\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9001,width:1600};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Avenir Next LT Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0shPqXIJmr1B6LFCBnsgrXt3VAE.woff2\"},{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_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"},{family:\"Avenir Next LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/AvB55oJrZuPXZXtZFWgJ5bdGHg.woff2\"},{family:\"Avenir Next LT Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/BwtMXlAb5EHpTcM80xgwBXEXpE.woff2\"}]},...HeaderMenuFonts,...NavigationFonts,...WordsFonts,...WordsCopyFonts,...ButtonGrFonts,...AnimatedCounterFonts,...CarouselFonts,...ReviewCTAFonts,...AccordionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cG27v4FyT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bt1zgRTrc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QGfwvU9ME\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"m9LNBp1vD\\\":{\\\"pattern\\\":\\\":m9LNBp1vD\\\",\\\"name\\\":\\\"opportunities\\\"},\\\"XuRH1rYJH\\\":{\\\"pattern\\\":\\\":XuRH1rYJH\\\",\\\"name\\\":\\\"features\\\"},\\\"KBrIBsfZy\\\":{\\\"pattern\\\":\\\":KBrIBsfZy\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"VqID4uIwv\\\":{\\\"pattern\\\":\\\":VqID4uIwv\\\",\\\"name\\\":\\\"pricing\\\"},\\\"KXlYBPPYn\\\":{\\\"pattern\\\":\\\":KXlYBPPYn\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"PwYpaNPqe\\\":{\\\"pattern\\\":\\\":PwYpaNPqe\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"9001\",\"framerIntrinsicWidth\":\"1600\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isInView", "useInView", "displayValue", "setDisplayValue", "ye", "formatNumber", "isCanvas", "RenderTarget", "ariaLabel", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title1", "title2", "title4", "title5", "title6", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "EAjC1wkVx", "E_PgTVWSj", "yAr9yJP8T", "VbtaD4x6a", "QIg9wG5SW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear13h0blo", "args", "onAppearohln0n", "onAppear1heivc9", "onAppeare3pbnv", "onAppearf382t5", "CycleVariantState", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "css", "FramerX7G0oEScw", "withCSS", "X7G0oEScw_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title1", "title2", "title3", "title4", "title5", "title6", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "EAjC1wkVx", "E_PgTVWSj", "fy__V6t1p", "yAr9yJP8T", "VbtaD4x6a", "QIg9wG5SW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1aguj6e", "args", "onAppear19vlmer", "onAppearegk7ez", "onAppearrwe08f", "onAppearh98628", "onAppearf382t5", "CycleVariantState", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "css", "FramerytykQlsc2", "withCSS", "ytykQlsc2_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "HeaderMenuFonts", "getFonts", "SE4M5TkWg_default", "NavigationFonts", "b8E0yoSEn_default", "WordsFonts", "ytykQlsc2_default", "WordsCopyFonts", "X7G0oEScw_default", "ButtonGrFonts", "BaHaAzLFw_default", "AnimatedCounterFonts", "AnimatedCounter", "CarouselFonts", "Carousel", "ReviewCTAFonts", "cNGmJiMkC_default", "AccordionFonts", "nhxka8BHi_default", "FooterFonts", "eIjNQC5PO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed2", "isDisplayed3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLocalizedValue", "x", "RichText2", "Link", "getLoadingLazyAtYPosition", "Image2", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
