{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1lXF0prPUbVK8iHkoBkX/l70ZeEgBZ0uazmfbYVS0/agD7d4pgV.js"],
  "sourcesContent": ["// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Navigation from\"#framer/local/canvasComponent/b3bwbE7Jy/b3bwbE7Jy.js\";import ComponentPrimaryButton from\"#framer/local/canvasComponent/KAp2YP0yX/KAp2YP0yX.js\";import ComponentDescriptionBar from\"#framer/local/canvasComponent/mHuoIRsHR/mHuoIRsHR.js\";import LayoutSummaryContactUs from\"#framer/local/canvasComponent/rBlLQVHXC/rBlLQVHXC.js\";import LayoutCard from\"#framer/local/canvasComponent/SaQnS1j77/SaQnS1j77.js\";import LayoutFooter from\"#framer/local/canvasComponent/UiyDIprFh/UiyDIprFh.js\";import EffectsBlurs from\"#framer/local/canvasComponent/X5g1AU6R4/X5g1AU6R4.js\";import ComponentLines from\"#framer/local/canvasComponent/xHZZY5rG0/xHZZY5rG0.js\";import*as sharedStyle10 from\"#framer/local/css/d2fO0wOIc/d2fO0wOIc.js\";import*as sharedStyle8 from\"#framer/local/css/fxtSQZcCz/fxtSQZcCz.js\";import*as sharedStyle1 from\"#framer/local/css/KihjWJppK/KihjWJppK.js\";import*as sharedStyle6 from\"#framer/local/css/lajYMl_j3/lajYMl_j3.js\";import*as sharedStyle4 from\"#framer/local/css/LiKPRWE3g/LiKPRWE3g.js\";import*as sharedStyle9 from\"#framer/local/css/OVmUQHMGU/OVmUQHMGU.js\";import*as sharedStyle7 from\"#framer/local/css/PbXBuhwuV/PbXBuhwuV.js\";import*as sharedStyle from\"#framer/local/css/toD85WQ5A/toD85WQ5A.js\";import*as sharedStyle3 from\"#framer/local/css/up3a2tQYe/up3a2tQYe.js\";import*as sharedStyle2 from\"#framer/local/css/vlMYCbAp6/vlMYCbAp6.js\";import*as sharedStyle5 from\"#framer/local/css/xvaIc882K/xvaIc882K.js\";import metadataProvider from\"#framer/local/webPageMetadata/agD7d4pgV/agD7d4pgV.js\";const NavigationFonts=getFonts(Navigation);const ComponentLinesFonts=getFonts(ComponentLines);const ComponentDescriptionBarFonts=getFonts(ComponentDescriptionBar);const ImageWithFX=withFX(Image);const EffectsBlursFonts=getFonts(EffectsBlurs);const ComponentPrimaryButtonFonts=getFonts(ComponentPrimaryButton);const LayoutCardFonts=getFonts(LayoutCard);const LayoutSummaryContactUsFonts=getFonts(LayoutSummaryContactUs);const LayoutFooterFonts=getFonts(LayoutFooter);const breakpoints={P55utMxq_:\"(min-width: 1440px)\",QJKsjA0Z_:\"(max-width: 809px)\",wQ20mzym4:\"(min-width: 810px) and (max-width: 1199px)\",xkYQrviv_:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DNfSf\";const variantClassNames={P55utMxq_:\"framer-v-g8iy48\",QJKsjA0Z_:\"framer-v-1wkgfis\",wQ20mzym4:\"framer-v-wx63o3\",xkYQrviv_:\"framer-v-16ztbaq\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition1={damping:30,delay:0,mass:2,stiffness:400,type:\"spring\"};const animation={opacity:.8,rotate:10,rotateX:0,rotateY:0,scale:1.08,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop small\":\"xkYQrviv_\",Desktop:\"P55utMxq_\",Phone:\"QJKsjA0Z_\",Tablet:\"wQ20mzym4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"P55utMxq_\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"r1sNsI_96\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"wQ20mzym4\",\"QJKsjA0Z_\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"P55utMxq_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-576f3c0d-4567-4a9a-9eef-0abf9b855c85, rgb(6, 7, 14)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-g8iy48\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uu7kzg-container\",nodeId:\"tcJS9Oobl\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{variant:\"d2cqKNTRE\"},wQ20mzym4:{variant:\"d2cqKNTRE\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"tcJS9Oobl\",layoutId:\"tcJS9Oobl\",style:{width:\"100%\"},variant:\"VK6emRm6U\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-ngf7n8\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l14e25\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ws9y8p\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s9btil\",\"data-styles-preset\":\"toD85WQ5A\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:\"about AST\"})}),className:\"framer-4z2bh9\",\"data-framer-name\":\"eyebrow\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+76+0+0+64+0+48},wQ20mzym4:{y:(componentViewport?.y||0)+0+76+0+0+120+0+56}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"34px\",y:(componentViewport?.y||0)+0+76+0+0+192+0+56,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e6b2n3-container\",nodeId:\"V1WmoihT1\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"V1WmoihT1\",layoutId:\"V1WmoihT1\",style:{height:\"100%\",width:\"100%\"},variant:\"igKB3E2Rr\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-elbck7\",\"data-styles-preset\":\"KihjWJppK\",children:\"Accurate data, smarter decisions\"})}),className:\"framer-1nnxilc\",\"data-framer-name\":\"H1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nx1jt3\",\"data-framer-name\":\"CTA ribbon\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(max(min(${componentViewport?.width||\"100vw\"}, 1600px), 1px), 1600px)`,y:(componentViewport?.y||0)+0+76+0+460+0},wQ20mzym4:{y:(componentViewport?.y||0)+0+76+0+562+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"1600px\",y:(componentViewport?.y||0)+0+76+0+712+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i2bse1-container\",nodeId:\"IkB6PB12p\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{style:{maxWidth:\"100%\",width:\"100%\"},ThVkp8bmc:resolvedLinks[2],variant:\"qEOhawlx8\"},wQ20mzym4:{ThVkp8bmc:resolvedLinks[1],variant:\"HjORWPm5E\"},xkYQrviv_:{ThVkp8bmc:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(ComponentDescriptionBar,{he7ngwJLg:\"Take the first step to better braking performance\",height:\"100%\",id:\"IkB6PB12p\",layoutId:\"IkB6PB12p\",style:{maxWidth:\"100%\"},ThVkp8bmc:resolvedLinks[0],variant:\"qo0_Pmp8e\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2dsjxo\",\"data-framer-name\":\"Component/Description Bar\"})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.5,skewX:0,skewY:0,x:0,y:100}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+76+0),pixelHeight:1308,pixelWidth:2560,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rHYgfMXuqnJDMATLVB5pcurwNc.jpg\",srcSet:\"https://framerusercontent.com/images/rHYgfMXuqnJDMATLVB5pcurwNc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rHYgfMXuqnJDMATLVB5pcurwNc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rHYgfMXuqnJDMATLVB5pcurwNc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/rHYgfMXuqnJDMATLVB5pcurwNc.jpg 2560w\"},className:\"framer-1xslo6d\",\"data-framer-name\":\"Image Frame\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rdogp5\",\"data-framer-name\":\"Dark section with blue blur\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{height:679,width:`calc(${componentViewport?.width||\"100vw\"} + 1331px)`,y:(componentViewport?.y||0)+0+624+-469},wQ20mzym4:{y:(componentViewport?.y||0)+0+726+-515}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:891,width:`calc(${componentViewport?.width||\"100vw\"} + 1168px)`,y:(componentViewport?.y||0)+0+876+-515,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{style:{rotate:20}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-12nmlfz-container\",nodeId:\"mt_w6N8dq\",rendersWithMotion:true,scopeId:\"agD7d4pgV\",style:{rotate:198},children:/*#__PURE__*/_jsx(EffectsBlurs,{height:\"100%\",id:\"mt_w6N8dq\",layoutId:\"mt_w6N8dq\",style:{height:\"100%\",width:\"100%\"},variant:\"AyiyLhFoU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ckdouj\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yqy5yh\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s9btil\",\"data-styles-preset\":\"toD85WQ5A\",style:{\"--framer-text-color\":\"var(--token-d2365bfc-8e7d-4050-ba35-527bc0ce6ce1, rgb(117, 118, 121))\"},children:\"SMARTER tech\"})}),className:\"framer-2zrrwx\",\"data-framer-name\":\"Reducing maintenance costs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+624+64+0+0+0+0+112},wQ20mzym4:{y:(componentViewport?.y||0)+0+726+80+0+0+0+0+120}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"34px\",y:(componentViewport?.y||0)+0+876+120+0+0+0+0+120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x6huzu-container\",nodeId:\"z72ORVynw\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"z72ORVynw\",layoutId:\"z72ORVynw\",style:{height:\"100%\",width:\"100%\"},variant:\"MkgGuL0q7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-nppeso\",\"data-styles-preset\":\"vlMYCbAp6\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:[\"Why ABARs? \",/*#__PURE__*/_jsx(\"br\",{}),\"Why us?\"]})}),className:\"framer-iqcnli\",\"data-framer-name\":\"Optimizing airport operations\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3c1jch\",\"data-framer-name\":\"Content Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3450f\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ldm7g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qufbpk\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1soiu5l\",\"data-styles-preset\":\"up3a2tQYe\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:\"At AST, our mission is to elevate aviation safety and operations through data-driven insights. We deliver objective, actionable information that empowers airlines, airports, and pilots to make smarter, safer decisions\u2014ensuring optimal performance in the air and on the ground.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1soiu5l\",\"data-styles-preset\":\"up3a2tQYe\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:[\"As the world's leading provider of Aircraft Braking Action Reports (\",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iBTMWBysx\"},motionChild:true,nodeId:\"y3J8OY7oL\",openInNewTab:false,scopeId:\"agD7d4pgV\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rda48b\",\"data-styles-preset\":\"LiKPRWE3g\",children:\"ABARs\"})}),\"), we utilize the\",/*#__PURE__*/_jsx(\"em\",{children:\" FAA's preferred methodology\"}),\" for measuring and reporting real-time braking action and runway friction conditions.\"]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-ktl1ul\",\"data-styles-preset\":\"xvaIc882K\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Our reports:\"})]}),className:\"framer-yyuiye\",\"data-framer-name\":\"description\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d6sp9f\",\"data-framer-name\":\"List Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gm5arn\",\"data-framer-name\":\"List\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1617a7e\",\"data-framer-name\":\"Frame 1000002834\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fu2mki\",\"data-framer-name\":\"Frame 18\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+0},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+0},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14fmhys-container\",nodeId:\"iHbiNPJm9\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"iHbiNPJm9\",layoutId:\"iHbiNPJm9\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shm16z\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-piw3zb\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16smneu\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Apply methods recommended by the FAA & Transport Canada\"})}),className:\"framer-1q38e69\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+199},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+199},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+199,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cktwtj-container\",nodeId:\"AotFz6Rk3\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"AotFz6Rk3\",layoutId:\"AotFz6Rk3\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6cb56h\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ckc4s9\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hb2lzw\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Comply with ASTM International standards\"})}),className:\"framer-ydzg85\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+398},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+398},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+398,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5a1mh4-container\",nodeId:\"P5EAk1fHV\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"P5EAk1fHV\",layoutId:\"P5EAk1fHV\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ie023h\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gvyckr\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dr2l3l\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Work with any aircraft model\"})}),className:\"framer-10120n9\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+597},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+597},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+597,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16glh1c-container\",nodeId:\"SPrWVSMO0\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"SPrWVSMO0\",layoutId:\"SPrWVSMO0\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ft6407\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3qkh1s\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-f62wwq\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wQ20mzym4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Are issued for 7,000 landings per day\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Are issued for 7,000+ landings per day\"})}),className:\"framer-fyw391\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+796},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+796},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+796,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1si1bi6-container\",nodeId:\"gL7k0Db3G\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"gL7k0Db3G\",layoutId:\"gL7k0Db3G\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o5438r\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kozpl7\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-168zqhp\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Are cloud-based and available in any format\"})}),className:\"framer-1wfmrhk\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+995},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+995},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+995,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p20wsa-container\",nodeId:\"n3zzrWWbh\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"n3zzrWWbh\",layoutId:\"n3zzrWWbh\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sh8wqg\",\"data-framer-name\":\"List Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yt807k\",\"data-framer-name\":\"bullet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hrvlp9\",\"data-framer-name\":\"bullet\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Leverage a self-learning network that gets smarter with every new landing report\"})})},wQ20mzym4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Leverage a self-learning network that gets smarter with every new landing report\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"Leverage a self-learning network that gets smarter with every new landing report*\"})}),className:\"framer-e3c3at\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+0+0+400+0+0+0+0+0+0+0+1194},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+0+0+408+0+0+0+0+0+0+0+1194},xkYQrviv_:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 564px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px), 564px)`,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+0+0+408+0+0+0+0+0+0+0+1194,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rbhrmn-container\",nodeId:\"LPKfxxQAg\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"LPKfxxQAg\",layoutId:\"LPKfxxQAg\",style:{height:\"100%\",width:\"100%\"},variant:\"N6gawVewl\",width:\"100%\"})})})})]})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 564px)`,y:(componentViewport?.y||0)+0+624+64+0+0+225+0+0+0+1635},wQ20mzym4:{y:(componentViewport?.y||0)+0+726+80+0+0+273+0+0+0+1651}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+876+120+0+0+289+0+0+1651,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ocje6x-container\",nodeId:\"xoSnY0lo1\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{NlWLvBkmP:resolvedLinks1[2],style:{height:\"100%\",width:\"100%\"}},wQ20mzym4:{NlWLvBkmP:resolvedLinks1[1]},xkYQrviv_:{NlWLvBkmP:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(ComponentPrimaryButton,{hdc6uPJ35:\"get started\",height:\"100%\",id:\"xoSnY0lo1\",layoutId:\"xoSnY0lo1\",NlWLvBkmP:resolvedLinks1[0],style:{height:\"100%\"},variant:\"Mgtc8CSAA\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20kzwx\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+624+64+0+0+225+0+1723+0+-256.25),pixelHeight:1600,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,src:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg\",srcSet:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg 1200w\"}},wQ20mzym4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+726+80+0+0+273+0+1755+0+-370.25),pixelHeight:1600,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,src:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg\",srcSet:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg 1200w\"}},xkYQrviv_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+876+120+0+0+289+0+0+0),pixelHeight:1600,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg\",srcSet:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+876+120+0+0+289+0+0+0),pixelHeight:1600,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 152px) / 2, 1px)`,src:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg\",srcSet:\"https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VrVgxraj5HyfPbMiwID0dVPo.jpg 1200w\"},className:\"framer-1864cvj\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lwy0h6\",\"data-framer-name\":\"Caption\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1a3dydl\",\"data-styles-preset\":\"lajYMl_j3\",style:{\"--framer-text-color\":\"var(--token-c5f83231-6e74-49d0-86a6-3e672218db77, rgb(255, 255, 255))\"},children:\"*\"})}),className:\"framer-1y7brdq\",\"data-framer-name\":\"asterisk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tyu8le\",\"data-styles-preset\":\"PbXBuhwuV\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:\"Our 23M+ landings database never stops growing.\"})}),className:\"framer-pls4cx\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v39o60\",\"data-framer-name\":\"White section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-txzf2q\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cjsjmr\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+2700+64+0+0+0+0+0},wQ20mzym4:{y:(componentViewport?.y||0)+0+2914+80+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"34px\",y:(componentViewport?.y||0)+0+3096+120+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vyy2jd-container\",nodeId:\"ZBfp0DKB3\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"ZBfp0DKB3\",layoutId:\"ZBfp0DKB3\",style:{height:\"100%\",width:\"100%\"},variant:\"Jp2lt2yms\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14k2140\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nppeso\",\"data-styles-preset\":\"vlMYCbAp6\",style:{\"--framer-text-color\":\"var(--token-576f3c0d-4567-4a9a-9eef-0abf9b855c85, rgb(6, 7, 14))\"},children:\"Science, not subjectivity\"})}),className:\"framer-1ke5ve7\",\"data-framer-name\":\"Optimizing airport operations\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ad2oci\",\"data-styles-preset\":\"fxtSQZcCz\",style:{\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:\"Using cutting-edge data science and machine learning, our aircraft performance model can improve landing predictability, mitigate runway excursions,\\xa0and enhance flight and ground operations.\"})}),className:\"framer-o28tj5\",\"data-framer-name\":\"Reducing maintenance costs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ihr2m\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TyGYcMUwL\"},implicitPathVariables:undefined},{href:{webPageId:\"TyGYcMUwL\"},implicitPathVariables:undefined},{href:{webPageId:\"TyGYcMUwL\"},implicitPathVariables:undefined},{href:{webPageId:\"TyGYcMUwL\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+2700+64+0+0+319+0+0},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+2914+80+0+0+327+0+0},xkYQrviv_:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 64px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:542,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3096+120+0+0+343+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uji662-container\",nodeId:\"YXFKI_ZUR\",rendersWithMotion:true,scopeId:\"agD7d4pgV\",style:{rotate:360},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{LeiPew56Z:resolvedLinks2[2]},wQ20mzym4:{LeiPew56Z:resolvedLinks2[1]},xkYQrviv_:{LeiPew56Z:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(LayoutCard,{go64vhtS8:\"learn more\",gWM0p5tDr:\"12.15.21.\",height:\"100%\",id:\"YXFKI_ZUR\",layoutId:\"YXFKI_ZUR\",LeiPew56Z:resolvedLinks2[0],M6fUl24lt:addImageAlt({src:\"https://framerusercontent.com/images/PnZWG8CNlDChjeMZDacBpMcc4QQ.jpg\",srcSet:\"https://framerusercontent.com/images/PnZWG8CNlDChjeMZDacBpMcc4QQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PnZWG8CNlDChjeMZDacBpMcc4QQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PnZWG8CNlDChjeMZDacBpMcc4QQ.jpg 1098w\"},\"\"),NJb04c9Fq:\"How it works\",style:{width:\"100%\"},variant:\"N8qo8mYVU\",width:\"100%\",xWsIClNUA:\"Every time a plane lands, we analyze data directly from aircraft sensors, create an ABAR, and send it to stakeholders including the most important of all \u2013 the next pilot on approach.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fQeWJT4uv\"},implicitPathVariables:undefined},{href:{webPageId:\"fQeWJT4uv\"},implicitPathVariables:undefined},{href:{webPageId:\"fQeWJT4uv\"},implicitPathVariables:undefined},{href:{webPageId:\"fQeWJT4uv\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+2700+64+0+0+319+0+574},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+2914+80+0+0+327+0+574},xkYQrviv_:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 64px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:542,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3096+120+0+0+343+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9aovpb-container\",nodeId:\"E5TzpCqFN\",rendersWithMotion:true,scopeId:\"agD7d4pgV\",style:{rotate:360},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{LeiPew56Z:resolvedLinks3[2],style:{width:\"100%\"}},wQ20mzym4:{LeiPew56Z:resolvedLinks3[1],style:{width:\"100%\"}},xkYQrviv_:{LeiPew56Z:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(LayoutCard,{go64vhtS8:\"learn more\",gWM0p5tDr:\"12.2.20.\",height:\"100%\",id:\"E5TzpCqFN\",layoutId:\"E5TzpCqFN\",LeiPew56Z:resolvedLinks3[0],M6fUl24lt:addImageAlt({src:\"https://framerusercontent.com/images/3JgQ0PF2ZxE4I6LRXxXyF1w7dQg.jpg\",srcSet:\"https://framerusercontent.com/images/3JgQ0PF2ZxE4I6LRXxXyF1w7dQg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3JgQ0PF2ZxE4I6LRXxXyF1w7dQg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3JgQ0PF2ZxE4I6LRXxXyF1w7dQg.jpg 1181w\"},\"\"),NJb04c9Fq:\"A growing network\",style:{height:\"100%\",width:\"100%\"},variant:\"N8qo8mYVU\",width:\"100%\",xWsIClNUA:\"Our cloud-based reporting network issues over 7,000 reports per day, as more and more major airlines and airports join the network to proactively manage changing airfield conditions.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+2700+64+0+0+319+0+1148},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+2914+80+0+0+327+0+1148},xkYQrviv_:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 64px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:542,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3096+120+0+0+343+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r2q86e-container\",nodeId:\"DTA7IDZ0w\",rendersWithMotion:true,scopeId:\"agD7d4pgV\",style:{rotate:360},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{LeiPew56Z:resolvedLinks4[2],style:{width:\"100%\"}},wQ20mzym4:{LeiPew56Z:resolvedLinks4[1],style:{width:\"100%\"}},xkYQrviv_:{LeiPew56Z:resolvedLinks4[3]}},children:/*#__PURE__*/_jsx(LayoutCard,{go64vhtS8:\"get started\",gWM0p5tDr:\"12.2.20.\",height:\"100%\",id:\"DTA7IDZ0w\",layoutId:\"DTA7IDZ0w\",LeiPew56Z:resolvedLinks4[0],M6fUl24lt:addImageAlt({src:\"https://framerusercontent.com/images/8oEPPjOzAfDM7yrYlAx34jqHGc.jpg\",srcSet:\"https://framerusercontent.com/images/8oEPPjOzAfDM7yrYlAx34jqHGc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8oEPPjOzAfDM7yrYlAx34jqHGc.jpg 934w\"},\"\"),NJb04c9Fq:\"Get on board\",style:{height:\"100%\",width:\"100%\"},variant:\"N8qo8mYVU\",width:\"100%\",xWsIClNUA:\"Contact us to learn more about the benefits of ABARs and how you can join our network at a pace that suits your existing needs\u2014we'll help your team chart the path to adoption!\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+2700+64+2089},wQ20mzym4:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,y:(componentViewport?.y||0)+0+2914+80+2097},xkYQrviv_:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,y:(componentViewport?.y||0)+0+3096+120+965,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16wid42-container\",nodeId:\"OyAd6gOC3\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"OyAd6gOC3\",layoutId:\"OyAd6gOC3\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"Xbhlh8Jac\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cm1h20\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-acefyz\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fzqdft\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cfyvye\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18sb4md\",\"data-framer-name\":\"Frame 23974\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+2700+64+2170+0+0+0+0+0+0+0+0+0+0},wQ20mzym4:{y:(componentViewport?.y||0)+0+2914+80+2178+0+0+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"34px\",y:(componentViewport?.y||0)+0+3096+120+1046+0+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c3hljf-container\",nodeId:\"iozrRHT9u\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"iozrRHT9u\",layoutId:\"iozrRHT9u\",style:{height:\"100%\",width:\"100%\"},variant:\"Jp2lt2yms\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nppeso\",\"data-styles-preset\":\"vlMYCbAp6\",style:{\"--framer-text-color\":\"var(--token-576f3c0d-4567-4a9a-9eef-0abf9b855c85, rgb(6, 7, 14))\"},children:\"Our roots\"})}),className:\"framer-i1f7so\",\"data-framer-name\":\"Why ABARs are an \\u2028FAA imperative\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"The seeds of our technology reach back to 2007, when the NTSB, in response to continuing runway excursions at U.S. airports, recommended that the FAA should demonstrate the technical feasibility of outfitting airplanes with equipment required to calculate, record, and convey the braking ability \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgTWVkaXVt\",\"--framer-font-family\":'\"Basier Circle Medium\", \"Basier Circle Medium Placeholder\", sans-serif'},children:\"\u201Crequired and/or available to slow or stop the airplane during the landing roll.\u201D\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"Our cloud-based \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fQeWJT4uv\"},motionChild:true,nodeId:\"gwyGgA6jC\",openInNewTab:false,scopeId:\"agD7d4pgV\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1frsshl\",\"data-styles-preset\":\"OVmUQHMGU\",children:\"ABARnet\"})}),\"\u2122 braking measurement and reporting network is now recognized as the leading solution in the industry.\"]})]})},wQ20mzym4:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"The seeds of our technology reach back to 2007, when the NTSB, in response to continuing runway excursions at U.S. airports, recommended that the FAA should demonstrate the technical feasibility of outfitting airplanes with equipment required to calculate, record, and convey the braking ability \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgTWVkaXVt\",\"--framer-font-family\":'\"Basier Circle Medium\", \"Basier Circle Medium Placeholder\", sans-serif'},children:\"\u201Crequired and/or available to slow or stop the airplane during the landing roll.\u201D\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"Our cloud-based \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fQeWJT4uv\"},motionChild:true,nodeId:\"gwyGgA6jC\",openInNewTab:false,scopeId:\"agD7d4pgV\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1frsshl\",\"data-styles-preset\":\"OVmUQHMGU\",children:\"ABARnet\"})}),\"\u2122 braking measurement and reporting network is now recognized as the leading solution in the industry.\"]})]})},xkYQrviv_:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"The seeds of our technology reach back to 2007, when the NTSB, in response to continuing runway excursions at U.S. airports, recommended that the FAA should demonstrate the technical feasibility of outfitting airplanes with equipment required to calculate, record, and convey the braking ability \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgTWVkaXVt\",\"--framer-font-family\":'\"Basier Circle Medium\", \"Basier Circle Medium Placeholder\", sans-serif'},children:\"\u201Crequired and/or available to slow or stop the airplane during the landing roll.\u201D\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"Our cloud-based \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fQeWJT4uv\"},motionChild:true,nodeId:\"gwyGgA6jC\",openInNewTab:false,scopeId:\"agD7d4pgV\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1frsshl\",\"data-styles-preset\":\"OVmUQHMGU\",children:\"ABARnet\"})}),\"\u2122 braking measurement and reporting network is now recognized as the leading solution in the industry.\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgUmVndWxhcg==\",\"--framer-font-family\":'\"Basier Circle Regular\", \"Basier Circle Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"The seeds of our technology reach back to 2007, when the NTSB, in response to continuing runway excursions at U.S. airports, recommended that the FAA should demonstrate the technical feasibility of outfitting airplanes with equipment required to calculate, record, and convey the braking ability \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jhc2llciBDaXJjbGUgTWVkaXVt\",\"--framer-font-family\":'\"Basier Circle Medium\", \"Basier Circle Medium Placeholder\", sans-serif'},children:\"\u201Crequired and/or available to slow or stop the airplane during the landing roll.\u201D\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1soiu5l\",\"data-styles-preset\":\"up3a2tQYe\",style:{\"--framer-text-color\":\"var(--token-3eea5813-ceba-4679-8899-62b952b30211, rgb(62, 62, 68))\"},children:[\"Our cloud-based \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fQeWJT4uv\"},motionChild:true,nodeId:\"gwyGgA6jC\",openInNewTab:false,scopeId:\"agD7d4pgV\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1frsshl\",\"data-styles-preset\":\"OVmUQHMGU\",children:\"ABARnet\"})}),\"\u2122 braking measurement and reporting network is now recognized as the leading solution in the industry.\"]})]}),className:\"framer-f4bmmk\",\"data-framer-name\":\"body\",fonts:[\"CUSTOM;Basier Circle Regular\",\"CUSTOM;Basier Circle Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined},{href:{webPageId:\"pA3RuXBkN\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+2700+64+2170+0+0+0+431},wQ20mzym4:{y:(componentViewport?.y||0)+0+2914+80+2178+0+0+0+447},xkYQrviv_:{y:(componentViewport?.y||0)+0+3096+120+1046+0+0+447}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+3096+120+1046+0+0+467,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wp8k4b-container\",nodeId:\"pP3EWxYFe\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{NlWLvBkmP:resolvedLinks5[2],style:{height:\"100%\",width:\"100%\"}},wQ20mzym4:{NlWLvBkmP:resolvedLinks5[1]},xkYQrviv_:{NlWLvBkmP:resolvedLinks5[3]}},children:/*#__PURE__*/_jsx(ComponentPrimaryButton,{hdc6uPJ35:\"get started\",height:\"100%\",id:\"pP3EWxYFe\",layoutId:\"pP3EWxYFe\",NlWLvBkmP:resolvedLinks5[0],style:{height:\"100%\"},variant:\"P8TP3Ebvt\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2700+64+2170+0+519),pixelHeight:1048,pixelWidth:1236,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1440px), 618px)`,src:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png\",srcSet:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=512 512w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png 1236w\"}},wQ20mzym4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2914+80+2178+0+543),pixelHeight:1048,pixelWidth:1236,sizes:\"618px\",src:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png\",srcSet:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=512 512w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png 1236w\"}},xkYQrviv_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3096+120+1046+0),pixelHeight:1048,pixelWidth:1236,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px), 618px)`,src:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png\",srcSet:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=512 512w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png 1236w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3096+120+1046+0),pixelHeight:1048,pixelWidth:1236,sizes:\"618px\",src:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png\",srcSet:\"https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=512 512w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LoyYnGBmqYBDz33GlgNiLBxGF10.png 1236w\"},className:\"framer-odsvph\"})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yu2vgr hidden-wx63o3 hidden-1wkgfis\",\"data-framer-name\":\"Illustration container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xkYQrviv_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3096+46+54),sizes:\"315.4664px\",src:\"https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png\",srcSet:\"https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png?scale-down-to=1024 1015w,https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png?scale-down-to=2048 2031w,https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png 2480w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:140}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:.5,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3096+46+0),sizes:\"369.0362px\",src:\"https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png\",srcSet:\"https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png?scale-down-to=1024 1015w,https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png?scale-down-to=2048 2031w,https://framerusercontent.com/images/OLZnEmQUwp3F7XxGOOycTC4fQI.png 2480w\"},className:\"framer-2hrccf\",\"data-framer-name\":\"Plane@2500x\",transformTemplate:transformTemplate1,whileHover:animation})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lc99a2\",\"data-framer-name\":\"Dark section with white blur\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dcddhe\",\"data-framer-name\":\"Frame 1000002826\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n4i5d1\",\"data-framer-name\":\"Frame 23977\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cxc4yv\",\"data-framer-name\":\"Frame 10\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+5907+64+0+0+0+0+0+0+0},wQ20mzym4:{y:(componentViewport?.y||0)+0+6413+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:\"34px\",y:(componentViewport?.y||0)+0+5e3+120+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ktl6rb-container\",nodeId:\"O3C5F2pQq\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(ComponentLines,{height:\"100%\",id:\"O3C5F2pQq\",layoutId:\"O3C5F2pQq\",style:{height:\"100%\",width:\"100%\"},variant:\"MkgGuL0q7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-18amddd\",\"data-styles-preset\":\"d2fO0wOIc\",children:[\"Powered by an \",/*#__PURE__*/_jsx(\"br\",{}),\"innovative parent\"]})}),className:\"framer-eov00y\",\"data-framer-name\":\"Mitigating risk of \\u2028an excursion\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1soiu5l\",\"data-styles-preset\":\"up3a2tQYe\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:\"Aviation Safety Technologies (AST) is a portfolio business of the Chicago-based Dillon Kane Group (DKG). \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1soiu5l\",\"data-styles-preset\":\"up3a2tQYe\",style:{\"--framer-text-color\":\"var(--token-60cf6c8e-2caa-4f15-b5f6-195bf7919397, rgba(255, 255, 255, 0.7))\"},children:\"DKG is a privately-held group of affiliated companies that builds and optimizes technology-based businesses across diverse industries. We formed AST to help the aviation industry tackle one of its longstanding challenges \u2013 reducing the risks and probabilities of runway excursions.\"})]}),className:\"framer-1fgaohe\",\"data-framer-name\":\"More and more airports today are joining the ABARnet\u2122 reporting network and experiencing firsthand how Aircraft Braking Action Reports (ABARs) and contribute to safe, compliant, and more cost-efficient runway operations.\\xa0\\u2028\\u2028Together, airports and airlines are forging a new era in landing safety using ABARs that provide an accepted, standardized approach that provides the most precise and accurate insight into the braking friction available on runways and how those conditions may be changing by the minute.\\xa0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+5907+64+0+0+0+0+433.4},wQ20mzym4:{y:(componentViewport?.y||0)+0+6413+80+0+0+0+0+457.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+5e3+120+0+0+0+457.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-urhjbe-container\",nodeId:\"sWVr3VYI5\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentPrimaryButton,{hdc6uPJ35:\"learn more\",height:\"100%\",id:\"sWVr3VYI5\",layoutId:\"sWVr3VYI5\",NlWLvBkmP:\"https://www.dillonkane.com/\",style:{height:\"100%\"},variant:\"Mgtc8CSAA\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5907+64+0+0+0+0+513.4),positionX:\"center\",positionY:\"center\",sizes:\"225px\",src:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png\",srcSet:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=512 512w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png 1052w\"}},wQ20mzym4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6413+80+0+0+0+0+545.4),positionX:\"center\",positionY:\"center\",sizes:\"225px\",src:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png\",srcSet:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=512 512w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png 1052w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5e3+120+0+0+0+545.4),positionX:\"center\",positionY:\"center\",sizes:\"225px\",src:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png\",srcSet:\"https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=512 512w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/k9PNsz9lJvq7WyxoAjm6ySze7Bo.png 1052w\"},className:\"framer-z5a2tn\",\"data-framer-name\":\"image 2\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9lxydx\",\"data-framer-name\":\"Frame 1000002806\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5907+64+0+0+609.4+0+0),pixelHeight:1e3,pixelWidth:1264,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,src:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg\",srcSet:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg 1264w\"}},wQ20mzym4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6413+80+0+0+657.4+0+0),pixelHeight:1e3,pixelWidth:1264,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,src:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg\",srcSet:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg 1264w\"}},xkYQrviv_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5e3+120+0+0+0+0),pixelHeight:1e3,pixelWidth:1264,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg\",srcSet:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg 1264w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5e3+120+0+0+0+0),pixelHeight:1e3,pixelWidth:1264,sizes:\"618px\",src:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg\",srcSet:\"https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fnL24gAvVWfD1khVg5ScOgAYTjQ.jpg 1264w\"},className:\"framer-nrg9vu\",\"data-framer-name\":\"Frame 1000002809\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{width:`calc(${componentViewport?.width||\"100vw\"} + 1376px)`,y:(componentViewport?.y||0)+0+5907+-589},wQ20mzym4:{y:(componentViewport?.y||0)+0+6413+-409}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:679,width:\"1766px\",y:(componentViewport?.y||0)+0+5e3+-409,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e3ca0h-container\",nodeId:\"MitUjdffd\",rendersWithMotion:true,scopeId:\"agD7d4pgV\",style:{rotate:-20},children:/*#__PURE__*/_jsx(EffectsBlurs,{height:\"100%\",id:\"MitUjdffd\",layoutId:\"MitUjdffd\",style:{height:\"100%\",width:\"100%\"},variant:\"qMGPyITGy\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+7034.4},wQ20mzym4:{y:(componentViewport?.y||0)+0+7848.4},xkYQrviv_:{y:(componentViewport?.y||0)+0+5833.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:901,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5858,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m5agtd-container\",nodeId:\"UuJ3SsXql\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{variant:\"wX4FETq2N\"},wQ20mzym4:{variant:\"tGbchsbjC\"}},children:/*#__PURE__*/_jsx(LayoutSummaryContactUs,{height:\"100%\",id:\"UuJ3SsXql\",layoutId:\"UuJ3SsXql\",style:{width:\"100%\"},variant:\"At1_yZWkg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{y:(componentViewport?.y||0)+0+7935.4},wQ20mzym4:{y:(componentViewport?.y||0)+0+8749.4},xkYQrviv_:{y:(componentViewport?.y||0)+0+6734.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:627,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6759,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fq9mey-container\",nodeId:\"Wh17Rsw9Q\",scopeId:\"agD7d4pgV\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJKsjA0Z_:{variant:\"t9XVmsY2H\"},wQ20mzym4:{variant:\"IbThiNVSe\"}},children:/*#__PURE__*/_jsx(LayoutFooter,{height:\"100%\",id:\"Wh17Rsw9Q\",layoutId:\"Wh17Rsw9Q\",style:{width:\"100%\"},variant:\"ZHdmjXArl\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DNfSf.framer-1t2xyc4, .framer-DNfSf .framer-1t2xyc4 { display: block; }\",\".framer-DNfSf.framer-g8iy48 { align-content: center; align-items: center; background-color: var(--token-576f3c0d-4567-4a9a-9eef-0abf9b855c85, #06070e); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-DNfSf .framer-uu7kzg-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-DNfSf .framer-ngf7n8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-DNfSf .framer-l14e25 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 115px; height: 1px; justify-content: center; overflow: hidden; padding: 192px 80px 0px 80px; position: relative; width: 100%; z-index: 0; }\",\".framer-DNfSf .framer-ws9y8p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DNfSf .framer-4z2bh9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DNfSf .framer-e6b2n3-container, .framer-DNfSf .framer-x6huzu-container, .framer-DNfSf .framer-vyy2jd-container, .framer-DNfSf .framer-c3hljf-container, .framer-DNfSf .framer-1ktl6rb-container { flex: none; height: 1px; position: relative; width: 34px; }\",\".framer-DNfSf .framer-1nnxilc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 730px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DNfSf .framer-1nx1jt3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; max-width: 1600px; overflow: visible; padding: 0px 0px 0px 300px; position: relative; width: 100%; z-index: 0; }\",\".framer-DNfSf .framer-1i2bse1-container { flex: none; height: auto; max-width: 1600px; position: relative; width: auto; }\",\".framer-DNfSf .framer-2dsjxo { -webkit-backdrop-filter: blur(8px); align-content: center; align-items: center; backdrop-filter: blur(8px); background-color: rgba(6, 7, 14, 0.1); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 0px 80px 0px 80px; position: absolute; right: -1291px; top: 0px; width: 1291px; z-index: 1; }\",\".framer-DNfSf .framer-1xslo6d { bottom: -100px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-lc99a2 { align-content: center; align-items: center; background-color: var(--token-576f3c0d-4567-4a9a-9eef-0abf9b855c85, #06070e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 80px 120px 80px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-12nmlfz-container { flex: none; height: 891px; left: -160px; position: absolute; right: -1008px; top: -515px; z-index: 0; }\",\".framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-txzf2q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-1yqy5yh { 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: 620px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-2zrrwx, .framer-DNfSf .framer-1ke5ve7, .framer-DNfSf .framer-o28tj5, .framer-DNfSf .framer-i1f7so, .framer-DNfSf .framer-eov00y { --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-DNfSf .framer-iqcnli, .framer-DNfSf .framer-yyuiye, .framer-DNfSf .framer-1fgaohe { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DNfSf .framer-3c1jch { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 152px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-z3450f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 564px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DNfSf .framer-10ldm7g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-qufbpk, .framer-DNfSf .framer-gm5arn, .framer-DNfSf .framer-18sb4md, .framer-DNfSf .framer-cxc4yv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-1d6sp9f, .framer-DNfSf .framer-fu2mki { 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-DNfSf .framer-1617a7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-14fmhys-container, .framer-DNfSf .framer-1cktwtj-container, .framer-DNfSf .framer-5a1mh4-container, .framer-DNfSf .framer-16glh1c-container, .framer-DNfSf .framer-1si1bi6-container, .framer-DNfSf .framer-1p20wsa-container, .framer-DNfSf .framer-rbhrmn-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-1shm16z, .framer-DNfSf .framer-6cb56h, .framer-DNfSf .framer-ie023h, .framer-DNfSf .framer-ft6407, .framer-DNfSf .framer-o5438r, .framer-DNfSf .framer-1sh8wqg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-piw3zb, .framer-DNfSf .framer-1ckc4s9, .framer-DNfSf .framer-gvyckr, .framer-DNfSf .framer-3qkh1s, .framer-DNfSf .framer-1kozpl7, .framer-DNfSf .framer-1yt807k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-DNfSf .framer-16smneu, .framer-DNfSf .framer-1hb2lzw, .framer-DNfSf .framer-1dr2l3l, .framer-DNfSf .framer-f62wwq, .framer-DNfSf .framer-168zqhp, .framer-DNfSf .framer-hrvlp9 { background-color: #2266ff; flex: none; height: 7px; overflow: hidden; position: relative; width: 7px; }\",\".framer-DNfSf .framer-1q38e69, .framer-DNfSf .framer-ydzg85, .framer-DNfSf .framer-10120n9, .framer-DNfSf .framer-fyw391, .framer-DNfSf .framer-1wfmrhk, .framer-DNfSf .framer-e3c3at { --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-DNfSf .framer-1ocje6x-container, .framer-DNfSf .framer-wp8k4b-container, .framer-DNfSf .framer-urhjbe-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-DNfSf .framer-20kzwx { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DNfSf .framer-1864cvj { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DNfSf .framer-lwy0h6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-1y7brdq { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DNfSf .framer-pls4cx { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 80%; opacity: 0.7; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DNfSf .framer-v39o60 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 80px 120px 80px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-cjsjmr { 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: 548px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-14k2140 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-10ihr2m { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-uji662-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-DNfSf .framer-9aovpb-container, .framer-DNfSf .framer-r2q86e-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-DNfSf .framer-16wid42-container { flex: none; height: 1px; max-width: 1440px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-cm1h20 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 152px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-acefyz, .framer-DNfSf .framer-1n4i5d1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DNfSf .framer-fzqdft { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-cfyvye { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-f4bmmk { flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DNfSf .framer-odsvph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 618px; justify-content: space-between; max-width: 618px; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 618px; }\",\".framer-DNfSf .framer-1yu2vgr { bottom: 1486px; flex: none; left: calc(74.86111111111113% - 490px / 2); overflow: visible; position: absolute; top: 46px; width: 490px; }\",\".framer-DNfSf .framer-2hrccf { aspect-ratio: 0.9920328343795268 / 1; bottom: 0px; flex: none; left: 50%; opacity: 0.5; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 490px); will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-DNfSf .framer-1dcddhe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 152px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DNfSf .framer-z5a2tn { aspect-ratio: 4.6875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 225px; }\",\".framer-DNfSf .framer-9lxydx { 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: 618px; }\",\".framer-DNfSf .framer-nrg9vu { flex: none; height: 618px; overflow: hidden; position: relative; width: 618px; }\",\".framer-DNfSf .framer-1e3ca0h-container { flex: none; height: 679px; left: -609px; position: absolute; top: -409px; width: 1766px; z-index: 0; }\",\".framer-DNfSf .framer-m5agtd-container, .framer-DNfSf .framer-fq9mey-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DNfSf.framer-g8iy48, .framer-DNfSf .framer-ngf7n8, .framer-DNfSf .framer-l14e25, .framer-DNfSf .framer-ws9y8p, .framer-DNfSf .framer-1nx1jt3, .framer-DNfSf .framer-2dsjxo, .framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-1yqy5yh, .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-z3450f, .framer-DNfSf .framer-10ldm7g, .framer-DNfSf .framer-qufbpk, .framer-DNfSf .framer-1d6sp9f, .framer-DNfSf .framer-gm5arn, .framer-DNfSf .framer-1617a7e, .framer-DNfSf .framer-fu2mki, .framer-DNfSf .framer-1shm16z, .framer-DNfSf .framer-piw3zb, .framer-DNfSf .framer-6cb56h, .framer-DNfSf .framer-1ckc4s9, .framer-DNfSf .framer-ie023h, .framer-DNfSf .framer-gvyckr, .framer-DNfSf .framer-ft6407, .framer-DNfSf .framer-3qkh1s, .framer-DNfSf .framer-o5438r, .framer-DNfSf .framer-1kozpl7, .framer-DNfSf .framer-1sh8wqg, .framer-DNfSf .framer-1yt807k, .framer-DNfSf .framer-20kzwx, .framer-DNfSf .framer-lwy0h6, .framer-DNfSf .framer-v39o60, .framer-DNfSf .framer-txzf2q, .framer-DNfSf .framer-cjsjmr, .framer-DNfSf .framer-14k2140, .framer-DNfSf .framer-10ihr2m, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-acefyz, .framer-DNfSf .framer-fzqdft, .framer-DNfSf .framer-cfyvye, .framer-DNfSf .framer-18sb4md, .framer-DNfSf .framer-lc99a2, .framer-DNfSf .framer-1dcddhe, .framer-DNfSf .framer-1n4i5d1, .framer-DNfSf .framer-cxc4yv, .framer-DNfSf .framer-9lxydx { gap: 0px; } .framer-DNfSf.framer-g8iy48 > *, .framer-DNfSf .framer-ngf7n8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DNfSf.framer-g8iy48 > :first-child, .framer-DNfSf .framer-ngf7n8 > :first-child, .framer-DNfSf .framer-ws9y8p > :first-child, .framer-DNfSf .framer-rdogp5 > :first-child, .framer-DNfSf .framer-1ckdouj > :first-child, .framer-DNfSf .framer-1yqy5yh > :first-child, .framer-DNfSf .framer-z3450f > :first-child, .framer-DNfSf .framer-10ldm7g > :first-child, .framer-DNfSf .framer-qufbpk > :first-child, .framer-DNfSf .framer-1d6sp9f > :first-child, .framer-DNfSf .framer-gm5arn > :first-child, .framer-DNfSf .framer-1617a7e > :first-child, .framer-DNfSf .framer-fu2mki > :first-child, .framer-DNfSf .framer-20kzwx > :first-child, .framer-DNfSf .framer-v39o60 > :first-child, .framer-DNfSf .framer-txzf2q > :first-child, .framer-DNfSf .framer-cjsjmr > :first-child, .framer-DNfSf .framer-14k2140 > :first-child, .framer-DNfSf .framer-acefyz > :first-child, .framer-DNfSf .framer-fzqdft > :first-child, .framer-DNfSf .framer-cfyvye > :first-child, .framer-DNfSf .framer-18sb4md > :first-child, .framer-DNfSf .framer-lc99a2 > :first-child, .framer-DNfSf .framer-1n4i5d1 > :first-child, .framer-DNfSf .framer-cxc4yv > :first-child, .framer-DNfSf .framer-9lxydx > :first-child { margin-top: 0px; } .framer-DNfSf.framer-g8iy48 > :last-child, .framer-DNfSf .framer-ngf7n8 > :last-child, .framer-DNfSf .framer-ws9y8p > :last-child, .framer-DNfSf .framer-rdogp5 > :last-child, .framer-DNfSf .framer-1ckdouj > :last-child, .framer-DNfSf .framer-1yqy5yh > :last-child, .framer-DNfSf .framer-z3450f > :last-child, .framer-DNfSf .framer-10ldm7g > :last-child, .framer-DNfSf .framer-qufbpk > :last-child, .framer-DNfSf .framer-1d6sp9f > :last-child, .framer-DNfSf .framer-gm5arn > :last-child, .framer-DNfSf .framer-1617a7e > :last-child, .framer-DNfSf .framer-fu2mki > :last-child, .framer-DNfSf .framer-20kzwx > :last-child, .framer-DNfSf .framer-v39o60 > :last-child, .framer-DNfSf .framer-txzf2q > :last-child, .framer-DNfSf .framer-cjsjmr > :last-child, .framer-DNfSf .framer-14k2140 > :last-child, .framer-DNfSf .framer-acefyz > :last-child, .framer-DNfSf .framer-fzqdft > :last-child, .framer-DNfSf .framer-cfyvye > :last-child, .framer-DNfSf .framer-18sb4md > :last-child, .framer-DNfSf .framer-lc99a2 > :last-child, .framer-DNfSf .framer-1n4i5d1 > :last-child, .framer-DNfSf .framer-cxc4yv > :last-child, .framer-DNfSf .framer-9lxydx > :last-child { margin-bottom: 0px; } .framer-DNfSf .framer-l14e25 > * { margin: 0px; margin-left: calc(115px / 2); margin-right: calc(115px / 2); } .framer-DNfSf .framer-l14e25 > :first-child, .framer-DNfSf .framer-1nx1jt3 > :first-child, .framer-DNfSf .framer-2dsjxo > :first-child, .framer-DNfSf .framer-3c1jch > :first-child, .framer-DNfSf .framer-1shm16z > :first-child, .framer-DNfSf .framer-piw3zb > :first-child, .framer-DNfSf .framer-6cb56h > :first-child, .framer-DNfSf .framer-1ckc4s9 > :first-child, .framer-DNfSf .framer-ie023h > :first-child, .framer-DNfSf .framer-gvyckr > :first-child, .framer-DNfSf .framer-ft6407 > :first-child, .framer-DNfSf .framer-3qkh1s > :first-child, .framer-DNfSf .framer-o5438r > :first-child, .framer-DNfSf .framer-1kozpl7 > :first-child, .framer-DNfSf .framer-1sh8wqg > :first-child, .framer-DNfSf .framer-1yt807k > :first-child, .framer-DNfSf .framer-lwy0h6 > :first-child, .framer-DNfSf .framer-10ihr2m > :first-child, .framer-DNfSf .framer-cm1h20 > :first-child, .framer-DNfSf .framer-1dcddhe > :first-child { margin-left: 0px; } .framer-DNfSf .framer-l14e25 > :last-child, .framer-DNfSf .framer-1nx1jt3 > :last-child, .framer-DNfSf .framer-2dsjxo > :last-child, .framer-DNfSf .framer-3c1jch > :last-child, .framer-DNfSf .framer-1shm16z > :last-child, .framer-DNfSf .framer-piw3zb > :last-child, .framer-DNfSf .framer-6cb56h > :last-child, .framer-DNfSf .framer-1ckc4s9 > :last-child, .framer-DNfSf .framer-ie023h > :last-child, .framer-DNfSf .framer-gvyckr > :last-child, .framer-DNfSf .framer-ft6407 > :last-child, .framer-DNfSf .framer-3qkh1s > :last-child, .framer-DNfSf .framer-o5438r > :last-child, .framer-DNfSf .framer-1kozpl7 > :last-child, .framer-DNfSf .framer-1sh8wqg > :last-child, .framer-DNfSf .framer-1yt807k > :last-child, .framer-DNfSf .framer-lwy0h6 > :last-child, .framer-DNfSf .framer-10ihr2m > :last-child, .framer-DNfSf .framer-cm1h20 > :last-child, .framer-DNfSf .framer-1dcddhe > :last-child { margin-right: 0px; } .framer-DNfSf .framer-ws9y8p > *, .framer-DNfSf .framer-1yqy5yh > *, .framer-DNfSf .framer-qufbpk > *, .framer-DNfSf .framer-gm5arn > *, .framer-DNfSf .framer-cjsjmr > *, .framer-DNfSf .framer-cfyvye > *, .framer-DNfSf .framer-18sb4md > *, .framer-DNfSf .framer-cxc4yv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DNfSf .framer-1nx1jt3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DNfSf .framer-2dsjxo > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-DNfSf .framer-rdogp5 > *, .framer-DNfSf .framer-1ckdouj > *, .framer-DNfSf .framer-1617a7e > *, .framer-DNfSf .framer-v39o60 > *, .framer-DNfSf .framer-txzf2q > *, .framer-DNfSf .framer-lc99a2 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-DNfSf .framer-3c1jch > *, .framer-DNfSf .framer-cm1h20 > *, .framer-DNfSf .framer-1dcddhe > * { margin: 0px; margin-left: calc(152px / 2); margin-right: calc(152px / 2); } .framer-DNfSf .framer-z3450f > *, .framer-DNfSf .framer-10ldm7g > *, .framer-DNfSf .framer-acefyz > *, .framer-DNfSf .framer-1n4i5d1 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-DNfSf .framer-1d6sp9f > *, .framer-DNfSf .framer-fu2mki > *, .framer-DNfSf .framer-14k2140 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DNfSf .framer-1shm16z > *, .framer-DNfSf .framer-6cb56h > *, .framer-DNfSf .framer-ie023h > *, .framer-DNfSf .framer-ft6407 > *, .framer-DNfSf .framer-o5438r > *, .framer-DNfSf .framer-1sh8wqg > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-DNfSf .framer-piw3zb > *, .framer-DNfSf .framer-1ckc4s9 > *, .framer-DNfSf .framer-gvyckr > *, .framer-DNfSf .framer-3qkh1s > *, .framer-DNfSf .framer-1kozpl7 > *, .framer-DNfSf .framer-1yt807k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DNfSf .framer-20kzwx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DNfSf .framer-lwy0h6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-DNfSf .framer-10ihr2m > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-DNfSf .framer-fzqdft > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-DNfSf .framer-9lxydx > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-DNfSf.framer-g8iy48 { width: 810px; } .framer-DNfSf .framer-ngf7n8 { height: 650px; justify-content: center; } .framer-DNfSf .framer-l14e25 { gap: 0px; padding: 120px 40px 0px 40px; } .framer-DNfSf .framer-1nx1jt3 { padding: 0px; } .framer-DNfSf .framer-2dsjxo { padding: 0px 40px 0px 80px; width: 810px; } .framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-lc99a2 { gap: 64px; padding: 80px 40px 80px 40px; } .framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-txzf2q { gap: 64px; } .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-1dcddhe { flex-direction: column; gap: 64px; } .framer-DNfSf .framer-z3450f { flex: none; max-width: unset; order: 0; width: 100%; } .framer-DNfSf .framer-20kzwx { align-self: unset; height: 1px; order: 1; width: 100%; } .framer-DNfSf .framer-1864cvj { flex: none; height: 618px; } .framer-DNfSf .framer-v39o60 { padding: 80px 40px 80px 40px; } .framer-DNfSf .framer-10ihr2m { flex-direction: column; } .framer-DNfSf .framer-uji662-container, .framer-DNfSf .framer-1n4i5d1 { flex: none; width: 100%; } .framer-DNfSf .framer-9aovpb-container, .framer-DNfSf .framer-r2q86e-container { align-self: unset; flex: none; width: 100%; } .framer-DNfSf .framer-cm1h20 { flex-direction: column; gap: 56px; } .framer-DNfSf .framer-acefyz { flex: none; order: 0; width: 100%; } .framer-DNfSf .framer-odsvph { max-width: unset; order: 1; } .framer-DNfSf .framer-9lxydx, .framer-DNfSf .framer-nrg9vu { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DNfSf .framer-l14e25, .framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-txzf2q, .framer-DNfSf .framer-10ihr2m, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-lc99a2, .framer-DNfSf .framer-1dcddhe { gap: 0px; } .framer-DNfSf .framer-l14e25 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DNfSf .framer-l14e25 > :first-child { margin-left: 0px; } .framer-DNfSf .framer-l14e25 > :last-child { margin-right: 0px; } .framer-DNfSf .framer-rdogp5 > *, .framer-DNfSf .framer-1ckdouj > *, .framer-DNfSf .framer-3c1jch > *, .framer-DNfSf .framer-txzf2q > *, .framer-DNfSf .framer-lc99a2 > *, .framer-DNfSf .framer-1dcddhe > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-DNfSf .framer-rdogp5 > :first-child, .framer-DNfSf .framer-1ckdouj > :first-child, .framer-DNfSf .framer-3c1jch > :first-child, .framer-DNfSf .framer-txzf2q > :first-child, .framer-DNfSf .framer-10ihr2m > :first-child, .framer-DNfSf .framer-cm1h20 > :first-child, .framer-DNfSf .framer-lc99a2 > :first-child, .framer-DNfSf .framer-1dcddhe > :first-child { margin-top: 0px; } .framer-DNfSf .framer-rdogp5 > :last-child, .framer-DNfSf .framer-1ckdouj > :last-child, .framer-DNfSf .framer-3c1jch > :last-child, .framer-DNfSf .framer-txzf2q > :last-child, .framer-DNfSf .framer-10ihr2m > :last-child, .framer-DNfSf .framer-cm1h20 > :last-child, .framer-DNfSf .framer-lc99a2 > :last-child, .framer-DNfSf .framer-1dcddhe > :last-child { margin-bottom: 0px; } .framer-DNfSf .framer-10ihr2m > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-DNfSf .framer-cm1h20 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }}\",\"@media (max-width: 809px) { .framer-DNfSf.framer-g8iy48 { width: 390px; } .framer-DNfSf .framer-uu7kzg-container { order: 0; } .framer-DNfSf .framer-ngf7n8 { height: 548px; justify-content: center; order: 3; } .framer-DNfSf .framer-l14e25 { gap: 0px; padding: 64px 16px 0px 16px; } .framer-DNfSf .framer-ws9y8p, .framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-1yqy5yh, .framer-DNfSf .framer-qufbpk, .framer-DNfSf .framer-cjsjmr, .framer-DNfSf .framer-cfyvye, .framer-DNfSf .framer-cxc4yv { gap: 32px; } .framer-DNfSf .framer-1nx1jt3 { justify-content: flex-start; padding: 0px; } .framer-DNfSf .framer-1i2bse1-container { flex: 1 0 0px; width: 1px; } .framer-DNfSf .framer-2dsjxo { -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(4px); bottom: unset; flex: 1 0 0px; flex-direction: column; gap: 20px; height: min-content; min-height: 88px; padding: 16px; width: 1px; } .framer-DNfSf .framer-rdogp5 { gap: 64px; order: 4; padding: 64px 16px 64px 16px; } .framer-DNfSf .framer-12nmlfz-container { height: 679px; left: -734px; right: -597px; top: -469px; } .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-1dcddhe { flex-direction: column; gap: 48px; } .framer-DNfSf .framer-z3450f { flex: none; gap: 40px; width: 100%; } .framer-DNfSf .framer-10ldm7g { gap: 40px; } .framer-DNfSf .framer-1ocje6x-container, .framer-DNfSf .framer-wp8k4b-container, .framer-DNfSf .framer-urhjbe-container, .framer-DNfSf .framer-9lxydx { width: 100%; } .framer-DNfSf .framer-20kzwx { align-self: unset; height: 1px; width: 100%; } .framer-DNfSf .framer-1864cvj { flex: none; height: 390px; } .framer-DNfSf .framer-v39o60 { order: 5; padding: 64px 16px 64px 16px; } .framer-DNfSf .framer-txzf2q { gap: 64px; } .framer-DNfSf .framer-10ihr2m { flex-direction: column; } .framer-DNfSf .framer-uji662-container { flex: none; width: 100%; } .framer-DNfSf .framer-9aovpb-container, .framer-DNfSf .framer-r2q86e-container { align-self: unset; flex: none; width: 100%; } .framer-DNfSf .framer-acefyz { flex: none; gap: 40px; order: 0; width: 100%; } .framer-DNfSf .framer-odsvph { height: 390px; order: 1; width: 100%; } .framer-DNfSf .framer-lc99a2 { gap: 64px; order: 6; padding: 64px 16px 64px 16px; } .framer-DNfSf .framer-1n4i5d1 { flex: none; gap: 40px; width: 100%; z-index: 1; } .framer-DNfSf .framer-nrg9vu { height: 390px; width: 100%; } .framer-DNfSf .framer-1e3ca0h-container { left: -739px; right: -637px; top: -589px; width: unset; } .framer-DNfSf .framer-m5agtd-container { order: 7; } .framer-DNfSf .framer-fq9mey-container { order: 8; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DNfSf .framer-l14e25, .framer-DNfSf .framer-ws9y8p, .framer-DNfSf .framer-2dsjxo, .framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-1ckdouj, .framer-DNfSf .framer-1yqy5yh, .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-z3450f, .framer-DNfSf .framer-10ldm7g, .framer-DNfSf .framer-qufbpk, .framer-DNfSf .framer-txzf2q, .framer-DNfSf .framer-cjsjmr, .framer-DNfSf .framer-10ihr2m, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-acefyz, .framer-DNfSf .framer-cfyvye, .framer-DNfSf .framer-lc99a2, .framer-DNfSf .framer-1dcddhe, .framer-DNfSf .framer-1n4i5d1, .framer-DNfSf .framer-cxc4yv { gap: 0px; } .framer-DNfSf .framer-l14e25 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DNfSf .framer-l14e25 > :first-child { margin-left: 0px; } .framer-DNfSf .framer-l14e25 > :last-child { margin-right: 0px; } .framer-DNfSf .framer-ws9y8p > *, .framer-DNfSf .framer-1ckdouj > *, .framer-DNfSf .framer-1yqy5yh > *, .framer-DNfSf .framer-qufbpk > *, .framer-DNfSf .framer-cjsjmr > *, .framer-DNfSf .framer-10ihr2m > *, .framer-DNfSf .framer-cfyvye > *, .framer-DNfSf .framer-cxc4yv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-DNfSf .framer-ws9y8p > :first-child, .framer-DNfSf .framer-2dsjxo > :first-child, .framer-DNfSf .framer-rdogp5 > :first-child, .framer-DNfSf .framer-1ckdouj > :first-child, .framer-DNfSf .framer-1yqy5yh > :first-child, .framer-DNfSf .framer-3c1jch > :first-child, .framer-DNfSf .framer-z3450f > :first-child, .framer-DNfSf .framer-10ldm7g > :first-child, .framer-DNfSf .framer-qufbpk > :first-child, .framer-DNfSf .framer-txzf2q > :first-child, .framer-DNfSf .framer-cjsjmr > :first-child, .framer-DNfSf .framer-10ihr2m > :first-child, .framer-DNfSf .framer-cm1h20 > :first-child, .framer-DNfSf .framer-acefyz > :first-child, .framer-DNfSf .framer-cfyvye > :first-child, .framer-DNfSf .framer-lc99a2 > :first-child, .framer-DNfSf .framer-1dcddhe > :first-child, .framer-DNfSf .framer-1n4i5d1 > :first-child, .framer-DNfSf .framer-cxc4yv > :first-child { margin-top: 0px; } .framer-DNfSf .framer-ws9y8p > :last-child, .framer-DNfSf .framer-2dsjxo > :last-child, .framer-DNfSf .framer-rdogp5 > :last-child, .framer-DNfSf .framer-1ckdouj > :last-child, .framer-DNfSf .framer-1yqy5yh > :last-child, .framer-DNfSf .framer-3c1jch > :last-child, .framer-DNfSf .framer-z3450f > :last-child, .framer-DNfSf .framer-10ldm7g > :last-child, .framer-DNfSf .framer-qufbpk > :last-child, .framer-DNfSf .framer-txzf2q > :last-child, .framer-DNfSf .framer-cjsjmr > :last-child, .framer-DNfSf .framer-10ihr2m > :last-child, .framer-DNfSf .framer-cm1h20 > :last-child, .framer-DNfSf .framer-acefyz > :last-child, .framer-DNfSf .framer-cfyvye > :last-child, .framer-DNfSf .framer-lc99a2 > :last-child, .framer-DNfSf .framer-1dcddhe > :last-child, .framer-DNfSf .framer-1n4i5d1 > :last-child, .framer-DNfSf .framer-cxc4yv > :last-child { margin-bottom: 0px; } .framer-DNfSf .framer-2dsjxo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DNfSf .framer-rdogp5 > *, .framer-DNfSf .framer-txzf2q > *, .framer-DNfSf .framer-lc99a2 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-DNfSf .framer-3c1jch > *, .framer-DNfSf .framer-cm1h20 > *, .framer-DNfSf .framer-1dcddhe > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-DNfSf .framer-z3450f > *, .framer-DNfSf .framer-10ldm7g > *, .framer-DNfSf .framer-acefyz > *, .framer-DNfSf .framer-1n4i5d1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-DNfSf.framer-g8iy48 { width: 1200px; } .framer-DNfSf .framer-l14e25 { padding: 192px 40px 0px 40px; } .framer-DNfSf .framer-2dsjxo { min-width: 1360px; width: min-content; } .framer-DNfSf .framer-rdogp5, .framer-DNfSf .framer-v39o60, .framer-DNfSf .framer-lc99a2 { padding: 120px 40px 120px 40px; } .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-1dcddhe { gap: 80px; } .framer-DNfSf .framer-odsvph { flex: 1 0 0px; width: 1px; } .framer-DNfSf .framer-2hrccf { left: 662px; top: 54px; transform: unset; } .framer-DNfSf .framer-9lxydx { align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; } .framer-DNfSf .framer-nrg9vu { flex: 1 0 0px; height: 1px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DNfSf .framer-3c1jch, .framer-DNfSf .framer-cm1h20, .framer-DNfSf .framer-1dcddhe { gap: 0px; } .framer-DNfSf .framer-3c1jch > *, .framer-DNfSf .framer-cm1h20 > *, .framer-DNfSf .framer-1dcddhe > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-DNfSf .framer-3c1jch > :first-child, .framer-DNfSf .framer-cm1h20 > :first-child, .framer-DNfSf .framer-1dcddhe > :first-child { margin-left: 0px; } .framer-DNfSf .framer-3c1jch > :last-child, .framer-DNfSf .framer-cm1h20 > :last-child, .framer-DNfSf .framer-1dcddhe > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6782\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wQ20mzym4\":{\"layout\":[\"fixed\",\"auto\"]},\"QJKsjA0Z_\":{\"layout\":[\"fixed\",\"auto\"]},\"xkYQrviv_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"r1sNsI_96\":{\"pattern\":\":r1sNsI_96\",\"name\":\"white-section\"}}\n * @framerResponsiveScreen\n */const FrameragD7d4pgV=withCSS(Component,css,\"framer-DNfSf\");export default FrameragD7d4pgV;FrameragD7d4pgV.displayName=\"Network / How It Works\";FrameragD7d4pgV.defaultProps={height:6782,width:1440};addFonts(FrameragD7d4pgV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Basier Circle Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/98PS8gNkCZY6ssKBb3YBkQK755k.woff2\"},{family:\"Basier Circle Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/JVyrZtWaGYMgoMpOiO405266GI.woff2\"}]},...NavigationFonts,...ComponentLinesFonts,...ComponentDescriptionBarFonts,...EffectsBlursFonts,...ComponentPrimaryButtonFonts,...LayoutCardFonts,...LayoutSummaryContactUsFonts,...LayoutFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameragD7d4pgV\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wQ20mzym4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QJKsjA0Z_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xkYQrviv_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"r1sNsI_96\\\":{\\\"pattern\\\":\\\":r1sNsI_96\\\",\\\"name\\\":\\\"white-section\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6782\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "b3bwbE7Jy_default", "ComponentLinesFonts", "xHZZY5rG0_default", "ComponentDescriptionBarFonts", "mHuoIRsHR_default", "ImageWithFX", "withFX", "Image2", "EffectsBlursFonts", "X5g1AU6R4_default", "ComponentPrimaryButtonFonts", "KAp2YP0yX_default", "LayoutCardFonts", "SaQnS1j77_default", "LayoutSummaryContactUsFonts", "rBlLQVHXC_default", "LayoutFooterFonts", "UiyDIprFh_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transition1", "animation", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "Link", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FrameragD7d4pgV", "withCSS", "agD7d4pgV_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
