{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zyVvbRDPq8WygLmuYLfM/cwtPhi40Qc977cymtGnf/M9TvuvICK.js", "ssg:https://framerusercontent.com/modules/5oEXevdGVX5gkSHiUhRg/6NdWh1exZhBE2W6fKCii/MvtkgMqcj.js"],
  "sourcesContent": ["// Generated by Framer (9e04080)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ArrowRight from\"https://framerusercontent.com/modules/hI8timTlk8Fd762eIxi0/xJuKf85RyZ2kZbNeA10j/ae1wERNQB.js\";import ArrowLeft from\"https://framerusercontent.com/modules/SulpgVrT1bx1PbM4v6vQ/1U6IAaulysCiGrlWaCr5/XcIlicl6R.js\";import HeaderIcon from\"https://framerusercontent.com/modules/kiTM7hMNqnLh6LTmPU6b/QTWO2DVwZFs5mOJlNwO8/JpOGCPCDe.js\";import HeaderButtonOverlay from\"https://framerusercontent.com/modules/5oEXevdGVX5gkSHiUhRg/6NdWh1exZhBE2W6fKCii/MvtkgMqcj.js\";import BookADemoButton from\"https://framerusercontent.com/modules/Nc7J53CpQyVWUWqYb4b8/4KlXsclwvpuhOMpccmae/S0h4r0aP8.js\";import ButtonPrimary from\"https://framerusercontent.com/modules/AdE52M907suHfdceW7jh/5OULIMJln5LxvUvwePK0/uJig9yHhI.js\";import HeaderButton from\"https://framerusercontent.com/modules/LOllYizFqc8ICTpGPvPp/x3cNwYlwuZp9dFa6QK53/v_GAeCJHJ.js\";const HeaderIconFonts=getFonts(HeaderIcon);const HeaderButtonFonts=getFonts(HeaderButton);const HeaderButtonOverlayFonts=getFonts(HeaderButtonOverlay);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const MotionDivWithFX=withFX(motion.div);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const ButtonPrimaryFonts=getFonts(ButtonPrimary);const BookADemoButtonFonts=getFonts(BookADemoButton);const cycleOrder=[\"hgo2fX1j3\",\"oL6xlAUxv\",\"RbAjJASCk\"];const serializationHash=\"framer-8dd7C\";const variantClassNames={hgo2fX1j3:\"framer-v-1iklq64\",oL6xlAUxv:\"framer-v-1rua7jn\",RbAjJASCk:\"framer-v-gxa5z5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:16,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:16,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition2={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:16,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:16,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition4={bounce:.2,delay:.3,duration:.4,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:16,y:0};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:16,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile open\":\"RbAjJASCk\",Desktop:\"hgo2fX1j3\",Mobile:\"oL6xlAUxv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hgo2fX1j3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hgo2fX1j3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const qDxr7JsRQ19os42h=activeVariantCallback(async(...args)=>{setVariant(\"RbAjJASCk\");});const qDxr7JsRQ17m5u9s=activeVariantCallback(async(...args)=>{setVariant(\"oL6xlAUxv\");});const J3BIn9aKqtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"oL6xlAUxv\",\"RbAjJASCk\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"oL6xlAUxv\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"RbAjJASCk\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1iklq64\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hgo2fX1j3\",ref:refBinding,style:{backgroundColor:\"var(--token-15f7c996-4a91-4178-94a2-a678b63b11a4, rgb(10, 10, 10))\",...style},...addPropertyOverrides({oL6xlAUxv:{\"data-framer-name\":\"Mobile\"},RbAjJASCk:{\"data-framer-name\":\"Mobile open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qncbkj\",layoutDependency:layoutDependency,layoutId:\"WEJdpCZqj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i7msym\",\"data-framer-name\":\"logo + menu\",layoutDependency:layoutDependency,layoutId:\"TD8VmlP2G\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":bA_HfnSsd\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"W_vkc_zMW\",openInNewTab:false,scopeId:\"M9TvuvICK\",smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1nz7031 framer-1lc3o72\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"W_vkc_zMW\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 96 24\"><path d=\"M 39.034 13.745 L 41.543 13.745 L 42.804 15.368 L 44.046 16.813 L 46.384 19.746 L 43.63 19.746 L 42.02 17.768 L 41.195 16.595 L 39.035 13.745 Z M 46.596 11.618 C 46.596 13.141 46.307 14.436 45.73 15.505 C 45.157 16.573 44.375 17.389 43.384 17.953 C 42.397 18.511 41.288 18.791 40.057 18.791 C 38.816 18.791 37.703 18.509 36.716 17.945 C 35.73 17.381 34.95 16.565 34.376 15.497 C 33.805 14.429 33.518 13.136 33.518 11.618 C 33.518 10.094 33.805 8.8 34.378 7.732 C 34.95 6.664 35.73 5.85 36.716 5.291 C 37.703 4.727 38.816 4.446 40.057 4.446 C 41.288 4.446 42.397 4.727 43.384 5.291 C 44.375 5.85 45.157 6.664 45.73 7.732 C 46.307 8.8 46.596 10.096 46.596 11.618 Z M 43.602 11.618 C 43.602 10.632 43.454 9.8 43.158 9.122 C 42.868 8.446 42.457 7.932 41.924 7.582 C 41.393 7.232 40.77 7.057 40.057 7.057 C 39.343 7.057 38.72 7.232 38.189 7.582 C 37.657 7.932 37.243 8.446 36.948 9.122 C 36.656 9.8 36.511 10.632 36.511 11.618 C 36.511 12.605 36.656 13.436 36.948 14.114 C 37.243 14.791 37.656 15.305 38.189 15.655 C 38.72 16.004 39.343 16.18 40.057 16.18 C 40.77 16.18 41.393 16.004 41.924 15.654 C 42.457 15.305 42.869 14.79 43.159 14.113 C 43.454 13.436 43.603 12.605 43.603 11.617 Z M 55.444 14.141 L 55.444 8.128 L 58.348 8.128 L 58.348 18.6 L 55.56 18.6 L 55.56 16.698 L 55.451 16.698 C 55.222 17.302 54.809 17.82 54.271 18.178 C 53.725 18.55 53.059 18.737 52.273 18.737 C 51.574 18.737 50.958 18.577 50.425 18.259 C 49.888 17.936 49.455 17.465 49.177 16.903 C 48.882 16.315 48.733 15.613 48.727 14.795 L 48.727 8.128 L 51.632 8.128 L 51.632 14.278 C 51.637 14.896 51.803 15.384 52.13 15.743 C 52.458 16.103 52.896 16.283 53.446 16.283 C 53.796 16.283 54.124 16.202 54.428 16.043 C 54.736 15.876 54.991 15.625 55.164 15.32 C 55.356 15.002 55.448 14.609 55.444 14.141 Z M 65.444 18.804 C 64.367 18.804 63.44 18.587 62.663 18.15 C 61.897 17.716 61.275 17.066 60.876 16.282 C 60.458 15.473 60.248 14.516 60.248 13.411 C 60.248 12.334 60.458 11.389 60.876 10.574 C 61.272 9.785 61.885 9.125 62.642 8.672 C 63.406 8.218 64.301 7.991 65.328 7.991 C 66.019 7.991 66.662 8.102 67.258 8.326 C 67.858 8.543 68.381 8.873 68.826 9.313 C 69.276 9.755 69.626 10.309 69.876 10.978 C 70.126 11.641 70.252 12.418 70.252 13.309 L 70.252 14.107 L 61.408 14.107 L 61.408 12.307 L 67.517 12.307 C 67.517 11.888 67.426 11.518 67.244 11.196 C 67.068 10.878 66.806 10.616 66.488 10.439 C 66.15 10.247 65.765 10.15 65.376 10.159 C 64.936 10.159 64.544 10.261 64.204 10.466 C 63.872 10.661 63.599 10.942 63.412 11.278 C 63.222 11.614 63.124 11.989 63.119 12.402 L 63.119 14.113 C 63.119 14.632 63.215 15.079 63.407 15.457 C 63.601 15.834 63.876 16.124 64.231 16.33 C 64.585 16.534 65.005 16.637 65.491 16.637 C 65.815 16.637 66.11 16.591 66.379 16.5 C 66.647 16.409 66.876 16.272 67.067 16.092 C 67.259 15.91 67.403 15.686 67.504 15.422 L 70.19 15.6 C 70.063 16.228 69.773 16.811 69.35 17.292 C 68.933 17.768 68.392 18.14 67.728 18.408 C 67.069 18.672 66.308 18.804 65.444 18.804 Z M 72.146 18.6 L 72.146 8.128 L 74.963 8.128 L 74.963 9.954 L 75.071 9.954 C 75.263 9.305 75.583 8.814 76.033 8.482 C 76.483 8.146 77.002 7.978 77.587 7.978 C 77.895 7.98 78.201 8.014 78.502 8.08 L 78.502 10.656 C 78.316 10.605 78.126 10.569 77.935 10.547 C 77.695 10.514 77.474 10.499 77.274 10.499 C 76.847 10.499 76.465 10.592 76.128 10.778 C 75.8 10.956 75.527 11.22 75.337 11.542 C 75.142 11.887 75.043 12.278 75.052 12.674 L 75.052 18.6 L 72.148 18.6 Z M 80.003 18.6 L 80.003 8.128 L 82.907 8.128 L 82.907 18.6 Z M 81.462 6.778 C 81.03 6.778 80.659 6.634 80.351 6.348 C 80.057 6.081 79.891 5.701 79.895 5.304 C 79.895 4.904 80.046 4.561 80.351 4.276 C 80.649 3.988 81.048 3.831 81.462 3.839 C 81.894 3.839 82.262 3.984 82.566 4.276 C 82.876 4.561 83.03 4.904 83.03 5.304 C 83.03 5.71 82.876 6.056 82.566 6.348 C 82.262 6.634 81.894 6.778 81.462 6.778 Z M 89.966 18.805 C 88.907 18.805 87.991 18.58 87.218 18.13 C 86.456 17.681 85.838 17.023 85.439 16.234 C 85.02 15.42 84.811 14.477 84.811 13.405 C 84.811 12.323 85.02 11.377 85.439 10.568 C 85.836 9.777 86.454 9.118 87.218 8.672 C 87.991 8.218 88.907 7.991 89.966 7.991 C 91.025 7.991 91.939 8.219 92.707 8.672 C 93.475 9.117 94.095 9.776 94.493 10.568 C 94.912 11.377 95.12 12.323 95.12 13.405 C 95.12 14.477 94.912 15.421 94.493 16.234 C 94.092 17.024 93.472 17.683 92.707 18.13 C 91.939 18.58 91.025 18.805 89.966 18.805 Z M 89.98 16.555 C 90.461 16.555 90.864 16.418 91.187 16.146 C 91.51 15.868 91.752 15.491 91.916 15.013 C 92.084 14.537 92.168 13.993 92.168 13.384 C 92.168 12.775 92.084 12.232 91.916 11.754 C 91.752 11.278 91.508 10.9 91.187 10.622 C 90.863 10.346 90.461 10.207 89.98 10.207 C 89.494 10.207 89.084 10.345 88.752 10.622 C 88.426 10.9 88.177 11.278 88.008 11.754 C 87.845 12.232 87.763 12.774 87.763 13.384 C 87.763 13.993 87.846 14.536 88.009 15.013 C 88.177 15.491 88.426 15.869 88.753 16.146 C 89.084 16.418 89.494 16.554 89.98 16.554 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 0.842 0.703 C -0.048 1.595 -0.048 3.039 0.842 3.931 L 20.075 23.191 C 20.502 23.619 21.082 23.86 21.686 23.86 C 22.291 23.86 22.871 23.619 23.298 23.191 C 24.188 22.299 24.188 20.855 23.298 19.963 L 4.066 0.704 C 3.639 0.276 3.059 0.036 2.454 0.036 C 1.849 0.036 1.269 0.276 0.842 0.704 Z M 0.773 9.966 C -0.117 10.858 -0.117 12.302 0.773 13.194 L 10.793 23.226 C 11.22 23.654 11.799 23.894 12.404 23.894 C 13.008 23.894 13.588 23.654 14.015 23.226 C 14.905 22.334 14.905 20.89 14.015 19.998 L 3.996 9.967 C 3.569 9.539 2.989 9.299 2.384 9.299 C 1.78 9.299 1.2 9.539 0.773 9.967 Z M 15.118 8.896 L 15.1 8.878 C 14.209 7.986 14.209 6.542 15.1 5.65 L 20.076 0.668 C 20.503 0.241 21.083 0 21.687 0 C 22.291 0 22.871 0.241 23.298 0.668 C 24.188 1.56 24.188 3.004 23.298 3.896 L 19.936 7.264 L 23.334 10.667 C 24.224 11.559 24.224 13.003 23.334 13.895 C 22.907 14.323 22.327 14.563 21.722 14.563 C 21.118 14.563 20.538 14.323 20.111 13.895 L 15.137 8.914 L 15.119 8.896 Z M 0.667 19.122 C -0.223 20.014 -0.223 21.458 0.667 22.35 L 1.649 23.332 C 2.076 23.759 2.655 24 3.26 24 C 3.864 24 4.444 23.759 4.871 23.332 C 5.761 22.44 5.761 20.996 4.871 20.104 L 3.89 19.122 C 3.463 18.694 2.883 18.453 2.279 18.453 C 1.674 18.453 1.094 18.694 0.667 19.122 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12634602916,withExternalLayout:true,...addPropertyOverrides({oL6xlAUxv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 84 21\"><path d=\"M 34.154 12.027 L 36.35 12.027 L 37.453 13.447 L 38.54 14.712 L 40.586 17.278 L 38.176 17.278 L 36.768 15.547 L 36.045 14.52 L 34.155 12.027 Z M 40.771 10.166 C 40.771 11.499 40.518 12.631 40.013 13.567 C 39.513 14.502 38.828 15.216 37.961 15.709 C 37.098 16.197 36.127 16.442 35.05 16.442 C 33.964 16.442 32.99 16.195 32.127 15.702 C 31.264 15.208 30.581 14.494 30.079 13.56 C 29.58 12.625 29.329 11.494 29.329 10.166 C 29.329 8.833 29.58 7.7 30.08 6.765 C 30.581 5.831 31.264 5.119 32.127 4.629 C 32.99 4.136 33.964 3.89 35.05 3.89 C 36.127 3.89 37.098 4.136 37.961 4.629 C 38.828 5.119 39.513 5.831 40.013 6.765 C 40.518 7.7 40.771 8.834 40.771 10.166 Z M 38.152 10.166 C 38.152 9.303 38.023 8.575 37.763 7.982 C 37.509 7.39 37.15 6.94 36.684 6.634 C 36.219 6.328 35.674 6.175 35.05 6.175 C 34.425 6.175 33.88 6.328 33.415 6.634 C 32.95 6.94 32.588 7.39 32.329 7.982 C 32.074 8.575 31.947 9.303 31.947 10.166 C 31.947 11.029 32.074 11.757 32.329 12.35 C 32.588 12.942 32.949 13.392 33.415 13.698 C 33.88 14.004 34.425 14.157 35.05 14.157 C 35.674 14.157 36.219 14.004 36.684 13.697 C 37.15 13.392 37.51 12.941 37.764 12.349 C 38.023 11.757 38.153 11.029 38.153 10.165 Z M 48.513 12.373 L 48.513 7.112 L 51.054 7.112 L 51.054 16.275 L 48.615 16.275 L 48.615 14.611 L 48.519 14.611 C 48.319 15.14 47.958 15.592 47.487 15.905 C 47.01 16.231 46.427 16.395 45.739 16.395 C 45.127 16.395 44.588 16.255 44.122 15.977 C 43.652 15.694 43.273 15.282 43.03 14.79 C 42.772 14.276 42.642 13.662 42.636 12.945 L 42.636 7.112 L 45.178 7.112 L 45.178 12.493 C 45.183 13.034 45.327 13.461 45.614 13.775 C 45.901 14.09 46.284 14.247 46.765 14.247 C 47.071 14.247 47.358 14.177 47.625 14.037 C 47.894 13.891 48.117 13.672 48.268 13.405 C 48.436 13.127 48.517 12.783 48.513 12.373 Z M 57.264 16.453 C 56.321 16.453 55.51 16.263 54.83 15.881 C 54.16 15.502 53.616 14.933 53.266 14.246 C 52.901 13.539 52.717 12.702 52.717 11.735 C 52.717 10.792 52.901 9.966 53.266 9.253 C 53.613 8.562 54.149 7.985 54.812 7.588 C 55.48 7.19 56.263 6.992 57.162 6.992 C 57.767 6.992 58.33 7.09 58.85 7.285 C 59.375 7.475 59.833 7.764 60.223 8.149 C 60.616 8.535 60.923 9.021 61.141 9.605 C 61.36 10.186 61.47 10.865 61.47 11.646 L 61.47 12.344 L 53.732 12.344 L 53.732 10.769 L 59.077 10.769 C 59.077 10.402 58.997 10.078 58.839 9.796 C 58.684 9.518 58.455 9.289 58.177 9.134 C 57.881 8.966 57.545 8.882 57.204 8.889 C 56.819 8.889 56.476 8.979 56.178 9.158 C 55.888 9.329 55.649 9.574 55.485 9.868 C 55.319 10.162 55.233 10.491 55.229 10.852 L 55.229 12.349 C 55.229 12.803 55.313 13.194 55.481 13.525 C 55.651 13.855 55.891 14.109 56.202 14.288 C 56.512 14.467 56.88 14.557 57.305 14.557 C 57.588 14.557 57.847 14.517 58.082 14.437 C 58.316 14.358 58.516 14.238 58.683 14.08 C 58.851 13.921 58.977 13.726 59.066 13.495 L 61.417 13.65 C 61.305 14.199 61.052 14.71 60.682 15.13 C 60.316 15.547 59.843 15.873 59.262 16.107 C 58.686 16.338 58.02 16.453 57.264 16.453 Z M 63.128 16.275 L 63.128 7.112 L 65.592 7.112 L 65.592 8.71 L 65.687 8.71 C 65.855 8.142 66.135 7.712 66.529 7.421 C 66.923 7.127 67.376 6.98 67.889 6.98 C 68.158 6.982 68.426 7.012 68.689 7.07 L 68.689 9.324 C 68.526 9.28 68.361 9.248 68.193 9.228 C 67.983 9.2 67.79 9.186 67.615 9.186 C 67.241 9.186 66.907 9.268 66.612 9.431 C 66.325 9.587 66.086 9.818 65.92 10.099 C 65.749 10.401 65.663 10.743 65.67 11.09 L 65.67 16.275 L 63.129 16.275 Z M 70.002 16.275 L 70.002 7.112 L 72.543 7.112 L 72.543 16.275 Z M 71.279 5.93 C 70.901 5.93 70.577 5.804 70.307 5.554 C 70.05 5.321 69.905 4.988 69.908 4.641 C 69.908 4.291 70.04 3.991 70.307 3.741 C 70.568 3.49 70.917 3.352 71.279 3.359 C 71.657 3.359 71.98 3.486 72.245 3.741 C 72.516 3.991 72.652 4.291 72.652 4.641 C 72.652 4.996 72.516 5.299 72.245 5.554 C 71.98 5.804 71.657 5.93 71.279 5.93 Z M 78.721 16.455 C 77.793 16.455 76.992 16.257 76.316 15.863 C 75.649 15.471 75.108 14.895 74.759 14.204 C 74.392 13.492 74.21 12.667 74.21 11.73 C 74.21 10.782 74.392 9.955 74.759 9.247 C 75.106 8.555 75.647 7.979 76.316 7.588 C 76.992 7.19 77.793 6.992 78.721 6.992 C 79.647 6.992 80.447 7.191 81.119 7.588 C 81.79 7.977 82.333 8.554 82.681 9.247 C 83.048 9.955 83.23 10.782 83.23 11.73 C 83.23 12.667 83.048 13.494 82.681 14.204 C 82.331 14.896 81.788 15.472 81.119 15.863 C 80.447 16.257 79.647 16.455 78.721 16.455 Z M 78.732 14.486 C 79.153 14.486 79.506 14.366 79.788 14.128 C 80.071 13.884 80.283 13.554 80.427 13.137 C 80.574 12.72 80.647 12.244 80.647 11.711 C 80.647 11.178 80.574 10.703 80.427 10.285 C 80.283 9.868 80.07 9.537 79.788 9.295 C 79.505 9.053 79.153 8.931 78.732 8.931 C 78.307 8.931 77.949 9.052 77.658 9.295 C 77.372 9.537 77.155 9.868 77.007 10.285 C 76.864 10.703 76.793 11.177 76.793 11.711 C 76.793 12.244 76.865 12.719 77.008 13.137 C 77.155 13.554 77.372 13.885 77.659 14.128 C 77.949 14.366 78.307 14.485 78.732 14.485 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 0.737 0.615 C -0.042 1.396 -0.042 2.659 0.737 3.44 L 17.565 20.292 C 17.939 20.667 18.446 20.877 18.976 20.877 C 19.505 20.877 20.012 20.667 20.386 20.292 C 21.165 19.512 21.165 18.248 20.386 17.468 L 3.557 0.616 C 3.184 0.242 2.676 0.031 2.147 0.031 C 1.618 0.031 1.111 0.242 0.737 0.616 Z M 0.676 8.72 C -0.103 9.501 -0.103 10.764 0.676 11.545 L 9.444 20.323 C 9.817 20.697 10.324 20.907 10.853 20.907 C 11.382 20.907 11.889 20.697 12.263 20.323 C 13.042 19.542 13.042 18.279 12.263 17.498 L 3.496 8.721 C 3.123 8.347 2.615 8.136 2.086 8.136 C 1.557 8.136 1.05 8.347 0.676 8.721 Z M 13.228 7.784 L 13.212 7.768 C 12.433 6.987 12.433 5.724 13.212 4.943 L 17.567 0.585 C 17.94 0.211 18.447 0 18.976 0 C 19.505 0 20.012 0.211 20.386 0.585 C 21.165 1.365 21.165 2.629 20.386 3.409 L 17.444 6.356 L 20.417 9.333 C 21.196 10.114 21.196 11.378 20.417 12.158 C 20.044 12.533 19.536 12.743 19.007 12.743 C 18.478 12.743 17.971 12.533 17.597 12.158 L 13.245 7.799 L 13.229 7.784 Z M 0.584 16.732 C -0.195 17.512 -0.195 18.776 0.584 19.556 L 1.443 20.415 C 1.816 20.789 2.323 21 2.852 21 C 3.381 21 3.888 20.789 4.262 20.415 C 5.041 19.635 5.041 18.371 4.262 17.591 L 3.404 16.732 C 3.03 16.357 2.523 16.147 1.994 16.147 C 1.465 16.147 0.957 16.357 0.584 16.732 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11322340971},RbAjJASCk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 84 21\"><path d=\"M 34.154 12.027 L 36.35 12.027 L 37.453 13.447 L 38.54 14.712 L 40.586 17.278 L 38.176 17.278 L 36.768 15.547 L 36.045 14.52 L 34.155 12.027 Z M 40.771 10.166 C 40.771 11.499 40.518 12.631 40.013 13.567 C 39.513 14.502 38.828 15.216 37.961 15.709 C 37.098 16.197 36.127 16.442 35.05 16.442 C 33.964 16.442 32.99 16.195 32.127 15.702 C 31.264 15.208 30.581 14.494 30.079 13.56 C 29.58 12.625 29.329 11.494 29.329 10.166 C 29.329 8.833 29.58 7.7 30.08 6.765 C 30.581 5.831 31.264 5.119 32.127 4.629 C 32.99 4.136 33.964 3.89 35.05 3.89 C 36.127 3.89 37.098 4.136 37.961 4.629 C 38.828 5.119 39.513 5.831 40.013 6.765 C 40.518 7.7 40.771 8.834 40.771 10.166 Z M 38.152 10.166 C 38.152 9.303 38.023 8.575 37.763 7.982 C 37.509 7.39 37.15 6.94 36.684 6.634 C 36.219 6.328 35.674 6.175 35.05 6.175 C 34.425 6.175 33.88 6.328 33.415 6.634 C 32.95 6.94 32.588 7.39 32.329 7.982 C 32.074 8.575 31.947 9.303 31.947 10.166 C 31.947 11.029 32.074 11.757 32.329 12.35 C 32.588 12.942 32.949 13.392 33.415 13.698 C 33.88 14.004 34.425 14.157 35.05 14.157 C 35.674 14.157 36.219 14.004 36.684 13.697 C 37.15 13.392 37.51 12.941 37.764 12.349 C 38.023 11.757 38.153 11.029 38.153 10.165 Z M 48.513 12.373 L 48.513 7.112 L 51.054 7.112 L 51.054 16.275 L 48.615 16.275 L 48.615 14.611 L 48.519 14.611 C 48.319 15.14 47.958 15.592 47.487 15.905 C 47.01 16.231 46.427 16.395 45.739 16.395 C 45.127 16.395 44.588 16.255 44.122 15.977 C 43.652 15.694 43.273 15.282 43.03 14.79 C 42.772 14.276 42.642 13.662 42.636 12.945 L 42.636 7.112 L 45.178 7.112 L 45.178 12.493 C 45.183 13.034 45.327 13.461 45.614 13.775 C 45.901 14.09 46.284 14.247 46.765 14.247 C 47.071 14.247 47.358 14.177 47.625 14.037 C 47.894 13.891 48.117 13.672 48.268 13.405 C 48.436 13.127 48.517 12.783 48.513 12.373 Z M 57.264 16.453 C 56.321 16.453 55.51 16.263 54.83 15.881 C 54.16 15.502 53.616 14.933 53.266 14.246 C 52.901 13.539 52.717 12.702 52.717 11.735 C 52.717 10.792 52.901 9.966 53.266 9.253 C 53.613 8.562 54.149 7.985 54.812 7.588 C 55.48 7.19 56.263 6.992 57.162 6.992 C 57.767 6.992 58.33 7.09 58.85 7.285 C 59.375 7.475 59.833 7.764 60.223 8.149 C 60.616 8.535 60.923 9.021 61.141 9.605 C 61.36 10.186 61.47 10.865 61.47 11.646 L 61.47 12.344 L 53.732 12.344 L 53.732 10.769 L 59.077 10.769 C 59.077 10.402 58.997 10.078 58.839 9.796 C 58.684 9.518 58.455 9.289 58.177 9.134 C 57.881 8.966 57.545 8.882 57.204 8.889 C 56.819 8.889 56.476 8.979 56.178 9.158 C 55.888 9.329 55.649 9.574 55.485 9.868 C 55.319 10.162 55.233 10.491 55.229 10.852 L 55.229 12.349 C 55.229 12.803 55.313 13.194 55.481 13.525 C 55.651 13.855 55.891 14.109 56.202 14.288 C 56.512 14.467 56.88 14.557 57.305 14.557 C 57.588 14.557 57.847 14.517 58.082 14.437 C 58.316 14.358 58.516 14.238 58.683 14.08 C 58.851 13.921 58.977 13.726 59.066 13.495 L 61.417 13.65 C 61.305 14.199 61.052 14.71 60.682 15.13 C 60.316 15.547 59.843 15.873 59.262 16.107 C 58.686 16.338 58.02 16.453 57.264 16.453 Z M 63.128 16.275 L 63.128 7.112 L 65.592 7.112 L 65.592 8.71 L 65.687 8.71 C 65.855 8.142 66.135 7.712 66.529 7.421 C 66.923 7.127 67.376 6.98 67.889 6.98 C 68.158 6.982 68.426 7.012 68.689 7.07 L 68.689 9.324 C 68.526 9.28 68.361 9.248 68.193 9.228 C 67.983 9.2 67.79 9.186 67.615 9.186 C 67.241 9.186 66.907 9.268 66.612 9.431 C 66.325 9.587 66.086 9.818 65.92 10.099 C 65.749 10.401 65.663 10.743 65.67 11.09 L 65.67 16.275 L 63.129 16.275 Z M 70.002 16.275 L 70.002 7.112 L 72.543 7.112 L 72.543 16.275 Z M 71.279 5.93 C 70.901 5.93 70.577 5.804 70.307 5.554 C 70.05 5.321 69.905 4.988 69.908 4.641 C 69.908 4.291 70.04 3.991 70.307 3.741 C 70.568 3.49 70.917 3.352 71.279 3.359 C 71.657 3.359 71.98 3.486 72.245 3.741 C 72.516 3.991 72.652 4.291 72.652 4.641 C 72.652 4.996 72.516 5.299 72.245 5.554 C 71.98 5.804 71.657 5.93 71.279 5.93 Z M 78.721 16.455 C 77.793 16.455 76.992 16.257 76.316 15.863 C 75.649 15.471 75.108 14.895 74.759 14.204 C 74.393 13.492 74.21 12.667 74.21 11.73 C 74.21 10.782 74.393 9.955 74.759 9.247 C 75.106 8.555 75.647 7.979 76.316 7.588 C 76.992 7.19 77.793 6.992 78.721 6.992 C 79.647 6.992 80.447 7.191 81.119 7.588 C 81.79 7.977 82.333 8.554 82.681 9.247 C 83.048 9.955 83.23 10.782 83.23 11.73 C 83.23 12.667 83.048 13.494 82.681 14.204 C 82.331 14.896 81.788 15.472 81.119 15.863 C 80.447 16.257 79.647 16.455 78.721 16.455 Z M 78.732 14.486 C 79.153 14.486 79.506 14.366 79.788 14.128 C 80.071 13.884 80.283 13.554 80.427 13.137 C 80.574 12.72 80.647 12.244 80.647 11.711 C 80.647 11.178 80.574 10.703 80.427 10.285 C 80.283 9.868 80.07 9.537 79.788 9.295 C 79.505 9.053 79.153 8.931 78.732 8.931 C 78.307 8.931 77.949 9.052 77.658 9.295 C 77.372 9.537 77.155 9.868 77.007 10.285 C 76.864 10.703 76.793 11.177 76.793 11.711 C 76.793 12.244 76.865 12.719 77.008 13.137 C 77.155 13.554 77.372 13.885 77.659 14.128 C 77.949 14.366 78.307 14.485 78.732 14.485 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 0.737 0.615 C -0.042 1.396 -0.042 2.659 0.737 3.44 L 17.565 20.292 C 17.939 20.667 18.446 20.877 18.976 20.877 C 19.505 20.877 20.012 20.667 20.386 20.292 C 21.165 19.512 21.165 18.248 20.386 17.468 L 3.557 0.616 C 3.184 0.242 2.676 0.031 2.147 0.031 C 1.618 0.031 1.111 0.242 0.737 0.616 Z M 0.676 8.72 C -0.103 9.501 -0.103 10.764 0.676 11.545 L 9.444 20.323 C 9.817 20.697 10.324 20.907 10.853 20.907 C 11.382 20.907 11.889 20.697 12.263 20.323 C 13.042 19.542 13.042 18.279 12.263 17.498 L 3.496 8.721 C 3.123 8.347 2.615 8.136 2.086 8.136 C 1.557 8.136 1.05 8.347 0.676 8.721 Z M 13.228 7.784 L 13.212 7.768 C 12.433 6.987 12.433 5.724 13.212 4.943 L 17.567 0.585 C 17.94 0.211 18.447 0 18.976 0 C 19.505 0 20.012 0.211 20.386 0.585 C 21.165 1.365 21.165 2.629 20.386 3.409 L 17.444 6.356 L 20.417 9.333 C 21.196 10.114 21.196 11.378 20.417 12.158 C 20.044 12.533 19.536 12.743 19.007 12.743 C 18.478 12.743 17.971 12.533 17.597 12.158 L 13.245 7.799 L 13.229 7.784 Z M 0.584 16.732 C -0.195 17.512 -0.195 18.776 0.584 19.556 L 1.443 20.415 C 1.816 20.789 2.323 21 2.852 21 C 3.381 21 3.888 20.789 4.262 20.415 C 5.041 19.635 5.041 18.371 4.262 17.591 L 3.404 16.732 C 3.03 16.357 2.523 16.147 1.994 16.147 C 1.465 16.147 0.957 16.357 0.584 16.732 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10752521516}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oL6xlAUxv:{height:33,y:(componentViewport?.y||0)+(12+((componentViewport?.height||57)-24-33)/2)+0+0},RbAjJASCk:{height:33,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mxzfs1-container\",layoutDependency:layoutDependency,layoutId:\"X5qHxgvfB-container\",nodeId:\"X5qHxgvfB\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderIcon,{height:\"100%\",id:\"X5qHxgvfB\",layoutId:\"X5qHxgvfB\",variant:\"F_gSgZ4u7\",width:\"100%\",...addPropertyOverrides({oL6xlAUxv:{qDxr7JsRQ:qDxr7JsRQ19os42h},RbAjJASCk:{qDxr7JsRQ:qDxr7JsRQ17m5u9s,variant:\"UO9rvWSyL\"}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-m5l5k6\",\"data-framer-name\":\"buttons\",layoutDependency:layoutDependency,layoutId:\"NRV9QHVs_\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1042w15\",\"data-framer-name\":\"links + buttons\",layoutDependency:layoutDependency,layoutId:\"nP0rZqr2Y\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nlaqz\",\"data-framer-name\":\"links\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"k_xq3qUpB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ss5vd\",\"data-framer-name\":\"Solutions\",layoutDependency:layoutDependency,layoutId:\"KFZ5mWvLr\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{RbAjJASCk:{backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1nnhpux-container\",id:`${layoutId}-1nnhpux`,layoutDependency:layoutDependency,layoutId:\"KgEv8P96z-container\",nodeId:\"KgEv8P96z\",ref:ref1,rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:[/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"KgEv8P96z\",iYOUQsVOP:\"House\",J3BIn9aKq:J3BIn9aKqtxyyif({overlay}),layoutId:\"KgEv8P96z\",o42DDWFDB:\"CaretDown\",p66LR2Lus:true,syIGztaW8:\"Product\",variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{J3BIn9aKq:undefined,p66LR2Lus:false,syIGztaW8:\"Product:\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1nnhpux`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-yieukd\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"XWpa_vrS3\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-ea43e88c-28e0-43ba-8745-35a778b66edb, rgb(21, 20, 20))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wO2MxiBGS\"},implicitPathVariables:undefined},{href:{webPageId:\"wO2MxiBGS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-wbobea-container\",exit:animation3,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"inLaZT6m0-container\",nodeId:\"inLaZT6m0\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:190,pixelWidth:190,src:\"https://framerusercontent.com/images/0qe3EOeLYuUREx3ghIBOOEjsEQ.png\"},\"\"),id:\"inLaZT6m0\",layoutId:\"inLaZT6m0\",style:{width:\"100%\"},TPWgMjPpJ:\"Explore\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cLj2NV2AS\"},implicitPathVariables:undefined},{href:{webPageId:\"cLj2NV2AS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-b9tad5-container\",exit:animation5,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"gG2_XKt_S-container\",nodeId:\"gG2_XKt_S\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/AteuQr0va5KwRYNYGqiNbEGmy2g.png\"},\"\"),id:\"gG2_XKt_S\",layoutId:\"gG2_XKt_S\",style:{width:\"100%\"},TPWgMjPpJ:\"Boards\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks1[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m8u7ns\",layoutDependency:layoutDependency,layoutId:\"BLICH4Wio\",style:{backgroundColor:\"rgb(26, 25, 25)\"}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HXYGVT3Gk\"},implicitPathVariables:undefined},{href:{webPageId:\"HXYGVT3Gk\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-v6g1af-container\",exit:animation7,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"moiD1PvwQ-container\",nodeId:\"moiD1PvwQ\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:190,pixelWidth:190,src:\"https://framerusercontent.com/images/J3DmlsaGYSrd5y6iKoUOLstgUBg.png\"},\"\"),id:\"moiD1PvwQ\",layoutId:\"moiD1PvwQ\",style:{width:\"100%\"},TPWgMjPpJ:\"Integrations\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks2[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FvpGFgBu1\"},implicitPathVariables:undefined},{href:{webPageId:\"FvpGFgBu1\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+230}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-19g7e1s-container\",id:`${layoutId}-19g7e1s`,layoutDependency:layoutDependency,layoutId:\"qIct5Gsx0-container\",nodeId:\"qIct5Gsx0\",ref:ref3,rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:[/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"qIct5Gsx0\",iYOUQsVOP:\"House\",J3BIn9aKq:J3BIn9aKqtxyyif({overlay:overlay1}),layoutId:\"qIct5Gsx0\",o42DDWFDB:\"CaretDown\",p66LR2Lus:true,syIGztaW8:\"Solutions\",TeSni7QZ8:resolvedLinks3[0],variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{J3BIn9aKq:undefined,p66LR2Lus:false,syIGztaW8:\"Solutions:\",TeSni7QZ8:resolvedLinks3[1]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-19g7e1s`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-9i17v\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"q0uUKTvF2\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"var(--token-ea43e88c-28e0-43ba-8745-35a778b66edb, rgb(21, 20, 20))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined},{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-a23nel-container\",exit:animation3,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"iHKxhcI3l-container\",nodeId:\"iHKxhcI3l\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"iHKxhcI3l\",layoutId:\"iHKxhcI3l\",style:{width:\"100%\"},TPWgMjPpJ:\"Product Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks4[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E0iETta5W\"},implicitPathVariables:undefined},{href:{webPageId:\"E0iETta5W\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1fuyyy7-container\",exit:animation5,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"HdOb2yn7x-container\",nodeId:\"HdOb2yn7x\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"HdOb2yn7x\",KQ8D4lGxn:\"https://framerusercontent.com/assets/0Z0SlMwC8jqux962BeIlHWph4.json\",layoutId:\"HdOb2yn7x\",style:{width:\"100%\"},TPWgMjPpJ:\"Data Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks5[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J2Ia56Bp2\"},implicitPathVariables:undefined},{href:{webPageId:\"J2Ia56Bp2\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-1nh1fkr-container\",exit:animation7,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"pKe9lqoDN-container\",nodeId:\"pKe9lqoDN\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"pKe9lqoDN\",KQ8D4lGxn:\"https://framerusercontent.com/assets/CBmasu4uZvBNIzyUHI9rAXJPkzQ.json\",layoutId:\"pKe9lqoDN\",style:{width:\"100%\"},TPWgMjPpJ:\"Operations Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks6[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z5rBycekh\"},implicitPathVariables:undefined},{href:{webPageId:\"Z5rBycekh\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"172px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,className:\"framer-x1tufs-container\",exit:animation9,inComponentSlot:true,initial:animation4,layoutDependency:layoutDependency,layoutId:\"SPuuNDEKY-container\",nodeId:\"SPuuNDEKY\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"SPuuNDEKY\",KQ8D4lGxn:\"https://framerusercontent.com/assets/dxZOSqtnuFhSLO8ttHwp1p8xaA.json\",layoutId:\"SPuuNDEKY\",style:{width:\"100%\"},TPWgMjPpJ:\"Finance Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks7[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})]})})})]})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y4dgvd\",\"data-framer-name\":\"spacer\",layoutDependency:layoutDependency,layoutId:\"G7V2wCcUj\"}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined},{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+270}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-110lxr3-container\",layoutDependency:layoutDependency,layoutId:\"idYMHWq5X-container\",nodeId:\"idYMHWq5X\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"idYMHWq5X\",layoutId:\"idYMHWq5X\",style:{width:\"100%\"},TPWgMjPpJ:\"Product Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks8[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined},{href:{webPageId:\"XEhFCQIq3\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rkzl6q-container\",layoutDependency:layoutDependency,layoutId:\"KsDOtAUUp-container\",nodeId:\"KsDOtAUUp\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:190,pixelWidth:190,src:\"https://framerusercontent.com/images/0qe3EOeLYuUREx3ghIBOOEjsEQ.png\"},\"\"),id:\"KsDOtAUUp\",layoutId:\"KsDOtAUUp\",style:{width:\"100%\"},TPWgMjPpJ:\"Explore\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks9[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J2Ia56Bp2\"},implicitPathVariables:undefined},{href:{webPageId:\"J2Ia56Bp2\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+374}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s1wx1p-container\",layoutDependency:layoutDependency,layoutId:\"kSGrqS_oh-container\",nodeId:\"kSGrqS_oh\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"kSGrqS_oh\",KQ8D4lGxn:\"https://framerusercontent.com/assets/CBmasu4uZvBNIzyUHI9rAXJPkzQ.json\",layoutId:\"kSGrqS_oh\",style:{width:\"100%\"},TPWgMjPpJ:\"Operations Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks10[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E0iETta5W\"},implicitPathVariables:undefined},{href:{webPageId:\"E0iETta5W\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+322}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19114g2-container\",layoutDependency:layoutDependency,layoutId:\"jVn3dSXvj-container\",nodeId:\"jVn3dSXvj\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"jVn3dSXvj\",KQ8D4lGxn:\"https://framerusercontent.com/assets/0Z0SlMwC8jqux962BeIlHWph4.json\",layoutId:\"jVn3dSXvj\",style:{width:\"100%\"},TPWgMjPpJ:\"Data Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks11[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z5rBycekh\"},implicitPathVariables:undefined},{href:{webPageId:\"Z5rBycekh\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+426}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18lo8bp-container\",layoutDependency:layoutDependency,layoutId:\"ZVPm3fwz1-container\",nodeId:\"ZVPm3fwz1\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",id:\"ZVPm3fwz1\",KQ8D4lGxn:\"https://framerusercontent.com/assets/dxZOSqtnuFhSLO8ttHwp1p8xaA.json\",layoutId:\"ZVPm3fwz1\",style:{width:\"100%\"},TPWgMjPpJ:\"Finance Team\",variant:\"vtNykrkMh\",width:\"100%\",zsCwYsw5M:resolvedLinks12[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cLj2NV2AS\"},implicitPathVariables:undefined},{href:{webPageId:\"cLj2NV2AS\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+92}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1b5orkv-container\",\"data-framer-appear-id\":\"1b5orkv\",initial:animation11,layoutDependency:layoutDependency,layoutId:\"lgOgSmVYe-container\",nodeId:\"lgOgSmVYe\",optimized:true,rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/AteuQr0va5KwRYNYGqiNbEGmy2g.png\"},\"\"),id:\"lgOgSmVYe\",layoutId:\"lgOgSmVYe\",style:{width:\"100%\"},TPWgMjPpJ:\"Boards\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks13[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-pp7igw\",layoutDependency:layoutDependency,layoutId:\"lobTxliH4\",style:{backgroundColor:\"rgb(26, 25, 25)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HXYGVT3Gk\"},implicitPathVariables:undefined},{href:{webPageId:\"HXYGVT3Gk\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RbAjJASCk:{height:44,width:`calc(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 16px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+0+8+154}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-10rizu3-container\",\"data-framer-appear-id\":\"10rizu3\",initial:animation11,layoutDependency:layoutDependency,layoutId:\"Hup1V9FWC-container\",nodeId:\"Hup1V9FWC\",optimized:true,rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButtonOverlay,{height:\"100%\",HXfPHrIuS:addImageAlt({pixelHeight:190,pixelWidth:190,src:\"https://framerusercontent.com/images/J3DmlsaGYSrd5y6iKoUOLstgUBg.png\"},\"\"),id:\"Hup1V9FWC\",layoutId:\"Hup1V9FWC\",style:{width:\"100%\"},TPWgMjPpJ:\"Integrations\",variant:\"NBhjAIkWk\",width:\"100%\",zsCwYsw5M:resolvedLinks14[0],...addPropertyOverrides({RbAjJASCk:{zsCwYsw5M:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"W37FgC7hj\"},implicitPathVariables:undefined},{href:{webPageId:\"W37FgC7hj\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+494}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fzn1z0-container\",layoutDependency:layoutDependency,layoutId:\"Gz8eSwWgi-container\",nodeId:\"Gz8eSwWgi\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"Gz8eSwWgi\",iYOUQsVOP:\"House\",layoutId:\"Gz8eSwWgi\",o42DDWFDB:\"CaretDown\",p66LR2Lus:false,syIGztaW8:\"Case Studies\",TeSni7QZ8:resolvedLinks15[0],variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{TeSni7QZ8:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VEhEoWJDt\"},implicitPathVariables:undefined},{href:{webPageId:\"VEhEoWJDt\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+534}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-onswwv-container\",layoutDependency:layoutDependency,layoutId:\"swYhol37f-container\",nodeId:\"swYhol37f\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"swYhol37f\",iYOUQsVOP:\"House\",layoutId:\"swYhol37f\",o42DDWFDB:\"House\",p66LR2Lus:false,syIGztaW8:\"Security\",TeSni7QZ8:resolvedLinks16[0],variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{TeSni7QZ8:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pfv0LnvGe\"},implicitPathVariables:undefined},{href:{webPageId:\"pfv0LnvGe\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+574}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tlktkl-container\",layoutDependency:layoutDependency,layoutId:\"Gy_eLPYNt-container\",nodeId:\"Gy_eLPYNt\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"Gy_eLPYNt\",iYOUQsVOP:\"House\",layoutId:\"Gy_eLPYNt\",o42DDWFDB:\"House\",p66LR2Lus:false,syIGztaW8:\"Blog\",TeSni7QZ8:resolvedLinks17[0],variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{TeSni7QZ8:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"u9yPdicjY\"},implicitPathVariables:undefined},{href:{webPageId:\"u9yPdicjY\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+4+0,...addPropertyOverrides({RbAjJASCk:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+0+0+614}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-148704x-container\",layoutDependency:layoutDependency,layoutId:\"S7K_sCdh3-container\",nodeId:\"S7K_sCdh3\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(HeaderButton,{dRkLs46OY:\"bold\",g4LrhcjOY:false,h9wqKPwcM:\"bold\",height:\"100%\",id:\"S7K_sCdh3\",iYOUQsVOP:\"House\",layoutId:\"S7K_sCdh3\",o42DDWFDB:\"House\",p66LR2Lus:false,syIGztaW8:\"Careers\",TeSni7QZ8:resolvedLinks18[0],variant:\"D9q0YMoIv\",width:\"100%\",...addPropertyOverrides({RbAjJASCk:{TeSni7QZ8:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fh7ueg\",\"data-framer-name\":\"btn group\",layoutDependency:layoutDependency,layoutId:\"eFDonakzn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+0+0,...addPropertyOverrides({RbAjJASCk:{height:48,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+670+0+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-prf23w-container\",layoutDependency:layoutDependency,layoutId:\"P3GSq_vdP-container\",nodeId:\"P3GSq_vdP\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(ButtonPrimary,{ampC4WDH3:false,EpnzX_hVH:false,FSnAql6_J:\"Log in\",height:\"100%\",id:\"P3GSq_vdP\",ik7FNf9Zt:false,layoutId:\"P3GSq_vdP\",style:{height:\"100%\"},tkPTMhv4u:\"https://app.querio.ai/signin\",variant:\"ES3ejL7zN\",w4DEM_qz7:ArrowRight,width:\"100%\",xzDNUUEFQ:false,ZXB8MQrHS:ArrowLeft,...addPropertyOverrides({RbAjJASCk:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(8+((componentViewport?.height||56)-16-40)/2)+0+0+0+0,...addPropertyOverrides({RbAjJASCk:{height:48,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||855)-28-843)/1*0)+0+33+16+0+670+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-npqglt-container\",layoutDependency:layoutDependency,layoutId:\"Oa13dW6_M-container\",nodeId:\"Oa13dW6_M\",rendersWithMotion:true,scopeId:\"M9TvuvICK\",children:/*#__PURE__*/_jsx(BookADemoButton,{height:\"100%\",id:\"Oa13dW6_M\",layoutId:\"Oa13dW6_M\",style:{height:\"100%\"},variant:\"zwgfwy5tK\",width:\"100%\",xzDNUUEFQ:false,...addPropertyOverrides({RbAjJASCk:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8dd7C.framer-1lc3o72, .framer-8dd7C .framer-1lc3o72 { display: block; }\",\".framer-8dd7C.framer-1iklq64 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 56px; justify-content: space-between; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: 897px; }\",\".framer-8dd7C .framer-1qncbkj, .framer-8dd7C .framer-m5l5k6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8dd7C .framer-1i7msym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 8px; position: relative; width: min-content; }\",\".framer-8dd7C .framer-1nz7031 { flex: none; height: 24px; position: relative; text-decoration: none; width: 96px; }\",\".framer-8dd7C .framer-mxzfs1-container, .framer-8dd7C .framer-1nnhpux-container, .framer-8dd7C .framer-19g7e1s-container, .framer-8dd7C .framer-fzn1z0-container, .framer-8dd7C .framer-onswwv-container, .framer-8dd7C .framer-1tlktkl-container, .framer-8dd7C .framer-148704x-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8dd7C .framer-1042w15 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8dd7C .framer-1nlaqz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-8dd7C .framer-10ss5vd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8dd7C .framer-yieukd, .framer-8dd7C .framer-9i17v { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-8dd7C .framer-wbobea-container, .framer-8dd7C .framer-b9tad5-container, .framer-8dd7C .framer-v6g1af-container, .framer-8dd7C .framer-a23nel-container, .framer-8dd7C .framer-1fuyyy7-container, .framer-8dd7C .framer-1nh1fkr-container, .framer-8dd7C .framer-x1tufs-container { flex: none; height: auto; position: relative; width: 172px; }\",\".framer-8dd7C .framer-1m8u7ns { align-self: stretch; flex: none; height: 2px; overflow: visible; position: relative; width: auto; }\",\".framer-8dd7C .framer-1y4dgvd { flex: 1 0 0px; height: 16px; overflow: hidden; position: relative; width: 1px; }\",\".framer-8dd7C .framer-110lxr3-container, .framer-8dd7C .framer-rkzl6q-container, .framer-8dd7C .framer-1s1wx1p-container, .framer-8dd7C .framer-19114g2-container, .framer-8dd7C .framer-18lo8bp-container, .framer-8dd7C .framer-1b5orkv-container, .framer-8dd7C .framer-10rizu3-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-8dd7C .framer-pp7igw { flex: 1 0 0px; height: 2px; overflow: visible; position: relative; width: 1px; }\",\".framer-8dd7C .framer-1fh7ueg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8dd7C .framer-prf23w-container, .framer-8dd7C .framer-npqglt-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-8dd7C.framer-v-1rua7jn.framer-1iklq64 { height: min-content; padding: 12px 8px 12px 8px; width: 300px; }\",\".framer-8dd7C.framer-v-1rua7jn .framer-1i7msym { flex: 80 0 0px; gap: unset; justify-content: space-between; padding: 0px 6px 0px 12px; width: 1px; }\",\".framer-8dd7C.framer-v-1rua7jn .framer-1nz7031, .framer-8dd7C.framer-v-gxa5z5 .framer-1nz7031 { height: 21px; width: 84px; }\",\".framer-8dd7C.framer-v-gxa5z5.framer-1iklq64 { flex-direction: column; height: min-content; padding: 12px 8px 16px 8px; width: 300px; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1qncbkj { flex: none; flex-direction: column; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1i7msym { gap: unset; justify-content: space-between; padding: 0px 6px 0px 12px; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-m5l5k6 { flex: none; padding: 16px; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1042w15 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; height: min-content; justify-content: flex-start; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1nlaqz { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 8px; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-10ss5vd { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; order: 0; padding: 8px; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1nnhpux-container { order: 0; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-19g7e1s-container { order: 6; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1y4dgvd { flex: none; order: 5; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-110lxr3-container { flex: none; order: 7; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-rkzl6q-container { flex: none; order: 1; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1s1wx1p-container { flex: none; order: 9; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-19114g2-container { flex: none; order: 8; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-18lo8bp-container { flex: none; order: 10; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1b5orkv-container { flex: none; order: 2; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-pp7igw { flex: none; order: 3; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-10rizu3-container { flex: none; order: 4; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-fzn1z0-container { order: 1; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-onswwv-container { order: 2; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1tlktkl-container { order: 3; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-148704x-container { order: 4; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-1fh7ueg { flex-direction: column; gap: 12px; height: min-content; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-prf23w-container { height: auto; order: 1; width: 100%; }\",\".framer-8dd7C.framer-v-gxa5z5 .framer-npqglt-container { height: auto; order: 0; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 897\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oL6xlAUxv\":{\"layout\":[\"fixed\",\"auto\"]},\"RbAjJASCk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerM9TvuvICK=withCSS(Component,css,\"framer-8dd7C\");export default FramerM9TvuvICK;FramerM9TvuvICK.displayName=\"Header / Main\";FramerM9TvuvICK.defaultProps={height:56,width:897};addPropertyControls(FramerM9TvuvICK,{variant:{options:[\"hgo2fX1j3\",\"oL6xlAUxv\",\"RbAjJASCk\"],optionTitles:[\"Desktop\",\"Mobile\",\"Mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerM9TvuvICK,[{explicitInter:true,fonts:[]},...HeaderIconFonts,...HeaderButtonFonts,...HeaderButtonOverlayFonts,...ButtonPrimaryFonts,...BookADemoButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM9TvuvICK\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"897\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oL6xlAUxv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RbAjJASCk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f76946f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Lottie as Lottie1}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/RLfsHd78NBd0kbafA9hd/Lottie.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/JwKqqzEYdBqtgDTKfNZO/XZyRaIKHyFgUIHOd6ua7/kxHeYyAln.js\";const LottieFonts=getFonts(Lottie);const Lottie1Controls=getPropertyControls(Lottie1);const enabledGestures={NBhjAIkWk:{hover:true,pressed:true},vtNykrkMh:{hover:true,pressed:true}};const cycleOrder=[\"vtNykrkMh\",\"NBhjAIkWk\"];const serializationHash=\"framer-6KtVv\";const variantClassNames={NBhjAIkWk:\"framer-v-9wd321\",vtNykrkMh:\"framer-v-1b5c3ni\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Case study\":\"NBhjAIkWk\",Solutions:\"vtNykrkMh\"};const getProps=({file,height,id,link,logo,title,width,...props})=>{return{...props,HXfPHrIuS:logo??props.HXfPHrIuS,KQ8D4lGxn:file??props.KQ8D4lGxn??\"https://framerusercontent.com/assets/q6mOdQO9OxyYu4iYbZZxgamc4Yw.json\",TPWgMjPpJ:title??props.TPWgMjPpJ??\"Product Team\",variant:humanReadableVariantMap[props.variant]??props.variant??\"vtNykrkMh\",zsCwYsw5M:link??props.zsCwYsw5M};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,TPWgMjPpJ,zsCwYsw5M,KQ8D4lGxn,HXfPHrIuS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vtNykrkMh\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"NBhjAIkWk-hover\",\"NBhjAIkWk-pressed\"].includes(gestureVariant))return false;if(baseVariant===\"NBhjAIkWk\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:zsCwYsw5M,motionChild:true,nodeId:\"vtNykrkMh\",openInNewTab:false,scopeId:\"MvtkgMqcj\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1b5c3ni\",className,classNames)} framer-1nnntnf`,\"data-framer-name\":\"Solutions\",layoutDependency:layoutDependency,layoutId:\"vtNykrkMh\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"NBhjAIkWk-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"NBhjAIkWk-pressed\":{backgroundColor:\"rgba(255, 255, 255, 0.08)\"},\"vtNykrkMh-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"vtNykrkMh-pressed\":{backgroundColor:\"rgba(255, 255, 255, 0.08)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18}},...addPropertyOverrides({\"NBhjAIkWk-hover\":{\"data-framer-name\":undefined},\"NBhjAIkWk-pressed\":{\"data-framer-name\":undefined},\"vtNykrkMh-hover\":{\"data-framer-name\":undefined},\"vtNykrkMh-pressed\":{\"data-framer-name\":undefined},NBhjAIkWk:{\"data-framer-name\":\"Case study\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{className:\"framer-1lg3psi\",layoutDependency:layoutDependency,layoutId:\"lp9_9Oh9l\",style:{backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,scale:1},variants:{\"NBhjAIkWk-hover\":{scale:1},\"NBhjAIkWk-pressed\":{scale:.9},\"vtNykrkMh-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.1)\"},\"vtNykrkMh-pressed\":{backgroundColor:\"rgba(255, 255, 255, 0.1)\",scale:.9},NBhjAIkWk:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({NBhjAIkWk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||44)-8-36)/2)),sizes:\"36px\",...toResponsiveImage(HXfPHrIuS)}}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dn175h-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jQuYv2ueb-container\",nodeId:\"jQuYv2ueb\",rendersWithMotion:true,scopeId:\"MvtkgMqcj\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"jQuYv2ueb\",isForwardsDirection:true,layoutId:\"jQuYv2ueb\",loop:false,pauseOnCanvas:true,playing:false,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:KQ8D4lGxn,srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"vtNykrkMh-hover\":{loop:true,pauseOnCanvas:false,playing:true}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ppfwou\",\"data-styles-preset\":\"kxHeYyAln\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-260341de-4c91-4c45-b159-0e172140a2e5, rgb(255, 255, 255)))\"},children:\"Product Team\"})}),className:\"framer-qkvskv\",\"data-framer-name\":\"Security\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x0kMhWwR0\",style:{\"--extracted-r6o4lv\":\"var(--token-260341de-4c91-4c45-b159-0e172140a2e5, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:TPWgMjPpJ,verticalAlignment:\"center\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6KtVv.framer-1nnntnf, .framer-6KtVv .framer-1nnntnf { display: block; }\",\".framer-6KtVv.framer-1b5c3ni { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 16px 4px 4px; position: relative; text-decoration: none; width: 154px; }\",\".framer-6KtVv .framer-1lg3psi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 8px; position: relative; width: 36px; }\",\".framer-6KtVv .framer-dn175h-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-6KtVv .framer-qkvskv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6KtVv.framer-v-9wd321.framer-1b5c3ni { width: 183px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 153.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NBhjAIkWk\":{\"layout\":[\"fixed\",\"auto\"]},\"Y_87F78ac\":{\"layout\":[\"fixed\",\"auto\"]},\"VgPc8pdj9\":{\"layout\":[\"fixed\",\"auto\"]},\"owlEPy_1u\":{\"layout\":[\"fixed\",\"auto\"]},\"oBRuJJFHt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TPWgMjPpJ\":\"title\",\"zsCwYsw5M\":\"link\",\"KQ8D4lGxn\":\"file\",\"HXfPHrIuS\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMvtkgMqcj=withCSS(Component,css,\"framer-6KtVv\");export default FramerMvtkgMqcj;FramerMvtkgMqcj.displayName=\"Header / Button / Overlay\";FramerMvtkgMqcj.defaultProps={height:44,width:153.5};addPropertyControls(FramerMvtkgMqcj,{variant:{options:[\"vtNykrkMh\",\"NBhjAIkWk\"],optionTitles:[\"Solutions\",\"Case study\"],title:\"Variant\",type:ControlType.Enum},TPWgMjPpJ:{defaultValue:\"Product Team\",displayTextArea:false,title:\"Title\",type:ControlType.String},zsCwYsw5M:{title:\"Link\",type:ControlType.Link},KQ8D4lGxn:Lottie1Controls?.[\"srcFile\"]&&{...Lottie1Controls[\"srcFile\"],__defaultAssetReference:\"data:framer/asset-reference,q6mOdQO9OxyYu4iYbZZxgamc4Yw.json?originalFilename=System+Regular+Work+Hover+Icon.json\",description:undefined,hidden:undefined,title:\"File\"},HXfPHrIuS:{title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerMvtkgMqcj,[{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\"}]},...LottieFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMvtkgMqcj\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"153.5\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NBhjAIkWk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Y_87F78ac\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VgPc8pdj9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"owlEPy_1u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oBRuJJFHt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TPWgMjPpJ\\\":\\\"title\\\",\\\"zsCwYsw5M\\\":\\\"link\\\",\\\"KQ8D4lGxn\\\":\\\"file\\\",\\\"HXfPHrIuS\\\":\\\"logo\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MvtkgMqcj.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "LottieFonts", "getFonts", "Lottie", "Lottie1Controls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "file", "height", "id", "link", "logo", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "TPWgMjPpJ", "zsCwYsw5M", "KQ8D4lGxn", "HXfPHrIuS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerMvtkgMqcj", "withCSS", "MvtkgMqcj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeaderIconFonts", "getFonts", "JpOGCPCDe_default", "HeaderButtonFonts", "v_GAeCJHJ_default", "HeaderButtonOverlayFonts", "MvtkgMqcj_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "MotionDivWithFX", "motion", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "ButtonPrimaryFonts", "uJig9yHhI_default", "BookADemoButtonFonts", "S0h4r0aP8_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "animation3", "animation4", "addImageAlt", "image", "alt", "transition2", "animation5", "animation6", "transition3", "animation7", "animation8", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "animation9", "animation10", "animation11", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "qDxr7JsRQ19os42h", "args", "qDxr7JsRQ17m5u9s", "J3BIn9aKqtxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "router", "useRouter", "ref3", "ref4", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "l", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "overlay1", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "ae1wERNQB_default", "XcIlicl6R_default", "css", "FramerM9TvuvICK", "withCSS", "M9TvuvICK_default", "addPropertyControls", "ControlType", "addFonts"]
}
