{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/ePQaY6sA4RO0wEJJQfMn/RAkP6VvuuqoiHccbVJEz/xY3cGI6V_.js", "ssg:https://framerusercontent.com/modules/A1dVaLlhJweJxNE4Q4iN/wje9OTIbPMs1urTbMRTC/AUnXkUwYu.js", "ssg:https://framerusercontent.com/modules/TcJpHXRoFtJ2ZIah2PJk/V1zfnwst0RuNGxc6CXWu/BT49vxHEO.js", "ssg:https://framerusercontent.com/modules/dSCqTdmaRrEACgg0YhfU/EbqLLQJ4v6vycDRVFVNf/CFwp_1Jdr.js", "ssg:https://framerusercontent.com/modules/mrBSeFQZjXJXJvQijm0E/SHcykgw8ELo5EocOIXKp/rUtmBajOL.js", "ssg:https://framerusercontent.com/modules/79IhFaO5WF8zKrjLeSJQ/h3z2eVBj5pctlSFITQw6/NQ0hC93MD.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"FMBPyNAOF\",\"fxc9AxeQt\"];const serializationHash=\"framer-CsldM\";const variantClassNames={FMBPyNAOF:\"framer-v-qjydpd\",fxc9AxeQt:\"framer-v-19e3vrn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"FMBPyNAOF\",Open:\"fxc9AxeQt\"};const getProps=({height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Gp1DADjQN:hover!==null&&hover!==void 0?hover:props.Gp1DADjQN,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FMBPyNAOF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Gp1DADjQN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FMBPyNAOF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1cdd5b6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(Gp1DADjQN){const res=await Gp1DADjQN(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qjydpd\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FMBPyNAOF\",onMouseEnter:onMouseEnter1cdd5b6,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fxc9AxeQt:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4w85h\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"jcHGfCEw8\",style:{rotate:0},variants:{fxc9AxeQt:{rotate:-180}}}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ijygsd\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bWwaPIVwH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 20\"><path d=\"M 3.643 7.857 L 8.5 13.571 L 13.357 7.857\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12456200086,withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CsldM.framer-p9vq76, .framer-CsldM .framer-p9vq76 { display: block; }\",\".framer-CsldM.framer-qjydpd { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-CsldM .framer-v4w85h { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-CsldM .framer-ijygsd { flex: none; height: 20px; left: calc(50.00000000000002% - 17px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 17px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fxc9AxeQt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Gp1DADjQN\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxY3cGI6V_=withCSS(Component,css,\"framer-CsldM\");export default FramerxY3cGI6V_;FramerxY3cGI6V_.displayName=\"Caret\";FramerxY3cGI6V_.defaultProps={height:14,width:14};addPropertyControls(FramerxY3cGI6V_,{variant:{options:[\"FMBPyNAOF\",\"fxc9AxeQt\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},Gp1DADjQN:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerxY3cGI6V_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxY3cGI6V_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"14\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Gp1DADjQN\\\":\\\"hover\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fxc9AxeQt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"14\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xY3cGI6V_.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/ePQaY6sA4RO0wEJJQfMn/RAkP6VvuuqoiHccbVJEz/xY3cGI6V_.js\";const CaretFonts=getFonts(Caret);const enabledGestures={bDacFcG9n:{hover:true,pressed:true},X0aka1cn5:{hover:true,pressed:true}};const cycleOrder=[\"bDacFcG9n\",\"X0aka1cn5\"];const serializationHash=\"framer-VukYx\";const variantClassNames={bDacFcG9n:\"framer-v-1qgr8qi\",X0aka1cn5:\"framer-v-1v0ncxi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bDacFcG9n\",\"Variant 2\":\"X0aka1cn5\"};const getProps=({click,height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,fwIEYcjj9:hover!==null&&hover!==void 0?hover:props.fwIEYcjj9,Gt1T9zoYo:click!==null&&click!==void 0?click:props.Gt1T9zoYo,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bDacFcG9n\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fwIEYcjj9,Gt1T9zoYo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bDacFcG9n\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterabpxt8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(fwIEYcjj9){const res=await fwIEYcjj9(...args);if(res===false)return false;}});const onMouseEnter19184zc=activeVariantCallback(async(...args)=>{if(Gt1T9zoYo){const res=await Gt1T9zoYo(...args);if(res===false)return false;}});const onTap4r22ob=activeVariantCallback(async(...args)=>{setVariant(\"P9HD9aU3t\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Qfflf_LXh\",webPageId:\"augiA20Il\"},nodeId:\"bDacFcG9n\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1qgr8qi\",className,classNames)} framer-1azxmi5`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bDacFcG9n\",onMouseEnter:onMouseEnterabpxt8,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bDacFcG9n-hover\":{\"data-framer-name\":undefined},\"bDacFcG9n-pressed\":{\"data-framer-name\":undefined},\"X0aka1cn5-hover\":{\"data-framer-name\":undefined},\"X0aka1cn5-pressed\":{\"data-framer-name\":undefined},X0aka1cn5:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-af1ah\",\"data-framer-name\":\"Trigger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"P9HD9aU3t\",onMouseEnter:onMouseEnter19184zc,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\"},children:\"Products\"})}),className:\"framer-1eyih2i\",\"data-highlight\":true,fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"lLnsQRW46\",onTap:onTap4r22ob,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{\"bDacFcG9n-hover\":{\"--extracted-r6o4lv\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\"},\"X0aka1cn5-hover\":{\"--extracted-r6o4lv\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bDacFcG9n-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107)))\"},children:\"Products\"})})},\"X0aka1cn5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107)))\"},children:\"Products\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"13px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||38)-0-16)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ajqwr-container\",layoutDependency:layoutDependency,layoutId:\"mdcbd3YzM-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"mdcbd3YzM\",layoutId:\"mdcbd3YzM\",style:{height:\"100%\",width:\"100%\"},variant:\"FMBPyNAOF\",width:\"100%\",...addPropertyOverrides({\"bDacFcG9n-hover\":{variant:\"fxc9AxeQt\"},\"bDacFcG9n-pressed\":{variant:\"fxc9AxeQt\"},X0aka1cn5:{variant:\"fxc9AxeQt\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VukYx.framer-1azxmi5, .framer-VukYx .framer-1azxmi5 { display: block; }\",\".framer-VukYx.framer-1qgr8qi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-VukYx .framer-af1ah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-VukYx .framer-1eyih2i { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-VukYx .framer-2ajqwr-container { flex: none; height: 16px; position: relative; width: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VukYx.framer-1qgr8qi, .framer-VukYx .framer-af1ah { gap: 0px; } .framer-VukYx.framer-1qgr8qi > *, .framer-VukYx .framer-af1ah > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-VukYx.framer-1qgr8qi > :first-child, .framer-VukYx .framer-af1ah > :first-child { margin-left: 0px; } .framer-VukYx.framer-1qgr8qi > :last-child, .framer-VukYx .framer-af1ah > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 74.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"X0aka1cn5\":{\"layout\":[\"auto\",\"auto\"]},\"s0iwRURix\":{\"layout\":[\"auto\",\"auto\"]},\"AYKVj2WNt\":{\"layout\":[\"auto\",\"auto\"]},\"E8EW25IxM\":{\"layout\":[\"auto\",\"auto\"]},\"t3nc0Iakp\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"fwIEYcjj9\":\"hover\",\"Gt1T9zoYo\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAUnXkUwYu=withCSS(Component,css,\"framer-VukYx\");export default FramerAUnXkUwYu;FramerAUnXkUwYu.displayName=\"P-nav-bar\";FramerAUnXkUwYu.defaultProps={height:38,width:74.5};addPropertyControls(FramerAUnXkUwYu,{variant:{options:[\"bDacFcG9n\",\"X0aka1cn5\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},fwIEYcjj9:{title:\"Hover\",type:ControlType.EventHandler},Gt1T9zoYo:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerAUnXkUwYu,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAUnXkUwYu\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fwIEYcjj9\\\":\\\"hover\\\",\\\"Gt1T9zoYo\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"X0aka1cn5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s0iwRURix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AYKVj2WNt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E8EW25IxM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t3nc0Iakp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"74.5\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"38\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AUnXkUwYu.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/ePQaY6sA4RO0wEJJQfMn/RAkP6VvuuqoiHccbVJEz/xY3cGI6V_.js\";const CaretFonts=getFonts(Caret);const enabledGestures={fQg2LuvVS:{hover:true}};const serializationHash=\"framer-VkFuB\";const variantClassNames={fQg2LuvVS:\"framer-v-1q3bxy8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,hover,id,width,...props})=>{return{...props,pqSwx80k7:hover!==null&&hover!==void 0?hover:props.pqSwx80k7};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pqSwx80k7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fQg2LuvVS\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1di6r7m=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(pqSwx80k7){const res=await pqSwx80k7(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"klmmQBnlh\"},nodeId:\"fQg2LuvVS\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1q3bxy8\",className,classNames)} framer-qk19c5`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"fQg2LuvVS\",onMouseEnter:onMouseEnter1di6r7m,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"fQg2LuvVS-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\"},children:\"About us\"})}),className:\"framer-12if4zy\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"R9gmFhdzm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"fQg2LuvVS-hover\":{\"--extracted-r6o4lv\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"fQg2LuvVS-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107)))\"},children:\"About us\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"13px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(3+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||23)-6-16)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1exslql-container\",layoutDependency:layoutDependency,layoutId:\"YxlOobOCX-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"YxlOobOCX\",layoutId:\"YxlOobOCX\",style:{height:\"100%\",width:\"100%\"},variant:\"FMBPyNAOF\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VkFuB.framer-qk19c5, .framer-VkFuB .framer-qk19c5 { display: block; }\",\".framer-VkFuB.framer-1q3bxy8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 3px 0px 3px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-VkFuB .framer-12if4zy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VkFuB .framer-1exslql-container { flex: none; height: 16px; position: relative; width: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VkFuB.framer-1q3bxy8 { gap: 0px; } .framer-VkFuB.framer-1q3bxy8 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-VkFuB.framer-1q3bxy8 > :first-child { margin-left: 0px; } .framer-VkFuB.framer-1q3bxy8 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dDW7Ywa_B\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pqSwx80k7\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBT49vxHEO=withCSS(Component,css,\"framer-VkFuB\");export default FramerBT49vxHEO;FramerBT49vxHEO.displayName=\"about us nav bar\";FramerBT49vxHEO.defaultProps={height:23,width:74};addPropertyControls(FramerBT49vxHEO,{pqSwx80k7:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerBT49vxHEO,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBT49vxHEO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"23\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"pqSwx80k7\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dDW7Ywa_B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"74\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={HmxD4kTvw:{hover:true}};const serializationHash=\"framer-Rlhq5\";const variantClassNames={HmxD4kTvw:\"framer-v-7t1ow0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"HmxD4kTvw\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"g_lu7325y\"},nodeId:\"HmxD4kTvw\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-7t1ow0\",className,classNames)} framer-19w191c`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HmxD4kTvw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(204, 204, 204)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,...style},...addPropertyOverrides({\"HmxD4kTvw-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\"},children:\"Book a demo\"})}),className:\"framer-1grca8h\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"FbLXC_Q6W\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q4a8pu\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"vq1MvrgEI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(204, 204, 204)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},variants:{\"HmxD4kTvw-hover\":{\"--border-color\":\"var(--token-d31053f4-0a03-4259-9ad1-89fdcf1935a1, rgb(8, 14, 191))\",backgroundColor:\"var(--token-d31053f4-0a03-4259-9ad1-89fdcf1935a1, rgb(8, 14, 191))\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mbr7a6\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pZDxqaqg1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 8.643 0.875 L 2.429 0.875 C 2.162 0.875 1.946 1.091 1.946 1.357 C 1.946 1.623 2.162 1.839 2.429 1.839 L 7.479 1.839 L 1.016 8.302 C 0.828 8.49 0.828 8.795 1.016 8.984 C 1.205 9.172 1.51 9.172 1.698 8.984 L 8.161 2.521 L 8.161 7.571 C 8.161 7.838 8.377 8.054 8.643 8.054 C 8.909 8.054 9.125 7.838 9.125 7.571 L 9.125 1.357 C 9.125 1.091 8.909 0.875 8.643 0.875 Z\" fill=\"var(--token-d31053f4-0a03-4259-9ad1-89fdcf1935a1, rgb(8, 14, 191)) /* {&quot;name&quot;:&quot;CTA&quot;} */\"></path></svg>',svgContentId:12369493990,withExternalLayout:true,...addPropertyOverrides({\"HmxD4kTvw-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 6.165 0 L 1.233 0 C 1.022 0 0.85 0.171 0.85 0.383 C 0.85 0.594 1.022 0.765 1.233 0.765 L 5.241 0.765 L 0.112 5.894 C -0.037 6.044 -0.037 6.286 0.112 6.436 C 0.262 6.585 0.504 6.585 0.653 6.436 L 5.782 1.307 L 5.782 5.315 C 5.782 5.526 5.954 5.697 6.165 5.697 C 6.376 5.697 6.548 5.526 6.548 5.315 L 6.548 0.383 C 6.548 0.171 6.376 0 6.165 0 Z\" transform=\"translate(1.726 1.726) rotate(45 3.274 3.274)\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9226816760}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rlhq5.framer-19w191c, .framer-Rlhq5 .framer-19w191c { display: block; }\",\".framer-Rlhq5.framer-7t1ow0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: 30px; justify-content: center; overflow: visible; padding: 0px 0px 0px 2px; position: relative; text-decoration: none; width: 112px; }\",\".framer-Rlhq5 .framer-1grca8h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Rlhq5 .framer-1q4a8pu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 19px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Rlhq5 .framer-mbr7a6 { flex: none; height: 10px; position: relative; width: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Rlhq5.framer-7t1ow0, .framer-Rlhq5 .framer-1q4a8pu { gap: 0px; } .framer-Rlhq5.framer-7t1ow0 > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } .framer-Rlhq5.framer-7t1ow0 > :first-child, .framer-Rlhq5 .framer-1q4a8pu > :first-child { margin-left: 0px; } .framer-Rlhq5.framer-7t1ow0 > :last-child, .framer-Rlhq5 .framer-1q4a8pu > :last-child { margin-right: 0px; } .framer-Rlhq5 .framer-1q4a8pu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Rlhq5.framer-v-7t1ow0.hover .framer-mbr7a6 { order: 0; }\",'.framer-Rlhq5[data-border=\"true\"]::after, .framer-Rlhq5 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"r9U7qWm1a\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCFwp_1Jdr=withCSS(Component,css,\"framer-Rlhq5\");export default FramerCFwp_1Jdr;FramerCFwp_1Jdr.displayName=\"Book a demo navbar\";FramerCFwp_1Jdr.defaultProps={height:30,width:112};addFonts(FramerCFwp_1Jdr,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCFwp_1Jdr\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"30\",\"framerIntrinsicWidth\":\"112\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r9U7qWm1a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CFwp_1Jdr.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/ePQaY6sA4RO0wEJJQfMn/RAkP6VvuuqoiHccbVJEz/xY3cGI6V_.js\";const CaretFonts=getFonts(Caret);const enabledGestures={vizGUzWgL:{hover:true}};const serializationHash=\"framer-hIU1G\";const variantClassNames={vizGUzWgL:\"framer-v-12ke9rz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,hover,id,width,...props})=>{return{...props,HdAxe5mDP:hover!==null&&hover!==void 0?hover:props.HdAxe5mDP};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,HdAxe5mDP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"vizGUzWgL\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter18nefvn=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(HdAxe5mDP){const res=await HdAxe5mDP(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GOAtwoeRv\"},nodeId:\"vizGUzWgL\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-12ke9rz\",className,classNames)} framer-kamf0f`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vizGUzWgL\",onMouseEnter:onMouseEnter18nefvn,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"vizGUzWgL-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\"},children:\"Explore \"})}),className:\"framer-b564w2\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"kwUieopN_\",variants:{\"vizGUzWgL-hover\":{\"--extracted-r6o4lv\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"vizGUzWgL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107)))\"},children:\"Explore \"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"13px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(3+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||23)-6-16)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dnnk8b-container\",layoutDependency:layoutDependency,layoutId:\"gYJmnaKc7-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"gYJmnaKc7\",layoutId:\"gYJmnaKc7\",style:{height:\"100%\",width:\"100%\"},variant:\"FMBPyNAOF\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hIU1G.framer-kamf0f, .framer-hIU1G .framer-kamf0f { display: block; }\",\".framer-hIU1G.framer-12ke9rz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 3px 0px 3px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hIU1G .framer-b564w2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hIU1G .framer-1dnnk8b-container { flex: none; height: 16px; position: relative; width: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hIU1G.framer-12ke9rz { gap: 0px; } .framer-hIU1G.framer-12ke9rz > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-hIU1G.framer-12ke9rz > :first-child { margin-left: 0px; } .framer-hIU1G.framer-12ke9rz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 68\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dLpzpomqZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"HdAxe5mDP\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrUtmBajOL=withCSS(Component,css,\"framer-hIU1G\");export default FramerrUtmBajOL;FramerrUtmBajOL.displayName=\"Explore nav bar\";FramerrUtmBajOL.defaultProps={height:23,width:68};addPropertyControls(FramerrUtmBajOL,{HdAxe5mDP:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerrUtmBajOL,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrUtmBajOL\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"68\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dLpzpomqZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"HdAxe5mDP\\\":\\\"hover\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"23\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1a71db7)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/VThNaz8X6kqEq5Y3mfIU/BEjlFKkfVzvdK9Kit61Y/I4QrLL3gz.js\";import PNavBar from\"https://framerusercontent.com/modules/A1dVaLlhJweJxNE4Q4iN/wje9OTIbPMs1urTbMRTC/AUnXkUwYu.js\";import AboutUsNavBar from\"https://framerusercontent.com/modules/TcJpHXRoFtJ2ZIah2PJk/V1zfnwst0RuNGxc6CXWu/BT49vxHEO.js\";import BookADemoNavbar from\"https://framerusercontent.com/modules/dSCqTdmaRrEACgg0YhfU/EbqLLQJ4v6vycDRVFVNf/CFwp_1Jdr.js\";import ExploreNavBar from\"https://framerusercontent.com/modules/mrBSeFQZjXJXJvQijm0E/SHcykgw8ELo5EocOIXKp/rUtmBajOL.js\";const PNavBarFonts=getFonts(PNavBar);const MotionDivWithFX=withFX(motion.div);const ExploreNavBarFonts=getFonts(ExploreNavBar);const AboutUsNavBarFonts=getFonts(AboutUsNavBar);const BookADemoNavbarFonts=getFonts(BookADemoNavbar);const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"tZDqGj3Yz\",\"Xb_WGEMEE\",\"RfIY6PMtz\",\"kamxiMcHM\",\"Wy_Zs4EL8\"];const serializationHash=\"framer-hozXY\";const variantClassNames={kamxiMcHM:\"framer-v-1mfixs4\",RfIY6PMtz:\"framer-v-1jqd7xr\",tZDqGj3Yz:\"framer-v-131wzog\",Wy_Zs4EL8:\"framer-v-lzc028\",Xb_WGEMEE:\"framer-v-iosbjc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={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:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,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 transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition3};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 animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"RfIY6PMtz\",\"Tablet nav bar\":\"Wy_Zs4EL8\",\"Variant 5\":\"kamxiMcHM\",Desktop:\"tZDqGj3Yz\",Phone:\"Xb_WGEMEE\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tZDqGj3Yz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tZDqGj3Yz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapputlxu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"RfIY6PMtz\");});const fwIEYcjj9izu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const Gt1T9zoYoy2p8gv=activeVariantCallback(async(...args)=>{setVariant(\"tZDqGj3Yz\");});const HdAxe5mDPizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const pqSwx80k7izu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onMouseEnterizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onMouseEnterdjw9yo=activeVariantCallback(async(...args)=>{setVariant(\"TSRLy6OPi\");});const onTap1uu4cb7=activeVariantCallback(async(...args)=>{setVariant(\"UzsuyQfrz\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Xb_WGEMEE\",\"RfIY6PMtz\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"kamxiMcHM\")return true;return false;};const isDisplayed2=()=>{if([\"Xb_WGEMEE\",\"RfIY6PMtz\",\"kamxiMcHM\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"kamxiMcHM\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"Xb_WGEMEE\")return true;return false;};const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-131wzog\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"tZDqGj3Yz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{kamxiMcHM:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({kamxiMcHM:{\"data-framer-name\":\"Variant 5\"},RfIY6PMtz:{\"data-framer-name\":\"Phone Open\"},Wy_Zs4EL8:{\"data-framer-name\":\"Tablet nav bar\"},Xb_WGEMEE:{\"data-framer-name\":\"Phone\",\"data-highlight\":true,onTap:onTapputlxu}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1enjxoe\",layoutDependency:layoutDependency,layoutId:\"ms86TLHGY\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"Modular Finance logo\",className:\"framer-xw3bgx\",layoutDependency:layoutDependency,layoutId:\"Gt1EnKmp5\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"puvUWuKiC\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-15uwbzt framer-1ljxnip\",\"data-framer-name\":\"MF-Logo-Blue\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"puvUWuKiC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150.607 31\"><path d=\"M 73.764 0.867 L 76.326 4.551 C 76.682 5.064 77.442 5.077 77.817 4.576 L 80.59 0.867 L 82.54 0.867 L 82.54 11.93 L 80.98 11.93 L 80.98 2.826 L 80.785 2.826 L 77.372 7.818 L 76.69 7.818 L 73.374 2.826 L 73.277 2.826 L 73.277 11.93 L 71.814 11.93 L 71.814 0.867 Z M 90.146 12.126 C 86.831 12.126 84.198 9.776 84.198 6.35 C 84.198 2.923 86.831 0.574 90.146 0.574 C 93.462 0.574 96.095 2.923 96.095 6.35 C 96.192 9.776 93.559 12.126 90.146 12.126 Z M 90.146 10.684 C 92.487 10.684 94.437 9.287 94.437 6.448 C 94.437 3.609 92.487 2.042 90.146 2.042 C 87.806 2.042 85.856 3.609 85.856 6.448 C 85.856 9.287 87.806 10.684 90.146 10.684 Z M 101.945 0.867 C 105.651 0.867 107.991 2.923 107.991 6.448 C 107.991 10.07 105.358 11.93 101.653 11.93 L 97.85 11.93 L 97.85 0.868 L 101.945 0.868 Z M 99.507 9.955 C 99.507 10.289 99.781 10.559 100.118 10.559 L 101.75 10.559 C 104.383 10.559 106.333 9.385 106.333 6.448 C 106.333 3.413 104.578 2.14 101.945 2.14 L 99.507 2.14 L 99.507 9.955 Z M 111.306 0.867 L 111.306 7.329 C 111.306 9.678 112.477 10.853 114.329 10.853 C 116.182 10.853 117.352 9.678 117.352 7.329 L 117.352 0.867 L 119.01 0.867 L 119.01 7.231 C 119.01 10.657 117.157 12.224 114.329 12.224 C 111.501 12.224 109.649 10.657 109.649 7.231 L 109.649 0.867 Z M 128.079 10.559 L 128.079 11.93 L 121.253 11.93 L 121.253 0.868 L 122.91 0.868 L 122.91 9.955 C 122.91 10.289 123.184 10.56 123.521 10.56 L 128.079 10.56 Z M 135.587 0.867 L 140.365 11.93 L 138.707 11.93 L 137.147 8.602 L 132.076 8.602 L 130.711 11.93 L 129.054 11.93 L 133.832 0.867 Z M 132.915 6.608 C 132.794 6.906 133.015 7.231 133.34 7.231 L 136.756 7.231 L 134.806 2.434 L 134.612 2.434 Z M 146.02 0.867 C 148.263 0.867 149.824 2.042 149.824 4 C 149.824 5.273 148.946 6.448 147.386 6.937 L 150.604 12.028 L 148.751 12.028 L 145.826 7.231 L 143.192 7.231 L 143.192 12.028 L 141.536 12.028 L 141.536 0.868 L 146.02 0.868 Z M 143.096 5.255 C 143.096 5.59 143.369 5.86 143.706 5.86 L 145.728 5.86 C 147.191 5.86 148.166 5.175 148.166 4 C 148.166 2.826 147.191 2.14 145.728 2.14 L 143.096 2.14 Z M 78.445 19.426 L 78.445 20.699 L 74.082 20.699 C 73.745 20.699 73.472 20.969 73.472 21.303 L 73.472 24.125 L 78.445 24.125 L 78.445 25.398 L 73.472 25.398 L 73.472 30.488 L 71.814 30.488 L 71.814 19.426 Z M 81.955 19.426 L 81.955 30.488 L 80.298 30.488 L 80.298 19.426 Z M 85.856 19.426 L 91.781 27.069 C 92.137 27.527 92.877 27.278 92.877 26.701 L 92.877 19.426 L 94.437 19.426 L 94.437 30.488 L 92.681 30.488 L 86.756 22.821 C 86.402 22.362 85.661 22.61 85.661 23.189 L 85.661 30.488 L 84.101 30.488 L 84.101 19.426 Z M 102.238 19.426 L 107.016 30.488 L 105.358 30.488 L 103.896 27.16 L 98.825 27.16 L 97.46 30.488 L 95.802 30.488 L 100.58 19.426 Z M 99.468 25.166 C 99.347 25.464 99.569 25.789 99.893 25.789 L 103.31 25.789 L 101.36 20.992 L 101.165 20.992 Z M 109.844 19.426 L 115.769 27.091 C 116.124 27.55 116.864 27.301 116.864 26.723 L 116.864 19.426 L 118.425 19.426 L 118.425 30.488 L 116.669 30.488 L 110.745 22.819 C 110.39 22.36 109.649 22.609 109.649 23.187 L 109.649 30.488 L 108.088 30.488 L 108.088 19.426 Z M 129.443 21.678 C 128.371 20.894 127.396 20.503 126.129 20.503 C 123.496 20.503 121.74 22.363 121.74 24.908 C 121.74 27.747 123.69 29.216 126.031 29.216 C 127.396 29.216 128.273 28.922 129.541 28.139 L 129.541 29.586 C 128.332 30.352 127.591 30.586 125.933 30.586 C 123.008 30.586 120.18 28.726 120.18 24.81 C 120.18 21.384 122.91 19.034 126.129 19.034 C 127.787 19.034 128.512 19.374 129.443 20.113 Z M 131.589 19.426 L 138.707 19.426 L 138.707 20.796 L 133.246 20.796 L 133.246 24.125 L 138.22 24.125 L 138.22 25.495 L 133.246 25.495 L 133.246 28.513 C 133.246 28.847 133.52 29.118 133.857 29.118 L 138.707 29.118 L 138.707 30.488 L 131.589 30.488 L 131.589 19.426 Z M 10.126 30.613 C 9.945 30.789 9.656 30.788 9.478 30.609 L 0.159 21.269 C 0.074 21.184 0.026 21.069 0.026 20.949 C 0.027 20.829 0.075 20.714 0.16 20.63 L 9.576 11.286 C 9.755 11.108 10.044 11.108 10.224 11.286 L 19.636 20.626 C 19.722 20.711 19.771 20.827 19.77 20.948 C 19.77 21.069 19.721 21.184 19.635 21.269 Z M 4.41 20.564 C 4.307 20.666 4.249 20.804 4.249 20.949 C 4.249 21.093 4.307 21.231 4.41 21.333 L 9.411 26.296 C 9.627 26.509 9.974 26.509 10.189 26.296 L 15.19 21.333 C 15.293 21.231 15.351 21.093 15.351 20.949 C 15.351 20.804 15.293 20.666 15.19 20.564 L 10.189 15.601 C 9.974 15.388 9.627 15.388 9.411 15.601 Z M 21.278 19.648 C 21.097 19.824 20.808 19.823 20.629 19.644 L 11.31 10.304 C 11.225 10.219 11.177 10.104 11.178 9.984 C 11.178 9.864 11.226 9.749 11.312 9.665 L 20.727 0.321 C 20.907 0.144 21.196 0.144 21.376 0.321 L 30.788 9.662 C 30.874 9.747 30.922 9.862 30.922 9.983 C 30.921 10.104 30.873 10.22 30.786 10.304 L 21.278 19.648 Z M 15.562 9.599 C 15.459 9.701 15.401 9.839 15.401 9.984 C 15.401 10.128 15.459 10.267 15.562 10.368 L 20.563 15.331 C 20.778 15.544 21.125 15.544 21.341 15.331 L 26.342 10.368 C 26.445 10.267 26.503 10.128 26.503 9.984 C 26.503 9.839 26.445 9.701 26.342 9.599 L 21.341 4.636 C 21.125 4.423 20.778 4.423 20.563 4.636 Z M 32.235 30.615 C 32.054 30.791 31.765 30.79 31.587 30.612 L 22.267 21.271 C 22.183 21.186 22.135 21.071 22.135 20.951 C 22.136 20.831 22.184 20.716 22.269 20.632 L 31.685 11.288 C 31.864 11.111 32.153 11.111 32.333 11.288 L 41.745 20.629 C 41.831 20.714 41.879 20.829 41.879 20.95 C 41.879 21.071 41.83 21.187 41.744 21.271 Z M 26.519 20.566 C 26.416 20.668 26.358 20.806 26.358 20.951 C 26.358 21.095 26.416 21.234 26.519 21.335 L 31.52 26.298 C 31.736 26.511 32.083 26.511 32.298 26.298 L 37.299 21.335 C 37.402 21.234 37.46 21.095 37.46 20.951 C 37.46 20.806 37.402 20.668 37.299 20.566 L 32.298 15.603 C 32.083 15.39 31.736 15.39 31.52 15.603 Z M 43.387 19.65 C 43.206 19.826 42.917 19.825 42.738 19.647 L 33.419 10.306 C 33.334 10.221 33.287 10.106 33.287 9.986 C 33.287 9.866 33.335 9.751 33.421 9.667 L 42.836 0.323 C 43.016 0.146 43.305 0.146 43.485 0.323 L 52.897 9.664 C 52.983 9.749 53.031 9.865 53.031 9.985 C 53.03 10.106 52.982 10.222 52.895 10.306 Z M 37.67 9.601 C 37.568 9.703 37.51 9.841 37.51 9.986 C 37.51 10.13 37.568 10.269 37.67 10.37 L 42.672 15.333 C 42.887 15.546 43.234 15.546 43.45 15.333 L 48.451 10.37 C 48.554 10.269 48.611 10.13 48.611 9.986 C 48.611 9.841 48.554 9.703 48.451 9.601 L 43.45 4.638 C 43.234 4.425 42.887 4.425 42.672 4.638 L 37.67 9.601 Z M 54.34 30.615 C 54.16 30.791 53.871 30.79 53.692 30.612 L 44.373 21.271 C 44.288 21.186 44.24 21.071 44.241 20.951 C 44.241 20.831 44.289 20.716 44.374 20.632 L 53.79 11.288 C 53.97 11.111 54.259 11.111 54.439 11.288 L 63.851 20.629 C 63.937 20.714 63.985 20.829 63.985 20.95 C 63.984 21.071 63.936 21.187 63.849 21.271 Z M 48.625 20.566 C 48.522 20.668 48.464 20.806 48.464 20.951 C 48.464 21.095 48.522 21.234 48.625 21.335 L 53.626 26.298 C 53.841 26.511 54.188 26.511 54.404 26.298 L 59.405 21.335 C 59.507 21.234 59.565 21.095 59.565 20.951 C 59.565 20.806 59.507 20.668 59.405 20.566 L 54.404 15.603 C 54.188 15.39 53.841 15.39 53.626 15.603 Z\" fill=\"rgb(6,30,55)\"></path></svg>',svgContentId:9684067352,withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:154.5,intrinsicWidth:750,pixelHeight:309,pixelWidth:1500,src:\"https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png 1500w\"},className:\"framer-1qgzrdx\",\"data-framer-name\":\"MF Logo_white (1)\",layoutDependency:layoutDependency,layoutId:\"Pl2QQoMyP\",...addPropertyOverrides({kamxiMcHM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:154.5,intrinsicWidth:750,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||43)-5-38)/2)+-17+0+41),pixelHeight:309,pixelWidth:1500,sizes:\"155px\",src:\"https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5h4x6fZ99dSlzFodg6ntXRlucQQ.png 1500w\"}}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gyvzdz\",layoutDependency:layoutDependency,layoutId:\"KvONswy9F\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v0picz\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"M2G4Rj6Dj\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||75)-5-38)/2)+3.5+0+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-izuzic-container\",id:`${layoutId}-izuzic`,layoutDependency:layoutDependency,layoutId:\"eIhWA6umq-container\",ref:ref2,children:[/*#__PURE__*/_jsx(PNavBar,{fwIEYcjj9:fwIEYcjj9izu9gt({overlay}),Gt1T9zoYo:Gt1T9zoYoy2p8gv,height:\"100%\",id:\"eIhWA6umq\",layoutId:\"eIhWA6umq\",style:{height:\"100%\"},variant:overlay.visible?\"X0aka1cn5\":\"bDacFcG9n\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-izuzic`,offsetX:156.0859524549087,offsetY:9575043804943562e-21,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ib71v4\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"PwGNOJxNP\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(10px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11jtruv\",layoutDependency:layoutDependency,layoutId:\"cAoPCf5yk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gacx0i\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"MBGotXGvE\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nBGyHuGzD\"},nodeId:\"k2ZRGB5OY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Investor Relations\"})})})})}),className:\"framer-11cmhz7\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"k2ZRGB5OY\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ui42d9\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"DTP0MWpRx\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ieBlYZeJK\"},nodeId:\"IhbvvIijB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Banking & Finance\"})})})})}),className:\"framer-imhoor\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"IhbvvIijB\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cdmfru\",layoutDependency:layoutDependency,layoutId:\"VgdXEAz2T\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w9fyu2\",layoutDependency:layoutDependency,layoutId:\"oKfuV9scw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18pm9d8\",layoutDependency:layoutDependency,layoutId:\"O_gY1bHxT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sKeMbC7kN\"},nodeId:\"WwBeDB0vX\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Monitor\"})})})}),className:\"framer-1oeaa13\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"WwBeDB0vX\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fjIn11mT1\"},nodeId:\"tOa_UmCPH\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Datablocks\"})})})}),className:\"framer-pwxpqe\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"tOa_UmCPH\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QSJ0AbtVK\"},nodeId:\"rruLFvtUk\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"MFN\"})})})}),className:\"framer-17ob8eo\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"rruLFvtUk\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zUzaq5g0v\"},nodeId:\"lHxl9RzUK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Strictlog\"})})})}),className:\"framer-f8cnxn\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"lHxl9RzUK\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ob2n0k\",layoutDependency:layoutDependency,layoutId:\"xQYKvbMSc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lY4w9JGPH\"},nodeId:\"FZ3pk98At\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Holdings\"})})})}),className:\"framer-x0ppcf\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"FZ3pk98At\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V06gcJTg5\"},nodeId:\"jYEKUXoUr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Dataflow\"})})})}),className:\"framer-18zcill\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"jYEKUXoUr\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KL5fBMyVo\"},nodeId:\"i3oxIzQl7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"MFN\"})})})}),className:\"framer-1ap8x3q\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"i3oxIzQl7\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DHkxOmha8\"},nodeId:\"oNgpDvAZq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Strictlog Advisor\"})})})}),className:\"framer-494c4p\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"oNgpDvAZq\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rzvvuc\",layoutDependency:layoutDependency,layoutId:\"JROO6DDDx\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qo08ty\",layoutDependency:layoutDependency,layoutId:\"V5MochLOF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5uzc62\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"So1J4ctZp\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bY9G21N2K\"},nodeId:\"iwNr_UZbi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Add-ons\"})})})}),className:\"framer-f2cora\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"iwNr_UZbi\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ylqkjc\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"fU3jF0t_W\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bY9G21N2K\"},nodeId:\"iI5t9W8bJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Add-ons\"})})})}),className:\"framer-1lzj4ub\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"iI5t9W8bJ\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wvgshr\",layoutDependency:layoutDependency,layoutId:\"C9jghFnQS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ot2v5g\",layoutDependency:layoutDependency,layoutId:\"o8PVTAxFv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k2ves1lF8\"},nodeId:\"XPG1RuYD8\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Estimates\"})})})}),className:\"framer-1a16qnj\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"XPG1RuYD8\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xFXJ5OV0q\"},nodeId:\"OiiJjyQHG\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"CRM Pro\"})})})}),className:\"framer-1gz4ggm\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"OiiJjyQHG\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TVPge7xHj\"},nodeId:\"K3AS7xjl_\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Bonds\"})})})}),className:\"framer-1eo1d5i\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"K3AS7xjl_\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NnHKZW7r1\"},nodeId:\"BzdCtahWm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"SRD II\"})})})}),className:\"framer-qah65r\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"BzdCtahWm\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f69c8r\",layoutDependency:layoutDependency,layoutId:\"uh6F_asIE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qqNsqcPgR\",webPageId:\"lY4w9JGPH\"},nodeId:\"LJ3ZRs2Yu\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Pro\"})})})}),className:\"framer-1pukld1\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"LJ3ZRs2Yu\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qqNsqcPgR\",webPageId:\"lY4w9JGPH\"},nodeId:\"jT_yycDQ5\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Bonds\"})})})}),className:\"framer-hc2w8g\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"jT_yycDQ5\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qqNsqcPgR\",webPageId:\"lY4w9JGPH\"},nodeId:\"Dz60TuFjb\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Unlisted\"})})})}),className:\"framer-1v6xzf8\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"Dz60TuFjb\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})]})]})})})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p8t25\",layoutDependency:layoutDependency,layoutId:\"xKZEJzu1Q\",style:{backgroundColor:\"rgb(0, 0, 0)\"}}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||75)-5-38)/2)+3.5+0+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a8v8eh-container\",id:`${layoutId}-a8v8eh`,layoutDependency:layoutDependency,layoutId:\"YBLndaGne-container\",ref:ref4,children:[/*#__PURE__*/_jsx(ExploreNavBar,{HdAxe5mDP:HdAxe5mDPizu9gt({overlay:overlay1}),height:\"100%\",id:\"YBLndaGne\",layoutId:\"YBLndaGne\",style:{height:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-a8v8eh`,offsetX:68.32031338675006,offsetY:-31944364309310913e-23,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-v4anhc\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"ODiJrkgYl\",ref:ref5,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(10px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-187d4ee\",layoutDependency:layoutDependency,layoutId:\"pAl9N2glJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12rg9bl\",layoutDependency:layoutDependency,layoutId:\"IkyyMxO9C\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"E-books\"})})}),className:\"framer-4r8r8c\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"M9hK7SIHW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-83tf5a\",layoutDependency:layoutDependency,layoutId:\"agsS8Kmaf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Reports\"})})}),className:\"framer-cfyb5z\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"Y3srXX_vu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m6s8j\",layoutDependency:layoutDependency,layoutId:\"PS9ihBzFi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Customer cases\"})})}),className:\"framer-1xyah8y\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"Ho3c6uMyh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nhswyy\",layoutDependency:layoutDependency,layoutId:\"lTAbtmSmT\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mky2lp\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"IHL1527p9\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tziaqg\",layoutDependency:layoutDependency,layoutId:\"FtC1Knye5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-904y3s\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"UfqhNq3ld\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-htr2tp\",layoutDependency:layoutDependency,layoutId:\"tEkVZDik5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-xb3j5i\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"zYGgPx8SX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8db6t5\",layoutDependency:layoutDependency,layoutId:\"cwpwANEd9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-fbjk0z\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"fxQEgU2ra\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1on62zl\",layoutDependency:layoutDependency,layoutId:\"juLFg1xhB\",style:{backgroundColor:\"rgb(0, 0, 0)\"}}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||75)-5-38)/2)+3.5+0+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s42qty-container\",id:`${layoutId}-s42qty`,layoutDependency:layoutDependency,layoutId:\"U5Jqpw5HS-container\",ref:ref6,children:[/*#__PURE__*/_jsx(AboutUsNavBar,{height:\"100%\",id:\"U5Jqpw5HS\",layoutId:\"U5Jqpw5HS\",pqSwx80k7:pqSwx80k7izu9gt({overlay:overlay2}),style:{height:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-s42qty`,offsetX:-21.554637045468553,offsetY:13849552487954497e-21,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-l3wqai\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"dVv3tUBbu\",ref:ref7,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(10px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cd0rhg\",layoutDependency:layoutDependency,layoutId:\"Df4qeX8wv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-154z3nt\",layoutDependency:layoutDependency,layoutId:\"ywwvk1ebp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"klmmQBnlh\"},nodeId:\"aTX2DSaq2\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"About us\"})})})})}),className:\"framer-cn0mch\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"aTX2DSaq2\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v7iyg2\",layoutDependency:layoutDependency,layoutId:\"BbqOtK2QX\"})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v8yg4o\",layoutDependency:layoutDependency,layoutId:\"hNthbBOrV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18g9912\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"tajlmZZnX\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1okwjzl\",layoutDependency:layoutDependency,layoutId:\"V3hswnkOU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"y7iF5guAQ\"},nodeId:\"eOGREHXJv\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"About Modular Finance\"})})})}),className:\"framer-s1jm9i\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"eOGREHXJv\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SCxkzSsi4\"},nodeId:\"R8WSHOaXu\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Why Modular Finance\"})})})}),className:\"framer-q5o1o\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"R8WSHOaXu\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k7W5aEJhj\"},nodeId:\"Agc1AAR75\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Customer profiles\"})})})}),className:\"framer-lhkhp1\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"Agc1AAR75\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://career.modularfinance.se/\",nodeId:\"JndSTk94S\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Career\"})})})}),className:\"framer-6jqzd5\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"JndSTk94S\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eur8su\",layoutDependency:layoutDependency,layoutId:\"QEjKkizHb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VnZb6OnrA\"},nodeId:\"CvkWTF7ZB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Contact\"})})})}),className:\"framer-13qr1a4\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"CvkWTF7ZB\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Sul535sZj\"},nodeId:\"cZXd_9qHB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Press releases\"})})})}),className:\"framer-108ctyx\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"cZXd_9qHB\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qcl5S0LAU\"},nodeId:\"NL7KYnm8x\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Media\"})})})}),className:\"framer-19mopto\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"NL7KYnm8x\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})]})})]})})})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9im0m6\",layoutDependency:layoutDependency,layoutId:\"hZBqfuU17\",style:{backgroundColor:\"rgb(0, 0, 0)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"112px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||75)-5-38)/2)+3.5+0+0+.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x33vbf-container\",layoutDependency:layoutDependency,layoutId:\"sC375p6D4-container\",children:/*#__PURE__*/_jsx(BookADemoNavbar,{height:\"100%\",id:\"sC375p6D4\",layoutId:\"sC375p6D4\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s8581u\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"RNtHt8RHC\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ayrklp\",layoutDependency:layoutDependency,layoutId:\"hCrvMcHjt\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bud1bh\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"t7XbdFvDp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11posyn\",layoutDependency:layoutDependency,layoutId:\"El5_RPB8E\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-69agh0-container\",layoutDependency:layoutDependency,layoutId:\"PVtZ0dhiQ-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},font:{fontFamily:'\"Roboto\", \"Roboto Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"PVtZ0dhiQ\",layoutId:\"PVtZ0dhiQ\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:2,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusPerConrner:false,radiusTopLeft:8,radiusTopRight:8,style:{width:\"100%\"},textColor:\"rgba(250, 250, 250, 0)\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sKeMbC7kN\"},nodeId:\"NwhkfjyCR\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9stxn3 framer-1ljxnip\",\"data-border\":true,\"data-framer-name\":\"Log-in\",layoutDependency:layoutDependency,layoutId:\"NwhkfjyCR\",style:{\"--border-bottom-width\":\"1.1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.1px\",\"--border-right-width\":\"1.1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Log in\"})}),className:\"framer-1tzeun2\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"cX49Pck1N\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bwfh2c\",layoutDependency:layoutDependency,layoutId:\"IN66KTt25\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-o9j98y\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pKwgAFHx5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 8.643 0.875 L 2.429 0.875 C 2.162 0.875 1.946 1.091 1.946 1.357 C 1.946 1.623 2.162 1.839 2.429 1.839 L 7.479 1.839 L 1.016 8.302 C 0.828 8.49 0.828 8.795 1.016 8.984 C 1.205 9.172 1.51 9.172 1.698 8.984 L 8.161 2.521 L 8.161 7.571 C 8.161 7.838 8.377 8.054 8.643 8.054 C 8.909 8.054 9.125 7.838 9.125 7.571 L 9.125 1.357 C 9.125 1.091 8.909 0.875 8.643 0.875 Z\" fill=\"var(--token-d31053f4-0a03-4259-9ad1-89fdcf1935a1, rgb(8, 14, 191)) /* {&quot;name&quot;:&quot;CTA&quot;} */\"></path></svg>',svgContentId:12369493990,withExternalLayout:true})})]})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"j7f5sZI1E\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1g5ppuv framer-1ljxnip\",\"data-framer-name\":\"MF-Logo-Blue\",fill:\"black\",intrinsicHeight:247,intrinsicWidth:1200,layoutDependency:layoutDependency,layoutId:\"j7f5sZI1E\",svg:'<svg width=\"1200\" height=\"247\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m587.735 6.912 20.411 29.35c2.839 4.085 8.895 4.188 11.876.202l22.1-29.552h15.537v88.143h-12.43V22.513h-1.553l-27.194 39.781h-5.438l-26.416-39.781h-.779v72.542h-11.654V6.912h15.54Zm130.528 89.703c-26.416 0-47.394-18.72-47.394-46.021 0-27.301 20.978-46.022 47.394-46.022 26.416 0 47.394 18.72 47.394 46.022.779 27.3-20.202 46.02-47.394 46.02Zm0-11.484c18.647 0 34.185-11.137 34.185-33.757 0-22.621-15.538-35.101-34.185-35.101-18.647 0-34.185 12.48-34.185 35.1 0 22.621 15.538 33.758 34.185 33.758Zm94.01-78.219c29.525 0 48.172 16.38 48.172 44.462 0 28.86-20.978 43.68-50.503 43.68h-30.3V6.913h32.631Zm-19.424 72.403c0 2.662 2.18 4.82 4.866 4.82h13.005c20.978 0 36.516-9.36 36.516-32.761 0-24.18-13.985-34.321-34.963-34.321h-19.424v62.263Zm94.012-72.403v51.482c0 18.72 9.324 28.08 24.085 28.08 14.762 0 24.086-9.36 24.086-28.08V6.912h13.209v50.702c0 27.3-14.764 39.78-37.295 39.78-22.532 0-37.294-12.48-37.294-39.78V6.912h13.209ZM1020.5 84.134v10.92h-54.391V6.913h13.21v72.403c0 2.662 2.177 4.82 4.866 4.82h36.315Zm59.82-77.222 38.07 88.143h-13.21l-12.43-26.52h-40.4l-10.88 26.52h-13.2l38.07-88.143h13.98Zm-21.29 45.738c-.96 2.375.8 4.964 3.39 4.964h27.22l-15.54-38.221h-1.55l-13.52 33.257Zm104.42-45.738c17.87 0 30.31 9.36 30.31 24.961 0 10.14-7 19.5-19.43 23.4l25.64 40.562h-14.76l-23.31-38.221h-20.98v38.22h-13.2V6.913h35.73Zm-23.3 34.962c0 2.662 2.18 4.82 4.86 4.82h16.11c11.66 0 19.43-5.46 19.43-14.82 0-9.361-7.77-14.821-19.43-14.821h-20.97v24.821ZM625.029 154.78v10.141H590.27c-2.686 0-4.866 2.157-4.866 4.819v22.481h39.625v10.141h-39.625v40.561h-13.207V154.78h52.832Zm27.969 0v88.143h-13.207V154.78h13.207Zm31.08 0 47.212 60.899c2.832 3.651 8.727 1.669 8.727-2.935V154.78h12.431v88.143h-13.986l-47.209-61.091c-2.827-3.659-8.73-1.679-8.73 2.929v58.162h-12.43V154.78h13.985Zm130.525 0 38.071 88.143h-13.207l-11.654-26.521h-40.402l-10.878 26.521h-13.207l38.071-88.143h13.206Zm-22.065 45.738c-.966 2.375.8 4.964 3.384 4.964h27.229l-15.54-38.221h-1.553l-13.52 33.257Zm82.669-45.738 47.209 61.072c2.827 3.658 8.73 1.678 8.73-2.929V154.78h12.431v88.143h-13.986l-47.207-61.104c-2.827-3.659-8.732-1.679-8.732 2.929v58.175h-12.431V154.78h13.986Zm156.163 17.941c-8.54-6.24-16.31-9.36-26.41-9.36-20.979 0-34.965 14.82-34.965 35.101 0 22.62 15.538 34.321 34.185 34.321 10.88 0 17.87-2.341 27.97-8.58v11.527c-9.63 6.109-15.54 7.974-28.75 7.974-23.305 0-45.838-14.821-45.838-46.022 0-27.301 21.757-46.022 47.398-46.022 13.21 0 18.99 2.706 26.41 8.597v12.464Zm17.1-17.941h56.71v10.92h-43.51v26.52h39.63v10.921h-39.63v24.042c0 2.661 2.18 4.819 4.87 4.819h38.64v10.92h-56.71v-88.143ZM80.682 243.913a3.677 3.677 0 0 1-5.167-.026L1.263 169.465a3.59 3.59 0 0 1 .013-5.093l75.02-74.448a3.676 3.676 0 0 1 5.167 0l74.995 74.422a3.59 3.59 0 0 1-.013 5.119l-75.763 74.448Zm-45.544-80.064a4.308 4.308 0 0 0 0 6.127l39.848 39.543a4.41 4.41 0 0 0 6.2 0l39.847-39.543a4.307 4.307 0 0 0 0-6.127l-39.847-39.543a4.41 4.41 0 0 0-6.2 0l-39.848 39.543Zm134.396-7.302a3.674 3.674 0 0 1-5.166-.026L90.115 82.1a3.59 3.59 0 0 1 .013-5.094L165.15 2.56a3.674 3.674 0 0 1 5.166 0l74.994 74.422a3.59 3.59 0 0 1-.012 5.119l-75.763 74.447Zm-45.543-80.064a4.307 4.307 0 0 0 0 6.127l39.847 39.543a4.41 4.41 0 0 0 6.2 0l39.848-39.543a4.307 4.307 0 0 0 0-6.127L170.038 36.94a4.41 4.41 0 0 0-6.2 0l-39.847 39.543Zm132.848 167.446a3.671 3.671 0 0 1-5.165-.024l-74.253-74.422a3.59 3.59 0 0 1 .013-5.093l75.021-74.448a3.673 3.673 0 0 1 5.165 0l74.995 74.422a3.589 3.589 0 0 1-.012 5.119l-75.764 74.446Zm-45.542-80.063a4.307 4.307 0 0 0 0 6.127l39.846 39.543a4.412 4.412 0 0 0 6.202 0l39.847-39.543a4.307 4.307 0 0 0 0-6.127l-39.847-39.543a4.412 4.412 0 0 0-6.202 0l-39.846 39.543Zm134.396-7.302a3.677 3.677 0 0 1-5.168-.025l-74.25-74.422a3.589 3.589 0 0 1 .012-5.093l75.019-74.447a3.677 3.677 0 0 1 5.168 0l74.995 74.422a3.589 3.589 0 0 1-.014 5.118l-75.762 74.447Zm-45.545-80.063a4.309 4.309 0 0 0 0 6.127l39.849 39.543a4.41 4.41 0 0 0 6.2 0l39.847-39.543a4.309 4.309 0 0 0 0-6.127l-39.847-39.543a4.41 4.41 0 0 0-6.2 0L300.148 76.5Zm132.823 167.428a3.675 3.675 0 0 1-5.168-.024l-74.251-74.422a3.589 3.589 0 0 1 .012-5.093l75.02-74.448a3.676 3.676 0 0 1 5.168 0l74.995 74.422a3.591 3.591 0 0 1-.012 5.119l-75.764 74.446Zm-45.543-80.063a4.304 4.304 0 0 0 0 6.127l39.847 39.543a4.409 4.409 0 0 0 6.199 0l39.847-39.543a4.307 4.307 0 0 0 0-6.127l-39.847-39.543a4.409 4.409 0 0 0-6.199 0l-39.847 39.543Z\" fill=\"#061E37\"/></svg>',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tjzj2\",layoutDependency:layoutDependency,layoutId:\"D1qMmXaTa\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aqtefr\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"wRzH21IvV\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uyps5i\",\"data-framer-name\":\"P-nav-bar\",\"data-highlight\":true,id:`${layoutId}-1uyps5i`,layoutDependency:layoutDependency,layoutId:\"v5mnDoOKG\",onMouseEnter:onMouseEnterizu9gt({overlay:overlay3}),ref:ref8,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-49anlw\",\"data-framer-name\":\"Trigger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UzsuyQfrz\",onMouseEnter:onMouseEnterdjw9yo,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Products\"})}),className:\"framer-371pkc\",\"data-highlight\":true,fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"y9u9eZ9YZ\",onTap:onTap1uu4cb7,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f4afha\",\"data-framer-name\":\"Caret\",layoutDependency:layoutDependency,layoutId:\"u08X3Vy8C\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f10sbo\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"OvogTnd8p\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17gszgl\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vLPeE4NwG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 20\"><path d=\"M 3.643 7.857 L 8.5 13.571 L 13.357 7.857\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12314915971,withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref8,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1uyps5i`,offsetX:0,offsetY:0,onDismiss:overlay3.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-k7c9p2\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"B09A4Tf8I\",ref:ref9,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",background:\"linear-gradient(115deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1afg4hr\",layoutDependency:layoutDependency,layoutId:\"iIzdRIMIW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fjqhwc\",layoutDependency:layoutDependency,layoutId:\"z22dySbTS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nBGyHuGzD\"},nodeId:\"dECTWyQRe\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Investor Relations\"})})})})}),className:\"framer-187ca9a\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"dECTWyQRe\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ftnlvz\",layoutDependency:layoutDependency,layoutId:\"fhpRLll40\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ieBlYZeJK\"},nodeId:\"bihsNfHkm\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Banking & Finance\"})})})})}),className:\"framer-1ibzt1s\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"bihsNfHkm\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y1bbq7\",layoutDependency:layoutDependency,layoutId:\"bysndWlrx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bY9G21N2K\"},nodeId:\"uzcro8YvR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Add-ons\"})})})})}),className:\"framer-1ry2d4e\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"uzcro8YvR\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19mwwos\",layoutDependency:layoutDependency,layoutId:\"v3E9kAiyt\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dxlhy0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"nYJtQvGHa\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rwirv4\",layoutDependency:layoutDependency,layoutId:\"PXywhYzsJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sKeMbC7kN\"},nodeId:\"b6shKorl4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Monitor\"})})})}),className:\"framer-7zts7j\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"b6shKorl4\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fjIn11mT1\"},nodeId:\"Xnq3amFEf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Datablocks\"})})})}),className:\"framer-vfjlrd\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"Xnq3amFEf\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QSJ0AbtVK\"},nodeId:\"vXQzfv4OS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"MFN\"})})})}),className:\"framer-1qjskhs\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"vXQzfv4OS\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zUzaq5g0v\"},nodeId:\"vUuzItely\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Strictlog\"})})})}),className:\"framer-pbjel2\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"vUuzItely\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1of6w5s\",layoutDependency:layoutDependency,layoutId:\"PCtzvpNdr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lY4w9JGPH\"},nodeId:\"LlE2hxnCj\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Holdings\"})})})}),className:\"framer-jovfh9\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"LlE2hxnCj\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V06gcJTg5\"},nodeId:\"LUw5ay71T\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Dataflow\"})})})}),className:\"framer-1hkdwp3\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"LUw5ay71T\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KL5fBMyVo\"},nodeId:\"zdBAwfWrV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"MFN\"})})})}),className:\"framer-1pcxb93\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"zdBAwfWrV\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DHkxOmha8\"},nodeId:\"U66joMr0m\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Strictlog\"})})})}),className:\"framer-1cufmuu\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"U66joMr0m\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b87ybo\",layoutDependency:layoutDependency,layoutId:\"gUR_SBjQn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k2ves1lF8\"},nodeId:\"XJAGqJGEt\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Estimates\"})})})}),className:\"framer-buvg6d\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"XJAGqJGEt\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NnHKZW7r1\"},nodeId:\"Ofx3UcnFW\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"SRD II\"})})})}),className:\"framer-szlaf6\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"Ofx3UcnFW\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TVPge7xHj\"},nodeId:\"h6cR1uV47\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Monitor Bonds\"})})})}),className:\"framer-676fx2\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"h6cR1uV47\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qqNsqcPgR\",webPageId:\"lY4w9JGPH\"},nodeId:\"tsEHVPkCB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Holdings Add-ons\"})})})}),className:\"framer-1lsenqj\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"tsEHVPkCB\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})]})})]})})})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTEwMA==\",\"--framer-font-family\":'\"Roboto\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"100\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\"})}),className:\"framer-o97ivu\",fonts:[\"GF;Roboto-100\"],layoutDependency:layoutDependency,layoutId:\"FjJTP2tf9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16upvoc\",\"data-framer-name\":\"Explore nav bar\",\"data-highlight\":true,id:`${layoutId}-16upvoc`,layoutDependency:layoutDependency,layoutId:\"Izd7GbxAe\",onMouseEnter:onMouseEnterizu9gt({overlay:overlay4}),ref:ref10,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore \"})}),className:\"framer-bxog3b\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"SQtCmXpWp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c2bwgg\",\"data-framer-name\":\"Caret\",layoutDependency:layoutDependency,layoutId:\"djJ3dRgpW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llpr8r\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"g90i4sLLC\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4xl093\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Y41Sbh4rB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 20\"><path d=\"M 3.643 7.857 L 8.5 13.571 L 13.357 7.857\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12314915971,withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref10,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-16upvoc`,offsetX:0,offsetY:0,onDismiss:overlay4.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-aasijb\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Ftvzp0PSg\",ref:ref11,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-64pgt3\",layoutDependency:layoutDependency,layoutId:\"PQd6HRyNx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f9tu2l\",layoutDependency:layoutDependency,layoutId:\"TbcYwZW28\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"E-books\"})})}),className:\"framer-18l2v65\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"m0LbqO3h_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kqshtm\",layoutDependency:layoutDependency,layoutId:\"Vm4hV82Fl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Reports\"})})}),className:\"framer-14zdhiv\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"TRl8zDprD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-186epyh\",layoutDependency:layoutDependency,layoutId:\"Lf_s1quhx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Customer cases\"})})}),className:\"framer-rkh8t6\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"BgXj_D3Mj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1esv2em\",layoutDependency:layoutDependency,layoutId:\"GE6AsUEqO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19ajban\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"id3fiuaT8\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10nh7mw\",layoutDependency:layoutDependency,layoutId:\"SkbD8_pIh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-way1mx\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"MT6rPZdxR\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nk6qdp\",layoutDependency:layoutDependency,layoutId:\"MwpRcEXUr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-1y0b0b3\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"tfPpQzIDC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1opgdsf\",layoutDependency:layoutDependency,layoutId:\"vjL9QbHFN\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:\"Coming soon\"})}),className:\"framer-tdjnpq\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"QTWQYolw9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTEwMA==\",\"--framer-font-family\":'\"Roboto\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"100\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\"})}),className:\"framer-8hiyms\",fonts:[\"GF;Roboto-100\"],layoutDependency:layoutDependency,layoutId:\"j7UcmpJXh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"klmmQBnlh\"},nodeId:\"VNBfBfMm5\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-w1t4ob framer-1ljxnip\",\"data-framer-name\":\"about us nav bar\",\"data-highlight\":true,id:`${layoutId}-w1t4ob`,layoutDependency:layoutDependency,layoutId:\"VNBfBfMm5\",onMouseEnter:onMouseEnterizu9gt({overlay:overlay5}),ref:ref12,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"About us\"})}),className:\"framer-1s99v5k\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"gcjpUQfyM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vl4tvx\",\"data-framer-name\":\"Caret\",layoutDependency:layoutDependency,layoutId:\"yfCjzkqfq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qn7fv1\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"NScacTZN9\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zj8780\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wBqFwZAdR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 20\"><path d=\"M 3.643 7.857 L 8.5 13.571 L 13.357 7.857\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12314915971,withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref12,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-w1t4ob`,offsetX:0,offsetY:0,onDismiss:overlay5.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-j56opn\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tAbITrHI6\",ref:ref13,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(194, 194, 194)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"1px 2px 10px 0px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y7sp5j\",layoutDependency:layoutDependency,layoutId:\"V4nV9urkU\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9magce\",layoutDependency:layoutDependency,layoutId:\"oGqJorMqq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"About us\"})})}),className:\"framer-14bn8g3\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],layoutDependency:layoutDependency,layoutId:\"Q1fAGhbFd\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gckr5\",layoutDependency:layoutDependency,layoutId:\"QFFgpZg1b\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pgnoya\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"TiarxjUSb\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e6b61570-56c9-41d5-aa9f-528155d207b5, rgb(107, 107, 107))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wi85zs\",layoutDependency:layoutDependency,layoutId:\"h8ixLi5QI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"y7iF5guAQ\"},nodeId:\"A5NK5sdjp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"About Modular Finance\"})})})}),className:\"framer-sscz59\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"A5NK5sdjp\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SCxkzSsi4\"},nodeId:\"q76sJ9ves\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Why Modular Finance\"})})})}),className:\"framer-1nqu2k3\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"q76sJ9ves\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k7W5aEJhj\"},nodeId:\"DqqPPqpgP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Our customers\"})})})}),className:\"framer-mlzpfi\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"DqqPPqpgP\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://career.modularfinance.se/\",nodeId:\"BgoRwujIs\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Career\"})})})}),className:\"framer-15qwr30\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"BgoRwujIs\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dbd0rh\",layoutDependency:layoutDependency,layoutId:\"hQqqyliyH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VnZb6OnrA\"},nodeId:\"FzzL3uGVV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Contact\"})})})}),className:\"framer-19upure\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"FzzL3uGVV\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Sul535sZj\"},nodeId:\"dy5WaOr1f\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Press releases\"})})})}),className:\"framer-1bhhg3w\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"dy5WaOr1f\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qcl5S0LAU\"},nodeId:\"sxRUSxOjv\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jlbb4\",\"data-styles-preset\":\"I4QrLL3gz\",children:\"Media\"})})})}),className:\"framer-1vl0kna\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"sxRUSxOjv\",verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})]})})]})})})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTEwMA==\",\"--framer-font-family\":'\"Roboto\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"100\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\"})}),className:\"framer-1o4acdc\",fonts:[\"GF;Roboto-100\"],layoutDependency:layoutDependency,layoutId:\"WaVwIPuhM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"g_lu7325y\"},nodeId:\"W0_rPEfXx\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-19cv5pa framer-1ljxnip\",\"data-border\":true,\"data-framer-name\":\"Book a demo navbar\",layoutDependency:layoutDependency,layoutId:\"W0_rPEfXx\",style:{\"--border-bottom-width\":\"1.1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.1px\",\"--border-right-width\":\"1.1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},whileHover:animation4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a demo\"})}),className:\"framer-s6jl49\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"GxMDG3p1Q\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d4yc7w\",layoutDependency:layoutDependency,layoutId:\"WFdCyPVI8\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hrdrr7\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XWYCEQ56R\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 8.643 0.875 L 2.429 0.875 C 2.162 0.875 1.946 1.091 1.946 1.357 C 1.946 1.623 2.162 1.839 2.429 1.839 L 7.479 1.839 L 1.016 8.302 C 0.828 8.49 0.828 8.795 1.016 8.984 C 1.205 9.172 1.51 9.172 1.698 8.984 L 8.161 2.521 L 8.161 7.571 C 8.161 7.838 8.377 8.054 8.643 8.054 C 8.909 8.054 9.125 7.838 9.125 7.571 L 9.125 1.357 C 9.125 1.091 8.909 0.875 8.643 0.875 Z\" fill=\"var(--token-d31053f4-0a03-4259-9ad1-89fdcf1935a1, rgb(8, 14, 191)) /* {&quot;name&quot;:&quot;CTA&quot;} */\"></path></svg>',svgContentId:12369493990,withExternalLayout:true})})]})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hozXY.framer-1ljxnip, .framer-hozXY .framer-1ljxnip { display: block; }\",\".framer-hozXY.framer-131wzog { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 75px; justify-content: center; overflow: visible; padding: 5px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-hozXY .framer-1enjxoe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 175px; height: 38px; justify-content: center; overflow: visible; padding: 0px 0px 0px 20px; position: relative; width: 96%; }\",\".framer-hozXY .framer-xw3bgx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 14%; }\",\".framer-hozXY .framer-15uwbzt { flex: none; height: 31px; position: relative; text-decoration: none; width: 151px; }\",\".framer-hozXY .framer-1qgzrdx { aspect-ratio: 4.854368932038835 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); overflow: visible; position: relative; width: 155px; }\",\".framer-hozXY .framer-gyvzdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 38%; will-change: transform; z-index: 1; }\",\".framer-hozXY .framer-v0picz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: 31px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hozXY .framer-izuzic-container, .framer-hozXY .framer-a8v8eh-container, .framer-hozXY .framer-s42qty-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-hozXY .framer-1ib71v4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 290px; justify-content: flex-start; overflow: hidden; padding: 7px 6px 6px 22px; position: relative; width: 415px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-11jtruv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: 35px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-hozXY .framer-1gacx0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 163px; }\",\".framer-hozXY .framer-11cmhz7, .framer-hozXY .framer-imhoor, .framer-hozXY .framer-1oeaa13, .framer-hozXY .framer-pwxpqe, .framer-hozXY .framer-17ob8eo, .framer-hozXY .framer-f8cnxn, .framer-hozXY .framer-x0ppcf, .framer-hozXY .framer-18zcill, .framer-hozXY .framer-1ap8x3q, .framer-hozXY .framer-494c4p, .framer-hozXY .framer-f2cora, .framer-hozXY .framer-1lzj4ub, .framer-hozXY .framer-1a16qnj, .framer-hozXY .framer-1gz4ggm, .framer-hozXY .framer-1eo1d5i, .framer-hozXY .framer-qah65r, .framer-hozXY .framer-1pukld1, .framer-hozXY .framer-hc2w8g, .framer-hozXY .framer-1v6xzf8, .framer-hozXY .framer-4r8r8c, .framer-hozXY .framer-cfyb5z, .framer-hozXY .framer-1xyah8y, .framer-hozXY .framer-904y3s, .framer-hozXY .framer-xb3j5i, .framer-hozXY .framer-fbjk0z, .framer-hozXY .framer-cn0mch, .framer-hozXY .framer-s1jm9i, .framer-hozXY .framer-q5o1o, .framer-hozXY .framer-lhkhp1, .framer-hozXY .framer-6jqzd5, .framer-hozXY .framer-13qr1a4, .framer-hozXY .framer-108ctyx, .framer-hozXY .framer-19mopto, .framer-hozXY .framer-1tzeun2, .framer-hozXY .framer-187ca9a, .framer-hozXY .framer-1ibzt1s, .framer-hozXY .framer-1ry2d4e, .framer-hozXY .framer-7zts7j, .framer-hozXY .framer-vfjlrd, .framer-hozXY .framer-1qjskhs, .framer-hozXY .framer-pbjel2, .framer-hozXY .framer-jovfh9, .framer-hozXY .framer-1hkdwp3, .framer-hozXY .framer-1pcxb93, .framer-hozXY .framer-1cufmuu, .framer-hozXY .framer-buvg6d, .framer-hozXY .framer-szlaf6, .framer-hozXY .framer-676fx2, .framer-hozXY .framer-1lsenqj, .framer-hozXY .framer-o97ivu, .framer-hozXY .framer-bxog3b, .framer-hozXY .framer-18l2v65, .framer-hozXY .framer-14zdhiv, .framer-hozXY .framer-rkh8t6, .framer-hozXY .framer-way1mx, .framer-hozXY .framer-1y0b0b3, .framer-hozXY .framer-tdjnpq, .framer-hozXY .framer-8hiyms, .framer-hozXY .framer-1s99v5k, .framer-hozXY .framer-14bn8g3, .framer-hozXY .framer-sscz59, .framer-hozXY .framer-1nqu2k3, .framer-hozXY .framer-mlzpfi, .framer-hozXY .framer-15qwr30, .framer-hozXY .framer-19upure, .framer-hozXY .framer-1bhhg3w, .framer-hozXY .framer-1vl0kna, .framer-hozXY .framer-1o4acdc, .framer-hozXY .framer-s6jl49 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hozXY .framer-ui42d9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 167px; }\",\".framer-hozXY .framer-1cdmfru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 99px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-hozXY .framer-1w9fyu2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: 100%; justify-content: flex-start; overflow: visible; padding: 6px 0px 0px 0px; position: relative; width: 370px; }\",\".framer-hozXY .framer-18pm9d8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 92px; justify-content: flex-start; padding: 0px; position: relative; width: 189px; }\",\".framer-hozXY .framer-ob2n0k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 92px; justify-content: flex-start; padding: 0px; position: relative; width: 33%; }\",\".framer-hozXY .framer-1rzvvuc { flex: none; height: 12px; overflow: hidden; position: relative; width: 360px; }\",\".framer-hozXY .framer-qo08ty { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-hozXY .framer-5uzc62 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 163px; }\",\".framer-hozXY .framer-ylqkjc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 45%; }\",\".framer-hozXY .framer-1wvgshr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 88px; justify-content: flex-start; overflow: visible; padding: 5px 0px 0px 0px; position: relative; width: 385px; }\",\".framer-hozXY .framer-ot2v5g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 93%; justify-content: flex-start; padding: 0px; position: relative; width: 190px; }\",\".framer-hozXY .framer-f69c8r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 93%; justify-content: flex-start; padding: 0px; position: relative; width: 33%; }\",\".framer-hozXY .framer-p8t25, .framer-hozXY .framer-1on62zl, .framer-hozXY .framer-9im0m6 { flex: none; height: 20px; overflow: visible; position: relative; width: 1px; }\",\".framer-hozXY .framer-v4anhc, .framer-hozXY .framer-aasijb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 175px; justify-content: center; mix-blend-mode: multiply; overflow: hidden; padding: 0px 6px 6px 10px; position: relative; width: 594px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-187d4ee, .framer-hozXY .framer-cd0rhg, .framer-hozXY .framer-1afg4hr, .framer-hozXY .framer-64pgt3, .framer-hozXY .framer-y7sp5j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 35px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 96%; }\",\".framer-hozXY .framer-12rg9bl, .framer-hozXY .framer-83tf5a, .framer-hozXY .framer-1m6s8j, .framer-hozXY .framer-154z3nt, .framer-hozXY .framer-v7iyg2, .framer-hozXY .framer-fjqhwc, .framer-hozXY .framer-1ftnlvz, .framer-hozXY .framer-1y1bbq7, .framer-hozXY .framer-1f9tu2l, .framer-hozXY .framer-1kqshtm, .framer-hozXY .framer-186epyh, .framer-hozXY .framer-9magce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 33%; }\",\".framer-hozXY .framer-nhswyy, .framer-hozXY .framer-1v8yg4o, .framer-hozXY .framer-19mwwos, .framer-hozXY .framer-1esv2em, .framer-hozXY .framer-gckr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 117px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 96%; }\",\".framer-hozXY .framer-1mky2lp, .framer-hozXY .framer-18g9912, .framer-hozXY .framer-1dxlhy0, .framer-hozXY .framer-19ajban { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 107%; justify-content: flex-start; overflow: visible; padding: 9px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hozXY .framer-tziaqg, .framer-hozXY .framer-htr2tp, .framer-hozXY .framer-1rwirv4, .framer-hozXY .framer-1of6w5s, .framer-hozXY .framer-10nh7mw, .framer-hozXY .framer-nk6qdp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 33%; }\",\".framer-hozXY .framer-8db6t5, .framer-hozXY .framer-b87ybo, .framer-hozXY .framer-1opgdsf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 33%; }\",\".framer-hozXY .framer-l3wqai { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 175px; justify-content: center; mix-blend-mode: multiply; overflow: hidden; padding: 0px 6px 6px 10px; position: relative; width: 456px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-1okwjzl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 50%; }\",\".framer-hozXY .framer-eur8su, .framer-hozXY .framer-1wi85zs, .framer-hozXY .framer-1dbd0rh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 45%; }\",\".framer-hozXY .framer-x33vbf-container { flex: none; height: 30px; position: relative; width: 112px; }\",\".framer-hozXY .framer-1s8581u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 14%; }\",\".framer-hozXY .framer-ayrklp, .framer-hozXY .framer-11posyn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 37px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 34px; }\",\".framer-hozXY .framer-bud1bh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 152px; }\",\".framer-hozXY .framer-69agh0-container { flex: none; height: auto; position: relative; width: 40px; }\",\".framer-hozXY .framer-9stxn3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 32px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 3px; position: relative; text-decoration: none; width: 94px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-bwfh2c, .framer-hozXY .framer-d4yc7w { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-o9j98y, .framer-hozXY .framer-hrdrr7 { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-hozXY .framer-1g5ppuv { aspect-ratio: 4.8582995951417 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; text-decoration: none; width: 146px; }\",\".framer-hozXY .framer-tjzj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 88%; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 38%; will-change: transform; z-index: 1; }\",\".framer-hozXY .framer-aqtefr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 31px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hozXY .framer-1uyps5i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hozXY .framer-49anlw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-hozXY .framer-371pkc { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-hozXY .framer-f4afha, .framer-hozXY .framer-1c2bwgg, .framer-hozXY .framer-1vl4tvx { flex: none; height: 16px; overflow: visible; position: relative; width: 13px; }\",\".framer-hozXY .framer-1f10sbo, .framer-hozXY .framer-1llpr8r, .framer-hozXY .framer-1qn7fv1 { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-hozXY .framer-17gszgl, .framer-hozXY .framer-4xl093, .framer-hozXY .framer-zj8780 { flex: none; height: 20px; left: calc(50.00000000000002% - 17px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 17px; }\",\".framer-hozXY .framer-k7c9p2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 175px; justify-content: center; mix-blend-mode: multiply; overflow: hidden; padding: 0px 6px 6px 10px; position: relative; width: 556px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-16upvoc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 100%; justify-content: center; overflow: visible; padding: 3px 0px 3px 0px; position: relative; width: min-content; }\",\".framer-hozXY .framer-w1t4ob { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 100%; justify-content: center; overflow: visible; padding: 3px 0px 3px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hozXY .framer-j56opn { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 175px; justify-content: center; mix-blend-mode: multiply; overflow: hidden; padding: 0px 6px 6px 10px; position: relative; width: 412px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hozXY .framer-pgnoya { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 107%; justify-content: flex-start; overflow: visible; padding: 9px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hozXY .framer-19cv5pa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: 32px; justify-content: center; overflow: visible; padding: 0px 0px 0px 2px; position: relative; text-decoration: none; width: 116px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hozXY.framer-131wzog, .framer-hozXY .framer-1enjxoe, .framer-hozXY .framer-xw3bgx, .framer-hozXY .framer-gyvzdz, .framer-hozXY .framer-v0picz, .framer-hozXY .framer-1ib71v4, .framer-hozXY .framer-11jtruv, .framer-hozXY .framer-1gacx0i, .framer-hozXY .framer-ui42d9, .framer-hozXY .framer-1cdmfru, .framer-hozXY .framer-1w9fyu2, .framer-hozXY .framer-18pm9d8, .framer-hozXY .framer-ob2n0k, .framer-hozXY .framer-qo08ty, .framer-hozXY .framer-5uzc62, .framer-hozXY .framer-ylqkjc, .framer-hozXY .framer-1wvgshr, .framer-hozXY .framer-ot2v5g, .framer-hozXY .framer-f69c8r, .framer-hozXY .framer-v4anhc, .framer-hozXY .framer-187d4ee, .framer-hozXY .framer-12rg9bl, .framer-hozXY .framer-83tf5a, .framer-hozXY .framer-1m6s8j, .framer-hozXY .framer-nhswyy, .framer-hozXY .framer-1mky2lp, .framer-hozXY .framer-tziaqg, .framer-hozXY .framer-htr2tp, .framer-hozXY .framer-8db6t5, .framer-hozXY .framer-l3wqai, .framer-hozXY .framer-cd0rhg, .framer-hozXY .framer-154z3nt, .framer-hozXY .framer-v7iyg2, .framer-hozXY .framer-1v8yg4o, .framer-hozXY .framer-18g9912, .framer-hozXY .framer-1okwjzl, .framer-hozXY .framer-eur8su, .framer-hozXY .framer-1s8581u, .framer-hozXY .framer-ayrklp, .framer-hozXY .framer-bud1bh, .framer-hozXY .framer-11posyn, .framer-hozXY .framer-9stxn3, .framer-hozXY .framer-bwfh2c, .framer-hozXY .framer-tjzj2, .framer-hozXY .framer-aqtefr, .framer-hozXY .framer-1uyps5i, .framer-hozXY .framer-49anlw, .framer-hozXY .framer-k7c9p2, .framer-hozXY .framer-1afg4hr, .framer-hozXY .framer-fjqhwc, .framer-hozXY .framer-1ftnlvz, .framer-hozXY .framer-1y1bbq7, .framer-hozXY .framer-19mwwos, .framer-hozXY .framer-1dxlhy0, .framer-hozXY .framer-1rwirv4, .framer-hozXY .framer-1of6w5s, .framer-hozXY .framer-b87ybo, .framer-hozXY .framer-16upvoc, .framer-hozXY .framer-aasijb, .framer-hozXY .framer-64pgt3, .framer-hozXY .framer-1f9tu2l, .framer-hozXY .framer-1kqshtm, .framer-hozXY .framer-186epyh, .framer-hozXY .framer-1esv2em, .framer-hozXY .framer-19ajban, .framer-hozXY .framer-10nh7mw, .framer-hozXY .framer-nk6qdp, .framer-hozXY .framer-1opgdsf, .framer-hozXY .framer-w1t4ob, .framer-hozXY .framer-j56opn, .framer-hozXY .framer-y7sp5j, .framer-hozXY .framer-9magce, .framer-hozXY .framer-gckr5, .framer-hozXY .framer-pgnoya, .framer-hozXY .framer-1wi85zs, .framer-hozXY .framer-1dbd0rh, .framer-hozXY .framer-19cv5pa, .framer-hozXY .framer-d4yc7w { gap: 0px; } .framer-hozXY.framer-131wzog > *, .framer-hozXY .framer-1wvgshr > *, .framer-hozXY .framer-187d4ee > *, .framer-hozXY .framer-1mky2lp > *, .framer-hozXY .framer-cd0rhg > *, .framer-hozXY .framer-18g9912 > *, .framer-hozXY .framer-1afg4hr > *, .framer-hozXY .framer-1dxlhy0 > *, .framer-hozXY .framer-64pgt3 > *, .framer-hozXY .framer-19ajban > *, .framer-hozXY .framer-y7sp5j > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hozXY.framer-131wzog > :first-child, .framer-hozXY .framer-1enjxoe > :first-child, .framer-hozXY .framer-v0picz > :first-child, .framer-hozXY .framer-11jtruv > :first-child, .framer-hozXY .framer-1gacx0i > :first-child, .framer-hozXY .framer-ui42d9 > :first-child, .framer-hozXY .framer-1w9fyu2 > :first-child, .framer-hozXY .framer-qo08ty > :first-child, .framer-hozXY .framer-5uzc62 > :first-child, .framer-hozXY .framer-ylqkjc > :first-child, .framer-hozXY .framer-1wvgshr > :first-child, .framer-hozXY .framer-187d4ee > :first-child, .framer-hozXY .framer-12rg9bl > :first-child, .framer-hozXY .framer-83tf5a > :first-child, .framer-hozXY .framer-1m6s8j > :first-child, .framer-hozXY .framer-1mky2lp > :first-child, .framer-hozXY .framer-cd0rhg > :first-child, .framer-hozXY .framer-154z3nt > :first-child, .framer-hozXY .framer-v7iyg2 > :first-child, .framer-hozXY .framer-18g9912 > :first-child, .framer-hozXY .framer-1s8581u > :first-child, .framer-hozXY .framer-ayrklp > :first-child, .framer-hozXY .framer-bud1bh > :first-child, .framer-hozXY .framer-11posyn > :first-child, .framer-hozXY .framer-9stxn3 > :first-child, .framer-hozXY .framer-bwfh2c > :first-child, .framer-hozXY .framer-aqtefr > :first-child, .framer-hozXY .framer-1uyps5i > :first-child, .framer-hozXY .framer-49anlw > :first-child, .framer-hozXY .framer-1afg4hr > :first-child, .framer-hozXY .framer-fjqhwc > :first-child, .framer-hozXY .framer-1ftnlvz > :first-child, .framer-hozXY .framer-1y1bbq7 > :first-child, .framer-hozXY .framer-1dxlhy0 > :first-child, .framer-hozXY .framer-16upvoc > :first-child, .framer-hozXY .framer-64pgt3 > :first-child, .framer-hozXY .framer-1f9tu2l > :first-child, .framer-hozXY .framer-1kqshtm > :first-child, .framer-hozXY .framer-186epyh > :first-child, .framer-hozXY .framer-19ajban > :first-child, .framer-hozXY .framer-w1t4ob > :first-child, .framer-hozXY .framer-y7sp5j > :first-child, .framer-hozXY .framer-9magce > :first-child, .framer-hozXY .framer-pgnoya > :first-child, .framer-hozXY .framer-19cv5pa > :first-child, .framer-hozXY .framer-d4yc7w > :first-child { margin-left: 0px; } .framer-hozXY.framer-131wzog > :last-child, .framer-hozXY .framer-1enjxoe > :last-child, .framer-hozXY .framer-v0picz > :last-child, .framer-hozXY .framer-11jtruv > :last-child, .framer-hozXY .framer-1gacx0i > :last-child, .framer-hozXY .framer-ui42d9 > :last-child, .framer-hozXY .framer-1w9fyu2 > :last-child, .framer-hozXY .framer-qo08ty > :last-child, .framer-hozXY .framer-5uzc62 > :last-child, .framer-hozXY .framer-ylqkjc > :last-child, .framer-hozXY .framer-1wvgshr > :last-child, .framer-hozXY .framer-187d4ee > :last-child, .framer-hozXY .framer-12rg9bl > :last-child, .framer-hozXY .framer-83tf5a > :last-child, .framer-hozXY .framer-1m6s8j > :last-child, .framer-hozXY .framer-1mky2lp > :last-child, .framer-hozXY .framer-cd0rhg > :last-child, .framer-hozXY .framer-154z3nt > :last-child, .framer-hozXY .framer-v7iyg2 > :last-child, .framer-hozXY .framer-18g9912 > :last-child, .framer-hozXY .framer-1s8581u > :last-child, .framer-hozXY .framer-ayrklp > :last-child, .framer-hozXY .framer-bud1bh > :last-child, .framer-hozXY .framer-11posyn > :last-child, .framer-hozXY .framer-9stxn3 > :last-child, .framer-hozXY .framer-bwfh2c > :last-child, .framer-hozXY .framer-aqtefr > :last-child, .framer-hozXY .framer-1uyps5i > :last-child, .framer-hozXY .framer-49anlw > :last-child, .framer-hozXY .framer-1afg4hr > :last-child, .framer-hozXY .framer-fjqhwc > :last-child, .framer-hozXY .framer-1ftnlvz > :last-child, .framer-hozXY .framer-1y1bbq7 > :last-child, .framer-hozXY .framer-1dxlhy0 > :last-child, .framer-hozXY .framer-16upvoc > :last-child, .framer-hozXY .framer-64pgt3 > :last-child, .framer-hozXY .framer-1f9tu2l > :last-child, .framer-hozXY .framer-1kqshtm > :last-child, .framer-hozXY .framer-186epyh > :last-child, .framer-hozXY .framer-19ajban > :last-child, .framer-hozXY .framer-w1t4ob > :last-child, .framer-hozXY .framer-y7sp5j > :last-child, .framer-hozXY .framer-9magce > :last-child, .framer-hozXY .framer-pgnoya > :last-child, .framer-hozXY .framer-19cv5pa > :last-child, .framer-hozXY .framer-d4yc7w > :last-child { margin-right: 0px; } .framer-hozXY .framer-1enjxoe > * { margin: 0px; margin-left: calc(175px / 2); margin-right: calc(175px / 2); } .framer-hozXY .framer-xw3bgx > *, .framer-hozXY .framer-1cdmfru > *, .framer-hozXY .framer-nhswyy > *, .framer-hozXY .framer-1v8yg4o > *, .framer-hozXY .framer-19mwwos > *, .framer-hozXY .framer-1esv2em > *, .framer-hozXY .framer-gckr5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hozXY .framer-xw3bgx > :first-child, .framer-hozXY .framer-gyvzdz > :first-child, .framer-hozXY .framer-1ib71v4 > :first-child, .framer-hozXY .framer-1cdmfru > :first-child, .framer-hozXY .framer-18pm9d8 > :first-child, .framer-hozXY .framer-ob2n0k > :first-child, .framer-hozXY .framer-ot2v5g > :first-child, .framer-hozXY .framer-f69c8r > :first-child, .framer-hozXY .framer-v4anhc > :first-child, .framer-hozXY .framer-nhswyy > :first-child, .framer-hozXY .framer-tziaqg > :first-child, .framer-hozXY .framer-htr2tp > :first-child, .framer-hozXY .framer-8db6t5 > :first-child, .framer-hozXY .framer-l3wqai > :first-child, .framer-hozXY .framer-1v8yg4o > :first-child, .framer-hozXY .framer-1okwjzl > :first-child, .framer-hozXY .framer-eur8su > :first-child, .framer-hozXY .framer-tjzj2 > :first-child, .framer-hozXY .framer-k7c9p2 > :first-child, .framer-hozXY .framer-19mwwos > :first-child, .framer-hozXY .framer-1rwirv4 > :first-child, .framer-hozXY .framer-1of6w5s > :first-child, .framer-hozXY .framer-b87ybo > :first-child, .framer-hozXY .framer-aasijb > :first-child, .framer-hozXY .framer-1esv2em > :first-child, .framer-hozXY .framer-10nh7mw > :first-child, .framer-hozXY .framer-nk6qdp > :first-child, .framer-hozXY .framer-1opgdsf > :first-child, .framer-hozXY .framer-j56opn > :first-child, .framer-hozXY .framer-gckr5 > :first-child, .framer-hozXY .framer-1wi85zs > :first-child, .framer-hozXY .framer-1dbd0rh > :first-child { margin-top: 0px; } .framer-hozXY .framer-xw3bgx > :last-child, .framer-hozXY .framer-gyvzdz > :last-child, .framer-hozXY .framer-1ib71v4 > :last-child, .framer-hozXY .framer-1cdmfru > :last-child, .framer-hozXY .framer-18pm9d8 > :last-child, .framer-hozXY .framer-ob2n0k > :last-child, .framer-hozXY .framer-ot2v5g > :last-child, .framer-hozXY .framer-f69c8r > :last-child, .framer-hozXY .framer-v4anhc > :last-child, .framer-hozXY .framer-nhswyy > :last-child, .framer-hozXY .framer-tziaqg > :last-child, .framer-hozXY .framer-htr2tp > :last-child, .framer-hozXY .framer-8db6t5 > :last-child, .framer-hozXY .framer-l3wqai > :last-child, .framer-hozXY .framer-1v8yg4o > :last-child, .framer-hozXY .framer-1okwjzl > :last-child, .framer-hozXY .framer-eur8su > :last-child, .framer-hozXY .framer-tjzj2 > :last-child, .framer-hozXY .framer-k7c9p2 > :last-child, .framer-hozXY .framer-19mwwos > :last-child, .framer-hozXY .framer-1rwirv4 > :last-child, .framer-hozXY .framer-1of6w5s > :last-child, .framer-hozXY .framer-b87ybo > :last-child, .framer-hozXY .framer-aasijb > :last-child, .framer-hozXY .framer-1esv2em > :last-child, .framer-hozXY .framer-10nh7mw > :last-child, .framer-hozXY .framer-nk6qdp > :last-child, .framer-hozXY .framer-1opgdsf > :last-child, .framer-hozXY .framer-j56opn > :last-child, .framer-hozXY .framer-gckr5 > :last-child, .framer-hozXY .framer-1wi85zs > :last-child, .framer-hozXY .framer-1dbd0rh > :last-child { margin-bottom: 0px; } .framer-hozXY .framer-gyvzdz > *, .framer-hozXY .framer-1ib71v4 > *, .framer-hozXY .framer-tjzj2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hozXY .framer-v0picz > *, .framer-hozXY .framer-1s8581u > *, .framer-hozXY .framer-bud1bh > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-hozXY .framer-11jtruv > *, .framer-hozXY .framer-qo08ty > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-hozXY .framer-1gacx0i > *, .framer-hozXY .framer-ui42d9 > *, .framer-hozXY .framer-5uzc62 > *, .framer-hozXY .framer-ylqkjc > *, .framer-hozXY .framer-12rg9bl > *, .framer-hozXY .framer-83tf5a > *, .framer-hozXY .framer-1m6s8j > *, .framer-hozXY .framer-154z3nt > *, .framer-hozXY .framer-v7iyg2 > *, .framer-hozXY .framer-ayrklp > *, .framer-hozXY .framer-11posyn > *, .framer-hozXY .framer-bwfh2c > *, .framer-hozXY .framer-fjqhwc > *, .framer-hozXY .framer-1ftnlvz > *, .framer-hozXY .framer-1y1bbq7 > *, .framer-hozXY .framer-1f9tu2l > *, .framer-hozXY .framer-1kqshtm > *, .framer-hozXY .framer-186epyh > *, .framer-hozXY .framer-9magce > *, .framer-hozXY .framer-d4yc7w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hozXY .framer-1w9fyu2 > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-hozXY .framer-18pm9d8 > *, .framer-hozXY .framer-ob2n0k > *, .framer-hozXY .framer-ot2v5g > *, .framer-hozXY .framer-f69c8r > *, .framer-hozXY .framer-tziaqg > *, .framer-hozXY .framer-htr2tp > *, .framer-hozXY .framer-8db6t5 > *, .framer-hozXY .framer-1okwjzl > *, .framer-hozXY .framer-eur8su > *, .framer-hozXY .framer-1rwirv4 > *, .framer-hozXY .framer-1of6w5s > *, .framer-hozXY .framer-b87ybo > *, .framer-hozXY .framer-10nh7mw > *, .framer-hozXY .framer-nk6qdp > *, .framer-hozXY .framer-1opgdsf > *, .framer-hozXY .framer-1wi85zs > *, .framer-hozXY .framer-1dbd0rh > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-hozXY .framer-v4anhc > *, .framer-hozXY .framer-l3wqai > *, .framer-hozXY .framer-k7c9p2 > *, .framer-hozXY .framer-aasijb > *, .framer-hozXY .framer-j56opn > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-hozXY .framer-9stxn3 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-hozXY .framer-aqtefr > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hozXY .framer-1uyps5i > *, .framer-hozXY .framer-16upvoc > *, .framer-hozXY .framer-w1t4ob > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-hozXY .framer-49anlw > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-hozXY .framer-pgnoya > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hozXY .framer-19cv5pa > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } }\",\".framer-hozXY.framer-v-iosbjc.framer-131wzog { cursor: pointer; gap: 55px; height: 65px; overflow: hidden; padding: 20px; width: 390px; }\",\".framer-hozXY.framer-v-iosbjc .framer-1enjxoe { gap: unset; justify-content: space-between; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hozXY.framer-v-iosbjc.framer-131wzog, .framer-hozXY.framer-v-iosbjc .framer-1enjxoe { gap: 0px; } .framer-hozXY.framer-v-iosbjc.framer-131wzog > * { margin: 0px; margin-left: calc(55px / 2); margin-right: calc(55px / 2); } .framer-hozXY.framer-v-iosbjc.framer-131wzog > :first-child { margin-left: 0px; } .framer-hozXY.framer-v-iosbjc.framer-131wzog > :last-child { margin-right: 0px; } .framer-hozXY.framer-v-iosbjc .framer-1enjxoe > *, .framer-hozXY.framer-v-iosbjc .framer-1enjxoe > :first-child, .framer-hozXY.framer-v-iosbjc .framer-1enjxoe > :last-child { margin: 0px; } }\",\".framer-hozXY.framer-v-1jqd7xr.framer-131wzog { flex-direction: column; gap: 7px; height: 795px; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 863px 0px; width: 391px; }\",\".framer-hozXY.framer-v-1jqd7xr .framer-1enjxoe, .framer-hozXY.framer-v-1mfixs4 .framer-xw3bgx { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hozXY.framer-v-1jqd7xr.framer-131wzog { gap: 0px; } .framer-hozXY.framer-v-1jqd7xr.framer-131wzog > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-hozXY.framer-v-1jqd7xr.framer-131wzog > :first-child { margin-top: 0px; } .framer-hozXY.framer-v-1jqd7xr.framer-131wzog > :last-child { margin-bottom: 0px; } }\",\".framer-hozXY.framer-v-1mfixs4.framer-131wzog { height: min-content; }\",\".framer-hozXY.framer-v-1mfixs4 .framer-1qgzrdx { height: var(--framer-aspect-ratio-supported, 32px); }\",\".framer-hozXY.framer-v-1mfixs4 .framer-1s8581u { order: 3; }\",\".framer-hozXY.framer-v-1mfixs4 .framer-tjzj2 { order: 1; }\",\".framer-hozXY.framer-v-lzc028.framer-131wzog { width: 950px; }\",\".framer-hozXY.framer-v-lzc028 .framer-1enjxoe { gap: 120px; }\",\".framer-hozXY.framer-v-lzc028 .framer-v0picz { gap: 11px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hozXY.framer-v-lzc028 .framer-1enjxoe, .framer-hozXY.framer-v-lzc028 .framer-v0picz { gap: 0px; } .framer-hozXY.framer-v-lzc028 .framer-1enjxoe > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-hozXY.framer-v-lzc028 .framer-1enjxoe > :first-child, .framer-hozXY.framer-v-lzc028 .framer-v0picz > :first-child { margin-left: 0px; } .framer-hozXY.framer-v-lzc028 .framer-1enjxoe > :last-child, .framer-hozXY.framer-v-lzc028 .framer-v0picz > :last-child { margin-right: 0px; } .framer-hozXY.framer-v-lzc028 .framer-v0picz > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } }\",...sharedStyle.css,'.framer-hozXY[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-hozXY [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-hozXY[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-hozXY [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-hozXY[data-border=\"true\"]::after, .framer-hozXY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 75\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Xb_WGEMEE\":{\"layout\":[\"fixed\",\"fixed\"]},\"RfIY6PMtz\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"100vh\"]},\"kamxiMcHM\":{\"layout\":[\"fixed\",\"auto\"]},\"Wy_Zs4EL8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNQ0hC93MD=withCSS(Component,css,\"framer-hozXY\");export default FramerNQ0hC93MD;FramerNQ0hC93MD.displayName=\"Navigation Copy 2\";FramerNQ0hC93MD.defaultProps={height:75,width:1200};addPropertyControls(FramerNQ0hC93MD,{variant:{options:[\"tZDqGj3Yz\",\"Xb_WGEMEE\",\"RfIY6PMtz\",\"kamxiMcHM\",\"Wy_Zs4EL8\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Variant 5\",\"Tablet nav bar\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNQ0hC93MD,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlvBh05IsDqlA.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5vBh05IsDqlA.woff2\",weight:\"300\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgWxKKTM1K9nz.woff2\",weight:\"100\"}]},...PNavBarFonts,...ExploreNavBarFonts,...AboutUsNavBarFonts,...BookADemoNavbarFonts,...LocaleSelectorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNQ0hC93MD\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"75\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Xb_WGEMEE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RfIY6PMtz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"kamxiMcHM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wy_Zs4EL8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NQ0hC93MD.map"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Gp1DADjQN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1cdd5b6", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerxY3cGI6V_", "withCSS", "xY3cGI6V_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "xY3cGI6V_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fwIEYcjj9", "Gt1T9zoYo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterabpxt8", "args", "onMouseEnter19184zc", "onTap4r22ob", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerAUnXkUwYu", "withCSS", "AUnXkUwYu_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "xY3cGI6V_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pqSwx80k7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1di6r7m", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerBT49vxHEO", "withCSS", "BT49vxHEO_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerCFwp_1Jdr", "withCSS", "CFwp_1Jdr_default", "addFonts", "CaretFonts", "getFonts", "xY3cGI6V_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "HdAxe5mDP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter18nefvn", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerrUtmBajOL", "withCSS", "rUtmBajOL_default", "addPropertyControls", "ControlType", "addFonts", "PNavBarFonts", "getFonts", "AUnXkUwYu_default", "MotionDivWithFX", "withFX", "motion", "ExploreNavBarFonts", "rUtmBajOL_default", "AboutUsNavBarFonts", "BT49vxHEO_default", "BookADemoNavbarFonts", "CFwp_1Jdr_default", "LocaleSelectorFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation4", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapputlxu", "args", "fwIEYcjj9izu9gt", "overlay", "paginationInfo", "Gt1T9zoYoy2p8gv", "HdAxe5mDPizu9gt", "pqSwx80k7izu9gt", "onMouseEnterizu9gt", "onMouseEnterdjw9yo", "onTap1uu4cb7", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed3", "isDisplayed4", "ref8", "ref9", "ref10", "ref11", "ref12", "ref13", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "RichText2", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "css", "FramerNQ0hC93MD", "withCSS", "NQ0hC93MD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
