{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/vqr71TJk4xAgYbbfRygf/jiSO2UBcEEWNgkkGj0NW/z4urQOF6u.js", "ssg:https://framerusercontent.com/modules/BEKnn9ub1DuRGd0wtWiU/HtZJMu9F1p47q3gm3Iv1/z4urQOF6u.js"],
  "sourcesContent": ["// Generated by Framer (6d82f59)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={eog3nPfWU:new LazyValue(()=>import(\"./z4urQOF6u-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 (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import NavbarMain from\"#framer/local/canvasComponent/ac0cuwSlt/ac0cuwSlt.js\";import Footer from\"#framer/local/canvasComponent/mvFSH83Xz/mvFSH83Xz.js\";import SectionCTA from\"#framer/local/canvasComponent/nYFARxnpS/nYFARxnpS.js\";import Jumbotron from\"#framer/local/canvasComponent/vJA7XyQVd/vJA7XyQVd.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/z4urQOF6u/z4urQOF6u.js\";import metadataProvider from\"#framer/local/webPageMetadata/z4urQOF6u/z4urQOF6u.js\";const NavbarMainFonts=getFonts(NavbarMain);const JumbotronFonts=getFonts(Jumbotron);const TickerFonts=getFonts(Ticker);const SectionCTAFonts=getFonts(SectionCTA);const FooterFonts=getFonts(Footer);const breakpoints={aLxNlugtY:\"(min-width: 1400px)\",Ce8Eo9UaW:\"(max-width: 789px)\",R9TRDSDKk:\"(min-width: 1200px) and (max-width: 1399px)\",vpEHJ2IzS:\"(min-width: 810px) and (max-width: 999px)\",WLF5x9B62:\"(min-width: 790px) and (max-width: 809px)\",xdI162giG:\"(min-width: 1000px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-5rRNN\";const variantClassNames={aLxNlugtY:\"framer-v-wjlr3d\",Ce8Eo9UaW:\"framer-v-1xe3h8n\",R9TRDSDKk:\"framer-v-1bc3efn\",vpEHJ2IzS:\"framer-v-1gmn20g\",WLF5x9B62:\"framer-v-10tjg75\",xdI162giG:\"framer-v-13py7v2\"};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={\"Large Phone\":\"WLF5x9B62\",\"Mini Desktop\":\"xdI162giG\",Desktop:\"R9TRDSDKk\",Large:\"aLxNlugtY\",Phone:\"Ce8Eo9UaW\",Tablet:\"vpEHJ2IzS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"R9TRDSDKk\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Ce8Eo9UaW\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Ce8Eo9UaW\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"R9TRDSDKk\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1bc3efn\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7lkmt2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{variant:\"KOjFRqgfJ\"},vpEHJ2IzS:{variant:\"JZ7PvBU9F\"},WLF5x9B62:{variant:\"H1XnS0LKr\"},xdI162giG:{variant:\"yOzxOmHSg\"}},children:/*#__PURE__*/_jsx(NavbarMain,{height:\"100%\",id:\"tY_HncZk0\",layoutId:\"tY_HncZk0\",style:{width:\"100%\"},variant:\"n1tcpiZiy\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:430,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+80,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nkn0st-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{variant:\"C0fqG09ty\"},vpEHJ2IzS:{variant:\"WpYgePhWL\"},WLF5x9B62:{variant:\"WpYgePhWL\"}},children:/*#__PURE__*/_jsx(Jumbotron,{height:\"100%\",id:\"NFIOYeBR6\",layoutId:\"NFIOYeBR6\",s93OCdD8q:getLocalizedValue(\"v0\",activeLocale)??\"Mentorship Programs\",style:{width:\"100%\"},variant:\"H8ShXtAT8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4020,intrinsicWidth:2560,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510),pixelHeight:4020,pixelWidth:2560,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Yp27XDyJOJAud4cIEokR8bGTJSs.png\",srcSet:\"https://framerusercontent.com/images/Yp27XDyJOJAud4cIEokR8bGTJSs.png?scale-down-to=1024 652w,https://framerusercontent.com/images/Yp27XDyJOJAud4cIEokR8bGTJSs.png?scale-down-to=2048 1304w,https://framerusercontent.com/images/Yp27XDyJOJAud4cIEokR8bGTJSs.png 2560w\"},className:\"framer-1s8gyfd\",\"data-framer-name\":\"Templates\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19uzlk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yv30ze\",\"data-framer-name\":\"Service Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLxNlugtY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1070px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png\",srcSet:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png 940w\"}},Ce8Eo9UaW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+33+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 200px) - 30px)`,src:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png\",srcSet:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png 940w\"}},vpEHJ2IzS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 20px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png\",srcSet:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png 940w\"}},WLF5x9B62:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 80px, 200px) - 30px)`,src:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png\",srcSet:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png 940w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1000px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png\",srcSet:\"https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/2izpUktJnLPolZPWXyXBjpdOnoU.png 940w\"},className:\"framer-1rcn8n4\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ts7gzr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtcmVndWxhcg==\",\"--framer-font-family\":'\"Epilogue\", \"Epilogue Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Open now\"})}),className:\"framer-1c2ytjv\",fonts:[\"GF;Epilogue-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8ywxi\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Bachelor's Mentorship\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Bachelor's Mentorship\"})}),className:\"framer-1sizjj9\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Designed to guide you through every step of the application process, from choosing the right university to editing your essays to submitting a standout application.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Designed to guide you through every step of the application process, from choosing the right university to editing your essays to submitting a standout application.\"})}),className:\"framer-1a22k5v\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oqI8l22WP\"},nodeId:\"TVhuSm0po\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1uyvdef framer-1qfht5k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Find out more\"})}),className:\"framer-1bam5sj\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ks6z4e\",\"data-framer-name\":\"Service Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLxNlugtY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1070px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png\",srcSet:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png 940w\"}},Ce8Eo9UaW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+33+0+0+559+15+37.900000000000006),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 200px) - 30px)`,src:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png\",srcSet:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png 940w\"}},vpEHJ2IzS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 20px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png\",srcSet:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png 940w\"}},WLF5x9B62:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+514+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 80px, 200px) - 30px)`,src:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png\",srcSet:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png 940w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+0+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1000px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png\",srcSet:\"https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FU95IQA2l2m3IFbMbe5oC7ztcLg.png 940w\"},className:\"framer-86l35\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ic5mlk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtcmVndWxhcg==\",\"--framer-font-family\":'\"Epilogue\", \"Epilogue Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Open now\"})}),className:\"framer-1hlpoms\",fonts:[\"GF;Epilogue-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hysqf4\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Master's & PhD Mentorship\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Master's & PhD Mentorship\"})}),className:\"framer-r0rqny\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Our experts help you navigate the complexities of postgraduate applications, developing and focusing on your academic research skills, and finding the right match for you.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Our experts help you navigate the complexities of postgraduate applications, developing and focusing on your academic research skills, and finding the right match for you.\"})}),className:\"framer-tfiph5\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IrypS4DCx\"},nodeId:\"AHuT4hT57\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-c8m2z5 framer-1qfht5k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Find out more\"})}),className:\"framer-w23lla\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0c0w4\",\"data-framer-name\":\"Service Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLxNlugtY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+509+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1070px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png\",srcSet:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png 940w\"}},Ce8Eo9UaW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+33+0+0+1118+15+37.900000000000006),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 200px) - 30px)`,src:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png\",srcSet:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png 940w\"}},vpEHJ2IzS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+489+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 20px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png\",srcSet:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png 940w\"}},WLF5x9B62:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+1028+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 80px, 200px) - 30px)`,src:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png\",srcSet:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png 940w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+509+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1000px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png\",srcSet:\"https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ed3R3msHJQl8KJDgGjJddzhPRZ8.png 940w\"},className:\"framer-aefatc\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i25pse\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtcmVndWxhcg==\",\"--framer-font-family\":'\"Epilogue\", \"Epilogue Placeholder\", sans-serif',\"--framer-font-size\":\"14px\"},children:\"Open now\"})}),className:\"framer-14bppi4\",fonts:[\"GF;Epilogue-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kiw2ci\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Writing Services\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Writing Services\"})}),className:\"framer-17douer\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Make your application stand out. Our experienced mentors will guide you in crafting compelling essays that showcase your unique story and potential to your chosen institutions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Make your application stand out. Our experienced mentors will guide you in crafting compelling essays that showcase your unique story and potential to your chosen institutions.\"})}),className:\"framer-dk8aus\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sw8g2aWTx\"},nodeId:\"hkHvCiyoo\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-13f1tg2 framer-1qfht5k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Find out more\"})}),className:\"framer-19atbts\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l0pgev\",\"data-framer-name\":\"Service Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLxNlugtY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+509+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1070px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png\",srcSet:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png 940w\"}},Ce8Eo9UaW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+33+0+0+1677+15+37.900000000000006),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 200px) - 30px)`,src:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png\",srcSet:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png 940w\"}},vpEHJ2IzS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+489+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 20px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png\",srcSet:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png 940w\"}},WLF5x9B62:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+40+0+0+1542+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 80px, 200px) - 30px)`,src:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png\",srcSet:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png 940w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:940,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+510+50+0+0+509+15+0),pixelHeight:500,pixelWidth:940,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 100px, 1000px) - 40px) / 2, 200px) - 30px)`,src:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png\",srcSet:\"https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pkp6gDuSMRYFFwFY0j1MpJwBxM0.png 940w\"},className:\"framer-1gwafeo\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ub8ydq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtcmVndWxhcg==\",\"--framer-font-family\":'\"Epilogue\", \"Epilogue Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-89bddb92-fb8c-4af1-a531-42183a453bb5, rgb(1, 11, 25))\"},children:\"Open now\"})}),className:\"framer-13dusk0\",fonts:[\"GF;Epilogue-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1llw8oa\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Visa Support Services\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Visa Support Services\"})}),className:\"framer-1fwde6n\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Provides detailed guidance on visa requirements, application processes, and prepare for the interview, helping you secure a student visa with confidence and no stress.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:\"Provides detailed guidance on visa requirements, application processes, and prepare for the interview, helping you secure a student visa with confidence and no stress.\"})}),className:\"framer-os08td\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"okSz_kxAN\"},nodeId:\"jn_gtGI7P\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-wtakmn framer-1qfht5k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Find out more\"})}),className:\"framer-1yu1976\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gy6imy\",\"data-framer-name\":\"margin\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16a4sz4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ph65zy-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"DjhIje8v0\",layoutId:\"DjhIje8v0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hip78q\",\"data-border\":true,\"data-framer-name\":\"Card-Aziz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15qv9ju\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/vn6yM9yioM22I3ncgpD48ibWhY.png\",srcSet:\"https://framerusercontent.com/images/vn6yM9yioM22I3ncgpD48ibWhY.png?scale-down-to=512 512w,https://framerusercontent.com/images/vn6yM9yioM22I3ncgpD48ibWhY.png 600w\"},className:\"framer-16lh273\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qr4uk1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[\"Mukhammadaziz \",/*#__PURE__*/_jsx(\"br\",{}),\"Khusenov\"]})}),className:\"framer-ts07dv\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"95% scholarship - IWU 27'\"})}),className:\"framer-go76jg\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Globstudy is the place where opportunities are waiting for you.\"})}),className:\"framer-rjlyzu\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hqmsp3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-113qw5s\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2764\uFE0F Amazing\"})}),className:\"framer-1vk78mj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13vjt0w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDC4D Recommends\"})}),className:\"framer-mkn8sl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-123rh8b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD73 Happy\"})}),className:\"framer-1o6zfws\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzikyb\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83C\uDF93 Best decision\"})}),className:\"framer-ey79xz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-svsmc6\",\"data-border\":true,\"data-framer-name\":\"Card-Laylo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9k0zct\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/rvvmGZnWGJTacsrL5FZnBdP3mI.png\",srcSet:\"https://framerusercontent.com/images/rvvmGZnWGJTacsrL5FZnBdP3mI.png?scale-down-to=512 512w,https://framerusercontent.com/images/rvvmGZnWGJTacsrL5FZnBdP3mI.png 600w\"},className:\"framer-11hax8l\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gqoy8w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Laylo Ulmasova\"})}),className:\"framer-abt6es\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Stipendium Hungaricum\"})}),className:\"framer-d0vc9h\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Navigating the world of university applications was challenging, but with Globstudy, I never felt alone. They supported me all the way.\"})}),className:\"framer-140zhmu\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uhknz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gjghkw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2764\uFE0F Amazing team\"})}),className:\"framer-fb4qns\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qackpc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDC4D Recommends\"})}),className:\"framer-1j1rb9j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4b749c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83C\uDF93 BestDecision\"})}),className:\"framer-1uc2a64\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-um9rx9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCBC Professional\"})}),className:\"framer-1wjzm6y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18wk3zc\",\"data-border\":true,\"data-framer-name\":\"Card-Elimdar\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yunyxt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/27FtRGQo2XMNrd0HNFbRXdVw1yk.png\",srcSet:\"https://framerusercontent.com/images/27FtRGQo2XMNrd0HNFbRXdVw1yk.png?scale-down-to=512 512w,https://framerusercontent.com/images/27FtRGQo2XMNrd0HNFbRXdVw1yk.png 600w\"},className:\"framer-1g5dl4p\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-182fd6x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Elimdar Idrisov\"})}),className:\"framer-egmito\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"$1.7mln scholarship - USA\"})}),className:\"framer-1dq41dc\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Globstudy helped me get into my dream university with a scholarship. They genuinely cared about my applications.\"})}),className:\"framer-14cgmo7\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gz6xf9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dsoz62\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD17 Friendly\"})}),className:\"framer-qlmvfs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rg96qx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCA1 Enlightening\"})}),className:\"framer-yt6wfo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n1lnjm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCAA Empowering\"})}),className:\"framer-pwkxqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i4pz6f\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCBC Professional\"})}),className:\"framer-ahw930\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1apr6xd\",\"data-border\":true,\"data-framer-name\":\"Card-Shakhrizoda\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u5j8np\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/8mgPu4UZuQ2JkVemnkjAR2wNteQ.png\",srcSet:\"https://framerusercontent.com/images/8mgPu4UZuQ2JkVemnkjAR2wNteQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/8mgPu4UZuQ2JkVemnkjAR2wNteQ.png 600w\"},className:\"framer-1arvmbb\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q3mir8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[\"Shakhrizoda\",/*#__PURE__*/_jsx(\"br\",{}),\"Abdujabborova\"]})}),className:\"framer-1hymiyw\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Fully-funded - DKU '27\"})}),className:\"framer-12ueeg4\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"The support from my mentor, Sardor, during the admission process was unmatchable.\"})}),className:\"framer-icyn0\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3xhb72\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uo158g\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDEE1 Best mentor\"})}),className:\"framer-1kvc6mj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c9ihiv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDC4D Recommends\"})}),className:\"framer-1kj9vkc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w3fyev\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD17 Friendly\"})}),className:\"framer-f7k5jn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5w0frd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDE80 Sky's the Limit\"})}),className:\"framer-19bnlpi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-we56f1\",\"data-border\":true,\"data-framer-name\":\"Card-Kamron\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-swqc1r\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/ADgigxhYzB1FdgoFdLZCf5HOMP8.png\",srcSet:\"https://framerusercontent.com/images/ADgigxhYzB1FdgoFdLZCf5HOMP8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ADgigxhYzB1FdgoFdLZCf5HOMP8.png 600w\"},className:\"framer-llcgym\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19rzab8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Kamron Turgunov\"})}),className:\"framer-1qtnmb0\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"$92k scholarship - USA\"})}),className:\"framer-1fkdzms\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I am forever grateful for Globstudy mentors for helping me to get scholarship and get my visa approved.\"})}),className:\"framer-bwuquq\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a04vmi\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1by320v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDC4D Recommends\"})}),className:\"framer-1vxf1in\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3umnvq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDEE1 Best mentor\"})}),className:\"framer-15b2huo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ysfwnr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD73 Happy\"})}),className:\"framer-xt1qzg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5adk07\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2708\uFE0F Dream come true\"})}),className:\"framer-1lrkqcl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ve0c50\",\"data-border\":true,\"data-framer-name\":\"Card-Shakhram\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sxb4av\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/pLyCombToGF0pEDLmjBphU2tpg.png\",srcSet:\"https://framerusercontent.com/images/pLyCombToGF0pEDLmjBphU2tpg.png?scale-down-to=512 512w,https://framerusercontent.com/images/pLyCombToGF0pEDLmjBphU2tpg.png 600w\"},className:\"framer-1hzac0h\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ijkf90\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Shakhram Shodiev\"})}),className:\"framer-120x5ep\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Stipendium Hungaricum\"})}),className:\"framer-1lkccc8\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"East or West, Globstudy is the best. Thanks to GS team, I got awarded a scholarship I always dreamt about.\"})}),className:\"framer-18vcgzu\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tlsojm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-akgvyz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83C\uDF93 Best Decision\"})}),className:\"framer-1a9wkuo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3kbx0t\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCAA Empowering\"})}),className:\"framer-1kfhqgk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-txbmvh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD17 Friendly\"})}),className:\"framer-tmxr85\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4n5r40\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDE80 Sky's the Limit\"})}),className:\"framer-1erkxt0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpix5w\",\"data-border\":true,\"data-framer-name\":\"Card-Lazi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4ydu67\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/WbDiIJECbtb1WlFVipDYIHXZI.png\",srcSet:\"https://framerusercontent.com/images/WbDiIJECbtb1WlFVipDYIHXZI.png?scale-down-to=512 512w,https://framerusercontent.com/images/WbDiIJECbtb1WlFVipDYIHXZI.png 600w\"},className:\"framer-uvf3p7\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sd581m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Laziza Irgasheva\"})}),className:\"framer-pn50hu\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Fully-funded - Messina\"})}),className:\"framer-14kckip\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Thanks to Globstudy, I am now enjoying my life and studies in Italy with a fully-funded scholarship.\"})}),className:\"framer-1jdj6po\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-67km18\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19g7glr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD1D Trusted\"})}),className:\"framer-125lkwi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-prqxbo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCAA Empowering\"})}),className:\"framer-123uj8f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-54f19f\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCBC Professional\"})}),className:\"framer-1ukx06\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i96jyl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2764\uFE0F Amazing team\"})}),className:\"framer-bhlcz4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x9jkj1\",\"data-border\":true,\"data-framer-name\":\"Card-Oybek\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ieiyd\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/4ARTl3OAaBKkJUNWUiPBdvjx8.png\",srcSet:\"https://framerusercontent.com/images/4ARTl3OAaBKkJUNWUiPBdvjx8.png?scale-down-to=512 512w,https://framerusercontent.com/images/4ARTl3OAaBKkJUNWUiPBdvjx8.png 600w\"},className:\"framer-1fljhav\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s2wh5q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Oybek Jurabaev\"})}),className:\"framer-1koazl4\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Fully-funded - Lynn '27\"})}),className:\"framer-q0lqv4\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Globstudy's visa preparation program is the best interview prep out there. Despite my previous visa rejection, GS team helped me get my F-1 approved.\"})}),className:\"framer-y472j6\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b3mfdh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qrcmjg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCBC Professional\"})}),className:\"framer-140lw8q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qexvgo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2764\uFE0F Amazing team\"})}),className:\"framer-fnjklg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nkfnra\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDD0D Detailed Approach\"})}),className:\"framer-lzxv96\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g2j6ny\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD1D Trusted\"})}),className:\"framer-ivy11c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w9k3n2\",\"data-border\":true,\"data-framer-name\":\"Card-Dinara\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qhqgfo\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/gv5rx0hWfjXPfJnVrP4BABIWvA.png\",srcSet:\"https://framerusercontent.com/images/gv5rx0hWfjXPfJnVrP4BABIWvA.png?scale-down-to=512 512w,https://framerusercontent.com/images/gv5rx0hWfjXPfJnVrP4BABIWvA.png 600w\"},className:\"framer-t97to3\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eqvb1z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Dinara Abdunayimova\"})}),className:\"framer-1ll5uj1\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"LLM at University of Illinois \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"at Urbana-Champaign\"})]}),className:\"framer-1irxnes\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Globstudy's approach to admissions is detailed, thoughtful, and incredibly effective. Can't recommend them enough!\"})}),className:\"framer-1vzm45w\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-41myja\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uygs2b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDC4D Recommends\"})}),className:\"framer-sh4xwh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nuhaow\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\u2764\uFE0F Amazing team\"})}),className:\"framer-onbixz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f13808\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCBC Professional\"})}),className:\"framer-jjy758\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9enj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD1D Trusted\"})}),className:\"framer-zxr8f0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f9c50y\",\"data-border\":true,\"data-framer-name\":\"Card-Zokirjon\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oca17e\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,pixelHeight:600,pixelWidth:600,sizes:\"70px\",src:\"https://framerusercontent.com/images/8bryGkFuxeM5tRoH0UKihW0CY.png\",srcSet:\"https://framerusercontent.com/images/8bryGkFuxeM5tRoH0UKihW0CY.png?scale-down-to=512 512w,https://framerusercontent.com/images/8bryGkFuxeM5tRoH0UKihW0CY.png 600w\"},className:\"framer-1s5bgya\",\"data-border\":true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1smaiea\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Zokirjon Marufov\"})}),className:\"framer-mbpxgf\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"University College Cork\"})}),className:\"framer-rg1298\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I never believed that I could get into Ireland's top 2 university to study Marketing at Master's level. A game-changer for my academic journey.\"})}),className:\"framer-dc8y2a\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tltf07\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vyehy0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDCDA KnowledgeHub\"})}),className:\"framer-14apooi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y3kjap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83E\uDD17 Friendly\"})}),className:\"framer-hx3yyf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vm3egh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83C\uDF0D Global\"})}),className:\"framer-1zodpa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mxi1bb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"\uD83D\uDD0D Detailed Approach\"})}),className:\"framer-1tlfchz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})],speed:45,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jkif12 hidden-1xe3h8n\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WLF5x9B62:{children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtNjAw\",\"--framer-font-family\":'\"Epilogue\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"What our alumni say\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtNjAw\",\"--framer-font-family\":'\"Epilogue\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"What our alumni say\"})}),className:\"framer-1wamw2y\",fonts:[\"GF;Epilogue-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WLF5x9B62:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Testimonials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Testimonials\"})}),className:\"framer-1874alg\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d426hy\"})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3mwbzc hidden-1bc3efn hidden-1gmn20g hidden-wjlr3d hidden-10tjg75 hidden-13py7v2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXBpbG9ndWUtNjAw\",\"--framer-font-family\":'\"Epilogue\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"What our alumni say\"})}),className:\"framer-1bz6ub2\",fonts:[\"GF;Epilogue-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-f3e4369f-da9a-4f8e-bdb9-6bfabb520c11, rgb(232, 232, 254))\"},children:\"Testimonials\"})}),className:\"framer-e06fc3\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k93lz1\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{y:(componentViewport?.y||0)+0+3309},vpEHJ2IzS:{y:(componentViewport?.y||0)+0+2118},WLF5x9B62:{y:(componentViewport?.y||0)+0+3118}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2158,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xthg0e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLxNlugtY:{variant:\"FLZIGUlcZ\"},Ce8Eo9UaW:{variant:\"IIxo0AQI4\"},vpEHJ2IzS:{variant:\"majkGkJ20\"},WLF5x9B62:{variant:\"SC06OvcHs\"},xdI162giG:{variant:\"FDF3Ed2Rv\"}},children:/*#__PURE__*/_jsx(SectionCTA,{height:\"100%\",id:\"Jgobgo8bB\",layoutId:\"Jgobgo8bB\",style:{width:\"100%\"},variant:\"XweJcsiyX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{y:(componentViewport?.y||0)+0+3639},vpEHJ2IzS:{y:(componentViewport?.y||0)+0+2448},WLF5x9B62:{y:(componentViewport?.y||0)+0+3448}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2488,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bgrq5a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ce8Eo9UaW:{variant:\"okVsLseuN\"},vpEHJ2IzS:{variant:\"XH4hnOe9Y\"},WLF5x9B62:{variant:\"njVGxx3Al\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"IWOP6Oz83\",layoutId:\"IWOP6Oz83\",style:{width:\"100%\"},variant:\"MLJqxQdHB\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5rRNN.framer-1qfht5k, .framer-5rRNN .framer-1qfht5k { display: block; }\",\".framer-5rRNN.framer-1bc3efn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-5rRNN .framer-7lkmt2-container, .framer-5rRNN .framer-1nkn0st-container, .framer-5rRNN .framer-xthg0e-container, .framer-5rRNN .framer-1bgrq5a-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5rRNN .framer-1s8gyfd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; }\",\".framer-5rRNN .framer-19uzlk { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5rRNN .framer-yv30ze, .framer-5rRNN .framer-ks6z4e, .framer-5rRNN .framer-l0c0w4, .framer-5rRNN .framer-1l0pgev { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 15px 15px 30px 15px; position: relative; width: 100%; }\",\".framer-5rRNN .framer-1rcn8n4, .framer-5rRNN .framer-86l35, .framer-5rRNN .framer-aefatc, .framer-5rRNN .framer-1gwafeo { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 250px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5rRNN .framer-1ts7gzr, .framer-5rRNN .framer-ic5mlk, .framer-5rRNN .framer-1i25pse { align-content: center; align-items: center; background-color: #11ff00; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; bottom: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 17px; overflow: hidden; padding: 3px 7px 3px 7px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5rRNN .framer-1c2ytjv, .framer-5rRNN .framer-1bam5sj, .framer-5rRNN .framer-1hlpoms, .framer-5rRNN .framer-w23lla, .framer-5rRNN .framer-14bppi4, .framer-5rRNN .framer-19atbts, .framer-5rRNN .framer-13dusk0, .framer-5rRNN .framer-1yu1976, .framer-5rRNN .framer-1vk78mj, .framer-5rRNN .framer-mkn8sl, .framer-5rRNN .framer-1o6zfws, .framer-5rRNN .framer-ey79xz, .framer-5rRNN .framer-fb4qns, .framer-5rRNN .framer-1j1rb9j, .framer-5rRNN .framer-1uc2a64, .framer-5rRNN .framer-1wjzm6y, .framer-5rRNN .framer-qlmvfs, .framer-5rRNN .framer-yt6wfo, .framer-5rRNN .framer-pwkxqy, .framer-5rRNN .framer-ahw930, .framer-5rRNN .framer-1kvc6mj, .framer-5rRNN .framer-1kj9vkc, .framer-5rRNN .framer-f7k5jn, .framer-5rRNN .framer-19bnlpi, .framer-5rRNN .framer-1vxf1in, .framer-5rRNN .framer-15b2huo, .framer-5rRNN .framer-xt1qzg, .framer-5rRNN .framer-1lrkqcl, .framer-5rRNN .framer-1a9wkuo, .framer-5rRNN .framer-1kfhqgk, .framer-5rRNN .framer-tmxr85, .framer-5rRNN .framer-1erkxt0, .framer-5rRNN .framer-125lkwi, .framer-5rRNN .framer-123uj8f, .framer-5rRNN .framer-1ukx06, .framer-5rRNN .framer-bhlcz4, .framer-5rRNN .framer-140lw8q, .framer-5rRNN .framer-fnjklg, .framer-5rRNN .framer-lzxv96, .framer-5rRNN .framer-ivy11c, .framer-5rRNN .framer-sh4xwh, .framer-5rRNN .framer-onbixz, .framer-5rRNN .framer-jjy758, .framer-5rRNN .framer-zxr8f0, .framer-5rRNN .framer-14apooi, .framer-5rRNN .framer-hx3yyf, .framer-5rRNN .framer-1zodpa, .framer-5rRNN .framer-1tlfchz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5rRNN .framer-1i8ywxi, .framer-5rRNN .framer-1hysqf4, .framer-5rRNN .framer-1kiw2ci, .framer-5rRNN .framer-1llw8oa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 96%; }\",\".framer-5rRNN .framer-1sizjj9, .framer-5rRNN .framer-r0rqny, .framer-5rRNN .framer-17douer, .framer-5rRNN .framer-1fwde6n, .framer-5rRNN .framer-ts07dv, .framer-5rRNN .framer-go76jg, .framer-5rRNN .framer-abt6es, .framer-5rRNN .framer-d0vc9h, .framer-5rRNN .framer-egmito, .framer-5rRNN .framer-1dq41dc, .framer-5rRNN .framer-1hymiyw, .framer-5rRNN .framer-12ueeg4, .framer-5rRNN .framer-1qtnmb0, .framer-5rRNN .framer-1fkdzms, .framer-5rRNN .framer-120x5ep, .framer-5rRNN .framer-1lkccc8, .framer-5rRNN .framer-pn50hu, .framer-5rRNN .framer-14kckip, .framer-5rRNN .framer-1koazl4, .framer-5rRNN .framer-q0lqv4, .framer-5rRNN .framer-1ll5uj1, .framer-5rRNN .framer-1irxnes, .framer-5rRNN .framer-mbpxgf, .framer-5rRNN .framer-rg1298 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-5rRNN .framer-1a22k5v, .framer-5rRNN .framer-tfiph5, .framer-5rRNN .framer-rjlyzu, .framer-5rRNN .framer-140zhmu, .framer-5rRNN .framer-14cgmo7, .framer-5rRNN .framer-icyn0, .framer-5rRNN .framer-bwuquq, .framer-5rRNN .framer-18vcgzu, .framer-5rRNN .framer-1jdj6po, .framer-5rRNN .framer-y472j6, .framer-5rRNN .framer-1vzm45w, .framer-5rRNN .framer-dc8y2a { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5rRNN .framer-1uyvdef, .framer-5rRNN .framer-c8m2z5, .framer-5rRNN .framer-13f1tg2, .framer-5rRNN .framer-wtakmn { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: 175px; }\",\".framer-5rRNN .framer-dk8aus, .framer-5rRNN .framer-os08td { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 430px; word-break: break-word; word-wrap: break-word; }\",\".framer-5rRNN .framer-ub8ydq { align-content: center; align-items: center; background-color: #0fff00; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; bottom: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 17px; overflow: hidden; padding: 3px 7px 3px 7px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5rRNN .framer-gy6imy { background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); flex: none; height: 50px; overflow: hidden; position: relative; width: 100%; }\",\".framer-5rRNN .framer-16a4sz4 { background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); flex: none; height: 520px; overflow: hidden; position: relative; width: 100%; }\",\".framer-5rRNN .framer-ph65zy-container { flex: none; height: 80%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 100px; width: 100%; }\",\".framer-5rRNN .framer-hip78q, .framer-5rRNN .framer-1apr6xd, .framer-5rRNN .framer-we56f1, .framer-5rRNN .framer-1cpix5w { --border-bottom-width: 3px; --border-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); --border-left-width: 3px; --border-right-width: 3px; --border-style: dashed; --border-top-width: 3px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 24px 20px 24px 20px; position: relative; width: 320px; }\",\".framer-5rRNN .framer-15qv9ju, .framer-5rRNN .framer-9k0zct, .framer-5rRNN .framer-yunyxt, .framer-5rRNN .framer-u5j8np, .framer-5rRNN .framer-swqc1r, .framer-5rRNN .framer-1sxb4av, .framer-5rRNN .framer-4ydu67, .framer-5rRNN .framer-12ieiyd, .framer-5rRNN .framer-1qhqgfo, .framer-5rRNN .framer-oca17e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5rRNN .framer-16lh273, .framer-5rRNN .framer-11hax8l, .framer-5rRNN .framer-1g5dl4p, .framer-5rRNN .framer-1arvmbb, .framer-5rRNN .framer-llcgym, .framer-5rRNN .framer-1hzac0h, .framer-5rRNN .framer-uvf3p7, .framer-5rRNN .framer-1fljhav, .framer-5rRNN .framer-t97to3, .framer-5rRNN .framer-1s5bgya { --border-bottom-width: 1.5px; --border-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); --border-left-width: 1.5px; --border-right-width: 1.5px; --border-style: dashed; --border-top-width: 1.5px; aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: 70px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 70px); will-change: var(--framer-will-change-override, transform); }\",\".framer-5rRNN .framer-1qr4uk1, .framer-5rRNN .framer-gqoy8w, .framer-5rRNN .framer-182fd6x, .framer-5rRNN .framer-q3mir8, .framer-5rRNN .framer-19rzab8, .framer-5rRNN .framer-ijkf90, .framer-5rRNN .framer-sd581m, .framer-5rRNN .framer-1s2wh5q, .framer-5rRNN .framer-eqvb1z, .framer-5rRNN .framer-1smaiea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-5rRNN .framer-hqmsp3, .framer-5rRNN .framer-1uhknz, .framer-5rRNN .framer-1gz6xf9, .framer-5rRNN .framer-3xhb72, .framer-5rRNN .framer-1a04vmi, .framer-5rRNN .framer-tlsojm, .framer-5rRNN .framer-67km18, .framer-5rRNN .framer-b3mfdh, .framer-5rRNN .framer-41myja, .framer-5rRNN .framer-tltf07 { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 63px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 280px; }\",\".framer-5rRNN .framer-113qw5s, .framer-5rRNN .framer-gjghkw, .framer-5rRNN .framer-1dsoz62, .framer-5rRNN .framer-1uo158g, .framer-5rRNN .framer-1by320v, .framer-5rRNN .framer-akgvyz, .framer-5rRNN .framer-19g7glr, .framer-5rRNN .framer-1qrcmjg, .framer-5rRNN .framer-1uygs2b, .framer-5rRNN .framer-1vyehy0 { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 0px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-13vjt0w { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 103px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-123rh8b, .framer-5rRNN .framer-4b749c, .framer-5rRNN .framer-n1lnjm, .framer-5rRNN .framer-w3fyev, .framer-5rRNN .framer-1ysfwnr, .framer-5rRNN .framer-txbmvh, .framer-5rRNN .framer-54f19f, .framer-5rRNN .framer-1nkfnra, .framer-5rRNN .framer-f13808, .framer-5rRNN .framer-vm3egh { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 0px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1nzikyb { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 55%; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-svsmc6, .framer-5rRNN .framer-x9jkj1, .framer-5rRNN .framer-w9k3n2, .framer-5rRNN .framer-1f9c50y { --border-bottom-width: 3px; --border-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); --border-left-width: 3px; --border-right-width: 3px; --border-style: dashed; --border-top-width: 3px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 309px; justify-content: flex-start; padding: 24px 20px 24px 20px; position: relative; width: 320px; }\",\".framer-5rRNN .framer-qackpc, .framer-5rRNN .framer-nuhaow { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 138px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-um9rx9 { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 130px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-18wk3zc { --border-bottom-width: 3px; --border-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); --border-left-width: 3px; --border-right-width: 3px; --border-style: dashed; --border-top-width: 3px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: 288px; justify-content: flex-start; padding: 24px 20px 24px 20px; position: relative; width: 320px; }\",\".framer-5rRNN .framer-rg96qx { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 100px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1i4pz6f { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 125px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1c9ihiv { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 127px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-5w0frd { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 98px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-3umnvq { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 137px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-5adk07 { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 90px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1ve0c50 { --border-bottom-width: 3px; --border-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); --border-left-width: 3px; --border-right-width: 3px; --border-style: dashed; --border-top-width: 3px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 291px; justify-content: flex-start; padding: 24px 20px 24px 20px; position: relative; width: 320px; }\",\".framer-5rRNN .framer-3kbx0t { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 134px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-4n5r40 { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 97px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-prqxbo { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 98px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-i96jyl, .framer-5rRNN .framer-y9enj { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 129px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1qexvgo { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 124px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-g2j6ny { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 166px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1y3kjap { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 146px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; top: 0px; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-1mxi1bb { align-content: center; align-items: center; background-color: var(--token-93ab53c7-936c-421e-bdda-7e3c8ff82550, #1c1df0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; left: 86px; overflow: hidden; padding: 0px 10px 0px 10px; position: absolute; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-5rRNN .framer-jkif12 { flex: none; height: 100px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-5rRNN .framer-1wamw2y, .framer-5rRNN .framer-1bz6ub2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 51px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-5rRNN .framer-1874alg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 11px; flex: none; height: auto; left: 67px; position: absolute; white-space: pre; width: auto; }\",\".framer-5rRNN .framer-1d426hy { background-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; bottom: 13px; flex: none; height: 24px; left: 51px; overflow: hidden; position: absolute; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5rRNN .framer-3mwbzc { flex: none; height: 69px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-5rRNN .framer-e06fc3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 67px; position: absolute; top: 37px; white-space: pre; width: auto; }\",\".framer-5rRNN .framer-1k93lz1 { background-color: var(--token-56b1db7e-e3a3-477e-9597-bbd0152e19f6, #f0861c); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: none; height: 18px; left: 51px; overflow: hidden; position: absolute; top: 36px; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5rRNN.framer-1bc3efn, .framer-5rRNN .framer-1s8gyfd, .framer-5rRNN .framer-yv30ze, .framer-5rRNN .framer-1ts7gzr, .framer-5rRNN .framer-1i8ywxi, .framer-5rRNN .framer-1uyvdef, .framer-5rRNN .framer-ks6z4e, .framer-5rRNN .framer-ic5mlk, .framer-5rRNN .framer-1hysqf4, .framer-5rRNN .framer-c8m2z5, .framer-5rRNN .framer-l0c0w4, .framer-5rRNN .framer-1i25pse, .framer-5rRNN .framer-1kiw2ci, .framer-5rRNN .framer-13f1tg2, .framer-5rRNN .framer-1l0pgev, .framer-5rRNN .framer-ub8ydq, .framer-5rRNN .framer-1llw8oa, .framer-5rRNN .framer-wtakmn, .framer-5rRNN .framer-hip78q, .framer-5rRNN .framer-15qv9ju, .framer-5rRNN .framer-1qr4uk1, .framer-5rRNN .framer-113qw5s, .framer-5rRNN .framer-13vjt0w, .framer-5rRNN .framer-123rh8b, .framer-5rRNN .framer-1nzikyb, .framer-5rRNN .framer-svsmc6, .framer-5rRNN .framer-9k0zct, .framer-5rRNN .framer-gqoy8w, .framer-5rRNN .framer-gjghkw, .framer-5rRNN .framer-qackpc, .framer-5rRNN .framer-4b749c, .framer-5rRNN .framer-um9rx9, .framer-5rRNN .framer-18wk3zc, .framer-5rRNN .framer-yunyxt, .framer-5rRNN .framer-182fd6x, .framer-5rRNN .framer-1dsoz62, .framer-5rRNN .framer-rg96qx, .framer-5rRNN .framer-n1lnjm, .framer-5rRNN .framer-1i4pz6f, .framer-5rRNN .framer-1apr6xd, .framer-5rRNN .framer-u5j8np, .framer-5rRNN .framer-q3mir8, .framer-5rRNN .framer-1uo158g, .framer-5rRNN .framer-1c9ihiv, .framer-5rRNN .framer-w3fyev, .framer-5rRNN .framer-5w0frd, .framer-5rRNN .framer-we56f1, .framer-5rRNN .framer-swqc1r, .framer-5rRNN .framer-19rzab8, .framer-5rRNN .framer-1by320v, .framer-5rRNN .framer-3umnvq, .framer-5rRNN .framer-1ysfwnr, .framer-5rRNN .framer-5adk07, .framer-5rRNN .framer-1ve0c50, .framer-5rRNN .framer-1sxb4av, .framer-5rRNN .framer-ijkf90, .framer-5rRNN .framer-akgvyz, .framer-5rRNN .framer-3kbx0t, .framer-5rRNN .framer-txbmvh, .framer-5rRNN .framer-4n5r40, .framer-5rRNN .framer-1cpix5w, .framer-5rRNN .framer-4ydu67, .framer-5rRNN .framer-sd581m, .framer-5rRNN .framer-19g7glr, .framer-5rRNN .framer-prqxbo, .framer-5rRNN .framer-54f19f, .framer-5rRNN .framer-i96jyl, .framer-5rRNN .framer-x9jkj1, .framer-5rRNN .framer-12ieiyd, .framer-5rRNN .framer-1s2wh5q, .framer-5rRNN .framer-1qrcmjg, .framer-5rRNN .framer-1qexvgo, .framer-5rRNN .framer-1nkfnra, .framer-5rRNN .framer-g2j6ny, .framer-5rRNN .framer-w9k3n2, .framer-5rRNN .framer-1qhqgfo, .framer-5rRNN .framer-eqvb1z, .framer-5rRNN .framer-1uygs2b, .framer-5rRNN .framer-nuhaow, .framer-5rRNN .framer-f13808, .framer-5rRNN .framer-y9enj, .framer-5rRNN .framer-1f9c50y, .framer-5rRNN .framer-oca17e, .framer-5rRNN .framer-1smaiea, .framer-5rRNN .framer-1vyehy0, .framer-5rRNN .framer-1y3kjap, .framer-5rRNN .framer-vm3egh, .framer-5rRNN .framer-1mxi1bb { gap: 0px; } .framer-5rRNN.framer-1bc3efn > *, .framer-5rRNN .framer-1qr4uk1 > *, .framer-5rRNN .framer-gqoy8w > *, .framer-5rRNN .framer-182fd6x > *, .framer-5rRNN .framer-q3mir8 > *, .framer-5rRNN .framer-19rzab8 > *, .framer-5rRNN .framer-ijkf90 > *, .framer-5rRNN .framer-sd581m > *, .framer-5rRNN .framer-1s2wh5q > *, .framer-5rRNN .framer-eqvb1z > *, .framer-5rRNN .framer-1smaiea > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5rRNN.framer-1bc3efn > :first-child, .framer-5rRNN .framer-1s8gyfd > :first-child, .framer-5rRNN .framer-yv30ze > :first-child, .framer-5rRNN .framer-1i8ywxi > :first-child, .framer-5rRNN .framer-ks6z4e > :first-child, .framer-5rRNN .framer-1hysqf4 > :first-child, .framer-5rRNN .framer-l0c0w4 > :first-child, .framer-5rRNN .framer-1kiw2ci > :first-child, .framer-5rRNN .framer-1l0pgev > :first-child, .framer-5rRNN .framer-1llw8oa > :first-child, .framer-5rRNN .framer-hip78q > :first-child, .framer-5rRNN .framer-1qr4uk1 > :first-child, .framer-5rRNN .framer-113qw5s > :first-child, .framer-5rRNN .framer-13vjt0w > :first-child, .framer-5rRNN .framer-123rh8b > :first-child, .framer-5rRNN .framer-1nzikyb > :first-child, .framer-5rRNN .framer-svsmc6 > :first-child, .framer-5rRNN .framer-gqoy8w > :first-child, .framer-5rRNN .framer-gjghkw > :first-child, .framer-5rRNN .framer-qackpc > :first-child, .framer-5rRNN .framer-4b749c > :first-child, .framer-5rRNN .framer-um9rx9 > :first-child, .framer-5rRNN .framer-18wk3zc > :first-child, .framer-5rRNN .framer-182fd6x > :first-child, .framer-5rRNN .framer-1dsoz62 > :first-child, .framer-5rRNN .framer-rg96qx > :first-child, .framer-5rRNN .framer-n1lnjm > :first-child, .framer-5rRNN .framer-1i4pz6f > :first-child, .framer-5rRNN .framer-1apr6xd > :first-child, .framer-5rRNN .framer-q3mir8 > :first-child, .framer-5rRNN .framer-1uo158g > :first-child, .framer-5rRNN .framer-1c9ihiv > :first-child, .framer-5rRNN .framer-w3fyev > :first-child, .framer-5rRNN .framer-5w0frd > :first-child, .framer-5rRNN .framer-we56f1 > :first-child, .framer-5rRNN .framer-19rzab8 > :first-child, .framer-5rRNN .framer-1by320v > :first-child, .framer-5rRNN .framer-3umnvq > :first-child, .framer-5rRNN .framer-1ysfwnr > :first-child, .framer-5rRNN .framer-5adk07 > :first-child, .framer-5rRNN .framer-1ve0c50 > :first-child, .framer-5rRNN .framer-ijkf90 > :first-child, .framer-5rRNN .framer-akgvyz > :first-child, .framer-5rRNN .framer-3kbx0t > :first-child, .framer-5rRNN .framer-txbmvh > :first-child, .framer-5rRNN .framer-4n5r40 > :first-child, .framer-5rRNN .framer-1cpix5w > :first-child, .framer-5rRNN .framer-sd581m > :first-child, .framer-5rRNN .framer-19g7glr > :first-child, .framer-5rRNN .framer-prqxbo > :first-child, .framer-5rRNN .framer-54f19f > :first-child, .framer-5rRNN .framer-i96jyl > :first-child, .framer-5rRNN .framer-x9jkj1 > :first-child, .framer-5rRNN .framer-1s2wh5q > :first-child, .framer-5rRNN .framer-1qrcmjg > :first-child, .framer-5rRNN .framer-1qexvgo > :first-child, .framer-5rRNN .framer-1nkfnra > :first-child, .framer-5rRNN .framer-g2j6ny > :first-child, .framer-5rRNN .framer-w9k3n2 > :first-child, .framer-5rRNN .framer-eqvb1z > :first-child, .framer-5rRNN .framer-1uygs2b > :first-child, .framer-5rRNN .framer-nuhaow > :first-child, .framer-5rRNN .framer-f13808 > :first-child, .framer-5rRNN .framer-y9enj > :first-child, .framer-5rRNN .framer-1f9c50y > :first-child, .framer-5rRNN .framer-1smaiea > :first-child, .framer-5rRNN .framer-1vyehy0 > :first-child, .framer-5rRNN .framer-1y3kjap > :first-child, .framer-5rRNN .framer-vm3egh > :first-child, .framer-5rRNN .framer-1mxi1bb > :first-child { margin-top: 0px; } .framer-5rRNN.framer-1bc3efn > :last-child, .framer-5rRNN .framer-1s8gyfd > :last-child, .framer-5rRNN .framer-yv30ze > :last-child, .framer-5rRNN .framer-1i8ywxi > :last-child, .framer-5rRNN .framer-ks6z4e > :last-child, .framer-5rRNN .framer-1hysqf4 > :last-child, .framer-5rRNN .framer-l0c0w4 > :last-child, .framer-5rRNN .framer-1kiw2ci > :last-child, .framer-5rRNN .framer-1l0pgev > :last-child, .framer-5rRNN .framer-1llw8oa > :last-child, .framer-5rRNN .framer-hip78q > :last-child, .framer-5rRNN .framer-1qr4uk1 > :last-child, .framer-5rRNN .framer-113qw5s > :last-child, .framer-5rRNN .framer-13vjt0w > :last-child, .framer-5rRNN .framer-123rh8b > :last-child, .framer-5rRNN .framer-1nzikyb > :last-child, .framer-5rRNN .framer-svsmc6 > :last-child, .framer-5rRNN .framer-gqoy8w > :last-child, .framer-5rRNN .framer-gjghkw > :last-child, .framer-5rRNN .framer-qackpc > :last-child, .framer-5rRNN .framer-4b749c > :last-child, .framer-5rRNN .framer-um9rx9 > :last-child, .framer-5rRNN .framer-18wk3zc > :last-child, .framer-5rRNN .framer-182fd6x > :last-child, .framer-5rRNN .framer-1dsoz62 > :last-child, .framer-5rRNN .framer-rg96qx > :last-child, .framer-5rRNN .framer-n1lnjm > :last-child, .framer-5rRNN .framer-1i4pz6f > :last-child, .framer-5rRNN .framer-1apr6xd > :last-child, .framer-5rRNN .framer-q3mir8 > :last-child, .framer-5rRNN .framer-1uo158g > :last-child, .framer-5rRNN .framer-1c9ihiv > :last-child, .framer-5rRNN .framer-w3fyev > :last-child, .framer-5rRNN .framer-5w0frd > :last-child, .framer-5rRNN .framer-we56f1 > :last-child, .framer-5rRNN .framer-19rzab8 > :last-child, .framer-5rRNN .framer-1by320v > :last-child, .framer-5rRNN .framer-3umnvq > :last-child, .framer-5rRNN .framer-1ysfwnr > :last-child, .framer-5rRNN .framer-5adk07 > :last-child, .framer-5rRNN .framer-1ve0c50 > :last-child, .framer-5rRNN .framer-ijkf90 > :last-child, .framer-5rRNN .framer-akgvyz > :last-child, .framer-5rRNN .framer-3kbx0t > :last-child, .framer-5rRNN .framer-txbmvh > :last-child, .framer-5rRNN .framer-4n5r40 > :last-child, .framer-5rRNN .framer-1cpix5w > :last-child, .framer-5rRNN .framer-sd581m > :last-child, .framer-5rRNN .framer-19g7glr > :last-child, .framer-5rRNN .framer-prqxbo > :last-child, .framer-5rRNN .framer-54f19f > :last-child, .framer-5rRNN .framer-i96jyl > :last-child, .framer-5rRNN .framer-x9jkj1 > :last-child, .framer-5rRNN .framer-1s2wh5q > :last-child, .framer-5rRNN .framer-1qrcmjg > :last-child, .framer-5rRNN .framer-1qexvgo > :last-child, .framer-5rRNN .framer-1nkfnra > :last-child, .framer-5rRNN .framer-g2j6ny > :last-child, .framer-5rRNN .framer-w9k3n2 > :last-child, .framer-5rRNN .framer-eqvb1z > :last-child, .framer-5rRNN .framer-1uygs2b > :last-child, .framer-5rRNN .framer-nuhaow > :last-child, .framer-5rRNN .framer-f13808 > :last-child, .framer-5rRNN .framer-y9enj > :last-child, .framer-5rRNN .framer-1f9c50y > :last-child, .framer-5rRNN .framer-1smaiea > :last-child, .framer-5rRNN .framer-1vyehy0 > :last-child, .framer-5rRNN .framer-1y3kjap > :last-child, .framer-5rRNN .framer-vm3egh > :last-child, .framer-5rRNN .framer-1mxi1bb > :last-child { margin-bottom: 0px; } .framer-5rRNN .framer-1s8gyfd > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-5rRNN .framer-yv30ze > *, .framer-5rRNN .framer-ks6z4e > *, .framer-5rRNN .framer-l0c0w4 > *, .framer-5rRNN .framer-1l0pgev > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-5rRNN .framer-1ts7gzr > *, .framer-5rRNN .framer-1uyvdef > *, .framer-5rRNN .framer-ic5mlk > *, .framer-5rRNN .framer-c8m2z5 > *, .framer-5rRNN .framer-1i25pse > *, .framer-5rRNN .framer-13f1tg2 > *, .framer-5rRNN .framer-ub8ydq > *, .framer-5rRNN .framer-wtakmn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5rRNN .framer-1ts7gzr > :first-child, .framer-5rRNN .framer-1uyvdef > :first-child, .framer-5rRNN .framer-ic5mlk > :first-child, .framer-5rRNN .framer-c8m2z5 > :first-child, .framer-5rRNN .framer-1i25pse > :first-child, .framer-5rRNN .framer-13f1tg2 > :first-child, .framer-5rRNN .framer-ub8ydq > :first-child, .framer-5rRNN .framer-wtakmn > :first-child, .framer-5rRNN .framer-15qv9ju > :first-child, .framer-5rRNN .framer-9k0zct > :first-child, .framer-5rRNN .framer-yunyxt > :first-child, .framer-5rRNN .framer-u5j8np > :first-child, .framer-5rRNN .framer-swqc1r > :first-child, .framer-5rRNN .framer-1sxb4av > :first-child, .framer-5rRNN .framer-4ydu67 > :first-child, .framer-5rRNN .framer-12ieiyd > :first-child, .framer-5rRNN .framer-1qhqgfo > :first-child, .framer-5rRNN .framer-oca17e > :first-child { margin-left: 0px; } .framer-5rRNN .framer-1ts7gzr > :last-child, .framer-5rRNN .framer-1uyvdef > :last-child, .framer-5rRNN .framer-ic5mlk > :last-child, .framer-5rRNN .framer-c8m2z5 > :last-child, .framer-5rRNN .framer-1i25pse > :last-child, .framer-5rRNN .framer-13f1tg2 > :last-child, .framer-5rRNN .framer-ub8ydq > :last-child, .framer-5rRNN .framer-wtakmn > :last-child, .framer-5rRNN .framer-15qv9ju > :last-child, .framer-5rRNN .framer-9k0zct > :last-child, .framer-5rRNN .framer-yunyxt > :last-child, .framer-5rRNN .framer-u5j8np > :last-child, .framer-5rRNN .framer-swqc1r > :last-child, .framer-5rRNN .framer-1sxb4av > :last-child, .framer-5rRNN .framer-4ydu67 > :last-child, .framer-5rRNN .framer-12ieiyd > :last-child, .framer-5rRNN .framer-1qhqgfo > :last-child, .framer-5rRNN .framer-oca17e > :last-child { margin-right: 0px; } .framer-5rRNN .framer-1i8ywxi > *, .framer-5rRNN .framer-1hysqf4 > *, .framer-5rRNN .framer-1kiw2ci > *, .framer-5rRNN .framer-1llw8oa > *, .framer-5rRNN .framer-hip78q > *, .framer-5rRNN .framer-svsmc6 > *, .framer-5rRNN .framer-1apr6xd > *, .framer-5rRNN .framer-we56f1 > *, .framer-5rRNN .framer-1ve0c50 > *, .framer-5rRNN .framer-1cpix5w > *, .framer-5rRNN .framer-x9jkj1 > *, .framer-5rRNN .framer-w9k3n2 > *, .framer-5rRNN .framer-1f9c50y > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-5rRNN .framer-15qv9ju > *, .framer-5rRNN .framer-9k0zct > *, .framer-5rRNN .framer-yunyxt > *, .framer-5rRNN .framer-u5j8np > *, .framer-5rRNN .framer-swqc1r > *, .framer-5rRNN .framer-1sxb4av > *, .framer-5rRNN .framer-4ydu67 > *, .framer-5rRNN .framer-12ieiyd > *, .framer-5rRNN .framer-1qhqgfo > *, .framer-5rRNN .framer-oca17e > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-5rRNN .framer-113qw5s > *, .framer-5rRNN .framer-13vjt0w > *, .framer-5rRNN .framer-123rh8b > *, .framer-5rRNN .framer-1nzikyb > *, .framer-5rRNN .framer-gjghkw > *, .framer-5rRNN .framer-qackpc > *, .framer-5rRNN .framer-4b749c > *, .framer-5rRNN .framer-um9rx9 > *, .framer-5rRNN .framer-1dsoz62 > *, .framer-5rRNN .framer-rg96qx > *, .framer-5rRNN .framer-n1lnjm > *, .framer-5rRNN .framer-1i4pz6f > *, .framer-5rRNN .framer-1uo158g > *, .framer-5rRNN .framer-1c9ihiv > *, .framer-5rRNN .framer-w3fyev > *, .framer-5rRNN .framer-5w0frd > *, .framer-5rRNN .framer-1by320v > *, .framer-5rRNN .framer-3umnvq > *, .framer-5rRNN .framer-1ysfwnr > *, .framer-5rRNN .framer-5adk07 > *, .framer-5rRNN .framer-akgvyz > *, .framer-5rRNN .framer-3kbx0t > *, .framer-5rRNN .framer-txbmvh > *, .framer-5rRNN .framer-4n5r40 > *, .framer-5rRNN .framer-19g7glr > *, .framer-5rRNN .framer-prqxbo > *, .framer-5rRNN .framer-54f19f > *, .framer-5rRNN .framer-i96jyl > *, .framer-5rRNN .framer-1qrcmjg > *, .framer-5rRNN .framer-1qexvgo > *, .framer-5rRNN .framer-1nkfnra > *, .framer-5rRNN .framer-g2j6ny > *, .framer-5rRNN .framer-1uygs2b > *, .framer-5rRNN .framer-nuhaow > *, .framer-5rRNN .framer-f13808 > *, .framer-5rRNN .framer-y9enj > *, .framer-5rRNN .framer-1vyehy0 > *, .framer-5rRNN .framer-1y3kjap > *, .framer-5rRNN .framer-vm3egh > *, .framer-5rRNN .framer-1mxi1bb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5rRNN .framer-18wk3zc > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\",'.framer-5rRNN[data-border=\"true\"]::after, .framer-5rRNN [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: 810px) and (max-width: 999px) { .framer-5rRNN.framer-1bc3efn { width: 810px; } .framer-5rRNN .framer-1s8gyfd { padding: 40px; } .framer-5rRNN .framer-19uzlk { gap: 20px; } .framer-5rRNN .framer-1hysqf4, .framer-5rRNN .framer-1kiw2ci, .framer-5rRNN .framer-1llw8oa { width: 100%; } .framer-5rRNN .framer-tfiph5 { width: 334px; } .framer-5rRNN .framer-dk8aus { width: 336px; } .framer-5rRNN .framer-os08td { width: 335px; } .framer-5rRNN .framer-ph65zy-container { left: 0px; } .framer-5rRNN .framer-1874alg { bottom: 12px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5rRNN .framer-19uzlk { gap: 0px; } .framer-5rRNN .framer-19uzlk > *, .framer-5rRNN .framer-19uzlk > :first-child, .framer-5rRNN .framer-19uzlk > :last-child { margin: 0px; } }}\",\"@media (max-width: 789px) { .framer-5rRNN.framer-1bc3efn { width: 390px; } .framer-5rRNN .framer-1s8gyfd { padding: 33px 20px 33px 20px; } .framer-5rRNN .framer-19uzlk { gap: 20px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-5rRNN .framer-yv30ze { order: 0; } .framer-5rRNN .framer-1i8ywxi { height: 214px; width: 100%; } .framer-5rRNN .framer-1a22k5v, .framer-5rRNN .framer-tfiph5, .framer-5rRNN .framer-dk8aus, .framer-5rRNN .framer-os08td { width: 99%; } .framer-5rRNN .framer-ks6z4e { order: 1; } .framer-5rRNN .framer-1hysqf4, .framer-5rRNN .framer-1kiw2ci, .framer-5rRNN .framer-1llw8oa { width: 100%; } .framer-5rRNN .framer-l0c0w4 { order: 2; } .framer-5rRNN .framer-1l0pgev { order: 3; } .framer-5rRNN .framer-16a4sz4 { height: 467px; } .framer-5rRNN .framer-ph65zy-container { top: 93px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5rRNN .framer-19uzlk { gap: 0px; } .framer-5rRNN .framer-19uzlk > *, .framer-5rRNN .framer-19uzlk > :first-child, .framer-5rRNN .framer-19uzlk > :last-child { margin: 0px; } }}\",\"@media (min-width: 1400px) { .framer-5rRNN.framer-1bc3efn { width: 1400px; } .framer-5rRNN .framer-19uzlk { max-width: 1070px; }}\",\"@media (min-width: 790px) and (max-width: 809px) { .framer-5rRNN.framer-1bc3efn { width: 790px; } .framer-5rRNN .framer-1s8gyfd { padding: 40px; } .framer-5rRNN .framer-19uzlk { gap: 45px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 40px 0px 40px; } .framer-5rRNN .framer-1a22k5v, .framer-5rRNN .framer-tfiph5, .framer-5rRNN .framer-dk8aus, .framer-5rRNN .framer-os08td { width: 90%; } .framer-5rRNN .framer-16a4sz4 { height: 467px; } .framer-5rRNN .framer-ph65zy-container { left: 0px; top: 69px; } .framer-5rRNN .framer-jkif12 { height: 69px; } .framer-5rRNN .framer-1874alg { bottom: unset; top: 37px; } .framer-5rRNN .framer-1d426hy { bottom: unset; height: 18px; top: 36px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5rRNN .framer-19uzlk { gap: 0px; } .framer-5rRNN .framer-19uzlk > *, .framer-5rRNN .framer-19uzlk > :first-child, .framer-5rRNN .framer-19uzlk > :last-child { margin: 0px; } }}\",\"@media (min-width: 1000px) and (max-width: 1199px) { .framer-5rRNN.framer-1bc3efn { width: 1000px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3090\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vpEHJ2IzS\":{\"layout\":[\"fixed\",\"auto\"]},\"Ce8Eo9UaW\":{\"layout\":[\"fixed\",\"auto\"]},\"aLxNlugtY\":{\"layout\":[\"fixed\",\"auto\"]},\"WLF5x9B62\":{\"layout\":[\"fixed\",\"auto\"]},\"xdI162giG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerz4urQOF6u=withCSS(Component,css,\"framer-5rRNN\");export default Framerz4urQOF6u;Framerz4urQOF6u.displayName=\"Programs\";Framerz4urQOF6u.defaultProps={height:3090,width:1200};addFonts(Framerz4urQOF6u,[{explicitInter:true,fonts:[{family:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiCZXVigHPVA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.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/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:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiCZXVigHPVA.woff2\",weight:\"600\"}]},...NavbarMainFonts,...JumbotronFonts,...TickerFonts,...SectionCTAFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz4urQOF6u\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vpEHJ2IzS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ce8Eo9UaW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aLxNlugtY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WLF5x9B62\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xdI162giG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"3090\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavbarMainFonts", "getFonts", "ac0cuwSlt_default", "JumbotronFonts", "vJA7XyQVd_default", "TickerFonts", "Ticker", "SectionCTAFonts", "nYFARxnpS_default", "FooterFonts", "mvFSH83Xz_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLocalizedValue", "Image2", "getLoadingLazyAtYPosition", "RichText2", "x", "Link", "css", "Framerz4urQOF6u", "withCSS", "z4urQOF6u_default", "addFonts", "__FramerMetadata__"]
}
