{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/8nbrDaLOGRHPlPsNnsun/9nDpoqify608i9syDjwB/CACC3S3QZ.js", "ssg:https://framerusercontent.com/modules/hVDWIDTGGI4gchV7YqWL/RiEWAiVxhzfdNHu04CIS/H8GpohQP3.js", "ssg:https://framerusercontent.com/modules/sEuj4lqngI1mCG8wtsgP/u0xh1d8etad7zJgs6ZDJ/THJeB1b_P.js", "ssg:https://framerusercontent.com/modules/t7gA2pwA5NIhtnfDl0sn/6N5qIBiBDzBuPkLYkBuC/augiA20Il.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isInView=useInView(ref);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{if(!isCanvas&&(playOnLoad||isInView)){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#121212\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"\u21B3 Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#121212\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"InView?\",defaultValue:true,enabledTitle:\"No\",disabledTitle:\"Yes\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map", "// Generated by Framer (2fed5cd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Barlow-700\",\"GF;Barlow-900\",\"GF;Barlow-900italic\",\"GF;Barlow-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc5VAtlT47dw.woff2\",weight:\"900\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451ostzsrd6m9.woff2\",weight:\"900\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vostzsrd6m9.woff2\",weight:\"700\"}]}];export const css=['.framer-5VPEu .framer-styles-preset-1se6cyn:not(.rich-text-wrapper), .framer-5VPEu .framer-styles-preset-1se6cyn.rich-text-wrapper h2 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-5VPEu .framer-styles-preset-1se6cyn:not(.rich-text-wrapper), .framer-5VPEu .framer-styles-preset-1se6cyn.rich-text-wrapper h2 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-5VPEu .framer-styles-preset-1se6cyn:not(.rich-text-wrapper), .framer-5VPEu .framer-styles-preset-1se6cyn.rich-text-wrapper h2 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-5VPEu\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fed5cd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Barlow-500\",\"GF;Barlow-700\",\"GF;Barlow-700italic\",\"GF;Barlow-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc5VAtlT47dw.woff2\",weight:\"500\"},{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vostzsrd6m9.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41ostzsrd6m9.woff2\",weight:\"500\"}]}];export const css=['.framer-UGH3Q .framer-styles-preset-wz0sws:not(.rich-text-wrapper), .framer-UGH3Q .framer-styles-preset-wz0sws.rich-text-wrapper h5 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-UGH3Q .framer-styles-preset-wz0sws:not(.rich-text-wrapper), .framer-UGH3Q .framer-styles-preset-wz0sws.rich-text-wrapper h5 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-UGH3Q .framer-styles-preset-wz0sws:not(.rich-text-wrapper), .framer-UGH3Q .framer-styles-preset-wz0sws.rich-text-wrapper h5 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-UGH3Q\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fed5cd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Barlow-700\",\"GF;Barlow-900\",\"GF;Barlow-900italic\",\"GF;Barlow-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc5VAtlT47dw.woff2\",weight:\"900\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451ostzsrd6m9.woff2\",weight:\"900\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vostzsrd6m9.woff2\",weight:\"700\"}]}];export const css=['.framer-bFHy8 .framer-styles-preset-1g46vy1:not(.rich-text-wrapper), .framer-bFHy8 .framer-styles-preset-1g46vy1.rich-text-wrapper h3 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-bFHy8 .framer-styles-preset-1g46vy1:not(.rich-text-wrapper), .framer-bFHy8 .framer-styles-preset-1g46vy1.rich-text-wrapper h3 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-bFHy8 .framer-styles-preset-1g46vy1:not(.rich-text-wrapper), .framer-bFHy8 .framer-styles-preset-1g46vy1.rich-text-wrapper h3 { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, #111826); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-bFHy8\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/3AOGbWpoDN62n25j2j7O/AnimatedCounter.js\";import Navigation from\"#framer/local/canvasComponent/NVHX8Ww_r/NVHX8Ww_r.js\";import Footer from\"#framer/local/canvasComponent/p5YoAztG0/p5YoAztG0.js\";import CTA from\"#framer/local/canvasComponent/XpkMLITLu/XpkMLITLu.js\";import ButtonLarge from\"#framer/local/canvasComponent/YtgAv5rkI/YtgAv5rkI.js\";import*as sharedStyle from\"#framer/local/css/bDSS7Jhit/bDSS7Jhit.js\";import*as sharedStyle1 from\"#framer/local/css/CACC3S3QZ/CACC3S3QZ.js\";import*as sharedStyle4 from\"#framer/local/css/H8GpohQP3/H8GpohQP3.js\";import*as sharedStyle2 from\"#framer/local/css/kn7ysav4i/kn7ysav4i.js\";import*as sharedStyle5 from\"#framer/local/css/rMBscwPxx/rMBscwPxx.js\";import*as sharedStyle3 from\"#framer/local/css/THJeB1b_P/THJeB1b_P.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ButtonLargeFonts=getFonts(ButtonLarge);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const AnimatedCounterFonts=getFonts(AnimatedCounter);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={eewGT3t2L:\"(min-width: 810px) and (max-width: 1439px)\",RWRNCuYio:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6hR7T\";const variantClassNames={eewGT3t2L:\"framer-v-1wt9a7f\",RWRNCuYio:\"framer-v-95sjjt\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:.2,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:.1,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const transition3={delay:.4,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:150};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"RWRNCuYio\",Tablet:\"eewGT3t2L\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-6hR7T`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-6hR7T`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"eXu63zSzK\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"eewGT3t2L\",\"RWRNCuYio\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"eewGT3t2L\",\"RWRNCuYio\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hzn4r6-container\",id:elementId,layoutScroll:true,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{variant:\"PDYfL7Gw9\"},RWRNCuYio:{variant:\"viq1Stexk\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"eXu63zSzK\",layoutId:\"eXu63zSzK\",style:{width:\"100%\"},variant:\"LqnzylY1I\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{background:{alt:\"\",fit:\"fill\",pixelHeight:1290,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png\",srcSet:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png 2880w\"}},RWRNCuYio:{background:{alt:\"\",fit:\"fill\",pixelHeight:1290,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png\",srcSet:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png 2880w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1290,pixelWidth:2880,positionX:\"right\",positionY:\"bottom\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png\",srcSet:\"https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sboMDwez2yZeqmIzaY6JJt1s.png 2880w\"},className:\"framer-4z6ivn\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1gzsuxo\",\"data-framer-appear-id\":\"1gzsuxo\",\"data-framer-name\":\"Container\",initial:animation1,name:\"Container\",optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15xpgjf\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1srv7zh\",\"data-framer-name\":\"heading\",name:\"heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vl07un\",\"data-framer-name\":\"Subh= head\",name:\"Subh= head\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(252, 178, 86)\"},children:\"Unlocking the full potential of enzymes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(252, 178, 86)\"},children:\"Unlocking the full potential of enzymes\"})}),className:\"framer-vii2q7\",\"data-framer-name\":\"Unlocking the full potential of enzymes\",fonts:[\"GF;Barlow-700\"],name:\"Unlocking the full potential of enzymes\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1p74cu1\",\"data-styles-preset\":\"bDSS7Jhit\",children:\"Gen-AI Designed Enzymes for Pharma Manufacturing and Diagnostics\"})}),className:\"framer-1302l63\",\"data-framer-name\":\"Gen-AI Designed Enzymes for Pharma Manufacturing and Diagnostics\",fonts:[\"Inter\"],name:\"Gen-AI Designed Enzymes for Pharma Manufacturing and Diagnostics\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-93d8945c-6c6b-411f-ab3d-324f3cecc661, rgb(100, 116, 138))\"},children:\"Enzymes play a crucial role in driving market growth and profitability in the pharmaceutical industry. Developing industrial-grade enzymes that possess a balance of key properties becomes a top priority but remains challenging and time-consuming. Pando is here to solve that with AI and its internal screening platform.\\xa0\"})})},RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-93d8945c-6c6b-411f-ab3d-324f3cecc661, rgb(100, 116, 138))\"},children:\"Enzymes play a crucial role in driving market growth and profitability in the pharmaceutical industry. Developing industrial-grade enzymes that possess a balance of key properties becomes a top priority but remains challenging and time-consuming. Pando is here to solve that with AI and its internal screening platform.\\xa0\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-93d8945c-6c6b-411f-ab3d-324f3cecc661, rgb(100, 116, 138))\"},children:\"Enzymes play a crucial role in driving market growth and profitability in the pharmaceutical industry. Developing industrial-grade enzymes that possess a balance of key properties becomes a top priority but remains challenging and time-consuming. Pando is here to solve that with AI and its internal screening platform.\\xa0\"})}),className:\"framer-nuygi6\",\"data-framer-name\":\"Enzymes play a crucial role in driving market growth and profitability in the pharmaceutical industry. Developing industrial-grade enzymes that possess a balance of key properties becomes a top priority but remains challenging and time-consuming. Pando is here to solve that with AI and its internal screening platform.\\xa0\",fonts:[\"GF;Barlow-regular\"],name:\"Enzymes play a crucial role in driving market growth and profitability in the pharmaceutical industry. Developing industrial-grade enzymes that possess a balance of key properties becomes a top priority but remains challenging and time-consuming. Pando is here to solve that with AI and its internal screening platform.\\xa0\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{width:\"min(100vw - 32px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"197px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-h6psw8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{variant:\"GwRrhteNi\"}},children:/*#__PURE__*/_jsx(ButtonLarge,{height:\"100%\",id:\"v_1RyYHE9\",layoutId:\"v_1RyYHE9\",style:{width:\"100%\"},variant:\"SXe3a_co3\",vtQRzYkjj:\"Contact Us\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kz8zp0\",\"data-framer-name\":\"Sections / Technology\",name:\"Sections / Technology\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vmxrit\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1se6cyn\",\"data-styles-preset\":\"CACC3S3QZ\",children:\"Pando is an AI-driven synthetic biology company\"})}),className:\"framer-ijjusu\",\"data-framer-name\":\"Pando is an AI-driven synthetic biology company\",fonts:[\"Inter\"],name:\"Pando is an AI-driven synthetic biology company\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jgtcve\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-gmod2p\",\"data-styles-preset\":\"kn7ysav4i\",children:[\"Revolutionizing enzyme engineering for the pharmaceutical manufacturing and diagnostics industry. Our ultra-high-throughput screening platform screens \",/*#__PURE__*/_jsx(\"strong\",{children:\"1000-fold more enzymes 75% faster and 80%\"}),\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"cheaper\"}),\" than traditional methods. This empowers our AI models to efficiently optimize enzymes across multiple properties, delivering high-performing, industrial-grade enzymes that create and capture new market value.\"]})}),className:\"framer-yrl0d9\",\"data-framer-name\":\"Revolutionizing enzyme engineering for the pharmaceutical manufacturing and diagnostics industry. Our ultra-high-throughput screening platform screens 1000-fold more enzymes 75% faster and 80% cheaper than traditional methods. This empowers our AI models to efficiently optimize enzymes across multiple properties, delivering high-performing, industrial-grade enzymes that create and capture new market value.\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Revolutionizing enzyme engineering for the pharmaceutical manufacturing and diagnostics industry. Our ultra-high-throughput screening platform screens 1000-fold more enzymes 75% faster and 80% cheaper than traditional methods. This empowers our AI models to efficiently optimize enzymes across multiple properties, delivering high-performing, industrial-grade enzymes that create and capture new market value.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ivoqkz\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, rgb(17, 24, 38))\"},children:\"Customer Acquisition Overview in 2024\"})}),className:\"framer-md2iea\",\"data-framer-name\":\"Customer Acquisition Overview\",fonts:[\"GF;Barlow-700\"],name:\"Customer Acquisition Overview\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xr0ooj\",\"data-framer-name\":\"Frame 6\",name:\"Frame 6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r40qmq\",\"data-framer-name\":\"Content Box\",name:\"Content Box\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6giifw\",\"data-framer-name\":\"Number\",name:\"Number\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xk6gas-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-7527b0ed-d815-414e-93fb-bc59097369bd, rgb(52, 179, 181))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Barlow\", \"Barlow Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.8em\"},from:0,height:\"100%\",id:\"jNdQ7axab\",layoutId:\"jNdQ7axab\",once:true,playOnLoad:false,to:5,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"rgb(52, 179, 181)\"},children:\"+\"})}),className:\"framer-mcixgv\",\"data-framer-name\":\"8+\",fonts:[\"GF;Barlow-700\"],name:\"8+\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Companies\"})}),className:\"framer-19pmz07\",\"data-framer-name\":\"Companies\",fonts:[\"GF;Barlow-regular\"],name:\"Companies\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14kyuio\",\"data-framer-name\":\"Line 4\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:90,intrinsicWidth:4,name:\"Line 4\",svg:'<svg width=\"4\" height=\"90\" viewBox=\"-1 -1 4 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"1.16699\" y1=\"2.18557e-08\" x2=\"1.16699\" y2=\"88\" stroke=\"#E2E8F0\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1109hxq\",\"data-framer-name\":\"Content Box\",name:\"Content Box\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-et30rn\",\"data-framer-name\":\"Number\",name:\"Number\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e0d2lp-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-7527b0ed-d815-414e-93fb-bc59097369bd, rgb(52, 179, 181))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Barlow\", \"Barlow Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.8em\"},from:0,height:\"100%\",id:\"kpxS2V1Dp\",layoutId:\"kpxS2V1Dp\",once:true,playOnLoad:false,to:9,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"rgb(52, 179, 181)\"},children:\"+\"})}),className:\"framer-5ve1ot\",\"data-framer-name\":\"8+\",fonts:[\"GF;Barlow-700\"],name:\"8+\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Projects\"})}),className:\"framer-1t58pym\",\"data-framer-name\":\"Projects\",fonts:[\"GF;Barlow-regular\"],name:\"Projects\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3ir4h6\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:90,intrinsicWidth:4,name:\"Line 5\",svg:'<svg width=\"4\" height=\"90\" viewBox=\"-1 -1 4 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.833496\" y1=\"2.18557e-08\" x2=\"0.833492\" y2=\"88\" stroke=\"#E2E8F0\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j6kcsp\",\"data-framer-name\":\"Content Box\",name:\"Content Box\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v3zjq5\",\"data-framer-name\":\"Number\",name:\"Number\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4lja6i-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-7527b0ed-d815-414e-93fb-bc59097369bd, rgb(52, 179, 181))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Barlow\", \"Barlow Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.8em\"},from:0,height:\"100%\",id:\"B1eFEBF7t\",layoutId:\"B1eFEBF7t\",once:true,playOnLoad:false,to:2,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"rgb(52, 179, 181)\"},children:\"+\"})}),className:\"framer-1gkm09r\",\"data-framer-name\":\"8+\",fonts:[\"GF;Barlow-700\"],name:\"8+\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Recurring\"})}),className:\"framer-qqf1f5\",\"data-framer-name\":\"Recurring\",fonts:[\"GF;Barlow-regular\"],name:\"Recurring\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qdaqyi\",\"data-framer-name\":\"Line 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:561,intrinsicWidth:1102,name:\"Line 3\",svg:'<svg width=\"1102\" height=\"561\" viewBox=\"0 0 1102 561\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.4\">\\n<path d=\"M29.9767 312.882C96.3089 294.242 140.431 267.125 168.619 245.579C197.123 223.79 216.511 202.178 256.222 184.912C300.008 165.793 330.803 164.64 343.131 164.953C360.226 165.395 359.679 168.041 388.118 171.229C442.75 177.353 451.162 168.321 476.306 174.514C517.993 184.777 511.739 213.755 557.511 235.734C590.659 251.659 641.975 259.523 683.119 239.279C721.865 220.214 721.054 191.253 763.318 178.973C780.678 173.928 796.079 174.728 826.872 176.329C866.326 178.332 893.824 184.883 904.728 186.945C937.033 193.07 986.914 191.227 1061.44 152.46\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M31.2742 322.049C95.5522 304.606 141.176 278.962 172.085 256.303C197.16 237.716 215.431 219.118 242.469 203.131C248.384 199.642 254.653 196.159 261.494 192.875C304.606 172.199 334.778 168.422 347.446 167.229C364.433 165.619 364.786 167.452 392.645 170.505C412.277 172.646 426.104 173.365 436.739 173.536C454.817 173.82 463.564 172.39 478.624 176.736C484.239 178.336 489.651 180.578 494.754 183.417C518.35 196.539 521.649 218.304 559.758 234.704C592.93 248.979 643.531 254.856 683.95 234.837C687.152 233.249 690.272 231.5 693.297 229.597C723.823 210.376 726.874 186.33 764.012 175.486C767.925 174.338 771.909 173.452 775.94 172.834C789.476 170.716 804.021 171.392 827.079 172.584C865.289 174.614 892.354 181.024 904.379 183.307C913.181 184.95 922.105 185.851 931.057 186.001C962.052 186.603 1004.26 179.148 1060.35 151.55\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M32.7273 332.019C94.9368 315.755 142.139 291.706 175.691 267.748C202.338 248.73 221.442 229.191 247.844 212.783C253.868 209.027 260.122 205.195 266.941 201.627C309.376 179.384 338.699 172.033 351.945 170.291C369.016 168.067 370.101 167.655 397.335 170.573C416.406 172.63 430.273 173.832 440.806 174.524C458.547 175.663 466.841 174.982 481.067 179.767C486.494 181.62 491.72 184.014 496.667 186.914C519.552 200.055 524.433 220.17 562.186 234.502C595.38 247.119 645.267 251.008 684.961 231.215C688.314 229.501 691.4 227.838 694.239 226.009C725.759 206.351 729.137 183.331 764.909 172.879C768.788 171.727 772.739 170.833 776.736 170.203C790.485 167.969 804.991 168.557 827.504 169.801C864.473 171.814 891.089 178.118 904.226 180.518C912.957 182.144 921.804 183.066 930.682 183.276C961.437 184.073 1003.59 177.366 1059.4 151.488\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M34.3193 342.657C94.4683 327.612 143.192 305.031 179.446 279.912C207.607 260.388 227.585 239.955 253.328 223.119C259.471 219.094 265.724 214.92 272.497 211.063C314.261 187.272 343.08 178.417 356.552 174.026C373.22 168.602 375.523 168.532 402.144 171.311C420.671 173.26 434.58 174.956 445.062 176.16C462.454 178.145 470.318 178.231 483.709 183.443C488.91 185.56 493.924 188.112 498.697 191.071C520.868 204.222 527.392 222.664 564.704 234.935C597.961 245.885 647.095 247.805 686.061 228.227C689.384 226.519 692.449 224.86 695.274 223.066C727.757 202.923 731.5 180.964 765.866 170.805C769.715 169.649 773.635 168.747 777.602 168.104C791.562 165.744 806.075 166.256 828.002 167.506C863.706 169.495 889.893 175.679 904.147 178.28C912.82 179.867 921.598 180.805 930.41 181.086C960.925 182.079 1003.02 176.131 1058.54 151.963\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M35.9042 353.317C93.999 339.468 144.228 318.381 183.192 292.088C212.876 272.046 233.716 250.71 258.824 233.462C265.076 229.171 271.315 224.648 278.065 220.506C319.163 195.2 347.228 183.874 361.174 177.79C377.651 170.599 380.92 169.445 406.968 172.079C424.998 173.942 438.881 176.113 449.286 177.801C466.326 180.623 473.755 181.497 486.319 187.126C491.285 189.501 496.087 192.207 500.693 195.224C522.157 208.362 530.325 225.141 567.219 235.411C600.537 244.683 648.909 244.647 687.161 225.292C690.442 223.592 693.486 221.937 696.305 220.166C729.765 199.546 733.871 178.756 766.829 168.825C770.652 167.68 774.541 166.769 778.475 166.099C792.627 163.627 807.083 164.065 828.506 165.305C862.97 167.288 888.721 173.364 904.086 176.135C912.694 177.703 921.403 178.66 930.146 179.001C960.434 180.198 1002.47 174.988 1057.71 152.55\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M36.7856 360.215C92.8262 347.564 144.572 327.978 186.236 300.512C217.431 279.945 239.137 257.673 263.618 240.055C269.967 235.489 276.22 230.653 282.932 226.198C323.343 199.38 350.695 185.629 365.06 177.788C381.37 168.899 385.651 166.568 411.056 169.081C425.088 170.482 439.026 172.708 452.797 175.746C469.516 179.389 476.493 181.076 488.188 187.075C493.298 189.709 497.535 192.747 502.041 195.626C522.789 208.71 532.626 223.897 569.062 232.12C602.469 239.698 650.061 237.719 687.588 218.59C690.838 216.895 693.862 215.245 696.664 213.498C731.115 192.431 735.552 172.634 767.13 163.076C770.921 161.935 774.777 161.021 778.678 160.337C793.045 157.77 807.459 158.098 828.3 159.312C861.509 161.259 886.836 167.246 903.302 170.189C911.854 171.734 920.499 172.706 929.18 173.102C959.229 174.505 1001.2 170.054 1056.16 149.325\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M37.2483 365.165C91.2204 353.692 144.482 335.597 188.86 306.979C221.566 285.885 244.112 262.661 268.002 244.74C274.455 239.887 280.701 234.733 287.387 229.984C327.169 201.675 353.821 185.507 368.591 175.89C384.713 165.361 389.985 161.804 414.786 164.176C428.683 165.506 442.442 168.018 455.911 171.687C472.262 176.137 478.833 178.65 489.696 185.097C494.514 187.937 498.504 191.183 502.986 194.109C523.046 207.219 534.523 220.616 570.502 226.909C604.016 232.769 650.821 228.871 687.62 209.956C690.829 208.27 693.822 206.625 696.628 204.899C732.078 183.415 736.882 164.636 767.042 155.48C770.804 154.334 774.629 153.411 778.5 152.716C793.06 150.037 807.455 150.272 827.739 151.53C859.697 153.472 884.586 159.341 902.177 162.473C910.666 163.989 919.24 164.978 927.851 165.435C957.673 167.042 999.585 163.35 1054.27 144.32\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M37.7563 370.182C89.6679 359.928 144.416 343.287 191.528 313.511C225.733 291.883 249.107 267.688 272.392 249.403C278.946 244.243 285.204 238.765 291.86 233.745C330.996 203.97 356.975 185.422 372.106 173.963C388.161 161.814 394.315 157.018 418.503 159.252C432.297 160.56 445.901 163.41 459.06 167.748C475.019 172.989 481.201 176.367 491.229 183.189C495.727 186.251 499.482 189.67 503.938 192.676C523.305 205.738 536.47 217.422 571.966 221.768C605.593 225.888 651.583 220.086 687.628 201.413C690.806 199.732 693.778 198.092 696.566 196.38C733 174.407 738.105 156.692 766.91 147.818C770.641 146.678 774.432 145.747 778.267 145.03C793.03 142.184 807.397 142.382 827.119 143.662C857.831 145.568 882.276 151.351 900.987 154.641C909.416 156.141 917.925 157.153 926.471 157.672C956.047 159.444 997.903 156.51 1052.3 139.221\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M38.2581 375.221C88.1155 366.164 144.365 350.995 194.191 320.066C229.904 297.902 254.103 272.725 276.807 254.137C283.447 248.703 289.734 242.932 296.333 237.559C334.833 206.316 360.161 185.385 375.642 172.086C391.611 158.33 398.654 152.274 422.238 154.368C435.924 155.651 449.369 158.807 462.197 163.748C477.848 169.774 483.549 174.035 492.741 181.232C496.932 184.524 500.47 188.092 504.888 191.18C523.564 204.204 538.391 214.147 573.411 216.578C607.165 218.922 652.337 211.26 687.686 192.796C690.833 191.121 693.785 189.484 696.558 187.807C734 165.416 739.417 148.708 766.844 140.164C770.547 139.028 774.308 138.09 778.111 137.351C793.072 134.371 807.458 134.501 826.594 135.788C856.044 137.68 880.064 143.364 899.886 146.824C908.254 148.315 916.695 149.357 925.174 149.946C954.528 151.953 996.319 149.736 1050.44 134.166\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M38.7566 380.239C86.5539 372.348 144.323 358.638 196.865 326.566C234.126 303.847 259.087 277.691 281.233 258.814C287.964 253.075 294.269 247.012 300.833 241.347C338.694 208.668 363.382 185.362 379.192 170.173C395.127 154.854 403.02 147.503 425.991 149.459C439.584 150.746 452.878 154.234 465.353 159.787C480.649 166.576 485.918 171.753 494.273 179.314C498.155 182.836 501.444 186.548 505.888 189.717C523.892 202.688 540.388 210.826 574.924 211.407C608.802 211.955 653.15 202.455 687.783 184.214C690.889 182.547 693.82 180.914 696.597 179.311C735.035 156.493 740.774 140.791 766.807 132.601C770.484 131.448 774.222 130.499 778.004 129.759C793.179 126.726 807.484 126.713 826.1 127.96C854.298 129.838 877.883 135.424 898.826 139.052C906.394 140.369 914.718 141.509 923.915 142.191C953.029 144.394 994.764 142.936 1048.6 129.077\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M39.2261 385.114C84.9196 378.44 144.2 366.2 199.481 332.991C238.197 309.735 263.998 282.563 285.599 263.407C292.41 257.364 298.746 251.017 305.271 245.04C342.533 210.917 366.604 185.242 382.674 168.189C398.563 151.245 407.308 142.661 429.675 144.478C443.191 145.77 456.346 149.578 468.463 155.707C483.426 163.264 488.183 169.383 495.759 177.276C499.333 181.029 502.395 184.891 506.77 188.148C524.099 201.047 542.266 207.442 576.299 206.134C610.331 204.826 653.832 193.535 687.74 175.52C690.815 173.859 693.726 172.231 696.482 170.631C735.927 147.385 741.988 132.688 766.665 124.834C770.303 123.682 774.001 122.73 777.743 121.983C793.147 118.81 807.397 118.732 825.414 120.031C852.368 121.882 875.51 127.382 897.573 131.168C905.106 132.471 913.366 133.612 922.47 134.366C951.344 136.764 993.02 136.054 1046.58 123.924\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M39.6943 389.924C83.3685 384.462 144.091 373.663 202.112 339.328C242.372 315.55 268.899 287.33 289.964 267.936C296.863 261.577 303.232 254.957 309.738 248.663C346.379 213.091 369.85 185.076 386.158 166.097C402.063 147.634 411.646 137.693 433.329 139.396C447.726 140.528 461.644 145.927 471.533 151.527C486.171 159.831 490.511 166.895 497.215 175.138C500.461 179.125 503.305 183.135 507.645 186.484C524.304 199.288 544.102 203.896 577.662 200.746C611.784 197.574 654.505 184.511 687.688 166.721C690.722 165.069 693.612 163.444 696.358 161.847C736.797 138.162 743.169 124.473 766.442 116.976C770.05 115.822 773.718 114.862 777.429 114.099C793.009 110.786 807.247 110.646 824.763 111.946C850.465 113.781 873.14 119.19 896.325 123.145C903.821 124.422 912.021 125.585 921.018 126.392C949.665 128.995 991.282 129.033 1044.55 118.593\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M40.1406 394.675C81.7626 390.42 143.904 380.949 204.719 345.595C246.38 321.163 273.777 292.028 294.319 272.361C301.285 265.679 307.719 258.791 314.145 252.192C350.218 215.223 373.082 184.784 389.643 163.962C405.568 143.937 415.887 132.722 437.047 134.259C450.925 135.299 464.861 141.122 474.657 147.295C488.969 156.345 492.779 164.366 498.715 172.948C501.663 177.163 504.266 181.306 508.581 184.745C524.58 197.506 546.025 200.247 579.121 195.351C613.377 190.273 655.273 175.48 687.729 157.905C690.737 156.264 693.603 154.644 696.327 153.044C737.786 128.95 744.466 116.248 766.355 109.102C769.929 107.943 773.564 106.975 777.242 106.202C793.022 102.765 807.246 102.553 824.207 103.853C848.644 105.666 870.914 111.024 895.223 115.104C902.686 116.377 910.811 117.533 919.722 118.399C948.132 121.208 989.69 121.994 1042.68 113.294\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M40.573 399.354C80.1284 396.287 143.782 388.286 207.312 351.79C250.482 326.821 278.645 296.62 298.666 276.744C305.702 269.761 312.167 262.588 318.564 255.674C354.055 217.291 376.372 184.459 393.103 161.747C409.065 140.145 420.154 127.607 440.661 129.024C454.028 129.96 467.993 136.215 477.68 142.985C491.687 152.777 494.97 161.775 500.106 170.694C502.697 175.159 505.132 179.43 509.399 182.953C524.813 195.613 548.096 197.531 580.514 189.84C614.596 181.753 655.976 166.333 687.717 148.981C690.69 147.347 693.532 145.731 696.242 144.134C738.745 119.689 745.698 107.906 766.202 101.113C769.749 99.9549 773.354 98.9821 777.001 98.1978C792.984 94.6467 807.221 94.3363 823.571 95.6259C846.725 97.4829 868.613 102.798 894.021 106.986C901.45 108.244 909.512 109.413 918.318 110.341C946.5 113.354 988 114.888 1040.7 107.909\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M40.9539 403.989C78.4512 402.099 143.61 395.591 209.854 357.941C254.533 332.436 283.402 301.191 302.944 281.044C310.076 273.733 316.578 266.308 322.908 259.044C357.831 219.211 379.542 184.061 396.512 159.435C412.556 136.268 424.448 122.465 444.36 123.73C457.205 124.564 471.199 131.241 480.787 138.607C494.484 149.12 497.209 159.101 501.605 168.333C503.859 173.045 506.104 177.439 510.338 181.064C525.042 193.647 549.674 192.7 581.885 184.269C616.267 175.302 656.647 157.128 687.662 140.001C690.552 138.376 693.442 136.751 696.115 135.168C739.612 110.286 746.896 99.4961 766.018 93.0654C769.53 91.9014 773.101 90.9207 776.716 90.1273C792.899 86.4521 807.07 86.0796 822.91 87.3821C844.854 89.1629 866.256 94.3367 892.785 98.7463C900.189 99.9882 908.19 101.115 916.932 102.152C944.864 105.309 986.325 107.641 1038.7 102.391\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M41.4182 408.555C76.855 407.884 143.5 402.83 212.481 364.033C258.71 337.983 288.245 305.649 307.28 285.312C314.435 277.676 321.048 269.994 327.322 262.442C361.767 221.293 382.81 183.623 399.912 157.135C415.976 132.352 428.589 117.3 447.973 118.432C460.296 119.163 474.338 126.258 483.816 134.211C497.226 145.506 499.36 156.413 503.02 165.979C504.908 170.953 506.982 175.454 511.169 179.174C525.238 191.666 551.461 188.789 583.221 178.683C617.666 167.771 657.303 147.904 687.581 130.994C690.471 129.37 693.289 127.759 695.978 126.258C740.479 100.936 748.056 91.1149 765.804 85.0346C769.315 83.8779 772.884 82.9047 776.496 82.1191C791.489 78.6387 806.951 77.6415 822.267 79.1674C842.958 80.9333 863.925 86.0095 891.575 90.5872C898.942 91.8042 906.877 92.9758 915.487 94.0492C955.701 98.8672 996.282 99.8422 1036.68 96.9608\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M41.8241 413.1C75.2067 413.626 143.353 410.044 215.047 370.094C262.744 343.516 293.029 310.14 311.63 289.545C394.179 198.067 409.067 110.803 451.647 113.068C463.449 113.697 477.539 121.209 486.897 129.762C506.88 148.012 499.99 166.104 512.065 177.229C541.669 204.514 640.402 148.632 695.892 117.23C749.995 86.6089 750.928 79.9266 776.178 73.9909C820.248 63.6045 846.779 76.9934 914.065 85.8455C954.061 91.0485 994.42 92.9105 1034.72 91.412\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M42.3917 416.044C76.7498 417.033 142.682 413.045 211.219 374.825C258.518 348.399 287.25 315.055 307.284 293.308C387.331 206.519 402.068 126.395 444.745 125.065C461.418 124.541 478.841 126.575 491.217 132.453C515.538 144.015 510.322 159.552 525.091 169.699C557.427 191.931 649.965 142.133 702.932 112.926C754.516 84.4132 755.763 78.9195 782.861 74.7629C827.89 67.854 852.976 79.3967 916.435 88.1112C956.026 93.5414 996.04 95.2324 1035.95 93.1618\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M42.9827 419.112C100.36 421.167 157.21 407.53 207.412 379.67C254.314 353.405 281.428 320.086 302.959 297.185C380.347 214.934 395.234 140.739 437.875 137.174C459.513 135.373 479.554 132.107 495.56 135.267C523.014 140.651 520.255 153.035 538.141 162.293C572.308 179.954 659.55 135.747 710.003 108.733C758.975 82.3469 760.527 77.9369 789.576 75.6464C835.409 72.0207 859.214 82.0165 918.828 90.5007C958.002 96.1513 997.662 97.6739 1037.15 95.0434\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M44.0349 424.568C99.8414 427.083 155.249 414.043 204.076 386.901C250.571 360.79 276.076 327.492 299.095 303.45C373.613 225.639 390.535 164.548 431.456 151.673C457.056 143.619 480.447 140.391 500.373 140.457C530.479 140.547 530.353 148.974 551.661 157.263C586.936 170.984 669.636 131.849 717.525 106.931C763.987 82.758 765.694 79.2579 796.74 78.91C843.32 78.386 865.899 87.006 921.69 95.2662C960.455 101.152 999.773 102.508 1038.85 99.3075\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M45.6372 432.876C99.8678 435.845 153.83 423.391 201.274 396.955C247.369 370.985 271.256 337.711 295.776 312.536C367.339 239.064 385 183.351 425.592 168.99C455.75 158.328 481.797 145.897 505.72 148.47C538.637 152.011 539.928 152.446 565.714 155.055C599.333 171.648 680.25 130.742 725.601 107.947C769.509 85.9218 771.378 83.3193 804.461 85.0026C851.724 87.4114 873.126 94.8593 925.086 102.855C963.443 108.97 1002.42 110.156 1041.08 106.384\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M47.2769 441.38C99.9309 444.812 152.456 432.972 198.546 407.283C244.245 381.474 266.498 348.195 292.53 321.896C361.037 252.675 379.326 201.881 419.729 186.596C454.562 173.431 482.638 157.789 511.142 156.768C547.895 155.448 550.635 152.656 579.844 153.132C614.431 166.996 690.891 129.833 733.679 109.251C775.033 89.3734 777.055 87.5636 812.183 91.3831C860.163 96.5686 880.359 103.021 928.494 110.729C966.443 117.076 1005.09 118.091 1043.32 113.746\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M48.9479 450.048C100.009 453.919 151.08 442.68 195.798 417.732C241.099 392.074 261.697 358.794 289.265 331.377C354.669 266.331 373.538 220.208 413.98 204.296C453.41 188.783 485.281 176.147 516.543 165.176C555.145 151.626 561.319 152.966 593.951 151.32C629.571 162.508 701.562 129.078 741.871 110.651C780.671 92.9203 782.834 91.8414 820.019 97.8588C868.601 105.726 887.693 111.323 931.967 118.718C969.51 125.291 1007.83 126.136 1045.63 121.224\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M50.6409 458.829C91.1056 462.527 143.577 456.287 193.106 428.298C238.059 402.889 256.937 369.492 286.044 340.978C348.257 280.038 367.708 238.427 408.204 222.131C452.359 204.372 487.162 188.618 521.998 173.702C563.717 155.825 571.912 147.379 608.114 149.625C645.623 151.95 712.262 128.478 750.036 112.184C786.28 96.5904 788.598 96.2076 827.826 104.458C877.137 114.886 895.014 119.778 935.513 126.811C960.69 131.183 998.326 135.992 1048.01 128.805\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M52.3637 467.765C93.8411 471.898 144.062 465.28 190.43 439.011C234.988 413.764 252.177 380.308 282.851 350.722C341.81 293.838 361.719 256.654 402.466 240.107C451.381 220.234 489.175 201.278 527.471 182.373C572.425 160.178 582.361 147.97 622.294 148.076C660.363 148.211 722.964 127.942 758.239 113.859C791.947 100.399 794.454 100.556 835.673 111.209C885.698 124.126 902.35 128.422 939.036 135.059C963.885 139.557 1001 144.468 1050.37 136.551\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M54.1058 476.804C96.6368 481.417 144.566 474.376 187.776 449.837C231.938 424.752 247.417 391.23 279.68 360.581C335.341 307.695 355.732 274.893 396.739 258.199C450.487 236.316 491.268 214.071 532.966 191.159C581.24 164.64 592.888 148.909 636.495 146.641C675.186 144.627 733.697 127.57 766.453 115.65C797.559 104.314 800.33 105.007 843.531 118.076C894.325 133.428 909.703 137.212 942.58 143.419C967.113 148.053 1003.69 153.11 1052.75 144.4\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M55.8747 485.976C99.3733 491.011 145.105 483.593 185.147 460.786C228.911 435.852 242.653 402.239 276.533 370.562C328.846 321.632 348.05 288.321 391.047 276.412C452.005 259.524 493.418 226.993 538.485 200.067C590.122 169.227 603.675 139.451 650.721 145.329C690.028 150.276 744.403 127.268 774.702 117.561C803.233 108.377 806.254 109.535 851.422 125.054C903.007 142.795 917.069 146.17 946.149 151.903C970.358 156.685 1006.41 161.853 1055.15 152.382\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M57.7003 495.447C102.216 500.938 145.686 493.091 182.596 472.094C225.952 447.314 237.929 413.571 273.454 380.904C322.431 335.874 342.265 307.663 385.413 294.988C451.092 275.674 495.679 240.277 544.083 209.335C599.124 174.165 613.787 142.392 665.026 144.376C705.67 145.957 755.262 127.385 783.009 119.836C808.97 112.77 812.321 114.366 859.373 132.405C911.796 152.493 924.508 155.52 949.796 160.745C973.673 165.687 1009.2 170.947 1057.63 160.712\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M59.6416 505.516C105.163 511.463 146.381 503.229 180.13 483.888C223.088 459.259 233.261 425.351 270.47 391.73C315.99 350.591 336.564 327.49 379.884 314.045C450.285 292.198 498.058 254.052 549.767 219.098C608.258 179.558 624.36 146.333 679.416 143.919C721.281 142.083 766.154 127.943 791.421 122.592C814.789 117.638 818.498 119.656 867.428 140.237C920.705 162.649 932.071 165.391 953.529 170.084C977.08 175.217 1012.13 180.524 1060.2 169.539\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M61.6166 515.759C108.155 522.162 147.116 513.519 177.709 495.918C220.267 471.43 228.592 437.302 267.531 402.792C309.615 365.486 330.873 347.54 374.39 333.341C449.45 308.855 500.5 268.049 555.494 229.087C617.498 185.176 635.296 150.887 693.85 143.687C736.822 138.403 777.096 128.706 799.867 125.586C820.628 122.726 824.744 125.136 875.519 148.308C929.709 173.021 939.592 175.6 957.308 179.659C980.518 185.018 1015 190.371 1062.81 178.602\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M63.7655 526.908C111.319 533.756 147.982 524.659 175.459 508.844C217.569 484.411 224.029 450.076 264.764 414.75C303.386 381.251 325.342 368.477 369.078 353.531C448.736 326.311 503.137 282.948 561.352 239.98C626.787 191.713 647.748 160.926 708.415 144.36C751.648 132.566 788.159 130.374 808.455 129.483C826.635 128.69 831.162 131.512 883.749 157.271C938.864 184.293 947.266 186.667 961.214 190.117C984.066 195.78 1018.06 201.088 1065.55 188.559\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M65.8933 537.944C114.453 545.249 148.871 535.752 173.201 521.665C214.902 497.385 219.363 462.646 261.978 426.605C297.121 396.884 319.769 389.304 363.736 373.62C447.965 343.576 505.763 297.731 567.285 250.763C636.241 198.101 659.228 164.702 723.056 144.922C767.392 131.207 799.303 131.856 817.096 133.262C832.704 134.524 837.668 137.731 892.034 166.126C948.12 195.417 954.987 197.692 965.197 200.475C987.645 206.589 1021.18 211.687 1068.37 198.394\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n<path d=\"M68.0231 548.99C117.566 556.746 149.825 546.843 170.933 534.488C212.195 510.368 214.593 475.065 259.192 438.46C290.849 412.476 314.186 410.133 358.405 393.707C447.132 360.745 508.392 312.471 573.165 261.545C645.643 204.5 670.731 168.431 737.643 145.484C783.263 129.845 810.428 133.288 825.706 137.048C838.742 140.258 844.12 143.951 900.287 174.988C957.358 206.556 962.643 208.772 969.126 210.832C991.046 217.807 1024.26 222.306 1071.13 208.25\" stroke=\"#C0E7E8\" stroke-miterlimit=\"10\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kgpqy\",\"data-framer-name\":\"Sections / problems\",name:\"Sections / problems\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6r5qr\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g46vy1\",\"data-styles-preset\":\"THJeB1b_P\",style:{\"--framer-text-color\":\"var(--token-17c3e0ee-021b-4197-afac-f385157b8fce, rgb(255, 255, 255))\"},children:\"The Problem\"})}),className:\"framer-1rnf3cg\",\"data-framer-name\":\"The Problem\",fonts:[\"Inter\"],name:\"The Problem\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-wz0sws\",\"data-styles-preset\":\"H8GpohQP3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Enzymes are natural catalysts that accelerate chemical reactions. Inefficient enzymes result in substantial financial losses and missed market opportunities. Optimizing enzymes to balance key properties like manufacturability, stability, and activity is essential but challenging and time-consuming.\"})}),className:\"framer-13w160n\",\"data-framer-name\":\"Enzymes are natural catalysts that accelerate chemical reactions. Inefficient enzymes result in substantial financial losses and missed market opportunities. Optimizing enzymes to balance key properties like manufacturability, stability, and activity is essential but challenging and time-consuming.\",fonts:[\"Inter\"],name:\"Enzymes are natural catalysts that accelerate chemical reactions. Inefficient enzymes result in substantial financial losses and missed market opportunities. Optimizing enzymes to balance key properties like manufacturability, stability, and activity is essential but challenging and time-consuming.\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19ymthc\",\"data-framer-name\":\"Sections / What we do\",name:\"Sections / What we do\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jg8r7i\",\"data-framer-name\":\"heading\",name:\"heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1se6cyn\",\"data-styles-preset\":\"CACC3S3QZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9108c75b-63f7-4e43-8b74-35a25d203bf3, rgb(17, 24, 38))\"},children:\"What We Offer\"})}),className:\"framer-5gewf0\",\"data-framer-name\":\"What We Offer\",fonts:[\"Inter\"],name:\"What We Offer\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gmod2p\",\"data-styles-preset\":\"kn7ysav4i\",style:{\"--framer-text-alignment\":\"center\"},children:\"Unlocking the full potential of enzymes to drive down costs and boost productivity\"})}),className:\"framer-1y4jjd3\",\"data-framer-name\":\"Unlocking the full potential of enzymes to drive down costs and boost productivity\",fonts:[\"Inter\"],name:\"Unlocking the full potential of enzymes to drive down costs and boost productivity\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6atjvf\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x4wfct\",\"data-border\":true,\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1muw20t\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rfw71c\",\"data-framer-name\":\"Icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:80,intrinsicWidth:80,name:\"Icons\",svg:'<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"80\" height=\"80\" rx=\"40\" fill=\"#EBF7F8\"/>\\n<path d=\"M63.0939 31.6665C63.0381 31.7541 62.9894 31.844 62.9481 31.9412C62.9092 32.0361 62.8799 32.1358 62.8581 32.2354C62.7534 32.751 62.9237 33.2959 63.2911 33.6631C63.3641 33.7361 63.4443 33.8016 63.5317 33.8601C63.6169 33.9162 63.7093 33.9648 63.8041 34.0036C63.8424 34.0202 63.8817 34.0335 63.9212 34.0465L63.9212 45.0703C63.8817 45.0832 63.8423 45.0964 63.8041 45.1132C63.7093 45.1521 63.6169 45.2007 63.5317 45.2566C63.4443 45.315 63.3641 45.3808 63.2911 45.4537C63.218 45.5267 63.1525 45.6068 63.0939 45.6945C63.0381 45.7795 62.9894 45.872 62.9481 45.9668C62.9092 46.0616 62.8799 46.1614 62.8581 46.2636C62.8168 46.4678 62.8168 46.677 62.8581 46.8814C62.8799 46.9811 62.9092 47.0807 62.9481 47.1756C62.9894 47.2729 63.0381 47.3629 63.0939 47.4503C63.1524 47.5354 63.218 47.6158 63.2911 47.6887C63.3641 47.7618 63.4443 47.8298 63.5317 47.8858C63.6169 47.9442 63.7093 47.9927 63.8041 48.0317C63.8992 48.0706 63.9987 48.1022 64.0984 48.1217C64.2006 48.1412 64.3052 48.1533 64.4074 48.1533C64.5118 48.1533 64.6163 48.1412 64.7184 48.1217C64.8182 48.1022 64.918 48.0706 65.0127 48.0317C65.1077 47.9928 65.2001 47.9442 65.2851 47.8858C65.3727 47.8275 65.4531 47.7618 65.526 47.6887C65.5989 47.6158 65.6646 47.5355 65.7231 47.4503C65.779 47.3628 65.8276 47.2728 65.8689 47.1756C65.9078 47.0807 65.9371 46.9811 65.9589 46.8814C65.9784 46.7791 65.9882 46.6746 65.9882 46.5724C65.9882 46.4678 65.9784 46.3658 65.9589 46.2636C65.9371 46.1614 65.9078 46.0616 65.8689 45.9668C65.8276 45.872 65.779 45.7795 65.7231 45.6945C65.6647 45.6068 65.5989 45.5267 65.526 45.4537C65.4531 45.3808 65.3727 45.3152 65.2851 45.2566C65.2001 45.2006 65.1077 45.1521 65.0127 45.1132C64.974 45.0963 64.934 45.0827 64.8939 45.0697L64.8939 34.0473C64.934 34.0343 64.9739 34.0207 65.0127 34.0038C65.1077 33.965 65.2001 33.9163 65.2851 33.8604C65.3727 33.8019 65.4531 33.7363 65.526 33.6633C65.8202 33.3691 65.9881 32.9604 65.9881 32.5446C65.9881 32.1287 65.8202 31.7226 65.526 31.4283C65.4531 31.3554 65.3727 31.2872 65.2851 31.2312C65.2001 31.173 65.1077 31.1243 65.0127 31.0853C64.918 31.0465 64.8182 31.0148 64.7184 30.9954C64.6162 30.9735 64.5118 30.9637 64.4074 30.9637C63.9916 30.9637 63.5853 31.134 63.2911 31.4283C63.2179 31.501 63.1524 31.5812 63.0939 31.6665Z\" fill=\"#34B3B5\"/>\\n<path d=\"M35.8214 49.1503C35.9553 48.9096 36.0161 48.6494 36.0161 48.3915C36.0161 47.8321 35.7218 47.2923 35.199 47.0028C35.1094 46.9537 35.0169 46.9149 34.9233 46.8846L34.9233 32.2322C35.017 32.2019 35.1094 32.1631 35.199 32.114C35.7218 31.8245 36.0185 31.2848 36.0185 30.7253C36.0185 30.4675 35.9553 30.2072 35.8214 29.9666C35.4007 29.2004 34.4376 28.9233 33.674 29.3439C32.9078 29.7647 32.6306 30.7253 33.0514 31.4913C33.2534 31.8581 33.5806 32.1117 33.9503 32.2313L33.9503 46.8859C33.5806 47.0058 33.2534 47.26 33.0514 47.6279C32.6306 48.3916 32.9078 49.3522 33.674 49.7731C34.4376 50.1962 35.4007 49.9164 35.8214 49.1503Z\" fill=\"#34B3B5\"/>\\n<path d=\"M30.7216 45.6871C31.0645 45.3734 31.2395 44.9453 31.2395 44.5149C31.2395 44.1355 31.1058 43.7561 30.831 43.4546C30.6384 43.242 30.4006 43.0955 30.1456 43.0133L30.1456 36.1055C30.4002 36.0234 30.6379 35.8769 30.831 35.6647C31.1057 35.3607 31.2395 34.9813 31.2395 34.6019C31.2395 34.1714 31.0645 33.7434 30.7216 33.4322C30.0746 32.8435 29.075 32.8945 28.4889 33.5391C27.9029 34.186 27.9514 35.1855 28.5959 35.7716C28.7679 35.9282 28.9653 36.0382 29.1729 36.1054L29.1729 43.0132C28.966 43.08 28.7694 43.1895 28.5984 43.3451C27.9514 43.9313 27.9029 44.9308 28.4889 45.5777C29.075 46.2245 30.0746 46.2733 30.7216 45.6871Z\" fill=\"#34B3B5\"/>\\n<path d=\"M20.6259 33.9671C20.0643 34.6359 20.1542 35.633 20.8255 36.1924C20.9852 36.326 21.1638 36.4215 21.3506 36.482L21.3506 42.6343C21.1632 42.6948 20.9836 42.7905 20.823 42.9242C20.1542 43.4836 20.0643 44.4807 20.6235 45.1495C21.1828 45.8208 22.18 45.9107 22.8512 45.3514C23.2258 45.0377 23.4178 44.5877 23.4178 44.1378C23.4178 43.7804 23.2987 43.4204 23.0506 43.1236C22.8521 42.8863 22.5981 42.7234 22.3234 42.635L22.3234 36.4816C22.5981 36.3933 22.8522 36.2303 23.0506 35.993C23.2987 35.6963 23.4178 35.3388 23.4178 34.9813C23.4178 34.529 23.2258 34.0791 22.8512 33.7653L22.8512 33.7677C22.1825 33.2059 21.1853 33.2959 20.6259 33.9671Z\" fill=\"#34B3B5\"/>\\n<path d=\"M24.6439 40.536C25.1596 41.2387 26.1494 41.3921 26.8522 40.8765C27.2753 40.5652 27.4992 40.086 27.4992 39.5996C27.4992 39.2737 27.3994 38.9479 27.1926 38.6657C26.6771 37.9629 25.6872 37.8098 24.9844 38.3253C24.279 38.8409 24.1283 39.8307 24.6439 40.536Z\" fill=\"#34B3B5\"/>\\n<path d=\"M56.333 39.5924C56.333 39.1059 56.1092 38.6269 55.686 38.318C54.9807 37.8 53.9933 37.9533 53.4753 38.6585L53.4776 38.6585C52.9596 39.3613 53.1128 40.3512 53.8157 40.8668C54.521 41.3824 55.5084 41.2317 56.0264 40.5264C56.2332 40.2443 56.333 39.9183 56.333 39.5924Z\" fill=\"#34B3B5\"/>\\n<path d=\"M38.7544 29.1297C38.7505 29.8371 39.2087 30.436 39.8453 30.6428L39.8453 48.4754C39.2297 48.677 38.776 49.2457 38.7569 49.9285C38.7302 50.8018 39.416 51.5313 40.289 51.558C41.1621 51.5824 41.8893 50.8965 41.916 50.0234C41.916 50.0088 41.916 49.9918 41.916 49.9772C41.916 49.2764 41.4575 48.6773 40.8181 48.472L40.8181 30.6441C41.4514 30.4409 41.9121 29.8505 41.916 29.1491C41.916 29.1468 41.916 29.1419 41.916 29.1394C41.916 28.2712 41.2155 27.5634 40.3449 27.5586C39.4719 27.5538 38.7593 28.2568 38.7544 29.1297Z\" fill=\"#34B3B5\"/>\\n<path d=\"M44.8491 29.9688C44.4285 30.7325 44.7081 31.6957 45.4718 32.1163C45.5616 32.1658 45.6545 32.2049 45.7486 32.2354L45.7486 46.8812C45.6545 46.9118 45.5616 46.9509 45.4718 47.0004C44.7057 47.421 44.4285 48.3842 44.8518 49.1478C45.2724 49.9115 46.233 50.1912 46.9992 49.7704C47.5195 49.4811 47.8163 48.9411 47.8163 48.3842C47.8163 48.1239 47.753 47.8638 47.6193 47.6205C47.4175 47.2545 47.0907 47.0015 46.7215 46.8824L46.7215 32.2343C47.0908 32.1151 47.4176 31.8623 47.6193 31.4962C47.753 31.2531 47.8163 30.9905 47.8163 30.7326C47.8163 30.1758 47.5195 29.6358 46.9967 29.3489C46.2329 28.9255 45.2724 29.2052 44.8491 29.9688Z\" fill=\"#34B3B5\"/>\\n<path d=\"M49.9492 33.4394C49.3022 34.0255 49.2536 35.0251 49.8397 35.6719C50.0325 35.8847 50.2703 36.0314 50.5252 36.1134L50.5252 43.0033C50.2703 43.0854 50.0325 43.2321 49.8397 43.4448C49.2536 44.0917 49.3022 45.0912 49.9492 45.6799C50.5961 46.2658 51.5956 46.2148 52.1817 45.5681C52.4566 45.2663 52.5928 44.887 52.5928 44.5076C52.5928 44.0772 52.4176 43.6491 52.0723 43.3354C51.901 43.1801 51.7045 43.0707 51.4979 43.0039L51.4979 36.1131C51.7045 36.0463 51.9009 35.9369 52.0723 35.7816C52.4176 35.4678 52.5928 35.0398 52.5928 34.6093C52.5928 34.23 52.4566 33.8505 52.1817 33.5491C51.5956 32.9019 50.596 32.8532 49.9492 33.4394Z\" fill=\"#34B3B5\"/>\\n<path d=\"M57.6196 43.1311C57.0602 43.8023 57.1501 44.7995 57.8215 45.3564C58.4904 45.9157 59.4873 45.8258 60.0468 45.1569C60.2924 44.8602 60.414 44.5004 60.414 44.1453C60.414 43.6905 60.2196 43.243 59.8449 42.9292C59.6848 42.7959 59.5062 42.7005 59.3197 42.6401L59.3197 36.4768C59.5062 36.4163 59.6849 36.321 59.8449 36.1877C60.2196 35.8739 60.414 35.4265 60.414 34.9717C60.414 34.6166 60.2924 34.2566 60.0468 33.9601C59.4873 33.2912 58.4904 33.2012 57.8191 33.7582L57.8191 33.7604C57.1502 34.3199 57.0603 35.3171 57.6197 35.9858C57.8184 36.2243 58.0724 36.3878 58.347 36.4766L58.347 42.6405C58.0724 42.729 57.8184 42.8925 57.6196 43.1311Z\" fill=\"#34B3B5\"/>\\n<path d=\"M16.859 48.0316C16.9539 47.9927 17.0462 47.9441 17.1314 47.8857C17.2189 47.8296 17.2992 47.7616 17.3721 47.6885C17.4451 47.6181 17.5109 47.5354 17.5692 47.4502C17.6252 47.3627 17.6739 47.2727 17.7151 47.1755C17.754 47.0805 17.7856 46.9809 17.8051 46.8812C17.8245 46.779 17.8367 46.6745 17.8367 46.5723C17.8367 46.4677 17.8245 46.3657 17.8051 46.2634C17.7856 46.1612 17.754 46.0615 17.7151 45.9667C17.6738 45.8719 17.6251 45.7794 17.5692 45.6944C17.5109 45.6066 17.4453 45.5265 17.3721 45.4535C17.2992 45.3806 17.2189 45.315 17.1314 45.2565C17.0463 45.2005 16.9539 45.152 16.859 45.1131C16.8208 45.0965 16.7815 45.0832 16.7421 45.0703L16.7421 34.0462C16.7815 34.0334 16.8208 34.0201 16.859 34.0034C16.9539 33.9646 17.0462 33.9159 17.1314 33.86C17.2189 33.8016 17.2992 33.736 17.3721 33.663C17.4451 33.5901 17.5109 33.5099 17.5692 33.4222C17.6252 33.3371 17.6739 33.2447 17.7151 33.1498C17.754 33.055 17.7856 32.9553 17.8051 32.8531C17.8245 32.7509 17.8367 32.6489 17.8367 32.5442C17.8367 32.1284 17.6664 31.7222 17.3721 31.428C17.2992 31.3551 17.2189 31.2894 17.1314 31.2309C17.0463 31.1727 16.9539 31.1239 16.859 31.0849C16.764 31.0461 16.6644 31.0144 16.5647 30.995C16.4625 30.9755 16.3579 30.9633 16.2559 30.9633C16.1513 30.9633 16.0468 30.9755 15.9445 30.995C15.8449 31.0144 15.7451 31.0461 15.6503 31.0849C15.5555 31.1238 15.4631 31.1727 15.3781 31.2309C15.2905 31.2893 15.2102 31.3551 15.1372 31.428C14.7701 31.7928 14.6022 32.3399 14.7044 32.8531C14.7262 32.9553 14.7554 33.055 14.7943 33.1498C14.8357 33.2447 14.8843 33.3371 14.9402 33.4222C14.9986 33.5099 15.0643 33.5901 15.1372 33.663C15.2102 33.736 15.2905 33.8015 15.3781 33.86C15.4631 33.916 15.5556 33.9646 15.6503 34.0034C15.6892 34.0203 15.7293 34.034 15.7694 34.047L15.7694 45.0694C15.7292 45.0825 15.6892 45.0961 15.6503 45.113C15.5555 45.1519 15.4631 45.2005 15.3781 45.2564C15.2905 45.3148 15.2102 45.3805 15.1372 45.4534C15.0643 45.5264 14.9987 45.6065 14.9402 45.6943C14.8843 45.7793 14.8357 45.8718 14.7943 45.9666C14.7555 46.0614 14.7263 46.1611 14.7044 46.2633C14.663 46.4676 14.663 46.6768 14.7044 46.8811C14.7262 46.9808 14.7554 47.0804 14.7943 47.1753C14.8357 47.2727 14.8843 47.3627 14.9402 47.4501C14.9986 47.5352 15.0643 47.6179 15.1372 47.6884C15.2102 47.7615 15.2905 47.8295 15.3781 47.8855C15.4631 47.944 15.5556 47.9924 15.6503 48.0315C15.7452 48.0704 15.8449 48.102 15.9445 48.1215C16.0468 48.141 16.1514 48.1531 16.2559 48.1531C16.358 48.1531 16.4626 48.141 16.5647 48.1215C16.6644 48.1021 16.7642 48.0705 16.859 48.0316Z\" fill=\"#34B3B5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nfns66\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1woks0b\",\"data-styles-preset\":\"rMBscwPxx\",children:\"Products\"})}),className:\"framer-odmi3q\",\"data-framer-name\":\"Products\",fonts:[\"Inter\"],name:\"Products\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gmod2p\",\"data-styles-preset\":\"kn7ysav4i\",children:\"Pando leverages AI and its unique screening platform to engineer enzymes with supreme properties. We currently offer several proprietary engineered enzymes for molecular biology applications.\"})}),className:\"framer-t085qj\",\"data-framer-name\":\"Pando leverages AI and its unique screening platform to engineer enzymes with supreme properties. We currently offer several proprietary engineered enzymes for molecular biology applications.\",fonts:[\"Inter\"],name:\"Pando leverages AI and its unique screening platform to engineer enzymes with supreme properties. We currently offer several proprietary engineered enzymes for molecular biology applications.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"u9LJGLQQe\"},nodeId:\"YyWMD4QSi\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1ln2m1p framer-lux5qc\",\"data-framer-name\":\"Button/Large\",name:\"Button/Large\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTYwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Learn More\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTYwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Learn More\"})}),className:\"framer-vevdky\",\"data-framer-name\":\"Label\",fonts:[\"GF;Barlow-600\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-188a7ni\",\"data-border\":true,\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1meacon\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-841cvx\",\"data-framer-name\":\"Icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:80,intrinsicWidth:80,name:\"Icons\",svg:'<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"80\" height=\"80\" rx=\"40\" fill=\"#EBF7F8\"/>\\n<path d=\"M28.7652 46.2475C28.2681 46.6458 27.6956 46.9395 27.0821 47.1109C26.4686 47.2823 25.8267 47.3279 25.1952 47.245C24.0331 47.067 22.9754 46.4727 22.2188 45.5729C21.4623 44.6731 21.0585 43.529 21.0827 42.3537V30.2962C21.7769 30.6307 22.5347 30.8127 23.3052 30.83C23.5605 30.8284 23.8151 30.8049 24.0664 30.76C24.7943 30.6227 25.4821 30.3237 26.0789 29.885C26.4852 29.5842 26.9372 29.3507 27.4177 29.1937C28.4612 28.9382 29.5591 29.0241 30.5502 29.4387V33.4287C30.5502 33.6608 30.6424 33.8833 30.8065 34.0474C30.9706 34.2115 31.1931 34.3037 31.4252 34.3037C31.6572 34.3037 31.8798 34.2115 32.0439 34.0474C32.208 33.8833 32.3002 33.6608 32.3002 33.4287V28.8087V20.9337H32.5189C33.2076 20.9338 33.8687 20.6632 34.3598 20.1804C34.8508 19.6975 35.1324 19.041 35.1439 18.3525V18.125C35.1324 17.4364 34.8508 16.7799 34.3598 16.297C33.8687 15.8142 33.2076 15.5436 32.5189 15.5437H19.1052C18.4241 15.555 17.7741 15.8305 17.2924 16.3122C16.8108 16.7938 16.5352 17.4439 16.5239 18.125V18.3787C16.5352 19.0598 16.8108 19.7098 17.2924 20.1915C17.7741 20.6731 18.4241 20.9487 19.1052 20.96H19.3327V42.3975C19.3058 43.9993 19.8642 45.556 20.9032 46.7755C21.9423 47.995 23.3906 48.7935 24.9764 49.0212C25.2667 49.0576 25.5589 49.0751 25.8514 49.0737C27.3235 49.081 28.7524 48.5769 29.8939 47.6475C29.9955 47.5802 30.0819 47.4925 30.1476 47.3899C30.2133 47.2873 30.2568 47.1722 30.2755 47.0518C30.2941 46.9314 30.2874 46.8085 30.2558 46.6908C30.2242 46.5732 30.1683 46.4635 30.0919 46.3687C30.0154 46.2738 29.92 46.196 29.8117 46.1402C29.7035 46.0844 29.5847 46.0518 29.4631 46.0445C29.3416 46.0372 29.2198 46.0554 29.1056 46.0979C28.9915 46.1404 28.8874 46.2062 28.8002 46.2912L28.7652 46.2475ZM30.5152 27.5575C29.3365 27.1862 28.076 27.1619 26.8839 27.4875C26.2537 27.701 25.6604 28.0109 25.1252 28.4062C24.7302 28.7113 24.2733 28.9264 23.7864 29.0362C22.832 29.1349 21.8748 28.8762 21.1002 28.31V20.9162H30.5502L30.5152 27.5575ZM19.1052 19.1662C18.8881 19.1556 18.6828 19.0646 18.5292 18.911C18.3755 18.7573 18.2845 18.552 18.2739 18.335V18.125C18.2736 17.9003 18.3598 17.6841 18.5146 17.5212C18.6693 17.3583 18.8808 17.2612 19.1052 17.25H32.5189C32.751 17.25 32.9735 17.3421 33.1376 17.5062C33.3017 17.6703 33.3939 17.8929 33.3939 18.125V18.3787C33.3827 18.6031 33.2856 18.8146 33.1227 18.9693C32.9598 19.1241 32.7436 19.2102 32.5189 19.21L19.1052 19.1662Z\" fill=\"#34B3B5\"/>\\n<path d=\"M63.2487 49.835C62.979 49.2394 62.4854 48.7741 61.875 48.54L50.9462 44.5413C50.3185 44.3096 49.6272 44.3181 49.0054 44.5653C48.3836 44.8124 47.875 45.2806 47.5775 45.88L46.9912 45.6175C46.9181 45.587 46.8526 45.5405 46.7996 45.4814C46.7466 45.4224 46.7075 45.3523 46.685 45.2763L44.305 37.5063C44.2377 37.2835 44.0847 37.0966 43.8795 36.9866C43.6744 36.8767 43.434 36.8527 43.2112 36.92C42.9885 36.9873 42.8015 37.1403 42.6916 37.3455C42.5817 37.5506 42.5577 37.791 42.625 38.0138L45.0137 45.7925C45.11 46.1039 45.2714 46.3913 45.4871 46.6357C45.7028 46.8801 45.9679 47.0758 46.265 47.21L46.9387 47.5163L44.06 55.3913L43.0187 54.9538C42.233 54.6026 41.5091 54.1269 40.875 53.545L38.1625 51.165C37.3524 50.4502 36.6324 49.6392 36.0187 48.75L29.3512 38.9413C29.2374 38.7781 29.192 38.5768 29.2247 38.3806C29.2574 38.1843 29.3657 38.0087 29.5262 37.8913C29.6745 37.7874 29.8543 37.7385 30.0348 37.7529C30.2152 37.7672 30.385 37.844 30.515 37.97L33.875 41.3475C34.0955 41.5738 34.3605 41.7519 34.6533 41.8705C34.9461 41.9891 35.2603 42.0457 35.5761 42.0366C35.8919 42.0276 36.2024 41.9531 36.4879 41.8179C36.7735 41.6827 37.0278 41.4898 37.235 41.2513C38.3658 39.9893 39.0807 38.4099 39.2825 36.7275C39.3952 35.786 39.2437 34.8316 38.845 33.9713L36.9462 29.8238C36.8285 29.5828 36.6456 29.3796 36.4182 29.2373C36.1909 29.0951 35.9282 29.0193 35.66 29.0188H35.31C35.1233 28.9987 34.9506 28.9102 34.8251 28.7705C34.6996 28.6308 34.6302 28.4497 34.6302 28.2619C34.6302 28.0741 34.6996 27.8929 34.8251 27.7532C34.9506 27.6135 35.1233 27.5251 35.31 27.505H36.5437C36.9434 27.5039 37.3366 27.6065 37.6847 27.8028C38.0328 27.9992 38.3241 28.2824 38.53 28.625L40.455 31.705C40.766 32.2195 41.0156 32.7686 41.1987 33.3413L41.3037 33.6738C41.3875 33.876 41.5441 34.0396 41.7425 34.1321C41.941 34.2246 42.1669 34.2393 42.3757 34.1734C42.5844 34.1075 42.7609 33.9656 42.8703 33.7759C42.9796 33.5863 43.0138 33.3625 42.9662 33.1488L42.8612 32.8163C42.6379 32.105 42.3294 31.4234 41.9425 30.7863L40 27.6713C39.6362 27.0846 39.1286 26.6006 38.5252 26.2652C37.9218 25.9299 37.2428 25.7542 36.5525 25.755H35.3362C34.697 25.7928 34.0963 26.0734 33.6571 26.5393C33.2178 27.0053 32.9732 27.6215 32.9732 28.2619C32.9732 28.9023 33.2178 29.5184 33.6571 29.9844C34.0963 30.4504 34.697 30.731 35.3362 30.7688H35.485L37.2787 34.75C37.5338 35.2959 37.6366 35.9005 37.5762 36.5C37.4113 37.8267 36.8468 39.0718 35.9575 40.07C35.8489 40.189 35.6983 40.2612 35.5375 40.2713C35.4626 40.2761 35.3876 40.2627 35.3191 40.2323C35.2505 40.2018 35.1903 40.1551 35.1437 40.0963L31.7575 36.71C31.3169 36.3087 30.7528 36.0693 30.1581 36.0311C29.5633 35.993 28.9733 36.1583 28.485 36.5C27.9626 36.8869 27.6099 37.4607 27.5007 38.1015C27.3914 38.7424 27.5341 39.4006 27.8987 39.9388L34.5662 49.7213C35.2603 50.7395 36.0773 51.6681 36.9987 52.4863L39.6675 54.875C40.4589 55.5799 41.3604 56.1504 42.3362 56.5638L43.4737 57.045C43.2802 57.7078 43.3449 58.4194 43.6551 59.0364C43.9652 59.6534 44.4976 60.1299 45.145 60.37L56.0387 64.36C56.3183 64.4658 56.6149 64.5192 56.9137 64.5175C57.4263 64.5119 57.9249 64.3497 58.3425 64.0525C58.7601 63.7553 59.0768 63.3374 59.25 62.855L63.3275 51.7513C63.5558 51.1272 63.5275 50.4382 63.2487 49.835ZM61.6825 51.1475L57.605 62.2513C57.5776 62.3511 57.5296 62.444 57.4642 62.5243C57.3988 62.6045 57.3174 62.6701 57.2252 62.7171C57.1329 62.764 57.0319 62.7912 56.9285 62.7969C56.8252 62.8025 56.7218 62.7866 56.625 62.75L45.7487 58.7075C45.5049 58.6168 45.3067 58.4337 45.1969 58.1979C45.0872 57.962 45.0748 57.6924 45.1625 57.4475L48.8462 47.3938L49.0737 46.7725C49.122 46.6462 49.1959 46.5312 49.2908 46.4348C49.3857 46.3385 49.4994 46.2628 49.625 46.2125C49.754 46.1534 49.8944 46.1235 50.0362 46.125C50.1528 46.124 50.2685 46.1448 50.3775 46.1863L61.2712 50.1763C61.4569 50.2489 61.6071 50.3907 61.6903 50.5718C61.7736 50.753 61.7833 50.9593 61.7175 51.1475H61.6825Z\" fill=\"#34B3B5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wp57u2\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1woks0b\",\"data-styles-preset\":\"rMBscwPxx\",children:\"Services\"})}),className:\"framer-fifby3\",\"data-framer-name\":\"Custom Services\",fonts:[\"Inter\"],name:\"Custom Services\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gmod2p\",\"data-styles-preset\":\"kn7ysav4i\",children:\"Pando utilizes its advanced technology and innovative platform to deliver tailored enzyme solutions, helping clients cut costs, improve efficiency, and boost profitability.\"})}),className:\"framer-1bivh8f\",\"data-framer-name\":\"We leverage our cutting-edge platform and technology to help you reduce costs, increase efficiency, and maximize profitability.\",fonts:[\"Inter\"],name:\"We leverage our cutting-edge platform and technology to help you reduce costs, increase efficiency, and maximize profitability.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a8eD_9GNY\"},nodeId:\"xuSTAY1rv\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-k349dv framer-lux5qc\",\"data-framer-name\":\"Button/Large\",name:\"Button/Large\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTYwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Learn More\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTYwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Learn More\"})}),className:\"framer-1kz7tz2\",\"data-framer-name\":\"Label\",fonts:[\"GF;Barlow-600\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k1tlyu\",\"data-framer-name\":\"Bar Chart\",name:\"Bar Chart\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ia2gbo\",\"data-framer-name\":\"heading\",name:\"heading\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nxgrup\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Internal data fine-tuned AI model\"})})},RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Internal data fine-tuned AI model\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmFybG93LTcwMA==\",\"--framer-font-family\":'\"Barlow\", \"Barlow Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"34px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(100, 116, 138)\"},children:\"Internal data fine-tuned AI model\"})}),className:\"framer-132hkae\",\"data-framer-name\":\"Internal data fine-tuned AI model\",fonts:[\"GF;Barlow-700\"],name:\"Internal data fine-tuned AI model\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8y20s9\",\"data-framer-name\":\"Logo\",name:\"Logo\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1irwmj1\",\"data-framer-name\":\"Group 1\",name:\"Group 1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rjfano\",\"data-framer-name\":\"g12\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:59,name:\"g12\",svg:'<svg width=\"59\" height=\"33\" viewBox=\"0 0 59 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.05284 22.9863C4.94466 23.2345 4.67808 23.3447 4.55374 23.5789C4.45751 23.7595 4.35179 23.9405 4.21832 24.0937C4.0852 24.247 4.08239 24.4023 4.10874 24.611C4.5123 24.0965 4.70056 23.4951 5.05284 22.9863ZM2.63603 28.1625C2.61003 28.1667 2.56437 28.1639 2.56016 28.1758C2.49694 28.3539 2.30411 28.4563 2.28058 28.6576C2.2718 28.7327 2.21876 28.8091 2.16362 28.8263C1.96763 28.8887 2.06492 29.036 2.03437 29.1535C2.18505 29.1346 2.21455 29.0038 2.26372 28.9199C2.40597 28.6773 2.58791 28.4504 2.63322 28.1596C2.77055 28.0215 2.83939 27.8503 2.91561 27.6203C2.701 27.7855 2.67852 27.9787 2.63603 28.1625ZM3.49303 25.9205C3.55414 25.9257 3.54361 25.8658 3.56573 25.8339C3.6423 25.7251 3.72625 25.6213 3.80176 25.5119C3.83442 25.4646 3.85444 25.3678 3.7842 25.3766C3.49478 25.412 3.70868 25.2843 3.73608 25.2345C3.84004 25.0459 3.91907 24.8418 4.07958 24.6962C4.05781 24.6541 4.04165 24.6762 4.02268 24.6804C3.81089 24.7281 3.78771 24.7138 3.62053 24.9936C3.35148 25.4439 3.03432 25.8616 2.75439 26.3192C2.73437 26.1754 2.79689 26.0615 2.86046 25.9605C3.20959 25.4046 3.57135 24.8568 3.92118 24.3017C4.07326 24.0608 4.20357 23.8062 4.35144 23.5624C4.3978 23.4863 4.37602 23.5137 4.41395 23.4116C4.41395 23.4116 4.41536 23.4067 4.42238 23.379C4.4273 23.359 4.44451 23.3366 4.46875 23.3282C4.51792 23.2331 4.56042 23.2202 4.57412 23.1967C4.75957 22.8754 5.00191 22.7681 5.07602 22.4339C5.1547 22.0787 5.46168 21.8784 5.5105 21.5368C5.52314 21.4495 5.59058 21.3731 5.66398 21.317C5.8403 21.1823 5.9404 20.9978 6.01592 20.7965C6.2256 20.2368 6.57016 19.7536 6.89224 19.2574C7.08998 18.953 7.2814 18.6443 7.47352 18.3361C7.58873 18.1513 7.7387 18.0005 7.88903 17.843C8.05305 17.6712 8.13243 17.4208 8.25852 17.2107C8.41588 16.948 8.59465 16.6984 8.74322 16.4311C8.93816 16.0811 9.16329 15.7508 9.37263 15.4103C9.27323 15.1718 9.53068 15.0501 9.56721 14.8397C9.60479 14.6244 9.78848 14.4059 9.9648 14.254C10.074 14.1597 10.1499 14.0485 10.2324 13.9447C10.4151 13.7143 10.5686 13.4604 10.7354 13.217C10.7624 13.1774 10.8141 13.1487 10.7856 13.0887C10.7351 12.9838 10.8215 12.9098 10.8769 12.8804C11.062 12.7829 11.1825 12.6475 11.2405 12.4476C11.2528 12.4059 11.3195 12.3477 11.355 12.387C11.4723 12.5178 11.5236 12.3754 11.5197 12.3301C11.5018 12.1313 11.768 11.9724 11.5906 11.7462C11.5608 11.708 11.6412 11.5793 11.7241 11.5246C11.9696 11.3626 12.1372 11.135 12.2678 10.8765C12.2836 10.8446 12.3043 10.8155 12.3219 10.7847C12.4276 10.5967 12.5734 10.4427 12.6647 10.2323C12.7515 10.0324 12.9453 9.79956 13.2281 9.74591C13.2874 9.73468 13.3205 9.67542 13.3398 9.62352C13.4083 9.43765 13.6113 9.32437 13.6067 9.09152C13.6053 9.02524 13.7152 8.94808 13.7862 8.89092C14.07 8.66227 14.28 8.37505 14.4672 8.06715C14.4992 8.01419 14.5522 7.97422 14.5954 7.92793C14.856 7.64632 15.0963 7.34823 15.3197 7.03576C15.3488 6.99473 15.3927 6.77555 15.5255 6.99088C15.5624 7.05049 15.6038 6.86743 15.7201 6.88812C15.5747 6.83096 15.5413 6.78537 15.6417 6.64264C15.7998 6.4182 16.0523 6.29335 16.1932 6.05558C16.3867 5.72979 16.727 5.54007 16.9683 5.25461C17.0765 5.1266 17.3034 5.12766 17.3951 4.95687C17.5015 4.75873 17.7389 4.66194 17.7828 4.40839C17.8162 4.2141 18.2149 3.94021 18.4284 3.92794C18.4923 3.92443 18.5629 3.94127 18.591 3.86236C18.617 3.78942 18.552 3.7817 18.5113 3.74418C18.4288 3.66738 18.5271 3.62565 18.5805 3.61372C18.8509 3.55481 19.0283 3.36543 19.218 3.18833C19.2531 3.15537 19.2903 3.02807 19.3746 3.14976C19.3809 3.15888 19.4083 3.16589 19.4108 3.16273C19.5467 2.98002 19.8404 3.07155 19.9559 2.82607C20.0679 2.58725 20.3008 2.47257 20.5467 2.38209C20.7778 2.29758 20.9481 2.10645 21.1743 2.00159C21.5839 1.81152 21.9825 1.5969 22.3805 1.38333C22.6158 1.25708 22.9421 1.21394 23.2427 1.28022C23.28 1.28829 23.3119 1.34545 23.3642 1.26795C23.5539 0.986694 23.8581 0.903229 24.1689 0.839754C24.1524 0.896566 24.1622 0.947415 24.2304 0.943207C24.2982 0.938999 24.4063 0.952676 24.4218 0.884992C24.4632 0.704386 24.6259 0.705791 24.7351 0.687555C25.1271 0.621625 25.4902 0.456449 25.8798 0.385259C26.0269 0.358607 26.1737 0.3302 26.3163 0.26392C26.4087 0.221135 26.539 0.160465 26.6612 0.29478C26.7052 0.342474 26.8794 0.29899 26.9812 0.262518C27.4603 0.0899776 27.9597 0.140477 28.4451 0.160817C28.7718 0.174845 29.1188 0.275844 29.4279 0.214473C29.771 0.146088 30.0963 0.209561 30.4282 0.188169C30.4851 0.184662 30.5511 0.171689 30.5982 0.193783C30.9923 0.378597 31.4422 0.250945 31.8342 0.413315C32.0611 0.5073 32.3122 0.469074 32.5317 0.579893C32.557 0.592518 32.6845 0.662304 32.6076 0.51817C32.6417 0.517118 32.6922 0.500286 32.708 0.516768C32.9346 0.752783 33.256 0.803983 33.5387 0.903579C33.9503 1.04877 34.3462 1.21499 34.7125 1.4468C35.0156 1.63898 35.3524 1.74384 35.6854 1.85781C35.8979 1.9304 35.9994 2.12434 36.1712 2.24357C36.6099 2.54797 37.037 2.87341 37.4412 3.22235C37.7658 3.5029 38.0562 3.82449 38.3495 4.13906C38.4552 4.25233 38.5476 4.37683 38.6624 4.48449C38.8342 4.64546 38.942 4.85201 39.0239 5.07225C39.0776 5.21743 39.2128 5.3272 39.3249 5.37489C39.5075 5.4531 39.5721 5.56953 39.6055 5.73751C39.615 5.7852 39.6245 5.835 39.6452 5.87848C39.7474 6.09276 39.8644 6.29826 39.9852 6.50307C40.2665 6.98106 40.4867 7.48991 40.689 8.00648C40.8313 8.3698 41.0006 8.72364 41.126 9.09257C41.2419 9.43414 41.2988 9.7957 41.4143 10.1373C41.4776 10.3245 41.5043 10.5073 41.5057 10.6994C41.5067 10.8485 41.5187 11.0059 41.6114 11.1213C41.6936 11.2234 41.5457 11.2588 41.5871 11.358C41.6669 11.5509 41.7427 11.7617 41.7459 11.9661C41.7526 12.3782 41.8857 12.7776 41.8442 13.1925C41.8312 13.3191 41.8513 13.4489 41.8449 13.5765C41.8414 13.6487 41.9475 13.7971 41.7364 13.7585C41.7097 13.7536 41.7083 13.8269 41.7287 13.8679C41.7789 13.9693 41.7831 14.0892 41.7515 14.1825C41.6072 14.6079 41.6318 15.0515 41.577 15.4864C41.5113 16.0064 41.3891 16.5216 41.2587 17.0308C41.1428 17.4839 40.9395 17.9096 40.7618 18.3427C40.6982 18.4981 40.656 18.6619 40.6037 18.8218C40.5907 18.8614 40.5851 18.907 40.5616 18.9386C40.2458 19.3654 40.0642 19.8693 39.7607 20.3066C39.5697 20.5816 39.3477 20.832 39.1679 21.1122C39.0769 21.2531 38.9617 21.3948 38.968 21.5821C38.9684 21.5937 38.9596 21.615 38.9526 21.6165C38.588 21.6831 38.5887 22.1418 38.267 22.253C37.9768 22.766 37.4999 23.1153 37.116 23.546C36.8859 23.8041 36.5709 23.9741 36.2569 24.1281C36.0015 24.2533 35.7648 24.4146 35.5284 24.5672C35.2597 24.7411 34.9643 24.8463 34.6816 24.9764C33.982 25.2984 33.2616 25.5828 32.4836 25.6501C32.2181 25.6729 31.9719 25.7883 31.7151 25.7977C31.0084 25.8237 30.3021 25.8854 29.5979 25.6967C29.2017 25.5905 28.788 25.5424 28.3858 25.4435C27.9935 25.3475 27.6531 25.1858 27.349 24.9119C27.0936 24.6822 26.7642 24.5475 26.473 24.362C25.6648 23.8468 25.1309 23.1097 24.6803 22.2898C23.9778 21.0126 23.7081 19.6442 23.8247 18.2025C23.9122 17.123 24.2659 16.1309 24.9423 15.27C25.0516 15.1308 25.1829 15.0066 25.3129 14.8849C26.0666 14.179 27.2028 14.779 27.3806 15.6245C27.4522 15.9651 27.3272 16.2751 27.1618 16.5623C26.866 17.0764 26.7231 17.6389 26.6237 18.214C26.5573 18.5963 26.4874 18.9743 26.5088 19.3731C26.5446 20.031 26.788 20.5977 27.1294 21.1409C27.7237 22.086 28.5944 22.6706 29.6404 22.9831C30.1904 23.1476 30.7721 23.1662 31.3554 23.1213C31.9575 23.075 32.5398 22.9642 33.1049 22.759C34.1502 22.3789 35.0694 21.8051 35.834 20.9901C36.2611 20.5346 36.6822 20.0797 37.0082 19.5386C37.2287 19.1725 37.4451 18.8046 37.6502 18.4297C37.7145 18.3122 37.7626 18.166 37.9322 18.1432C37.9839 18.1362 37.9839 18.0783 37.9997 18.0422C38.1834 17.6116 38.3744 17.1869 38.516 16.7362C38.6168 16.4143 38.7193 16.0955 38.7847 15.7645C38.7956 15.7091 38.8219 15.654 38.8216 15.5989C38.8194 15.2079 38.9051 14.8239 38.9547 14.441C39.0204 13.9342 39.0263 13.431 38.9993 12.9302C38.9596 12.2028 38.9076 11.478 38.6934 10.7664C38.4932 10.1008 38.2891 9.44326 37.9835 8.81728C37.3218 7.46221 36.4585 6.26565 35.3012 5.28266C34.6482 4.72822 33.9338 4.28179 33.1481 3.95214C32.6641 3.74909 32.1524 3.62144 31.6396 3.50886C30.8096 3.32721 29.9635 3.25847 29.1178 3.25742C28.2702 3.25637 27.4224 3.3244 26.5889 3.5015C25.3206 3.77118 24.112 4.22252 22.9884 4.85306C21.7198 5.56497 20.5073 6.3691 19.4259 7.36051C19.0392 7.7147 18.6346 8.05452 18.2408 8.40416C17.335 9.20865 16.5563 10.1254 15.8704 11.1238C15.1644 12.152 14.417 13.1529 13.737 14.1979C12.2362 16.5048 10.7294 18.8078 9.21528 21.1055C8.00353 22.9445 6.78511 24.7786 5.58426 26.6247C5.1842 27.2398 4.78766 27.8574 4.36549 28.4574C3.70482 29.3962 3.11265 30.3781 2.49659 31.3453C2.4014 31.4947 2.31254 31.6508 2.16186 31.7556L2.16467 31.7588C2.14641 31.6827 2.18048 31.6178 2.21314 31.5554C2.46919 31.0651 2.701 30.5633 2.97953 30.0828C3.2124 29.6809 3.52394 29.3278 3.70025 28.8915C3.84215 28.5405 4.04797 28.2228 4.24607 27.9019C4.27346 27.8574 4.28224 27.8093 4.22851 27.7223C3.70482 28.652 3.03186 29.4579 2.51064 30.3785C2.48078 30.3434 2.46392 30.3311 2.46603 30.3255C2.57561 30.0351 2.54471 29.6978 2.7702 29.4456C2.95038 29.244 2.9581 28.9662 3.0698 28.7306C3.32303 28.1961 3.63247 27.6939 3.90502 27.1714C4.11225 26.7741 4.3402 26.388 4.55304 25.9934C4.60538 25.8966 4.67106 25.7981 4.65068 25.6764C4.6851 25.6869 4.69424 25.6655 4.69845 25.6385C4.7413 25.615 4.77678 25.5873 4.76132 25.5154C4.71847 25.5488 4.68581 25.5758 4.68897 25.6291C4.67632 25.6448 4.66333 25.6606 4.65068 25.6764C4.54742 25.7388 4.50317 25.8486 4.44838 25.9454C4.31947 26.174 4.10241 26.3441 3.9837 26.5598C3.89062 26.7281 3.76839 26.8526 3.65986 26.9975C3.61912 27.0515 3.64652 27.1283 3.61982 27.1991C3.46036 27.6203 3.12775 27.9296 2.91631 28.3175C2.77195 28.5833 2.57702 28.8193 2.46252 29.1069C2.4158 29.225 2.28515 29.3047 2.20647 29.4186C2.08214 29.5992 2.05017 29.8142 1.92373 29.999C1.70878 30.3122 1.45484 30.5917 1.23181 30.8964C1.11379 31.0578 0.891463 31.1458 0.886546 31.3927C0.885844 31.4165 0.818408 31.5466 0.732707 31.494C0.65368 31.4453 0.735868 31.3723 0.763264 31.3295C1.01861 30.9315 1.2311 30.5061 1.52719 30.1326C1.57109 30.0772 1.50541 29.9601 1.60938 29.8977C1.43306 29.8535 1.40567 29.912 1.33612 30.059C1.21986 30.3048 1.04671 30.537 0.856692 30.7463C0.821218 30.7853 0.66773 30.833 0.814193 30.9322C0.838428 30.9487 0.809276 30.9929 0.781177 30.9964C0.526886 31.0258 0.421166 31.218 0.333358 31.4172C0.293318 31.5077 0.244146 31.5848 0.183032 31.6715C0.121917 31.5571 0.187598 31.4835 0.230448 31.4063C0.575707 30.7825 1.00983 30.2129 1.36457 29.5978C1.52649 29.3173 1.77692 29.0543 1.78254 28.693C1.78324 28.638 1.83136 28.6089 1.85735 28.5675C2.09583 28.1877 2.37647 27.8325 2.472 27.3741C2.49764 27.251 2.61636 27.1367 2.7154 27.0423C2.85554 26.9084 3.00306 26.7814 3.03116 26.5801L3.49303 25.9205Z\" fill=\"#F9B355\"/>\\n<path d=\"M20.8022 13.9644C20.772 14.0086 20.7555 14.0248 20.7495 14.0444C20.7446 14.0605 20.7527 14.0802 20.7548 14.0984C20.7706 14.0851 20.7917 14.0742 20.8008 14.057C20.8082 14.0426 20.8022 14.0209 20.8022 13.9644ZM20.8781 13.761C20.8591 13.8357 20.8008 13.8662 20.8542 13.935C20.877 13.889 20.9209 13.8599 20.8781 13.761ZM46.5334 21.6789C46.5242 21.6621 46.513 21.639 46.4926 21.6579C46.4838 21.666 46.4926 21.6933 46.4933 21.7123C46.4593 21.8283 46.3918 21.9227 46.3205 22.0209C46.1129 22.306 46.0083 22.6661 45.6999 22.8773C45.5088 23.0081 45.5352 23.2644 45.369 23.4184C45.3065 23.4759 45.257 23.5671 45.185 23.6347C45.0452 23.7656 44.9163 23.8925 44.8236 24.0815C44.7459 24.2393 44.6466 24.4575 44.427 24.5294C44.3912 24.5409 44.3547 24.5813 44.3378 24.6174C44.2609 24.7829 44.1341 24.8927 43.9764 24.9772C43.8819 25.0277 43.7579 25.0757 43.877 25.2202C43.9086 25.2588 43.8721 25.296 43.8436 25.304C43.4773 25.4082 43.348 25.7585 43.137 26.011C42.9157 26.2758 42.6372 26.4722 42.4085 26.7243C42.327 26.8141 42.2979 26.9169 42.2431 27.013C42.1598 27.1585 42.1173 27.3601 41.8715 27.2963C41.8557 27.2925 41.8297 27.3072 41.8156 27.3205C41.5037 27.6221 41.0549 27.7729 40.8445 28.1811C40.7935 28.2804 40.638 28.1916 40.6425 28.3323C40.632 28.341 40.5923 28.3424 40.6344 28.3642C40.6358 28.3526 40.6376 28.341 40.639 28.3295C40.6436 28.3771 40.8357 28.3154 40.7096 28.4245C40.5094 28.5981 40.3675 28.8814 40.0293 28.8313C39.9994 28.8267 39.9548 28.8534 39.9552 28.8941C39.9555 28.9148 39.9819 28.9477 40.0026 28.9544C40.2017 29.0147 40.0595 29.0894 39.9952 29.0975C39.7332 29.1315 39.5822 29.3601 39.3588 29.4411C39.2028 29.4973 39.0665 29.6722 38.9816 29.6694C38.6883 29.6586 38.6001 29.8799 38.4565 30.0321C38.3325 30.1639 38.173 30.2095 38.0255 30.2905C37.5717 30.5399 37.1225 30.7959 36.6546 31.0203C36.36 31.1613 36.0533 31.3002 35.7474 31.3734C35.4422 31.4464 35.1921 31.6877 34.8563 31.6473C34.7928 31.6396 34.7468 31.707 34.6923 31.7347C34.5669 31.7985 34.4387 31.9037 34.2888 31.7676C34.2336 31.7175 34.1412 31.7536 34.1103 31.7908C33.933 32.0033 33.6748 32.0054 33.4398 32.065C33.0243 32.1706 32.6109 32.281 32.2014 32.409C32.0869 32.4448 31.959 32.4865 31.8189 32.3968C31.7441 32.3487 31.5962 32.3891 31.4902 32.4199C30.9798 32.569 30.4572 32.5178 29.9381 32.5283C29.7891 32.5314 29.6392 32.5128 29.4938 32.57C29.4014 32.6061 29.3122 32.5711 29.2289 32.5258C29.3034 32.5353 29.3786 32.5469 29.4439 32.4553C29.3519 32.4536 29.257 32.3785 29.2321 32.5293C28.7456 32.4967 28.2539 32.4974 27.7741 32.4224C27.2515 32.341 26.7208 32.2954 26.2115 32.1173C26.011 32.0468 25.7844 32.0149 25.5803 31.944C24.9379 31.7206 24.3075 31.4618 23.7157 31.1259C23.4572 30.9793 23.1857 30.8344 22.9145 30.758C22.6037 30.67 22.4625 30.4034 22.211 30.2814C21.9265 30.1436 21.7407 29.8592 21.4211 29.7813C21.3831 29.7718 21.3452 29.7399 21.3192 29.7084C20.9589 29.2725 20.4787 28.9642 20.092 28.5592C19.8289 28.2835 19.5455 27.9973 19.385 27.6614C19.2196 27.3156 18.8936 27.1192 18.7328 26.7811C18.4462 26.1808 18.0882 25.6172 17.8031 25.0137C17.5772 24.5357 17.3847 24.0482 17.2144 23.5492C16.9734 22.8415 16.7697 22.1212 16.6426 21.3875C16.4526 20.292 16.396 19.1894 16.5007 18.0721C16.6608 16.3656 17.2211 14.7994 18.005 13.2939C18.397 12.5413 18.9319 11.8989 19.4637 11.2445C20.0376 10.5382 20.7063 9.94411 21.4242 9.40475C21.9932 8.97726 22.5907 8.58799 23.252 8.29867C23.9067 8.01216 24.5625 7.74002 25.2481 7.53346C26.2863 7.221 27.3256 7.15437 28.3993 7.34339C29.204 7.48507 29.9967 7.6555 30.7621 7.93676C31.5442 8.22468 32.2825 8.5936 32.8515 9.23046C32.9035 9.28832 32.966 9.33952 33.0314 9.38161C33.5765 9.7323 33.92 10.2604 34.2705 10.7816C34.4268 11.0144 34.4998 11.2876 34.6063 11.5436C35.3175 13.255 35.3021 14.9593 34.4974 16.6335C34.2255 17.1989 33.882 17.7316 33.4142 18.1636C32.8779 18.6584 32.2643 18.7412 31.6159 18.4189C31.166 18.1955 30.7656 17.4117 31.2629 16.7801C31.5288 16.4424 31.7694 16.0903 31.9605 15.7049C32.2955 15.0305 32.4272 14.3253 32.331 13.5724C32.2903 13.2532 32.2474 12.9376 32.1498 12.6318C31.9271 11.9346 31.4571 11.423 30.8734 11.0165C30.1003 10.4789 29.2584 10.0486 28.3224 9.91852C27.4475 9.79647 26.5519 9.66637 25.6808 9.99952C25.5596 10.0458 25.4469 10.1051 25.3401 10.1735C24.9752 10.4067 24.5421 10.4817 24.1681 10.7044C23.4698 11.1203 22.866 11.6425 22.2816 12.1998C21.9409 12.5249 21.6476 12.8868 21.373 13.2596C21.1394 13.5762 20.9494 13.9294 20.733 14.2622C20.6912 14.3264 20.6438 14.3867 20.5862 14.4663C20.5627 14.3271 20.6677 14.2541 20.6902 14.1156C20.5844 14.2141 20.5286 14.3032 20.4833 14.4042C20.3221 14.7644 20.1103 15.1 19.9719 15.471C19.8662 15.7544 19.7605 16.0381 19.659 16.3232C19.6351 16.3905 19.594 16.46 19.6863 16.5297C19.7197 16.5553 19.7541 16.6809 19.6045 16.6718C19.543 16.6683 19.5445 16.7538 19.5385 16.8047C19.4872 17.2445 19.3804 17.6744 19.3277 18.1159C19.2747 18.5581 19.2758 18.9941 19.2807 19.4321C19.2912 20.3828 19.4595 21.3093 19.7352 22.2197C20.243 23.8978 21.0895 25.3819 22.3455 26.603C22.8239 27.068 23.2675 27.5842 23.8207 27.9661C24.696 28.57 25.6485 29.0108 26.6906 29.2626C27.6997 29.5064 28.7161 29.6516 29.7547 29.6435C30.1197 29.6407 30.4783 29.5804 30.8383 29.5337C31.2756 29.4773 31.7195 29.486 32.1522 29.3931C33.2878 29.1497 34.4486 29.0045 35.5121 28.4869C35.9294 28.2835 36.3161 28.0321 36.7193 27.809C37.375 27.4464 37.9567 26.981 38.5682 26.5578C38.859 26.3565 39.121 26.1071 39.3721 25.856C39.6896 25.539 40.0521 25.2739 40.3714 24.9597C40.9344 24.4059 41.4518 23.8136 41.9361 23.1887C42.8377 22.0258 43.6484 20.7994 44.4969 19.5997C44.806 19.1627 45.1316 18.7321 45.3852 18.2636C45.7712 17.5513 46.2527 16.8973 46.6085 16.1668C46.807 15.7593 47.1094 15.4079 47.3415 15.0151C48.3208 13.3574 49.3734 11.7449 50.3772 10.1026C50.8156 9.38511 51.2746 8.68163 51.7354 7.97954C51.9413 7.66568 52.1667 7.36233 52.3673 7.04285C53.3592 5.46018 54.3574 3.88137 55.3422 2.29414C55.6945 1.72602 56.0236 1.14422 56.4103 0.596442C56.5283 0.429163 56.6341 0.252062 56.7598 0.0886396C56.8065 0.0276194 56.8444 -0.0218277 56.9449 0.0100852C56.4964 0.72269 56.1757 1.49561 55.691 2.1756C55.5544 2.36708 55.4574 2.58521 55.3998 2.80825C55.3401 3.0376 55.2372 3.27081 55.1115 3.43143C54.8898 3.71409 54.788 4.04303 54.6117 4.33867C54.599 4.3825 54.5864 4.42599 54.5737 4.46948C54.5618 4.48666 54.5498 4.50349 54.5379 4.51997C54.494 4.56521 54.4494 4.61045 54.4824 4.68726C54.5477 4.64552 54.5428 4.58661 54.5488 4.5319C54.5607 4.51507 54.573 4.49858 54.585 4.48175C54.6348 4.46281 54.6327 4.41196 54.6514 4.37374C54.6988 4.31236 54.7493 4.2531 54.7922 4.18857C55.2295 3.53208 55.6819 2.8854 56.0925 2.21137C56.1248 2.15877 56.1648 2.11073 56.2147 2.04164C56.2119 2.26468 56.1314 2.42986 56.0282 2.59363C55.6162 3.24872 55.2105 3.90767 54.8059 4.56732C54.7662 4.6322 54.7128 4.69602 54.7128 4.78019C54.6243 4.85699 54.5505 4.94151 54.552 5.12316C54.6141 4.97412 54.722 4.90609 54.71 4.77738C54.8502 4.69322 54.8832 4.52804 54.9843 4.41442C55.0166 4.37795 55.0321 4.29413 55.1051 4.34638C55.168 4.39162 55.103 4.43125 55.0823 4.47123C54.7258 5.15332 54.3693 5.83542 54.0132 6.51786C53.9974 6.54872 53.9889 6.58344 53.977 6.61606C53.9478 6.63008 53.9331 6.66305 53.9573 6.67708C53.99 6.69601 53.99 6.65393 53.9988 6.63324C54.148 6.52768 54.2292 6.36566 54.33 6.22188C54.7911 5.56574 55.2558 4.9117 55.7005 4.24433C55.9913 3.80807 56.2835 3.36725 56.5157 2.89908C56.8069 2.31132 57.2768 1.85893 57.6238 1.31606C57.7903 1.0555 57.9417 0.783008 58.1665 0.561371C58.0664 0.859809 57.9094 1.05339 57.7587 1.35884C57.6895 1.45739 57.6516 1.50263 57.6038 1.56365C57.392 1.83368 57.2877 2.15912 57.1388 2.46107C57.0682 2.6045 56.8142 2.69463 56.9969 2.89733C57.0359 2.84262 57.0864 2.77108 57.1374 2.69989C57.1504 2.68411 57.1637 2.66868 57.1767 2.65325C57.261 2.64378 57.326 2.554 57.3119 2.51578C57.2585 2.37129 57.3678 2.31027 57.4331 2.23171C57.6221 2.00447 57.8142 1.84946 57.8771 1.55839C57.8953 1.52016 57.8862 1.48474 57.9255 1.45037C57.9585 1.42197 58.02 1.4111 58.0414 1.41285C58.0962 1.46019 58.0337 1.50228 58.019 1.54436C57.8992 1.89189 57.6361 2.15491 57.4686 2.4765C57.1075 3.16981 56.7373 3.85717 56.4444 4.58345C56.2379 5.09616 55.9105 5.54645 55.6675 6.04022C55.4406 6.50278 55.2232 6.9699 55.0388 7.45666C55.2453 7.16419 55.4518 6.87206 55.6583 6.57958C55.6745 6.5894 55.691 6.59887 55.7075 6.60869C55.586 6.82542 55.4518 7.03583 55.3457 7.25993C55.1185 7.74002 54.7602 8.14262 54.5463 8.63148C54.4747 8.7963 54.3507 8.94114 54.2362 9.08317C53.9605 9.42509 53.7722 9.82172 53.538 10.1892C53.4818 10.2776 53.5183 10.3898 53.3634 10.4558C53.283 10.4898 53.1762 10.6918 53.1822 10.8577C53.1867 10.9765 53.1597 11.0919 53.0859 11.1778C52.5524 11.7993 52.3617 12.6167 51.8728 13.2659C51.5802 13.6548 51.34 14.0812 51.0902 14.5006C50.9856 14.6767 50.8293 14.8247 50.6846 14.9737C50.6094 15.0509 50.5911 15.1487 50.5497 15.2364C50.3818 15.5906 50.1279 15.8936 49.9533 16.2429C49.7914 16.5673 49.5385 16.8412 49.4012 17.1708M48.627 18.5574C48.6158 18.5648 48.6091 18.5792 48.6004 18.5901ZM47.7117 19.679C47.6194 19.8613 47.5744 20.0696 47.4469 20.2394C47.4206 20.2741 47.4058 20.3723 47.3605 20.3267\" fill=\"#37B2B4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9zZWZpbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Josefin Sans\", \"Josefin Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19.07px\",\"--framer-letter-spacing\":\"0.12em\",\"--framer-text-color\":\"rgb(147, 147, 147)\"},children:\"PANDO\"})}),className:\"framer-btjfdx\",\"data-framer-name\":\"text28\",fonts:[\"GF;Josefin Sans-regular\"],name:\"text28\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9zZWZpbiBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Josefin Sans\", \"Josefin Sans Placeholder\", sans-serif',\"--framer-font-size\":\"6.36px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(249, 179, 85)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(48, 181, 181)\"},children:\"BIO\"}),\"SCIENCE\"]})}),className:\"framer-1r5u31b\",\"data-framer-name\":\"text34\",fonts:[\"GF;Josefin Sans-500\"],name:\"text34\",verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RWRNCuYio:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1se6cyn\",\"data-styles-preset\":\"CACC3S3QZ\",style:{\"--framer-text-alignment\":\"left\"},children:\"The power of AI-guided iterative enzyme improvement\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1se6cyn\",\"data-styles-preset\":\"CACC3S3QZ\",children:\"The power of AI-guided iterative enzyme improvement\"})}),className:\"framer-sx6gq3\",\"data-framer-name\":\"The power of AI-guided iterative enzyme improvement\",fonts:[\"Inter\"],name:\"The power of AI-guided iterative enzyme improvement\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81r6ls\",\"data-framer-name\":\"Bar chart\",name:\"Bar chart\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{background:{alt:\"\",fit:\"fit\",pixelHeight:712,pixelWidth:1170,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5e35uwnoMI9wMjYB3abSdMb1oc4.png\"}},RWRNCuYio:{background:{alt:\"\",fit:\"fit\",pixelHeight:712,pixelWidth:1170,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5e35uwnoMI9wMjYB3abSdMb1oc4.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:712,pixelWidth:1170,src:\"https://framerusercontent.com/images/5e35uwnoMI9wMjYB3abSdMb1oc4.png\"},className:\"framer-1i3f4ap\",\"data-framer-name\":\"Img\",name:\"Img\"})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{background:{alt:\"\",fit:\"fit\",pixelHeight:712,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"max((100vw - 80px) / 2, 1px)\",src:\"https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png\",srcSet:\"https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png 1170w\"}},RWRNCuYio:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"\",fit:\"fit\",pixelHeight:712,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"calc(100vw - 48px)\",src:\"https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png\",srcSet:\"https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fXssC0ayvN3Oaa3IcFFBU7ew0M.png 1170w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:692,pixelWidth:1129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S6er7BTA594lxzf77ekPqV4NrbQ.png\",srcSet:\"https://framerusercontent.com/images/S6er7BTA594lxzf77ekPqV4NrbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/S6er7BTA594lxzf77ekPqV4NrbQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/S6er7BTA594lxzf77ekPqV4NrbQ.png 1129w\"},className:\"framer-f4e7h9 hidden-72rtr7\",\"data-framer-name\":\"2\",name:\"2\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:712,pixelWidth:1170,src:\"https://framerusercontent.com/images/bPbQO5zhJIjl6sgMRaVtzOm0MIo.png\"},className:\"framer-5ty4e5 hidden-1wt9a7f hidden-95sjjt\",\"data-framer-name\":\"22\",name:\"22\"})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:569,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1253ok8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{variant:\"h_RTRuNYl\"},RWRNCuYio:{variant:\"y0HWXm_K_\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"Dj_g0VNNi\",layoutId:\"Dj_g0VNNi\",style:{width:\"100%\"},variant:\"T5HoDb6Q6\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sr3h3i\",\"data-framer-name\":\"Logos\",name:\"Logos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1se6cyn\",\"data-styles-preset\":\"CACC3S3QZ\",children:\"Supported by\"})}),className:\"framer-1ix9qmb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w46x8t\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.darpa.mil/\",nodeId:\"vaBpZuM5h\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:93,pixelWidth:351,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/72iB1GL8e3J02vsuUbzWv3LrMA.jpg\"},className:\"framer-1hbvebu framer-lux5qc\",\"data-framer-name\":\"Logo\",name:\"Logo\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.ycombinator.com/\",nodeId:\"aE_A8Y7yn\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:43,pixelWidth:190,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jL863J8j2l4w1s5oJOqp8jK1Eo.png\"},className:\"framer-10uwsun framer-lux5qc\",\"data-framer-name\":\"Logo\",name:\"Logo\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://endlessfrontierlabs.com/\",nodeId:\"Xdz8FsQ39\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:43,pixelWidth:150,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5uk00GY9bCV8LUC4IJPL6iwXJo.png\"},className:\"framer-1po0e6q framer-lux5qc\",\"data-framer-name\":\"Logo\",name:\"Logo\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://creativedestructionlab.com/\",nodeId:\"RLMECZgQr\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,pixelHeight:51,pixelWidth:159,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8nPSkY6sZuVUmZbY0VTtSMNYSg.png\"},className:\"framer-dfb3bn framer-lux5qc\",\"data-framer-name\":\"Logo\",name:\"Logo\"})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:369,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14bz4xt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eewGT3t2L:{variant:\"wRLR3QmE9\"},RWRNCuYio:{variant:\"Qgx_ybsnF\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"SQLCWIWXG\",layoutId:\"SQLCWIWXG\",style:{width:\"100%\"},variant:\"gezjmWKYz\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-6hR7T { background: white; }`,\".framer-6hR7T.framer-lux5qc, .framer-6hR7T .framer-lux5qc { display: block; }\",\".framer-6hR7T.framer-72rtr7 { 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: 1440px; }\",\".framer-6hR7T .framer-hzn4r6-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-6hR7T .framer-4z6ivn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 700px; justify-content: center; overflow: hidden; padding: 120px 120px 46px 120px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1gzsuxo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 1px 0px 1px 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-15xpgjf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1srv7zh, .framer-6hR7T .framer-1ivoqkz, .framer-6hR7T .framer-nfns66, .framer-6hR7T .framer-1wp57u2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-vl07un { align-content: center; align-items: center; background-color: #fff7ee; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-6hR7T .framer-vii2q7, .framer-6hR7T .framer-mcixgv, .framer-6hR7T .framer-5ve1ot, .framer-6hR7T .framer-1gkm09r, .framer-6hR7T .framer-vevdky, .framer-6hR7T .framer-1kz7tz2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6hR7T .framer-1302l63, .framer-6hR7T .framer-yrl0d9, .framer-6hR7T .framer-md2iea, .framer-6hR7T .framer-13w160n, .framer-6hR7T .framer-odmi3q, .framer-6hR7T .framer-t085qj, .framer-6hR7T .framer-fifby3, .framer-6hR7T .framer-1bivh8f, .framer-6hR7T .framer-sx6gq3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-nuygi6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-h6psw8-container { flex: none; height: auto; position: relative; width: 197px; }\",\".framer-6hR7T .framer-kz8zp0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 96px 120px 96px 120px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-vmxrit { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-ijjusu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 41%; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-jgtcve { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 4; }\",\".framer-6hR7T .framer-1xr0ooj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1r40qmq, .framer-6hR7T .framer-1109hxq { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-6giifw, .framer-6hR7T .framer-et30rn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1xk6gas-container, .framer-6hR7T .framer-1e0d2lp-container, .framer-6hR7T .framer-4lja6i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6hR7T .framer-19pmz07, .framer-6hR7T .framer-1t58pym, .framer-6hR7T .framer-qqf1f5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 174px; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-14kyuio { align-self: stretch; flex: none; height: auto; position: relative; width: 4px; }\",\".framer-6hR7T .framer-3ir4h6 { flex: none; height: 90px; position: relative; width: 4px; }\",\".framer-6hR7T .framer-j6kcsp { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 104px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-1v3zjq5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: 69%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1qdaqyi { bottom: -46px; flex: none; position: absolute; right: -399px; top: -57px; width: 877px; z-index: 0; }\",\".framer-6hR7T .framer-kgpqy { align-content: center; align-items: center; background-color: #164b4c; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 120px 64px 120px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1y6r5qr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1rnf3cg { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.9; position: relative; white-space: pre; width: auto; }\",\".framer-6hR7T .framer-19ymthc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 120px 46px 120px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1jg8r7i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-5gewf0, .framer-6hR7T .framer-1y4jjd3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 74%; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-6atjvf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1x4wfct { --border-bottom-width: 1px; --border-color: #cbd5e0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 342px; justify-content: space-between; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-1muw20t, .framer-6hR7T .framer-1meacon { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-rfw71c, .framer-6hR7T .framer-841cvx { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-6hR7T .framer-1ln2m1p, .framer-6hR7T .framer-k349dv { align-content: center; align-items: center; background-color: #34b3b5; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 197px; }\",\".framer-6hR7T .framer-188a7ni { --border-bottom-width: 1px; --border-color: #cbd5e0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-1k1tlyu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 56px 120px 56px 120px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-ia2gbo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-nxgrup { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-132hkae { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-8y20s9 { flex: none; height: 36px; overflow: hidden; position: relative; width: 141px; }\",\".framer-6hR7T .framer-1irwmj1 { flex: none; height: 36px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 141px; }\",\".framer-6hR7T .framer-rjfano { flex: none; height: 33px; left: 0px; position: absolute; top: 0px; width: 59px; }\",\".framer-6hR7T .framer-btjfdx { --framer-paragraph-spacing: 0px; bottom: 9px; flex: none; left: 58px; position: absolute; right: 0px; top: 8px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-1r5u31b { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; left: 101px; position: absolute; right: 0px; top: 29px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6hR7T .framer-81r6ls { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1i3f4ap { flex: 1 0 0px; height: 362px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-f4e7h9 { flex: 1 0 0px; height: 284px; position: relative; width: 1px; }\",\".framer-6hR7T .framer-5ty4e5 { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-6hR7T .framer-1253ok8-container, .framer-6hR7T .framer-14bz4xt-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6hR7T .framer-sr3h3i { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-6hR7T .framer-1ix9qmb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-6hR7T .framer-w46x8t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 60px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1220px; }\",\".framer-6hR7T .framer-1hbvebu, .framer-6hR7T .framer-dfb3bn { aspect-ratio: 2.9565217391304346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 76px); overflow: hidden; position: relative; text-decoration: none; width: 225px; }\",\".framer-6hR7T .framer-10uwsun, .framer-6hR7T .framer-1po0e6q { aspect-ratio: 2.9565217391304346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 76px); overflow: hidden; position: relative; text-decoration: none; width: 224px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6hR7T.framer-72rtr7, .framer-6hR7T .framer-4z6ivn, .framer-6hR7T .framer-1gzsuxo, .framer-6hR7T .framer-15xpgjf, .framer-6hR7T .framer-1srv7zh, .framer-6hR7T .framer-vl07un, .framer-6hR7T .framer-kz8zp0, .framer-6hR7T .framer-vmxrit, .framer-6hR7T .framer-jgtcve, .framer-6hR7T .framer-1ivoqkz, .framer-6hR7T .framer-1xr0ooj, .framer-6hR7T .framer-1r40qmq, .framer-6hR7T .framer-6giifw, .framer-6hR7T .framer-1109hxq, .framer-6hR7T .framer-et30rn, .framer-6hR7T .framer-j6kcsp, .framer-6hR7T .framer-1v3zjq5, .framer-6hR7T .framer-kgpqy, .framer-6hR7T .framer-1y6r5qr, .framer-6hR7T .framer-19ymthc, .framer-6hR7T .framer-1jg8r7i, .framer-6hR7T .framer-6atjvf, .framer-6hR7T .framer-1muw20t, .framer-6hR7T .framer-nfns66, .framer-6hR7T .framer-1ln2m1p, .framer-6hR7T .framer-1meacon, .framer-6hR7T .framer-1wp57u2, .framer-6hR7T .framer-k349dv, .framer-6hR7T .framer-1k1tlyu, .framer-6hR7T .framer-ia2gbo, .framer-6hR7T .framer-81r6ls, .framer-6hR7T .framer-sr3h3i, .framer-6hR7T .framer-w46x8t { gap: 0px; } .framer-6hR7T.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6hR7T.framer-72rtr7 > :first-child, .framer-6hR7T .framer-4z6ivn > :first-child, .framer-6hR7T .framer-1gzsuxo > :first-child, .framer-6hR7T .framer-15xpgjf > :first-child, .framer-6hR7T .framer-1srv7zh > :first-child, .framer-6hR7T .framer-kz8zp0 > :first-child, .framer-6hR7T .framer-jgtcve > :first-child, .framer-6hR7T .framer-1ivoqkz > :first-child, .framer-6hR7T .framer-1r40qmq > :first-child, .framer-6hR7T .framer-1109hxq > :first-child, .framer-6hR7T .framer-j6kcsp > :first-child, .framer-6hR7T .framer-kgpqy > :first-child, .framer-6hR7T .framer-1y6r5qr > :first-child, .framer-6hR7T .framer-19ymthc > :first-child, .framer-6hR7T .framer-1jg8r7i > :first-child, .framer-6hR7T .framer-1muw20t > :first-child, .framer-6hR7T .framer-nfns66 > :first-child, .framer-6hR7T .framer-1meacon > :first-child, .framer-6hR7T .framer-1wp57u2 > :first-child, .framer-6hR7T .framer-1k1tlyu > :first-child, .framer-6hR7T .framer-ia2gbo > :first-child, .framer-6hR7T .framer-sr3h3i > :first-child { margin-top: 0px; } .framer-6hR7T.framer-72rtr7 > :last-child, .framer-6hR7T .framer-4z6ivn > :last-child, .framer-6hR7T .framer-1gzsuxo > :last-child, .framer-6hR7T .framer-15xpgjf > :last-child, .framer-6hR7T .framer-1srv7zh > :last-child, .framer-6hR7T .framer-kz8zp0 > :last-child, .framer-6hR7T .framer-jgtcve > :last-child, .framer-6hR7T .framer-1ivoqkz > :last-child, .framer-6hR7T .framer-1r40qmq > :last-child, .framer-6hR7T .framer-1109hxq > :last-child, .framer-6hR7T .framer-j6kcsp > :last-child, .framer-6hR7T .framer-kgpqy > :last-child, .framer-6hR7T .framer-1y6r5qr > :last-child, .framer-6hR7T .framer-19ymthc > :last-child, .framer-6hR7T .framer-1jg8r7i > :last-child, .framer-6hR7T .framer-1muw20t > :last-child, .framer-6hR7T .framer-nfns66 > :last-child, .framer-6hR7T .framer-1meacon > :last-child, .framer-6hR7T .framer-1wp57u2 > :last-child, .framer-6hR7T .framer-1k1tlyu > :last-child, .framer-6hR7T .framer-ia2gbo > :last-child, .framer-6hR7T .framer-sr3h3i > :last-child { margin-bottom: 0px; } .framer-6hR7T .framer-4z6ivn > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-6hR7T .framer-1gzsuxo > *, .framer-6hR7T .framer-kgpqy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6hR7T .framer-15xpgjf > *, .framer-6hR7T .framer-jgtcve > *, .framer-6hR7T .framer-1muw20t > *, .framer-6hR7T .framer-1meacon > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6hR7T .framer-1srv7zh > *, .framer-6hR7T .framer-1ivoqkz > *, .framer-6hR7T .framer-nfns66 > *, .framer-6hR7T .framer-1wp57u2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6hR7T .framer-vl07un > *, .framer-6hR7T .framer-1ln2m1p > *, .framer-6hR7T .framer-k349dv > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-6hR7T .framer-vl07un > :first-child, .framer-6hR7T .framer-vmxrit > :first-child, .framer-6hR7T .framer-1xr0ooj > :first-child, .framer-6hR7T .framer-6giifw > :first-child, .framer-6hR7T .framer-et30rn > :first-child, .framer-6hR7T .framer-1v3zjq5 > :first-child, .framer-6hR7T .framer-6atjvf > :first-child, .framer-6hR7T .framer-1ln2m1p > :first-child, .framer-6hR7T .framer-k349dv > :first-child, .framer-6hR7T .framer-81r6ls > :first-child, .framer-6hR7T .framer-w46x8t > :first-child { margin-left: 0px; } .framer-6hR7T .framer-vl07un > :last-child, .framer-6hR7T .framer-vmxrit > :last-child, .framer-6hR7T .framer-1xr0ooj > :last-child, .framer-6hR7T .framer-6giifw > :last-child, .framer-6hR7T .framer-et30rn > :last-child, .framer-6hR7T .framer-1v3zjq5 > :last-child, .framer-6hR7T .framer-6atjvf > :last-child, .framer-6hR7T .framer-1ln2m1p > :last-child, .framer-6hR7T .framer-k349dv > :last-child, .framer-6hR7T .framer-81r6ls > :last-child, .framer-6hR7T .framer-w46x8t > :last-child { margin-right: 0px; } .framer-6hR7T .framer-kz8zp0 > *, .framer-6hR7T .framer-1r40qmq > *, .framer-6hR7T .framer-1109hxq > *, .framer-6hR7T .framer-j6kcsp > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6hR7T .framer-vmxrit > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-6hR7T .framer-1xr0ooj > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-6hR7T .framer-6giifw > *, .framer-6hR7T .framer-et30rn > *, .framer-6hR7T .framer-1v3zjq5 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-6hR7T .framer-1y6r5qr > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-6hR7T .framer-19ymthc > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-6hR7T .framer-1jg8r7i > *, .framer-6hR7T .framer-ia2gbo > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-6hR7T .framer-6atjvf > *, .framer-6hR7T .framer-81r6ls > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-6hR7T .framer-1k1tlyu > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-6hR7T .framer-sr3h3i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-6hR7T .framer-w46x8t > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-6hR7T { background: white; } .framer-6hR7T.framer-72rtr7 { width: 810px; } .framer-6hR7T .framer-hzn4r6-container { left: unset; position: relative; top: unset; transform: unset; } .framer-6hR7T .framer-4z6ivn { padding: 96px 24px 80px 24px; } .framer-6hR7T .framer-1gzsuxo { padding: 0px; } .framer-6hR7T .framer-nuygi6, .framer-6hR7T .framer-1y4jjd3 { width: 100%; } .framer-6hR7T .framer-kz8zp0 { padding: 48px 24px 48px 24px; } .framer-6hR7T .framer-kgpqy { padding: 64px 24px 64px 24px; } .framer-6hR7T .framer-19ymthc { gap: 32px; padding: 48px 24px 48px 24px; } .framer-6hR7T .framer-1jg8r7i { order: 0; } .framer-6hR7T .framer-6atjvf { gap: 24px; height: 349px; order: 1; } .framer-6hR7T .framer-1x4wfct { height: 100%; padding: 16px; } .framer-6hR7T .framer-rfw71c, .framer-6hR7T .framer-841cvx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 64px); width: 64px; } .framer-6hR7T .framer-188a7ni { align-self: unset; height: 100%; padding: 16px; } .framer-6hR7T .framer-1k1tlyu { padding: 56px 24px 56px 24px; } .framer-6hR7T .framer-ia2gbo { gap: 8px; } .framer-6hR7T .framer-81r6ls { max-width: unset; padding: 24px 0px 24px 0px; } .framer-6hR7T .framer-1i3f4ap { height: 250px; order: 0; } .framer-6hR7T .framer-f4e7h9 { order: 1; } .framer-6hR7T .framer-sr3h3i { padding: 80px 40px 80px 40px; } .framer-6hR7T .framer-1hbvebu, .framer-6hR7T .framer-1po0e6q { height: var(--framer-aspect-ratio-supported, 46px); width: 135px; } .framer-6hR7T .framer-10uwsun, .framer-6hR7T .framer-dfb3bn { height: var(--framer-aspect-ratio-supported, 46px); width: 136px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6hR7T .framer-19ymthc, .framer-6hR7T .framer-6atjvf, .framer-6hR7T .framer-ia2gbo { gap: 0px; } .framer-6hR7T .framer-19ymthc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6hR7T .framer-19ymthc > :first-child, .framer-6hR7T .framer-ia2gbo > :first-child { margin-top: 0px; } .framer-6hR7T .framer-19ymthc > :last-child, .framer-6hR7T .framer-ia2gbo > :last-child { margin-bottom: 0px; } .framer-6hR7T .framer-6atjvf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-6hR7T .framer-6atjvf > :first-child { margin-left: 0px; } .framer-6hR7T .framer-6atjvf > :last-child { margin-right: 0px; } .framer-6hR7T .framer-ia2gbo > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-6hR7T { background: white; } .framer-6hR7T.framer-72rtr7 { width: 390px; } .framer-6hR7T .framer-hzn4r6-container { order: 0; } .framer-6hR7T .framer-4z6ivn { height: 500px; order: 1; padding: 88px 16px 48px 16px; } .framer-6hR7T .framer-1gzsuxo { gap: 26px; padding: 0px; } .framer-6hR7T .framer-15xpgjf, .framer-6hR7T .framer-1muw20t, .framer-6hR7T .framer-1meacon { gap: 16px; } .framer-6hR7T .framer-nuygi6, .framer-6hR7T .framer-h6psw8-container, .framer-6hR7T .framer-ijjusu, .framer-6hR7T .framer-1y4jjd3 { width: 100%; } .framer-6hR7T .framer-kz8zp0 { order: 2; padding: 56px 16px 56px 16px; } .framer-6hR7T .framer-vmxrit { flex-direction: column; gap: 24px; } .framer-6hR7T .framer-jgtcve { flex: none; width: 100%; } .framer-6hR7T .framer-1qdaqyi { bottom: -120px; height: 421px; left: -115px; right: -404px; top: unset; width: unset; } .framer-6hR7T .framer-kgpqy { order: 3; padding: 53px 16px 53px 16px; } .framer-6hR7T .framer-19ymthc { gap: 32px; order: 4; padding: 56px 24px 56px 24px; } .framer-6hR7T .framer-1jg8r7i { gap: 12px; order: 0; } .framer-6hR7T .framer-6atjvf { flex-direction: column; gap: 24px; order: 1; } .framer-6hR7T .framer-1x4wfct { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 24px; height: min-content; justify-content: center; padding: 16px; width: 100%; } .framer-6hR7T .framer-rfw71c, .framer-6hR7T .framer-841cvx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); width: 48px; } .framer-6hR7T .framer-nfns66, .framer-6hR7T .framer-1wp57u2, .framer-6hR7T .framer-ia2gbo { gap: 8px; } .framer-6hR7T .framer-1ln2m1p, .framer-6hR7T .framer-k349dv { padding: 10px 16px 10px 16px; width: 100%; } .framer-6hR7T .framer-188a7ni { align-self: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 24px; height: min-content; justify-content: center; padding: 16px; width: 100%; } .framer-6hR7T .framer-1k1tlyu { order: 5; padding: 24px; } .framer-6hR7T .framer-nxgrup { gap: 24px; justify-content: flex-start; } .framer-6hR7T .framer-81r6ls { flex-direction: column; gap: 24px; max-width: unset; } .framer-6hR7T .framer-1i3f4ap { flex: none; height: 284px; order: 0; width: 100%; } .framer-6hR7T .framer-f4e7h9 { flex: none; height: 229px; order: 1; width: 100%; } .framer-6hR7T .framer-1253ok8-container { order: 6; } .framer-6hR7T .framer-sr3h3i { order: 7; padding: 60px 20px 60px 20px; } .framer-6hR7T .framer-1hbvebu, .framer-6hR7T .framer-10uwsun, .framer-6hR7T .framer-1po0e6q, .framer-6hR7T .framer-dfb3bn { height: var(--framer-aspect-ratio-supported, 47px); width: 134px; } .framer-6hR7T .framer-14bz4xt-container { order: 8; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6hR7T .framer-1gzsuxo, .framer-6hR7T .framer-15xpgjf, .framer-6hR7T .framer-vmxrit, .framer-6hR7T .framer-19ymthc, .framer-6hR7T .framer-1jg8r7i, .framer-6hR7T .framer-6atjvf, .framer-6hR7T .framer-1x4wfct, .framer-6hR7T .framer-1muw20t, .framer-6hR7T .framer-nfns66, .framer-6hR7T .framer-188a7ni, .framer-6hR7T .framer-1meacon, .framer-6hR7T .framer-1wp57u2, .framer-6hR7T .framer-ia2gbo, .framer-6hR7T .framer-nxgrup, .framer-6hR7T .framer-81r6ls { gap: 0px; } .framer-6hR7T .framer-1gzsuxo > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-6hR7T .framer-1gzsuxo > :first-child, .framer-6hR7T .framer-15xpgjf > :first-child, .framer-6hR7T .framer-vmxrit > :first-child, .framer-6hR7T .framer-19ymthc > :first-child, .framer-6hR7T .framer-1jg8r7i > :first-child, .framer-6hR7T .framer-6atjvf > :first-child, .framer-6hR7T .framer-1x4wfct > :first-child, .framer-6hR7T .framer-1muw20t > :first-child, .framer-6hR7T .framer-nfns66 > :first-child, .framer-6hR7T .framer-188a7ni > :first-child, .framer-6hR7T .framer-1meacon > :first-child, .framer-6hR7T .framer-1wp57u2 > :first-child, .framer-6hR7T .framer-ia2gbo > :first-child, .framer-6hR7T .framer-81r6ls > :first-child { margin-top: 0px; } .framer-6hR7T .framer-1gzsuxo > :last-child, .framer-6hR7T .framer-15xpgjf > :last-child, .framer-6hR7T .framer-vmxrit > :last-child, .framer-6hR7T .framer-19ymthc > :last-child, .framer-6hR7T .framer-1jg8r7i > :last-child, .framer-6hR7T .framer-6atjvf > :last-child, .framer-6hR7T .framer-1x4wfct > :last-child, .framer-6hR7T .framer-1muw20t > :last-child, .framer-6hR7T .framer-nfns66 > :last-child, .framer-6hR7T .framer-188a7ni > :last-child, .framer-6hR7T .framer-1meacon > :last-child, .framer-6hR7T .framer-1wp57u2 > :last-child, .framer-6hR7T .framer-ia2gbo > :last-child, .framer-6hR7T .framer-81r6ls > :last-child { margin-bottom: 0px; } .framer-6hR7T .framer-15xpgjf > *, .framer-6hR7T .framer-1muw20t > *, .framer-6hR7T .framer-1meacon > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-6hR7T .framer-vmxrit > *, .framer-6hR7T .framer-6atjvf > *, .framer-6hR7T .framer-1x4wfct > *, .framer-6hR7T .framer-188a7ni > *, .framer-6hR7T .framer-81r6ls > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6hR7T .framer-19ymthc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6hR7T .framer-1jg8r7i > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6hR7T .framer-nfns66 > *, .framer-6hR7T .framer-1wp57u2 > *, .framer-6hR7T .framer-ia2gbo > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6hR7T .framer-nxgrup > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-6hR7T .framer-nxgrup > :first-child { margin-left: 0px; } .framer-6hR7T .framer-nxgrup > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-6hR7T[data-border=\"true\"]::after, .framer-6hR7T [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4081\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eewGT3t2L\":{\"layout\":[\"fixed\",\"auto\"]},\"RWRNCuYio\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-6hR7T\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4081,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.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:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPDsE46HsxnA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c5VAtlT47dw.woff2\",weight:\"600\"},{family:\"Josefin Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMRrLgTsQV0.woff2\",weight:\"400\"},{family:\"Josefin Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMRrLgTsQV0.woff2\",weight:\"500\"}]},...NavigationFonts,...ButtonLargeFonts,...AnimatedCounterFonts,...CTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"4081\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eewGT3t2L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RWRNCuYio\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isInView", "useInView", "displayValue", "setDisplayValue", "ye", "formatNumber", "isCanvas", "RenderTarget", "ariaLabel", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "NVHX8Ww_r_default", "ButtonLargeFonts", "YtgAv5rkI_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithFX", "withFX", "RichText2", "AnimatedCounterFonts", "AnimatedCounter", "MotionDivWithFX", "ImageWithFX", "Image2", "CTAFonts", "XpkMLITLu_default", "FooterFonts", "p5YoAztG0_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "x", "SVG", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
